/*!
	Theme Name: INXS Theme 2021
	Theme URI: ://vvvoid.co.uk
	Author: VVVOID
	Author URI: ://vvvoid.co.uk
	Version: 1
	Built by VVVOID LTD. London, UK
	hello@vvvoid.co.uk
!*/


/* ---------- Fonts ---------- */

/*
@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local('☺'),
		 url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		 url('fonts/texgyreadventor-regular-webfont.svg#webfontn18Af3vl') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* ---------- Icons ---------- */

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

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
}

.icon-btn-camera-round:before { content: '\e836'; } /* '' */
.icon-btn-camera:before { content: '\e837'; } /* '' */
.icon-btn-cart-round:before { content: '\e838'; } /* '' */
.icon-btn-cart:before { content: '\e839'; } /* '' */
.icon-btn-email-round:before { content: '\e83a'; } /* '' */
.icon-btn-email:before { content: '\e83b'; } /* '' */
.icon-btn-help-round:before { content: '\e83c'; } /* '' */
.icon-btn-help:before { content: '\e83d'; } /* '' */
.icon-btn-live-round:before { content: '\e83e'; } /* '' */
.icon-btn-live:before { content: '\e83f'; } /* '' */
.icon-btn-merch-round:before { content: '\e840'; } /* '' */
.icon-btn-merch:before { content: '\e841'; } /* '' */
.icon-music-fastforward:before { content: '\e842'; } /* '' */
.icon-music-pause:before { content: '\e843'; } /* '' */
.icon-music-play:before { content: '\e844'; } /* '' */
.icon-music-rewind:before { content: '\e845'; } /* '' */
.icon-music-volume-full:before { content: '\e846'; } /* '' */
.icon-music-volume-none:before { content: '\e847'; } /* '' */
.icon-music-volume:before { content: '\e848'; } /* '' */
.icon-nav-add-mark:before { content: '\e849'; } /* '' */
.icon-nav-arrow-down:before { content: '\e84a'; } /* '' */
.icon-nav-arrow-left:before { content: '\e84b'; } /* '' */
.icon-nav-arrow-right:before { content: '\e84c'; } /* '' */
.icon-nav-arrow-up:before { content: '\e84d'; } /* '' */
.icon-nav-close:before { content: '\e84e'; } /* '' */
.icon-nav-download-mark:before { content: '\e84f'; } /* '' */
.icon-nav-menu:before { content: '\e850'; } /* '' */
.icon-nav-minus-mark:before { content: '\e851'; } /* '' */
.icon-nav-refresh-mark:before { content: '\e852'; } /* '' */
.icon-nav-tick-mark:before { content: '\e853'; } /* '' */
.icon-social-apple-round:before { content: '\e854'; } /* '' */
.icon-social-apple:before { content: '\e855'; } /* '' */
.icon-social-deezer-round:before { content: '\e856'; } /* '' */
.icon-social-deezer:before { content: '\e857'; } /* '' */
.icon-social-facebook-round:before { content: '\e858'; } /* '' */
.icon-social-facebook:before { content: '\e859'; } /* '' */
.icon-social-instagram-round:before { content: '\e85a'; } /* '' */
.icon-social-instagram:before { content: '\e85b'; } /* '' */
.icon-social-itunes-round:before { content: '\e85c'; } /* '' */
.icon-social-itunes:before { content: '\e85d'; } /* '' */
.icon-social-songkick-round:before { content: '\e85e'; } /* '' */
.icon-social-songkick:before { content: '\e85f'; } /* '' */
.icon-social-soundcloud-round:before { content: '\e860'; } /* '' */
.icon-social-soundcloud:before { content: '\e861'; } /* '' */
.icon-social-spotify-round:before { content: '\e862'; } /* '' */
.icon-social-spotify:before { content: '\e863'; } /* '' */
.icon-social-twitter-round:before { content: '\e864'; } /* '' */
.icon-social-twitter:before { content: '\e865'; } /* '' */
.icon-social-vevo-round:before { content: '\e866'; } /* '' */
.icon-social-vevo:before { content: '\e867'; } /* '' */
.icon-social-youtube-round:before { content: '\e868'; } /* '' */
.icon-social-youtube:before { content: '\e869'; } /* '' */
.icon-social-tiktok-round:before { content: '\e86a'; } /* '' */
.icon-social-tiktok:before { content: '\e86b'; } /* '' */


/* ---------- Main ---------- */

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Oswald', sans-serif;
	height: 100%;
}

a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
}

h2 {
	font-size: 2rem;
}

#page_wrapper {
	height: 100%;
}

#wrapper {
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	/*
	position: relative;
	background-image: url(images/curtain.jpg);
	background-size: cover;
	background-position: center bottom;
	*/
}

.content_wrapper {
	/* margin: 100px auto; */
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(100deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 25%, rgba(125,125,125,1) 75%, rgba(200,200,200,1) 100%);
	min-height: 100vh;
	height: 100%;
}

.page_title {
	margin: 30px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
}


/* ---------- Header ---------- */

#header {
	position:fixed;
	width: 100%;
	height: 100px;
	display: block;
	text-align: center;
	z-index: 10;
	background-color: #ffffff;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 16px;
	overflow: visible;
	z-index: 1000
}

#header_border {
	bottom: 0;
}

.main_border {
	background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 25%, rgba(125,125,125,1) 75%, rgba(200,200,200,1) 100%);
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
}

#header a {
	transition: 0.3s
}

#header_vinyl {
	background-image: url(images/header_vinyl.png);
	background-size: cover;
	background-position: center center;
	width: 70px;
	height: 70px;
	left: 15px;
	top: 15px;
	position: absolute;
	transition: 0.6s !important;
}

#header_vinyl:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#menu_wrapper {
	position: relative;
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	max-width: 80%;
	margin: -5px auto 0;;
}

.site_menus {
	position: relative;
	right: auto;
	width: auto;
	list-style: none;
	display: block;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}

#main_menu {
	margin-bottom: 0px;
	padding: 0;
}

.menu-item {
	display: inline-block;
	margin: 0 5px;
	margin-left: 10px;
	padding-right: 20px;
	position: relative;
	/* border-right: solid 1px #8f8f8f; */
}

.menu-item:last-child {
	padding-right: 0px;
	/* border-right: solid 0px #8f8f8f; */
}

.menu-item a {
	color: #ed1c24;
	transition: 0.3s;
	font-weight: 400;
}

.menu-item a:hover {
	color: #000000;
}

.menu-item a:active {
	color: #000000;
}

.menu-item.current-menu-item a {
	color: #000000;
}

.menu-item.coming_soon_link a {
	color: #909090 !important;
	pointer-events: none;
}

.menu-item.coming_soon_link:after {
	content: "Coming Soon";
	position: absolute;
	background-color: #ed1c24;
	left: 0;
	color: #FFFFFF;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	padding: 0 5px;
	margin-top: 18px;
	opacity: 1;
	font-size: 10px;
	white-space: nowrap;
	left: -25%;
}


/* The container <div> - needed to position the dropdown content */
.menu-item-has-children {
	position: relative;
	display: inline-block;
}

/* Style The Dropdown Button */
.menu-item-has-children > a {
	padding: 0;
	border: none;
	cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 140px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

/* Links inside the dropdown */
.menu-item-has-children .sub-menu li {
	color: black;
	padding: 0;
	text-decoration: none;
	display: block;
	margin: 0;
}

.menu-item-has-children .sub-menu li a {
	width: 100%;
	display: block;
	height: 100%;
	padding: 12px;
}

/* Change color of dropdown links on hover */
.menu-item-has-children .sub-menu li a:hover {
	background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu {
	display: block;
}
	
/* Change the background color of the dropdown button when the dropdown content is shown */
.menu-item-has-children:hover .menu-item-has-children > a {
	background-color: #3e8e41;
}



#mobile_menu {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px;
	display: none;
}

.btn_wrapper {
	display: block;
	text-align: center;
}

.btn {
	background-color: #ed1c24;
    display: inline-block;
    color: #FFFFFF;
    padding: 4px 12px 6px;
    text-transform: uppercase;
    transition: 0.5s;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    margin: 0 auto;
    font-weight: 600;
    font-size: 24px;
}

.btn:hover {
	color: #ed1c24;
	background-color: #FFFFFF;
	border: solid 2px #ed1c24;
}


/* ---------- 404 page ---------- */

#error_404_wrapper {
	width: 70%;
	height: 50%;
	max-width: 700px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

#error_404_wrapper h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

#error_404_link {
	margin-top: 40px;
}

/* ---------- Home page ---------- */

#home_logo {
	width: 60%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 45%;
	bottom: 10%;
	max-width: 700px;
	background-image: url(images/logo_strap.png);
	position: absolute;
	background-size: contain;
	background-position: center center;
}

#home_logo img {
	width: 100%;
	height: auto;
}

#sign_up_btn_wrapper {
	position: absolute;
	width: 100%;
	bottom: 10%;
}


/* ---------- Splash 2021 ------------ */

.fullscreen_bg {
	font-size: 18px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding: 0;
	background-size: cover;
	text-transform: uppercase;
	line-height: 130%;
	width: 100vw;
	bottom: 100px;
	height: auto;
	top: 100px;
	position: absolute;
}

#home_content_bg {
	background-image: url(images/crowd_bg.jpg);
	background-position: center top;
	background-size: cover;

}

#about_content_bg {
	background-color: #000000;
	/* background-image: url(images/band_gradient.jpg); */
	background-position: center top;
	background-size: contain;
	overflow: hidden;
}

#about_content_bg img {
	width: 100%;
	height: auto;
}

#about_content_bg:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
}

.splash_content {
	width: 70%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	bottom: 10%;
	max-width: 1200px;
	max-height: 800px;
	background-size: contain;
	background-position: center center;
	font-size: 18px;
	line-height: 120%;
	z-index: 10;
}

.splash_content h2 {
	margin: 1% auto;
}

.splash_content p {
	margin: 0;
	margin-bottom: 5px;
}

#home_content {
	background-image: url(images/inxs_logo_wr.svg);
	height: 60%;
}

#about_content {
	text-align: center;
	height: auto;
	width: 80%;
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	top: auto;
}

#about_logo {
	background-image: url(images/inxs_logo_wr.svg);
	background-size: contain;
	background-position: center center;
	width: 50%;
	height: 10vh;
	margin: 0 auto;
}

#home_logo img {
	width: 100%;
	height: auto;
}


/* ---------- Overlay ------------ */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	transition: 0.5s;
	background-color: rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.overlay_hidden {
	opacity: 0 !important;
	pointer-events: none !important;
}

.overlay_inner {
	width: 70%;
	max-width: 600px;
	height: auto;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.overlay_title {
	text-align: center;
	color: #ed1c24;
	text-transform: uppercase;
	font-size: 30px;
}

.overlay_strap {
	text-align: center;
	color: #909090;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.overlay_content {
	overflow: auto;
	max-height: 80vh;
	-webkit-overflow-scrolling: touch;
}

.overlay_close_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 100;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	right: -25px;
	top: -25px;
	line-height: 230%;
	background-color: #ed1c24;
	color: #ffffff;
	transition: 0.3s;
	cursor: pointer;
}

.overlay_close_btn:hover {
	background-color: #FFFFFF;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	color: #ed1c24;
}

/* ---------- iFrame embed page ---------- */

.page-template-page-embed #wrapper {
	top: 100px;
	bottom: 100px;
	left: 0;
	right: 0;
	position: absolute;
}

.page-template-page-embed #wrapper p {
	margin: 0;
}

.page-template-page-embed #wrapper iframe {
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	position: absolute;
}


/* ---------- Swiper ---------- */

.swiper-container {
	width: 100vw;
	bottom: 0px;
	position: absolute;
	top: 0px;
}

.swiper-slide {
	font-size: 16px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding: 0;
	background-size: contain;
	background-position: center center;
	text-transform: uppercase;
	line-height: 130%;
	background-color: #000000;
}

.swiper-slide_inner {
	font-size: 18px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding: 0;
	background-size: contain;
	background-position: center center;
	text-transform: uppercase;
	line-height: 130%;
	width: 100vw;
	height: 100vh;
}

.swiper-pagination {
	position: absolute;
	bottom: 30px;
	width: 100%;
	pointer-events: none;
}

.swiper-pagination-bullet {
	opacity: 0.5;
	background-color: #FFFFFF;
	margin: 5px
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFFFFF;
}

.nav_btn {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	color: rgba(237, 28, 36, 1);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: none;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper_btn {
	background-image: none !important;
	width: 40px !important;
	height: 40px !important;
	background-color: #FFFFFF !important;
	color: #000000;
	text-align: center;
	line-height: 250%;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
}

.swiper_btn:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #000000 !important;
	color: #FFFFFF;
}

.swiper_btn:focus {
	outline: none !important;
}

.main_btn {
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(237, 28, 36, 1) !important;
	border: rgba(255, 255, 255, 1) solid 2px;
	color: #FFFFFF;
	margin: 2px auto 10px;
	display: inline-block;
	transition: 0.3s;
	text-transform: uppercase;
	font-weight: 800;
	min-width: 100px
}

.main_btn:hover {
	background-color: #FFffff !important;
	border: rgba(237, 28, 36, 1) solid 2px;
	color: rgba(237, 28, 36, 1);
}


/* ---------- Home Section ---------- */

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.home_slide_content {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	z-index: 1;
}

.home_slide_content_inner {
	width: 80%;
	margin: 20px auto 40px;
	max-width: 1000px;
	display: block;
	color: #FFFFFF;
}

.home_slide_logo {
	width: 60px;
	height: 60px;
	background-size: contain;
	margin: 10px auto;
	overflow: hidden;
}

.home_slide_date {
	font-size: 20px;
	font-weight: 600;
}

.home_post_title h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 110%;
}

.home_post_words {
	font-size: 22px;
}
.home_post_words p {
	margin-top: 0;
}

.home_post_link {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 10px 0 20px;
	display: block;
}

#footer {
	position: relative;
	padding: 10px;
	bottom: 0;
	z-index: 100;
	text-transform: capitalize;
}

#home_btn_next,
#home_btn_prev {
	/*
	display: none;
	*/
}


/* ---------- Grid ---------- */

.grid_items_wrapper {
	line-height: 0;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	height: auto;
	width: 100%;
	margin: 0px auto 50px;
	text-align: center;
	font-size: 0;
	vertical-align: top;
}

.grid_item {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-height: 100px;
	text-transform: uppercase;
	width: 25%;
	height: 25vw;

	/*
	width: 12.5%;
	height: 12.5vw;
	*/

	line-height: 150%;
	font-size: initial;
}


.grid_item:hover .grid_item_overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0);
}

.grid_item:hover .grid_item_overlay_inner {
	position: absolute;
	width: auto;
	height: auto;
	font-style: normal;
	transition: 0.3s;
	top: 50%;
	-webkit-transform: scale(1.3) translateY(-50%);
	transform: scale(1.3) translateY(-50%);
}

.grid_item:hover .grid_item_img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.grid_item_w_2 {
	width: 33.33vw;
	/* width: 25vw; */
}

.grid_item_h_2 {
	height: 33.33vw;
	/* height: 25vw;	*/
}

.grid_item_w_2 {
	width: 25vw;

}

.grid_item_h_2 {
	height: 25vw;
	/* height: 25vw;	*/
}

.grid_sizer {
	width: 16.66%;
}

.grid_item_loader {
	width: 50px;
	height: 50px;
	padding: 4px;
	position: absolute;
	background-position: -85px 0px;
	background-size: 500px;
	display: block;
	margin-top: -25px;
	margin-left: -25px;
	left: 50%;
	top: 50%;
	-webkit-animation: loader_animation linear 2s;
	animation: loader_animation linear 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
}

@-webkit-keyframes loader_animation {
	0% {
		-webkit-transform: rotate(0deg) ;
		transform: rotate(0deg) ;
	}
	100% {
		-webkit-transform: rotate(360deg) ;
		transform: rotate(360deg) ;
	}
}

@keyframes loader_animation {
	0% {
		-webkit-transform: rotate(0deg) ;
		transform: rotate(0deg) ;
	}
	100% {
		-webkit-transform: rotate(360deg) ;
		transform: rotate(360deg) ;
	}
}

.grid_item_inner {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition-delay: 1s;
	transition-duration: 0.3s;
	transition-property: all;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.grid_item_inner_loaded {
	opacity: 1  !important;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}

.grid_item_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: 0.9s;
}

.grid_item_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	transition: 0.6s;
}

.grid_item_overlay_inner {
	position: absolute;
	width: auto;
	height: auto;
	font-style: normal;
	transition: 0.3s;
	top: 50%;
	-webkit-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.grid_item_date {
	font-size: 12px;
	font-weight: 400;
}

.grid_item_title {
	font-size: 16px;
	font-weight: 600;
	width: 70%;
	margin: 0 auto;
	text-transform: uppercase;
}

.grid_item_type {
	font-size: 12px;
	font-weight: 300;
}



/* ----------- Main Home Video player ----------- */

.single-video .grid_items_wrapper {
	width: 80%;
	margin: 0 auto;
}


.video_visible {
	opacity: 1 !important;
}

#video {
	height: 100%;
}

.video_container {
	width: 100%;
	left: 0%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	margin-top: 0px;
	display: block;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	overflow: hidden;
	box-sizing: border-box;
	/* overflow: visible; */
	position: fixed;
	transition: 1s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	/* pointer-events: none; */
	opacity: 1;
}

.video_container iframe,
.video_container object,
.video_container embed {
	position:absolute;
	overflow:hidden;
	top:0;
	left: -39%;
	width:178%;
	height:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.video_control {
	width: 100%;
	height: 34px;
	bottom: 0px;
	position: absolute;
	display: block;
	z-index: 100;
	/* background-color: rgba(0, 150, 204, 1.0); */
	color: #f0f0f0;
	text-transform: uppercase;
	transition: 0.5s;
	opacity: 1;
	pointer-events: none;
}

.video_btns_wrapper {
	text-align: center;
	width: 100%;
}

.video_control .button {
	cursor: pointer;
	transition: 0.2s;
	margin: 0px;
	font-size: 24px;
	color: #f0f0f0;
	pointer-events: auto;
}

.video_control .button:hover {
	color: #f0f0f0;
}

.play_pause {
	display: inline-block;
	position: absolute;
	left: 5px;
}

.mute {
	display: inline-block;
	position: absolute;
	right: 5px;
}

.video_title {
	left: 40px;
	top: 7px;
	font-size: 16px;
	display: block;
	position: absolute;
	right: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}

.percent_bar_bg {
	height: 4px;
	background-color: #f0f0f0;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.percent_bar {
	height: 4px;
	background-color: #a3a3a3;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 0;
	transition: all 0.5s linear;
}

.video_btn {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: block;
	background-color: rgba(0, 150, 204, 1.0);
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	transition: 0.3s;
	color: #e4e4e4;
	font-size: 26px;
	text-align: center;
	line-height: 180%;
}

.video_btn:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	background-color: rgba(0, 0, 0, 0.8);
}

#prev_video {
	left: 50px;
}

#next_video {
	right: 50px;
}

#video_close_btn_bottom {
	position: absolute;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	white-space: nowrap;
}

.video_background {
	z-index: 0;
}


/* ---------- Artist Page ------------ */

.content_wrapper_band {
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(100deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 25%, rgba(125,125,125,1) 75%, rgba(200,200,200,1) 100%);
	min-height: 100vh;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	overflow: hidden !important;
	height: 100%;
}

.header_image img {
	width: 100%;
}

.content_block {
	vertical-align: top;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	flex: 0 0 auto;
}

.content_30 {
	width: 30%;
}

.content_40 {
	width: 40%;
}

#artist_content {
	overflow: auto;
}

.red_star {
	background-image: url("images/red_star.png");
	background-size: contain;
	width: 80px;
	height: 80px;
	margin: 30px auto 0;
}

#artist_content .page_title {
	margin: 0px auto 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
}

#artist_content h2 {
	text-align: center;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#artist_content h3 {
	text-align: center;
}

.main_content {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
	font-weight: 300;
	font-size: 16px;
	max-width: 800px;
}


/* ---------- Music Page ------------ */

.content_wrapper_music {
	/* margin: 100px auto; */
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(100deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 25%, rgba(125,125,125,1) 75%, rgba(200,200,200,1) 100%);
	min-height: 100vh;
	display: block;
	flex-wrap: unset;
	flex-direction: unset;
	justify-content: unset;
	align-items: unset;
	align-content: unset;
	overflow: auto;
	height: 100%;
}

#music_page {
	width: 100%;
	text-align: center;
	max-width: 800px;
}

.album_item {
	width: 30%;
	position: relative;
	display: inline-block;
	margin: 1%;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	padding: 0%;
}

.album_item img {
	width: 100%;
}

.album_item:hover{
	background-color: rgba(255, 0, 0, 1.0);
	padding: 0.5%;
}


/* ---------- Album Page ------------ */

#music_album_page {
	text-align: center;
}

.album_page_packshot img {
	width: 100%;
	max-width: 600px;
}

#album_release_date {
	font-size: 20px;
}

#album_buttons {
	margin-top: 20px;
}

#album_tracklist {
	text-transform: uppercase;
	font-size: 18px;
}

#other_albums {
	max-width: 800px;
	margin: 0 auto;
}


/* ---------- Listen Section ---------- */

#inxs_content_wrapper {
	position: absolute;
	top: 100px;
	bottom: 100px;
	width: 100%;
	z-index: 10;
}

#inxs_content_wrapper #turntable_wrapper {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	top: 0px;
}


/* ---------- Social page ---------- */

.stackla-widget {
	pointer-events: auto;
}

.page-id-3755 #header {
	z-index: 100;
}

.page-id-3755 #inxs_content_wrapper {
	position: relative;
	top: auto;
	bottom: auto
}

.page-id-3755 #footer {
	position: relative;
}


/* ---------- Footer ---------- */

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #000000;
	line-height: 120%;
	background-color: #FFFFFF;
	height: 100px;
	z-index: 100;
	font-size: 8px;
}

#footer_border {
	top: 0;
}

#social_icons {
	padding: 0;
	margin: 10px auto 0;
	position: relative;
	width: auto;
	text-align: center;
}

#social_icons a {
	font-size: 26px;
	transition: 0.3s;
	display: inline-block;
	color: #000000;
	margin: 5px;
}

#social_icons a:hover {
	color: #ed1c24;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#footer_btns {
	display: block;
	font-weight: 300;
	margin-top: 0px;
}

.footer_btn {
	transition: 0.3s;
	display: inline-block;
	color: #000000;
	margin: 4px;
	cursor: pointer;
}

.footer_btn:hover {
	color: rgba(237, 28, 36, 1) !important;
}

#copyright {
	display: inline-block;
	margin: 4px;
}


/* ---------- Contact form ---------- */

#contact_content {
	padding: 5% 10%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	color: #1f252b;
	width: 100%;
	padding: 12px 16px;
	border-radius: 0;
	border: 0;
	font-family: 'Oswald', sans-serif;
	border-bottom: solid 1px rgba(237, 28, 36, 1);
}
.wpcf7-form p {
	margin: 0 0 5px;
}

.wpcf7-textarea {
	outline: solid 0px rgba(237, 28, 36, 1) !important;
	height: 100px;
	border-bottom: solid 1px rgba(237, 28, 36, 1) !important;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: 0px solid rgba(237, 28, 36, 1);
	outline-offset: 0;
	border-bottom: solid 1px rgba(0, 0, 0, 1) !important;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	background: rgba(237, 28, 36, 1);
	color: #fff;
	padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
	border: 0;
	background: #ed1c24;
	color: #fff;
	padding: 18px;
}
span.wpcf7-not-valid-tip {
	color: #ed1c24;
	font-size: 12px;
}

.wpcf7-response-output {
	margin: 0 !important;
	border-color: rgba(0, 0, 0, 1) !important;
	background-color: rgba(0, 0, 0, 1);
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	line-height: 120%;
	font-size: 14px;
}

.ajax-loader {
	margin: 0;
	display: none !important;
}

.wpcf7 form.submitting .ajax-loader {
	visibility: visible;
	display: block !important;

}

/*
** Button Styles
*/
.wpcf7-form .button {
	background-color: rgba(237, 28, 36, 1);
	border: 0;
	color: #fff;
	border-radius: 1px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
	padding: 20px 42px;
	letter-spacing: 2px;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
	outline: solid 1px rgba(237, 28, 36, 1) !important;
}

.wpcf7-form .button:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 1);
	outline: solid 1px rgba(0, 0, 0, 1) !important;

}



/* ---------- Media Queries ---------- */

/* iPad portrait & less ---------- */
@media only screen
and (max-width : 768px) {

#mobile_menu {
	display: none;
	cursor: pointer;
	margin: 7px 10px;
	font-size: 20px;
	z-index: 10;
}

#header {
	height: 80px;
	font-size: 13px;
}

#header_vinyl {
	width: 50px;
	height:50px;
	top: 10px;
	left: 10px;
	display: none;
}

#menu_wrapper {
	max-width: 95%;
	/*
	transform: none;
	top: auto;
	*/
}

.site_menus {
	top: 0px;
	padding-left: 0px;
}


/*
#main_menu {
	background-color: #999999;
	margin-top: 0px;
	padding: 0 0 20px 0;
	top: 0%;
	position: absolute;
	width: 100%;
	transition: 0.2s;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
*/

.mobile_menu_visible {
	top: 50px !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

.menu-item {
	margin-left: 0px;
	margin: 0 3px;
	padding-right: 0px;
}

#band_menu {
	top: 10px;
}

.menu-item.coming_soon_link:after{
	left: -60%;
}

#inxs_content_wrapper {
	top: 80px;
	bottom: 70px;
	width: 100%;
}

#wrapper {
	top: 0px;
}

.main_content {
	width: 90%;
}

.home_post_title h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 110%;
}

.home_post_words p{
	margin: 10px auto;
	line-height: 120%;
	font-size: 1rem;
}

#home_logo {
	width: 80%;
	height: 80%;
}

.fullscreen_bg {
	top: 70px;
	bottom: 70px;
}

.splash_content {
	width: 70%;
	font-size: 13px;
	line-height: 120%;
}

.splash_content h2 {
	font-size: 16px;
	margin: 2% 0;
}

#about_content {
	top: auto;
	bottom: 30px;
}

#about_content_bg {
	background-size: contain;
	top: 115px;
}

.overlay_inner {
	width: 85%;
}

.swiper-container {
}

.swiper-slide_link_text {
	font-size: 0.8rem;
	padding: 5px;
}

.btn {
	font-size: 20px;
	border-radius: 8px;
}

#footer {
	padding: 0;
}


#social_icons {
	margin: 0px auto;
	margin-top: 10px;
}

#policy {
	line-height: 150%;
	font-size: 12px;
	width: 80%;
	margin: 0 auto;
}

.page-id-2886  #header,
.page-template-page-band-artist #header {
	height: 115px;
}

.page-template-page-band-artist #page_wrapper {
	height: auto;
}

#artist_content .page_title h1 {
	font-size: 2rem;
}

#artist_content h3 {
	font-size: 1rem;
}

.content_wrapper_band {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: start;
	align-items: stretch;
	align-content: stretch
}

.content_block {
	flex: 1 0 auto;
	margin: 0px;
}

.content_30,
.content_40 {
	width: 100%;
}

#artist_photos_left {
	order: 2;
	height: 70vh;
}

#artist_content {
	order: 1
}

#artist_photos_right {
	order: 3;
	height: 70vh;
}

#music_page {
	width: 90%;
}

.album_item {
	width: 40%;
}

#footer {
	height: 70px;
	font-size: 8px;
}
.footer_btn {
	margin: 0 4px;
}

/* ---------- iFrame embed page ---------- */

.page-template-page-embed #wrapper {
	top: 80px;
	bottom: 70px;
}

#error_404_wrapper h2 {
	font-size: 20px;
}

}

/* iPhone 8+ portrait & less ---------- */
@media only screen
and (max-width : 414px) {

}

/* iPhone 5 & less ---------- */
@media only screen
and (max-width : 320px) {

	#header_vinyl {
		display: none;
	}

}

/* iPads (portrait and landscape) ---------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}

/* iPads (landscape) ---------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}

/* iPads (portrait) ---------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}