@import "./variables.css";
/* New front page events styling */

body {
	overflow: hidden;
}

header#header {
	display: none;
}

#tourDates .bit-widget-container {
	max-width: 80%;
	margin: 0 auto 150px auto;
}

#tourDates .bit-widget-container .bit-widget {
	background-color: transparent;
}

#tourDates .bit-widget-container .bit-event .bit-button {
	width: 90px;
	border-color: var(--color-primary);
	color: var(--color-primary);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#tourDates .bit-widget-container .bit-event .bit-button:hover {
	background: var(--color-primary);
	color: #fff !important;
}

#tourDates .bit-widget-container .bit-event .bit-offers {
	background: var(--color-primary);
	color: #fff !important;
}

#tourDates .bit-widget-container .bit-event .bit-offers:focus {
	color: #fff !important;
}

#tourDates .bit-widget-container .bit-event .bit-offers:hover {
	background: transparent;
	color: var(--color-primary) !important;
}

#tourDates .bit-widget a.bit-details {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

#tourDates .bit-widget .bit-date {
	text-transform: uppercase;
}

#tourDates .bit-widget .bit-titleWrapper {
	margin-right: auto;
	position: absolute;
	bottom: -5px;
}

#tourDates .bit-widget .bit-titleWrapper .bit-venue {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
}

#tourDates .bit-widget .bit-location {
	text-transform: uppercase;
	font-size: 14px;
}

#tourDates .bit-event {
	display: flex;
}

#tourDates .bit-event-buttons {
	flex-direction: row;
	margin-top: 0;
	margin-left: 10px;
	align-items: flex-end;
}

#tourDates .bit-event-buttons .bit-rsvp-container {
	margin-right: 10px;
}

#tourDates .bit-widget .bit-clickable {
	color: var(--color-primary) !important;
}

#tourDates .bit-widget-container .bit-upcoming-events-show-all-button {
	color: var(--color-primary) !important;
	border: 1px solid var(--color-primary) !important;
	background: transparent;
	transition: all ease-in-out 0.3s;
	--webkit-transition: all ease-in-out 0.3s;
}

#tourDates .bit-widget-container .bit-upcoming-events-show-all-button:hover {
	color: #fff !important;
	border: 1px solid var(--color-primary) !important;
	background: var(--color-primary) !important;
}

#tourDates .bit-widget .bit-play-my-city-button {
	background-color: var(--color-primary) !important;
	border: 1px solid var(--color-primary) !important;
	color: #fff !important;
	transition: all ease-in-out 0.3s;
	--webkit-transition: all ease-in-out 0.3s;
}

#tourDates .bit-widget .bit-play-my-city-button:focus {
	color: #fff !important;
}

#tourDates .bit-widget .bit-play-my-city-button:hover {
	background-color: transparent !important;
	border: 1px solid var(--color-primary);
	color: var(--color-primary) !important;
}

.slick-slider {
	position: relative;
	width: 853px;
	margin: 0 auto;
	top: 0px
}

.slick-slider:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
	-webkit-overflow-scrolling: touch
}

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	white-space: nowrap
}

.slick-slider .slick-list .slick-slide {
	position: relative;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
	padding: 0 25px;
	display: inline-block;
	width: 100%
}

.slick-slider .slick-list .slick-slide .slide {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	white-space: normal
}

.slick-slider .slick-list .slick-slide .slide .placeholder {
	position: relative
}

.slick-slider .slick-list .slick-slide .slide .placeholder .playButton {
	width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-list .slick-slide .slide .placeholder img {
	max-width: 100%;
	height: auto
}

.slick-slider .slick-list .slick-slide .slide .placeholder:hover {
	cursor: pointer
}

.slick-slider .slick-list .slick-slide .slide .placeholder:hover .playButton {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-list .slick-slide .slide iframe {
	width: 100%;
	height: 505px
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	background: none;
	text-indent: -9999px;
	z-index: 10;
	border: 8px solid transparent;
	border-right: none;
	border-left: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: .7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-arrow.slick-prev {
	left: -15px;
	border-right: 10px solid #fff
}

.slick-slider .slick-arrow.slick-next {
	right: -15px;
	border-left: 10px solid #fff
}

.slick-slider .slick-arrow:hover {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-dots {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	z-index: 1
}

.slick-slider .slick-dots li {
	display: inline-block;
	width: auto;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 10px;
	height: 10px;
	margin: 0 15px 0 0
}

.slick-slider .slick-dots li:last-child {
	margin: 0
}

.slick-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	border: none;
	padding: 0;
	text-indent: -9999px;
	opacity: .5;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-dots li button:hover {
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-dots li.slick-active button {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-slider .slick-dots li:hover {
	cursor: pointer
}

@media (max-width:1280px) {
	.slick-slider {
		width: 640px
	}

	.slick-slider .slick-list .slick-slide .slide iframe {
		height: 300px
	}
}

@media (max-width:640px) {
	.slick-slider {
		top: 0;
		width: 100%;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	.slick-slider .slick-list .slick-slide .slide iframe {
		width: 100%;
		height: 200px
	}

	.slick-slider .slick-arrow {
		display: none !important
	}

	.slick-slider .slick-dots {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100vh;
	background: #0d0d0d;
	overflow: hidden
}

a,
body,
button,
html {
	font-family: var(--font) !important;
	/* font-family: var(--font-amboy) !important; */
}

a:focus,
button:focus {
	outline: none;
	color: var(--color-primary) !important;
}

.showMobile {
	display: none
}

.hideMobile {
	display: block
}

.particles {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 100vh
}

#container {
	opacity: 1;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out
}

#stage {
	position: absolute;
	height: 100vh;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url("../images/bg-home.png") no-repeat scroll bottom/cover;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	pointer-events: none
}

#stage.open {
	-webkit-transform: translateY(55vh);
	transform: translateY(55vh);
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out
}

#App {
	opacity: 0
}

#App,
#App.in {
	-webkit-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out
}

#App.in {
	opacity: 1
}

#App.in #logo {
	left: 0;
}

#App.in #logo,
#App.in nav {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#App.in nav {
	right: 0;
	padding-top: 0;
}

#App.in #social {
	top: 25px
}

#App.in #legal,
#App.in #social,
#App .emailForm {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#App.in #legal,
#App.in .emailForm,
#splash {
	bottom: 0
}

#splash {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	overflow: hidden;
	background: #faf9ee
}

#splash.close {
	-webkit-transform: translateY(-100vh);
	transform: translateY(-100vh);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#splash .half {
	width: 50%;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	z-index: 2
}

#splash #artwork,
#splash .half {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

#splash #artwork {
	position: absolute;
	right: 50px;
	top: 0;
	height: 100%;
	width: 55%
}

#splash #artwork img {
	max-width: 100%
}

#splash button {
	background: #faf9ee;
	border: none;
	position: absolute;
	top: 25px;
	right: 25px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	z-index: 999;
	font-weight: 700
}

#splash button,
#splash button:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#splash button:hover {
	cursor: pointer;
	letter-spacing: 5.5px
}

#splash #title {
	width: 80%;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

#splash #logoMarks {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: auto;
	z-index: 999;
	width: 200px
}

#splash #logoMarks img {
	width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	opacity: .3
}

#splash #logoMarks img#aftermath {
	width: 25px
}

#splash #shopLinks {
	display: block;
	text-align: center;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px)
}

#splash #shopLinks p {
	text-transform: uppercase;
	letter-spacing: 10px;
	margin: 0;
	color: #818389;
	line-height: 60px
}

#splash #shopLinks p.date {
	font-weight: 700;
	font-size: 24pt
}

#splash #shopLinks p.order {
	font-size: 14pt;
	font-weight: lighter
}

#splash #shopLinks a {
	width: 35px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	vertical-align: middle
}

#splash #shopLinks a#apple {
	width: 75px
}

#splash #shopLinks a img {
	width: 100%;
	height: auto
}

#splash #shopLinks a#shop {
	display: block;
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	color: #818389;
	font-size: 24pt;
	margin-top: 60px;
	letter-spacing: 5px
}

#splash #shopLinks a#shop span {
	font-size: 26pt
}

#splash .image {
	position: relative;
	z-index: 1
}

#splash .image .video {
	border: none;
	height: auto
}

#logo_text {
	position: fixed;
	top: 1%;
	left: 1%;
	padding-left: 25px;
	z-index: 99;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#logo {
	position: fixed;
	left: -100%;
	padding-left: 25px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	z-index: 99;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#logo img {
	width: 36px;
	height: auto
}

nav {
	position: fixed;
	top: 0;
	right: -100%;
	padding-right: 25px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 12;
	pointer-events: none;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

nav.hideMobile {
	display: flex !important
}

nav a,
nav button {
	display: block;
	border: none;
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: 600;
	width: 120px;
	text-align: right;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	pointer-events: auto
}

nav a,
nav a:hover,
nav button,
nav button:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

nav a:hover,
nav button:hover {
	cursor: pointer !important;
	color: var(--color-primary)
}

nav a.selected,
nav button.selected {
	color: var(--color-primary)
}

#social {
	position: fixed;
	top: 1%;
	right: 25px;
	z-index: 999;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#social a {
	display: inline-block;
	margin: 0 10px;
	color: white;
}

#social a:hover {
	color: var(--color-primary);
}

#social a#facebook {
	height: auto
}

#social a#instagram {
	height: auto
}

#social a#twitter {
	height: auto
}

#social a#youtube {
	height: auto;
}

#social a.showMobile {
	display: none
}

#social a.hideMobile {
	display: inline-block
}

#legal {
	position: fixed;
	bottom: 0;
	left: 50%;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 20;
	/*text-align: right;*/
	transform: translateX(-50%);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

@media (max-width: 1024px) {
	#legal {
		left: 15px;
		transform: translateX(0);
		letter-spacing: 0;
	}
}

@media (max-width: 767px) {
	#legal {
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 100%;
		margin-bottom: 30px;
	}
}

#legal span {
	font-size: 10pt;
	display: block;
	line-height: 25px;
}

@media (max-width: 767px) {
	#legal span {
		font-size: 8pt;
	}
}

#legal span span {
	display: inline-block;
	vertical-align: baseline;
}

#legal a {
	display: block;
	width: 40px;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: right;
	opacity: .5
}

#legal a img {
	vertical-align: middle
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

::-moz-placeholder {
	color: #fff;
	opacity: 1
}

::-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

::placeholder {
	color: #fff;
	opacity: 1
}

.emailForm {
	display: block;
	position: fixed;
	bottom: 0%;
	left: 0;
	z-index: 11;
	padding: 25px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width: 1024px) {
	.emailForm {
		display: none;
	}
}

.emailForm h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 1px
}

.emailForm input {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	width: 175px;
	line-height: 24px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	color: #fff;
	border-radius: 0;
	font-size: 16px;
}

.emailForm input:focus {
	outline: none;
	background: none
}

.emailForm button {
	width: auto;
	background: #fff;
	text-decoration: none;
	color: #000;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0 15px;
	margin: 0 0 0 7px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	border: none;
	text-align: center;
	display: table-cell
}

.emailForm button,
.emailForm button:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.emailForm button:hover {
	background: var(--color-primary)
}

.emailForm .msg-alert p {
	color: var(--color-primary) !important;
	margin: 5px 0 0
}

#modal,
.emailForm .msg-alert p {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

#modal {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

#modal.open {
	opacity: 1;
	visibility: visible;
}

#modal h2 {
	font-size: 16pt;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin: 25px 0 15px;
	padding: 0;
	font-weight: 700
}

#modal #download,
#modal #shop,
#modal #photos,
#modal #tourDates,
#modal #videos,
#modal #theBand,
#modal #music,
#modal #contactUs {
	display: none;
	height: 100%
}

#modal #download.show,
#modal #shop.show,
#modal #photos.show,
#modal #tourDates.show,
#modal #videos.show,
#modal #theBand.show,
#modal #music.show,
#modal #contactUs.show {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start
}

#modal #shop {
	min-height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 200px 150px;
	width: 100%;
	transform: scale(1);
	-ms-transform: scale 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

#modal #shop.show {
	display: block;
	justify-content: flex-start
}

#modal #shop .album {
	display: inline-block;
	width: 250px;
	text-align: center;
	margin: 25px 25px 0
}

#modal #shop .album img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

#modal #shop .album a {
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	text-align: center
}

#modal #shop .album a.apple {
	width: 50px
}

#modal #tourDates {
	width: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	width: 100%;
	transform: scale(1);
	-ms-transform: scale 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 767px) {
	#modal #tourDates {
		padding: 50px 0 100px;
	}
}

#modal #tourDates .tour_date_wrapper {
	margin: 0;
	padding: 100px 50px;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	#modal #tourDates .tour_date_wrapper {
		margin: 0;
		padding: 0 0 100px;
	}
}

#modal #tourDates ul {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
	transform: scale(.8);
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-webkit-transform-origin: top center;
	transform-origin: top center
}

#modal #tourDates ul li {
	color: #fff;
	text-transform: uppercase;
	font-size: 14pt;
	margin: 25px 0;
	font-weight: 700;
	letter-spacing: 2px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	#modal #tourDates ul li:last-child {
		padding-bottom: 150px;
	}
}

#modal #tourDates ul li .wrap {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

#modal #tourDates ul li .wrap .location {
	margin-right: 20px;
	font-weight: 400;
}

#modal #tourDates ul li .wrap.second {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	#modal #tourDates ul li .wrap.second {
		flex-direction: column;
		align-items: flex-start;
	}
}

#modal #tourDates ul li .wrap span {
	display: inline-block;
	white-space: normal;
	margin: 0
}

#modal #tourDates ul li .date {
	width: 300px
}

#modal #tourDates ul li .country,
#modal #tourDates ul li .venue {
	width: 100%;
	font-style: oblique;
	font-weight: lighter;
	padding-right: 25px;
	box-sizing: border-box;
	text-align: left
}

#modal #tourDates ul li .buy {
	vertical-align: middle;
	width: 100px;
	background: var(--color-primary);
	text-decoration: none;
	color: #000;
	font-size: 12pt;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 50px;
	margin: 0;
	text-align: center;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#modal #tourDates ul li .rsvp {
	vertical-align: middle;
	width: 100px;
	background: transparent;
	border: 2px solid var(--color-primary);
	text-decoration: none;
	color: var(--color-primary);
	font-size: 12pt;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 50px;
	margin: 0 15px 0 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#modal #tourDates ul li .rsvp:hover {
	background: var(--color-primary);
	color: #000;
}

#modal #tourDates ul li .buy:hover {
	background: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

#modal #tourDates ul li .buy.vip {
	border-left: 3px solid #000
}

#modal #photos {
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

#modal #photos.show {
	align-items: flex-start;
	justify-content: flex-start
}

#modal #photos img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: auto
}

#modal #videos {
	width: 100%;
	overflow: hidden
}

#modal #videos.show {
	justify-content: center
}

#modal #videos iframe {
	position: relative;
	z-index: 2
}

#modal #download.show {
	flex-direction: row
}

#modal #download h2 {
	color: #fff;
	font-size: 62px;
	margin: 0
}

#modal #download p {
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 30px
}

#modal #download iframe {
	display: block;
	margin: 25px 0 0;
	padding: 0 25px 25px;
	background: #fff;
	overflow: hidden
}

.downloads #logo,
.downloads #stage,
.downloads footer,
.downloads nav.hideMobile {
	display: none !important
}

@media (max-width:1440px) {
	#splash .half {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@media (max-width:1024px) {
	#splash .half {
		width: 100%
	}

	#modal #tourDates {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	#modal #tourDates.show {
		justify-content: flex-start
	}

	#modal #tourDates ul {
		width: auto;
		padding-bottom: 150px;
		margin: 0 0 -2000px
	}

	#modal #tourDates ul li {
		flex-direction: column;
		width: 600px;
		margin: 25px auto
	}

	#modal #tourDates ul li .wrap {
		width: auto;
		display: block;
		font-size: 10pt;
		margin: 10px 0
	}

	#modal #tourDates ul li .wrap.first,
	#modal #tourDates ul li .wrap span.continent,
	#modal #tourDates ul li .wrap span.date,
	#modal #tourDates ul li .wrap span.location,
	#modal #tourDates ul li .wrap span.venue {
		width: auto
	}

	#modal #tourDates ul li .wrap span.date {
		display: block;
		font-size: 14pt
	}

	#modal #tourDates ul li .wrap span.continent,
	#modal #tourDates ul li .wrap span.location {
		display: inline-block
	}

	#modal #tourDates ul li .wrap span.continent:before {
		content: "-";
		display: inline-block;
		padding: 0 5px
	}

	#modal #tourDates ul li .buy,
	#modal #tourDates ul li .rsvp {
		width: 150px;
		display: inline-block;
		margin: 0 auto;
		padding: 0
	}

	#modal #tourDates ul li .buy.vip {
		border: none;
		margin-top: 10px
	}
}

@media (max-width: 992px) {
	#tourDates .bit-event {
		flex-wrap: wrap;
	}

	#tourDates .bit-widget a.bit-details {
		width: 100%;
		flex-wrap: wrap;
	}

	#tourDates .bit-event-buttons {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}

	#tourDates .bit-widget .bit-titleWrapper {
		position: relative;
		bottom: 0;
		width: 100%;
		order: 1;
	}

	#tourDates .bit-widget-container .bit-event .bit-button {
		width: 100%;
	}
}

@media (max-width:1024px) and (max-height:1366px) {
	#splash {
		background-size: 75%;
		background-position: 150% 0
	}

	#splash .half {
		width: 100%
	}

	#splash .half #bgImage {
		display: block;
		width: 100%;
		max-width: 100%
	}

	#splash #artwork {
		display: none
	}
}

@media (max-width:1024px) and (max-height:768px) {
	#splash {
		background-size: 75%;
		background-position: 150% 0
	}

	#splash .half {
		width: 50%
	}

	#splash .half #bgImage {
		display: none;
		width: 100%;
		max-width: 100%
	}

	#splash #artwork {
		display: flex
	}
}

@media (max-width:768px) {
	body {
		overflow: hidden
	}

	#splash .half {
		width: 100%;
		display: flex
	}

	#splash .half #bgImage {
		display: block;
		width: 100%;
		max-width: 100%
	}

	#splash #artwork {
		display: none
	}

	#modal h2 {
		font-size: 14pt;
		letter-spacing: 3px;
		line-height: 24px
	}

	#modal #shop {
		width: 100%;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	#modal #shop .album {
		margin: 25px auto;
		display: block
	}

	#modal #shop .album:last-child {
		padding-bottom: 150px
	}

	#modal #tourDates {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	#modal #tourDates.show {
		justify-content: center
	}

	#modal #tourDates ul {
		width: auto;
		padding-bottom: 0
	}

	#modal #tourDates ul li {
		width: 450px;
		margin: 25px auto
	}

	#modal #tourDates ul li .wrap {
		width: auto;
		display: block;
		font-size: 10pt;
		margin: 10px 0
	}

	#modal #tourDates ul li .wrap span.continent,
	#modal #tourDates ul li .wrap span.date,
	#modal #tourDates ul li .wrap span.location,
	#modal #tourDates ul li .wrap span.venue {
		width: auto
	}

	#modal #tourDates ul li .wrap span.date {
		display: block;
		font-size: 14pt
	}

	#modal #tourDates ul li .wrap span.continent,
	#modal #tourDates ul li .wrap span.location {
		display: inline-block
	}

	#modal #tourDates ul li .wrap span.continent:before {
		content: "-";
		display: inline-block;
		padding: 0 5px
	}

	#modal #tourDates ul li .buy {
		width: 150px;
		display: block;
		margin: 0 auto 0 10px;
		padding: 0
	}

	.emailForm {
		display: none;
	}

	#legal {
		left: 15px;
		transform: translateX(0);
		letter-spacing: 0;
	}

	#particles-js {
		height: 100%;
	}
}

@media (max-width:414px) {

	body,
	html {
		overflow: hidden
	}

	.showMobile {
		display: block !important
	}

	.hideMobile {
		display: none !important
	}

	nav {
		padding-top: 15px;
		padding-right: 15px;
		background: none
	}

	nav a,
	nav button {
		line-height: 40px
	}

	nav.open {
		pointer-events: none
	}

	nav.open .close {
		pointer-events: auto;
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	nav.open .close,
	nav.open .navLinks {
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}

	nav.open .navLinks {
		-webkit-transform: translate(35vh);
		transform: translate(35vh)
	}

	nav .navLinks {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	nav .close,
	nav .navLinks {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		padding: 0;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}

	nav .close {
		position: absolute;
		top: 25px;
		right: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		width: 50px;
		height: 50px;
		padding: 10px;
	}

	nav .close:before {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg)
	}

	nav .close:after,
	nav .close:before {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		border-radius: 3px
	}

	nav .close:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	nav .close:hover {
		cursor: poiner !important
	}

	nav.hideMobile {
		display: none !important
	}

	#stage.open {
		-webkit-transform: translateY(30vh);
		transform: translateY(30vh)
	}

	#container:after {
		content: "";
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 150px;
		z-index: 10;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
		background: -webkit-linear-gradient(transparent, #000);
		background: linear-gradient(transparent, #000);
		pointer-events: none
	}

	#splash {
		overflow-y: scroll
	}

	#splash .half {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	#splash .half #title {
		padding: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%
	}

	#splash #shopLinks {
		position: relative;
		-webkit-transform: translate(0) scale(.8);
		transform: translate(0) scale(.8);
		white-space: nowrap
	}

	#splash button {
		position: fixed;
		top: 0;
		right: 0;
		line-height: 60px;
		margin: 0;
		padding: 0
	}

	#splash #logoMarks,
	#splash button {
		left: 0;
		width: 100%;
		text-align: center
	}

	#splash #logoMarks {
		display: block;
		position: relative;
		bottom: 50px
	}

	#splash #logoMarks img {
		width: 40px
	}

	#modal {
		display: block
	}

	#modal h2 {
		font-size: 10pt;
		letter-spacing: 2px
	}

	#modal #shop {
		padding: 0
	}

	#modal #tourDates {
		padding-top: 25px
	}

	#modal #tourDates.show {
		justify-content: flex-start
	}

	#modal #tourDates ul {
		margin: 0 0 -200px
	}

	#modal #tourDates ul li {
		width: 225px;
		margin: 0 auto;
	}

	#modal #tourDates ul li .wrap span.country,
	#modal #tourDates ul li .wrap span.location {
		display: inline-block;
		letter-spacing: 0;
		text-align: left
	}

	#modal #tourDates ul li .wrap span.country {
		margin-left: 5px
	}

	#modal #tourDates ul li .buy {
		line-height: 40px
	}

	#modal #videos {
		overflow: hidden
	}

	#modal #download {
		padding: 0 15px;
		box-sizing: border-box
	}

	#modal #download.show {
		flex-direction: column
	}

	#modal #download h2 {
		margin: 70px 0 25px;
		font-size: 48px
	}

	#modal #download p {
		margin: 15px 0;
		line-height: normal
	}

	#modal #download iframe {
		width: 100%;
		padding: 0 0 25px
	}

	#App.in #social {
		top: 0
	}

	#App.in #logo {
		top: 0;
		left: 8%;
		transform: rotate(90deg);
	}

	#logo_text {
		font-size: 16px;
		font-weight: 400;
		left: -25%;
		transform: rotate(-90deg);
		top: 50%;
	}

	#logo {
		position: absolute;
		top: 15px;
		left: -100%;
		height: auto;
		width: auto;
		text-align: left;
		display: block;
		z-index: 20;
		padding: 0;
		background: none
	}

	#logo img {
		width: 24px
	}

	#social {
		position: relative;
		right: auto;
		top: auto;
		text-align: right;
		margin-top: 10px
	}

	#social div {
		font-size: 6pt
	}

	#social a {
		display: inline-block;
		margin: 0 15px
	}

	#social a#youtube {
		margin: 0
	}

	#social a#youtube.showMobile {
		display: inline-block !important
	}

	.emailForm {
		margin: 0 auto;
		padding: 0;
		display: block;
		bottom: 50px;
		width: 100%;
		text-align: center
	}

	.emailForm h6 {
		width: 250px;
		margin: 0 auto;
		text-align: left
	}

	.emailForm form {
		display: block
	}

	.emailForm input {
		margin-bottom: 10px;
		border-radius: 0
	}

	.emailForm .showMobile {
		color: #fff;
		text-transform: uppercase;
		font-size: 8pt;
		letter-spacing: 1px;
		vertical-align: middle;
		line-height: 21px
	}

	.emailForm .showMobile a {
		width: 40px;
		height: auto;
		margin: 0;
		padding: 0;
		display: inline-block;
		opacity: 1
	}

	.emailForm .showMobile a img {
		width: 100%;
		vertical-align: middle
	}

	.emailForm .msg-alert p {
		margin: 0 0 5px
	}

	.downloads .emailForm form,
	.downloads .emailForm h6 {
		display: none
	}

	.downloads #stage.open {
		-webkit-transform: translateY(50vh);
		transform: translateY(50vh)
	}

	#modal #tourDates ul li .buy,
	#modal #tourDates ul li .rsvp {
		margin: 10px 0 5px;
		height: 44px;
		padding: 0 0;
		width: 100%;
	}
}

@media (max-width:375px) and (max-height:812px) {
	#splash {
		background-size: 100%;
		background-position: 50% 25px
	}

	#splash .half {
		width: auto
	}

	#splash .half #title {
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%
	}
}

@media (max-width:375px) and (max-height:667px) {
	#splash {
		background-size: 80%;
		background-position: 50% 25px
	}

	#splash .half {
		width: auto
	}

	#splash .half #title {
		-webkit-transform: translate(0);
		transform: translate(0);
		width: 100%
	}
}

@media (max-width:360px) {
	#logo_text {
		left: -28%;
	}
}

@media (max-width:320px) {

	nav a,
	nav button {
		line-height: 35px
	}

	#splash #shopLinks {
		-webkit-transform: translate(0);
		transform: translate(0);
		white-space: normal;
		box-sizing: border-box;
		padding: 0 15px
	}

	#logo_text {
		left: -30%;
	}
}

/*# sourceMappingURL=main.817fed46.chunk.css.map */

.particles.with_bg_pic {
	background: url("../images/gallery/Band_Shot.jpg") 0 0 no-repeat;
	background-size: cover;
}

@media (max-width:767px) {
	#tourDates .bit-widget-container {
		max-width: 400px;
	}

	.particles.with_bg_pic {
		background: url("../images/gallery/the_band_mobile_bg.jpg") 0 0 no-repeat;
		background-size: cover;
	}
}

@media (max-width:640px) {
	#tourDates .bit-widget-container {
		max-width: 300px;
	}
}

.particles.with_bg_pic::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#videoSlider {
	width: 80% !important;
	height: 80% !important;
}

#videoSlider .slick-slide iframe {
	width: 100%;
	height: 100%;
}

#videoSlider .slick-slide {
	height: 80vh;
	padding: 0 !important
}

#videoSlider .video {
	color: white;
	text-align: center;
}

#videoSlider .video h5 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#modal #theBand {
	min-height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 100px 0 100px;
	width: 100%;
	transform: scale(1);
	-ms-transform: scale 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 767px) {
	#modal #theBand {
		padding: 50px 0 100px;
	}
}

#theBandSlider {
	position: relative;
	width: 1024px;
	margin: 100px auto 50px;
	top: auto;
}

#theBand .slick-slider .slick-list .slick-slide {
	padding: 0;
}

#theBand .slick-slider .slick-list .slick-slide img {
	max-width: 100%;
	height: auto;
}

#theBand .the_band_wrapper .content {
	display: block;
	max-width: 75%;
	color: white;
	margin: 0 auto;
}

#theBand .the_band_wrapper .the_band_team {
	width: 70%;
	min-height: 200px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	#theBand .the_band_wrapper .the_band_team {
		width: 100%;
		padding: 0 150px;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	#theBand .the_band_wrapper .the_band_team {
		width: 100%;
		padding: 0 60px;
	}
}

#theBand .the_band_wrapper .the_band_team .team_member {
	max-width: 22%;
	flex: 0 0 22%;
	position: relative;
	margin: 0 15px 30px;
	box-shadow: 0 0 3px 6px rgba(225, 225, 225, 0.5);
	background-color: white;
	padding: 5px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	overflow: hidden;
}

@media (max-width: 1366px) {
	#theBand .the_band_wrapper .the_band_team .team_member {
		max-width: 21%;
		flex: 0 0 21%;
	}
}

@media (max-width: 1024px) {
	#theBand .the_band_wrapper .the_band_team .team_member {
		max-width: 43%;
		flex: 0 0 43%;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	#theBand .the_band_wrapper .the_band_team .team_member {
		max-width: 95%;
		flex: 0 0 95%;
	}
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: white;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

#theBand .the_band_wrapper .the_band_team .team_member:hover .member_detail {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail h5 {
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail p {
	padding: 0 5px;
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail a {
	color: white;
	font-size: 24px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

#theBand .the_band_wrapper .the_band_team .team_member .member_detail a:hover {
	color: var(--color-primary);
}

#theBand .the_band_wrapper .content h3 {
	font-weight: 500;
	font-size: 30px;
	margin: 0 25px 30px;
}

#theBand .the_band_wrapper p {
	padding: 0 20px;
	width: 100%;
}

a:hover {
	text-decoration: none;
}

#shop .music_content {
	padding-top: 50px !important;
}

#shop .music_content h4 {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 32px;
}

.music_content .music_item_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.music_content .music_item_list .music_item {
	flex: 0 0 22.3%;
	max-width: 22.3%;
	margin: 0 15px 30px;
	background-color: white;
	color: black;
	box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1366px) and (max-width: 1499px) {
	.music_content .music_item_list .music_item {
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1367px) {
	.music_content .music_item_list .music_item {
		flex: 0 0 45%;
		max-width: 45%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.music_content .music_item_list .music_item {
		flex: 0 0 44%;
		max-width: 44%;
		margin: 0 auto 30px;
	}
}

@media screen and (min-width: 360px) and (max-width: 768px) {
	.music_content .music_item_list .music_item {
		flex: 0 0 80%;
		max-width: 80%;
		margin: 0 auto 30px;
	}
}

.music_content .music_item_list a {
	color: black;
}

.music_content .music_item_list .music_detail {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 210px;
}

.music_content .music_item_list .music_detail h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.music_content .music_item_list .music_detail del {
	color: #b7b7b7;
	padding-right: 8px;
}

.music_content .music_item_list .music_detail .add_item {
	border: none;
	background-color: black;
	padding: 10px 20px;
	margin: 0 auto;
	color: white;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

#modal #music {
	min-height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 150px 200px 60px;
	width: 100%;
	height: 100%;
	transform: scale(1);
	-ms-transform: scale 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 1366px) {
	#modal #music {
		padding: 80px 200px 60px;
	}
}

@media (max-width: 1024px) {
	#modal #music {
		padding: 100px;
	}
}

@media (max-width: 767px) {
	#modal #music {
		padding: 40px 0 150px;
	}
}

#modal #music .music_content_wrapper {
	height: 75%;
	margin: auto;
}

@media (max-width: 1024px) {
	#modal #music .music_content_wrapper {
		height: auto;
		margin: 0 auto;
	}
}

#modal #music .album {
	display: inline-block;
	width: 250px;
	text-align: center;
	margin: 25px 25px 0;
	background: rgba(0, 0, 0, 0.5);
}

#modal #music .album:last-child {
	margin-bottom: 150px;
}

@media only screen and (max-width: 1366px) {
	#modal #music .album:last-child {
		margin-bottom: 0px;
	}

	#modal #music .music_content_wrapper {
		height: auto;
		margin: auto;
	}
}

#modal #music .album a.apple {
	width: 50px;
}

#modal #music .album a {
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	text-align: center;
}

#modal #music .album a:focus {
	color: white !important;
}

/* .music_content .music_item_list .music_detail .add_item:hover {
	background-color: var(--color-primary);
}

.media_content_wrapper {
	max-width: 80%;
	margin: 0 auto;
}

.media_content_wrapper .content_box {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	background-color: transparent;
}

.media_content_wrapper .content_box .card {
	border: 0;
	background-color: transparent;
}

.media_content_wrapper .content_box .card-header {
	background-color: black;
	padding: 0;
}

.media_content_wrapper .content_box .card-header button {
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 12px 20px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
}

.media_content_wrapper .content_box .card-body {
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 20px 30px 10px;
}

.media_content_wrapper .content_box .card-body p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.media_content_wrapper .content_box .card-body .media_img {
	width: 300px;
	float: left;
	margin: 0 30px 15px 0;
}

.media_content_wrapper .content_box .media_content {
	padding: 20px;
	color: black;
	margin-bottom: 30px;
} */

/* .media_content_wrapper .content_box .media_img {
	min-height: 150px;
	max-height: 180px;
} */

/* .media_content_wrapper .content_box .media_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media_content_wrapper .content_box .media_content a {
	color: black;
}

.media_content_wrapper .content_box .media_content .date {
	color: #888888;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 15px;
}

.media_content_wrapper .content_box .media_content .description {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.media_content_wrapper .content_box .media_content .read_more {
	display: block;
	margin-top: 20px;
	color: var(--color-primary);
}

.media_content_wrapper .content_box .media_content .read_more:after {
	content: '';
	border: solid var(--color-primary);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
} */

#modal #contactUs {
	min-height: 100%;
	box-sizing: border-box;
	padding: 100px 0 150px;
	width: 100%;
	transform: scale(1);
	-ms-transform: scale 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

#contactUs .contact_info_wrapper {
	margin: 0 auto;
	width: 75%;
	padding: 30px 30px 40px;
	background-color: rgba(0, 0, 0, .5);
	/* box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.5); */
}

#contactUs .contact_info_wrapper h3 {
	padding: 0 0 40px 15px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

#contactUs .contact_info_wrapper .form-group {
	margin-bottom: 50px;
}

#contactUs .contact_info_wrapper .form-control {
	height: auto;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 0 0 7px 15px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	background-color: transparent;
	-webkit-appearance: none;
	text-align: left;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}

#contactUs .contact_info_wrapper .form-control:focus {
	outline: 0;
	box-shadow: none;
}

#contactUs .contact_info_wrapper textarea.form-control {
	resize: none;
}

#contactUs .contact_info_wrapper button {
	background-color: var(--color-primary);
	color: white;
	text-transform: uppercase;
	height: 48px;
	border-radius: 30px;
	border: 0;
}

#contactUs .contact_info_wrapper button:hover {
	background-color: var(--color-primary-shade);
}

#contactUs .contact_info_wrapper button:focus {
	outline: 0;
	box-shadow: none;
}

#toEmail {
	position: fixed;
	bottom: 0;
	right: 2%;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 20;
	text-align: right;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

@media (max-width: 767px) {
	#toEmail {
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin: 5px;
	}
}

#toEmail a {
	font-size: 10pt;
	color: #fff;
	display: block;
	line-height: 25px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#toEmail a:hover {
	color: var(--color-primary);
}

.swiper-container {
	width: 80%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.swiper-container {
		height: 250px;
		padding-bottom: 40px;
	}

	#theBand .the_band_wrapper .content {
		margin: 0 auto 50px;
	}

	#theBand .the_band_wrapper .content h3 {
		font-size: 24px;
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide iframe {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ff7a7a;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
	opacity: 1;
}

.social_icons_mobile {
	display: flex;
	flex-wrap: wrap;
}

.social_icons_mobile a {
	width: auto;
	height: auto;
	margin: 0 0 0 8px;
}

/* Mailchimp form styles */

.mc4wp-form-fields input[type="submit"] {
	width: auto;
	background: #fff;
	text-decoration: none;
	color: #000;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0 15px;
	margin: 0 0 0 7px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	border: none;
	text-align: center;
	display: table-cell;
	cursor: pointer;
}

.mc4wp-form-fields input[type="submit"]:hover {
	background: var(--color-primary);
}

.mc4wp-response p {
	color: #fff;
}

#mc4wp-form-1 p {
	margin-bottom: 0;
}