/*!
	Theme Name: Bryan Ferry 2020 Theme
	Theme URI: ://bryanferry.com
	Author: VVVOID
	Author URI: ://vvvoid.co.uk
	Version: 1
	Built by VVVOID LTD. London, UK
	hello@vvvoid.co.uk
!*/


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

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor/texgyreadventor-regular-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-regular-webfont.woff') format('woff'),
		 url('fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf') format('truetype'),
		 url('fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#tex_gyre_adventorregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('fonts/texgyreadventor/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-bold-webfont.woff') format('woff'),
		 url('fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf') format('truetype'),
		 url('texgyreadventor-bold-webfont.svg#tex_gyre_adventorbold') format('svg');
	font-weight: 600;
	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: '\e800'; } /* '' */
.icon-btn-camera:before { content: '\e801'; } /* '' */
.icon-btn-cart-round:before { content: '\e802'; } /* '' */
.icon-btn-cart:before { content: '\e803'; } /* '' */
.icon-btn-email-round:before { content: '\e804'; } /* '' */
.icon-btn-email:before { content: '\e805'; } /* '' */
.icon-btn-help-round:before { content: '\e806'; } /* '' */
.icon-btn-help:before { content: '\e807'; } /* '' */
.icon-btn-live-round:before { content: '\e808'; } /* '' */
.icon-btn-live:before { content: '\e809'; } /* '' */
.icon-btn-merch-round:before { content: '\e80a'; } /* '' */
.icon-btn-merch:before { content: '\e80b'; } /* '' */
.icon-music-fastforward:before { content: '\e80c'; } /* '' */
.icon-music-pause:before { content: '\e80d'; } /* '' */
.icon-music-play:before { content: '\e80e'; } /* '' */
.icon-music-rewind:before { content: '\e80f'; } /* '' */
.icon-music-volume-full:before { content: '\e810'; } /* '' */
.icon-music-volume-none:before { content: '\e811'; } /* '' */
.icon-music-volume:before { content: '\e812'; } /* '' */
.icon-nav-add-mark:before { content: '\e813'; } /* '' */
.icon-nav-arrow-down:before { content: '\e814'; } /* '' */
.icon-nav-arrow-left:before { content: '\e815'; } /* '' */
.icon-nav-arrow-right:before { content: '\e816'; } /* '' */
.icon-nav-arrow-up:before { content: '\e817'; } /* '' */
.icon-nav-close:before { content: '\e818'; } /* '' */
.icon-nav-download-mark:before { content: '\e819'; } /* '' */
.icon-nav-menu:before { content: '\e81a'; } /* '' */
.icon-nav-minus-mark:before { content: '\e81b'; } /* '' */
.icon-nav-refresh-mark:before { content: '\e81c'; } /* '' */
.icon-nav-tick-mark:before { content: '\e81d'; } /* '' */
.icon-social-apple-round:before { content: '\e81e'; } /* '' */
.icon-social-apple:before { content: '\e81f'; } /* '' */
.icon-social-deezer-round:before { content: '\e820'; } /* '' */
.icon-social-deezer:before { content: '\e821'; } /* '' */
.icon-social-facebook-round:before { content: '\e822'; } /* '' */
.icon-social-facebook:before { content: '\e823'; } /* '' */
.icon-social-instagram-round:before { content: '\e824'; } /* '' */
.icon-social-instagram:before { content: '\e825'; } /* '' */
.icon-social-itunes-round:before { content: '\e826'; } /* '' */
.icon-social-itunes:before { content: '\e827'; } /* '' */
.icon-social-songkick-round:before { content: '\e828'; } /* '' */
.icon-social-songkick:before { content: '\e829'; } /* '' */
.icon-social-soundcloud-round:before { content: '\e82a'; } /* '' */
.icon-social-soundcloud:before { content: '\e82b'; } /* '' */
.icon-social-spotify-round:before { content: '\e82c'; } /* '' */
.icon-social-spotify:before { content: '\e82d'; } /* '' */
.icon-social-twitter-round:before { content: '\e82e'; } /* '' */
.icon-social-twitter:before { content: '\e82f'; } /* '' */
.icon-social-vevo-round:before { content: '\e830'; } /* '' */
.icon-social-vevo:before { content: '\e831'; } /* '' */
.icon-social-youtube-round:before { content: '\e832'; } /* '' */
.icon-social-youtube:before { content: '\e833'; } /* '' */


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

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:'TeXGyreAdventor';
	font-weight:400;
	background-color: #000000;
	color: rgba(255, 252, 236, 1.0);
	height: auto;
}

a {
	text-decoration: none;
}

#page_wrapper {}

.single-albums #page_wrapper {
	overflow: hidden;
}

#wrapper {
	position: relative;
	display: block;
	height: auto;
}

.entry {
	max-width: 800px;
	margin: 0 auto;
}


/* ---------- Admin Styles ---------- */

#themify-meta-boxes.postbox {
	display: none !important;
}


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


#header {
	position:fixed;
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
	z-index: 1000;
	top: 0;
	left: 0;
	text-transform: uppercase;
	/* background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
	background-color: rgba(255, 252, 236, 1.0);
}

.header_fixed {
	top: 30px !important;
}

#header a {
	transition: 0.3s;
}

#header_logo {
	position:absolute;
	width: auto;
	z-index: 1000;
	top: 18px;
	left: 25px;
	bottom: 10px;
	font-size: 25px;
	/*
	background-image: url(images/bf_logo_bk.svg);
	background-position: center left;
	background-size: contain;
	*/
	color: #000000;
	font-weight: 700;
	font-style: italic;
	font-weight: 800;
	font-family:'TeXGyreAdventor' !important;
}

#social_icons {
	padding: 0;
	margin: 0;
	position: absolute;
	width: auto;
	top: 23px;
	right: 20px;;
}

#social_icons a {
	font-size: 22px;
	transition: 0.3s;
	color: #000000;
}

#social_icons a:hover {
	color: #999999;
}

#main_menu {
	position: relative;
	top: 0px;
	width: auto;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	margin: 29px auto 0;
}

.menu-item {
	display: inline-block;
	margin: 0 8px;
}

.menu-item a {
	transition: 0.3s;
	color: #000000;
	font-weight: 800;
	font-family:'TeXGyreAdventor' !important;
}

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

.menu-item_active {
	color: #000000 !important;
}

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


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

.swiper-container {
	width: 100vw;
	height: 70vh;
}

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

.swiper-slide_inner {
	font-size: 18px;
	color:#fffcec;
	box-sizing: border-box;
	padding: 0;
	background-size: cover;
	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;
}

.single .swiper-pagination-bullet {
	opacity: 0.2;
	background-color: #000000;
}

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

.nav_btn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	color: red;
}

.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: rgba(255, 252, 236, 1.0) !important;
	color: #000000;
	text-align: center;
	line-height: 250%;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
}

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

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

.elementor-pagination-position-outside .elementor-swiper-button {
	top: 30vh !important;
}

.elementor-element {
	padding-top: 10px !important;
	padding-botton: 10px !important;
}


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

.home #page_wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
}

.home #wrapper {
	position: fixed;
	display: block;
	/* height: 100%; */
	bottom: 0;
	top: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
}

.home .swiper-container {
	height: 100%;
	margin-bottom: 0px;
}

.home .swiper-slide {
	background-color: #000000;
}


#home_main_logo {
	background-image: url(images/bf_logo.svg);
	width: 30%;
	height: 30%;
	max-height: 500px;
	max-width: 500px;
	position: absolute;
	transform: translate(-50%, -50%);
	background-position: center center;
	top: 50%;
	left: 50%;
	background-size: contain;
	margin: 10px auto;
	z-index: 100;
	opacity: 0.5;
	pointer-events: none;
	
}

#home_grid_items_wrapper {
	display: none;
}

.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 65px;
	max-width: 1000px;
	display: block;
	color: #FFFFFF;
}

.home_slide_logo {
	background-image: url(images/bf_logo.svg);
	width: 60px;
	height: 60px;
	background-size: contain;
	margin: 10px auto;
}

.home_slide_logo_black {
	background-image: url(images/bf_logo_bk.svg);
}

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

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

.home_post_words {
	font-size: 22px;
}

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

.home #footer {
	display: none !important;
	position: relative;
	padding: 10px;
	bottom: 0;
	z-index: 100;
}


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

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

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

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

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

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

.grid_item_h_2 {
	height: 33.33vw;
	/* 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%;
	animation: loader_animation linear 2s;
	animation-iteration-count: infinite;
	border-radius: 50%;
}

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

.grid_item_inner {
	position: relative;
	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;
	/* transform: scale(0.8, 0.8); */
	color: #FFFFFF;
	text-transform: uppercase;
}

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

.grid_item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	top:0%;
	left: 00%;
}

.post-type-archive-video .grid_item_img {
	width: 140%;
	height: 140%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	top:-20%;
	left: -20%;
}

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

.grid_item_overlay:hover {
	opacity: 1 !important;
	transform: scale(1.2);
	background: rgba(0, 0, 0, 0.5);
}

.grid_item_overlay_inner {
	position: absolute;
	width: 80%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-style: normal;
	color: #FFFFFF !important;
}

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

.grid_item_title {
	font-size: 1.5vh;
	font-weight: 600;
	line-height: 110%;
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	color: #FFFFFF;
}

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

#home_grid_items_wrapper.grid_items_wrapper {
	display: none !important;
}

.grid_item_default_img .grid_item_img {
	background-size: 50%
}


/* ---------- Single Page ---------- */

#single_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	background-position: center center;
	background-size: cover;
}

#single_wrapper_bg {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#single_wrapper_top {
	height: 100vh;
	background: linear-gradient(0deg,
		rgba(0,0,0,0.8) 0%,
		rgba(0,0,0,0) 60%,
		rgba(0,0,0,0) 100%);
}

#single_wrapper_bottom {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
}

#single_wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
}

#single_wrapper_inner {
	width: 70%;
	max-width: 1200px;
	min-width: 500px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
	padding-top: 50vh;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255, 252, 236, 1);
}

.single_news #single_wrapper_inner {
	width: 70%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
	padding-top: 120px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255, 252, 236, 1);
}


#single_wrapper .news_header_img {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

#single_wrapper .news_header_img {
	 max-height: 60vh;
	 width: auto;
	 margin: 0 auto;
	 display: block;
	 position: relative;
 }

.single_news .grid_item_inner {
	aspect-ratio: 1 / 1;
}

.news_single_grid_item {
	height:auto;
}

.single_news .grid_item_inner {
	aspect-ratio: 1 / 1;
}

#single_wrapper .gallery .gallery-item {
	margin: 0;
}

#single_wrapper .gallery img {
	padding: 0 !important;
	border: solid 0px gray;
}

#single_wrapper .gallery .gallery-caption {
	display: none;
}

.albums-template-default #single_wrapper_inner {
	width: 100%;
	max-width: none;
	min-width: none;
}

.single_main_inner {
	padding: 100px;
	padding-top: 50px;
	/* background-color: rgba(255, 252, 236, 0.9); */
	background-color: #FFFFFF;
	color: #000000;
}

.single_main_title_wrapper {
	text-transform: uppercase;
	text-align: center;
	line-height: 190%;
	border-bottom: solid 1px #000000;
	padding-bottom: 15px;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

.single_main_title_wrapper h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 100%;
}

.single_lower_title_wrapper {
	padding-bottom: 20px;
	padding-top: 50px;
	border-bottom: solid 1px rgba(255, 252, 236, 0.9);
	margin-top: 20px;
}

.single_main_date {
	margin-top: 10px;
}

.buy_btn {
	background-color: ##FFFCEC;
	border-radius: 10px;
	padding: 6px 20px 8px;
	margin: 10px 0px 4px;
	display: inline-block;
	border: solid 2px #000000;
	font-style: normal !important;
	color: #000000;
}

.buy_btn:hover {
	background-color: #000000;
	border: solid 2px #FFFCEC;
	color: ##FFFCEC;
}

.single_main_content {
	line-height: 170%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 1.0);
	position: relative;
}

.single_main_content:last-of-type {
	line-height: 170%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0);
	position: relative;
}

.single_main_content p a {
	color: #909090;

}

/*

.single_main_content p:first-of-type {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 130%;
}

*/

#single_wrapper a {
	font-style: italic;
	/* color: #909090; */
	transition: 0.3s;
	font-weight: 600;
	border-bottom: solid 1px rgba(0, 0, 0, 1);
	color: #000000;
}

#single_wrapper a:hover {
	/* color: #ffffff; */
	border-bottom: solid 1px rgba(0, 0, 0, 0);

}

#single_wrapper img {
	border-top: solid 0px #000000;
	border-bottom: solid 1px #000000;
	padding: 30px 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}


/*FFFCEC
.single_main_content p {
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
}

.p_visible {
	opacity: 1 !important;
	margin-top: 0px !important;
}
*/

.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe_wrapper.iframe_wrapper_soundcloud {
	padding-bottom: auto;
	padding-top: auto;
	height: auto
}

.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}

/*
.single_main_content p:first-of-type {
	opacity: 1 !important;
	margin-top: 0 !important;
}
*/

h2 {
	font-size: 60px;
	text-align: center;
	line-height: 120%;
	margin: 2%;
}

h3 {
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	margin: 0 auto 10px;
}

.lyrics_swiper_btn {
	position: absolute;
	background-color: #000000 !important;
	color: rgba(255, 252, 236, 1.0) !important;
}

#single_main_content_lyrics .swiper-container {
	width: 100%;
	height: 70vh;
	margin-bottom: 40px;
	border-bottom: dotted 1px #000000;
	padding: 10px;
}

#single_main_content_lyrics .swiper-slide {
	width: 100%;
	text-align: center;
	height: 100%;
	overflow: auto;
	text-transform: none;
}

#single_main_content_lyrics .swiper-pagination {
	bottom: 5px;
}


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

.elementor-18633


/* ---------- News Page ---------- */

/*
#news_grid_items_wrapper {
	margin-top: 50px;
}
*/

#news_single_grid_items_wrapper {
	padding-top: 0px;
	/* border-top: solid 1px #FFFFFF; */
}

#news_single_grid_items_wrapper .grid_item {
	width: 33.3%;
	/* height: 25vw; */
	padding-bottom:33.3%


}

#news_single_grid_items_wrapper .grid_item_inner {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 1;
}

.single-images .grid_item {
	width: 33.3%;
	/* height: 25vw; */
	aspect-ratio: 1 / 1;
	opacity: 1;
	height: auto;
}

.single-images .grid_item_inner {
	aspect-ratio: 1 / 1;
	opacity: 1;
}

#news_grid_items_wrapper img.grid_item_img {
	display: none !important
}


/* ---------- Discography -------- */

#discography_grid_items_wrapper {
	/* margin-top: 50px; */
}

#discography_grid_items_wrapper .grid_item {
	width: 25%;
	height: 25vw;
}

/* ---------- New Albums page  ------- */

.single-albums .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	flex-direction: column;
	align-content: center;
}

.single-albums #single_wrapper_inner {
	width: 100%;
	max-width: none;
	min-width: none;
}

.single-albums .single_main_inner {
	padding: unset;
}

.single-albums .elementor-inner-section {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.single-albums .single_main_title_wrapper {
	border-bottom: none;
}

.single-albums h1 {
	font-size: 70px;
}

.single-albums h2 {
	font-size: 40px;
	margin: 0% auto 1%;
}

.single-albums .quote_full_width {
	width: 100%;
	max-width: 100%;
}

.single-albums #single_wrapper img {
	border-bottom: none;
	border-top: none;
}

.single-albums .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/*
.single_main_content p:first-of-type {
	opacity: 1 !important;
	margin-top: 0 !important;
}
*/

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
}

.single-albums .elementor-slides-wrapper {
	overflow: hidden auto;
}

.single-albums .elementor-column-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-widget-wrap>.elementor-element {
	overflow: hidden;
}

.single-albums .swiper-wrapper {
}

.ee-post__body,
.ee-post__footer,
.ee-post__header,
.ee-post__media__content,
.ee-search-form__filters {
	padding: 0px !important;
	border-width: 0 !important;
}

.ee-post,.ee-post__area>:not(:empty):not(:last-child) {
	margin-bottom: 0px !important;
}

.ee-post__metas__list,.ee-post__terms {
	display: none !important;
}

.single-albums .swiper-container {
height: auto;
}


/* ---------- Explore -------- */


.post-type-archive-explore .grid_item {
	height: auto;
	width: 25%;
}

a.grid_item_inner .grid_item_img {
	transition: 0.3s;
}

a.grid_item_inner:hover .grid_item_img {
	transform: scale(1.1, 1.1) !important;
}

.grid_item_text .grid_item_inner {

	text-transform: none;

	font-style: italic;
	font-family: serif;
	font-size: 20px;
	line-height: 100%;
	/*
	text-transform: uppercase;
	font-weight: 900;
	background-color: #000000;
	color: #fc3a3a;
	*/
	color: inherit;
	padding: 30px 20px;

	/* 
	border-top: solid 6px #FFFFFF;
	border-bottom: solid 6px #FFFFFF;

	background: -webkit-linear-gradient(#fef485, #fc3a3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}

.post-type-archive-explore .grid_item_img {
	height: 100%;
	position: relative;
}

img.grid_item_img {
}

.explore_video_img {
	width: 200%;
	height: 200%;
	left: -50%;
	margin-top: -20%;
	
} 


/* --------- Archive ---------- */

#archive_grid_items_wrapper .grid_item_inner {
	/* opacity: 1 !important; */
	height: 100% !important;
	/* text-transform: none !important; */
}

/* --------- Tour page ---------- */

.page-id-9 #single_wrapper_inner {
	padding-top: 80vh;
}

.page-id-9 .single_main_title_wrapper {
	padding-top: 0;
}


/* ---------- Scroller ----------- */

#load_control {
	width: 100%;
	background-color: #000000;
	height: auto;
	display: block;
	position: relative;
	float: none;
	font-size: 20px;
	line-height: initial;
	text-align: center;
	padding-bottom: 70px;
}

#load_control div {
	margin: 5px auto;
}

#load_control .grid_item_loader {
	position: relative;
	left: auto;
	top: auto;
}


/* ---------- Single Image  ------------ */

.post-type-archive-images .grid_item {
	height: auto;
	width: 33.33%;
}

.post-type-archive-images .grid_item_img {
	height: 100%;
	position: relative;
}

.single-images #single_wrapper_inner {
	padding-top: 0%;
	width: 80%;
	margin: 100px auto 0;
	border: 0;
}

.single-images #single_wrapper img {
	padding: 0;
	/*
	max-width: 100%;
	max-height: 100%;
	*/
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 80vh;
	width: 90vw;
}

.single-images .swiper_btn {
	top: 45vh;
}

.sl-overlay {
	background-color: rgba(0,0,0,1) !important;
}

.sl-wrapper .sl-close {
	color: #FFFFFF;
}

.single_image_caption {
	margin: 15px auto;
	font-size: 14px;
	text-align: center;
}

.sl-image [data-scale="1"] {
	opacity: 1 !important;
}

.sl-image [data-scale="2"] {
	opacity: 1 !important;
}


/* ---------- images archive opage -------- */

#image_grid_items_wrapper .grid_item_img {
	background-image: none !important;
}

#image_grid_items_wrapper .grid_item_title {
	display: none !important;
}


/* ---------- Single Video  ------------ */

.single-video .grid_item {
	height: auto;
	width: 33.33%;
}

.single-video #single_wrapper_inner {
	padding-top: 0%;
	width: 90%;
	height: 80%;
	overflow: hidden;
	margin: 80px auto 0;
}


/* ---------- Sign Up ------------ */

.page-id-14935 #single_wrapper_inner {
	padding-top: 10vh;
}

.page-id-14935 .single_main_inner {
	background-color: #000000 !important;
	color: #ffffff;
}

.page-id-14935 select {
	color: #FFFFFF !important;
}



#mc_embed_signup {
	background:#000;
	clear:left;
	text-align:center;
	font: 14px 1.1rem;
}

#mc_embed_signup form {
	text-align: center;
}

#mc_embed_signup .mc-field-group input,
#mce-MMERGE6 {
	clear: both;
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	background: #000;
	color: #fff;
	border: none;
	border-bottom: 1px solid;
	margin: 0 auto 1em;
}

#mce-MMERGE6 {
	border:2px solid;
	margin: 1em auto;
	width: 100%;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #fff;
	border: 0 none;
	transition: all 0.23s ease-in-out 0s;
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin: 0 auto;
	padding: 0.5em 0em;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: auto;
	border-radius: 5px;
	font-weight: 600;;
}

#mc_embed_signup .button:hover {
	background-color: #333;
	color: #fff;
	box-shadow:none;
}

#mc_embed_signup .mc-field-group select {
	color:#fff;
	background:#000;
}

#mc_embed_signup .mc-field-group label {
	font-size:1.1em;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
	width: auto;
	display: inline-block;
    z-index: 1;
    color: #fff;
	border-radius: 5px;
}


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

.single-video .grid_items_wrapper {
	width: 100%;
	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;
	-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;
	-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 {
	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;
	transform: translateX(-50%);
	left: 50%;
	white-space: nowrap;
}

.video_background {
	z-index: 0;
}


/* ---------- Pages ---------- */

#single_wrapper {
	background-color: rgba(0,0,0,0.5);
}

.single #single_wrapper {
	background-color: rgba(0,0,0,0);
}


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

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 140%;
	font-size: 10px;
	padding: 30px;
	background-color: rgba(0,0,0,0.8);
	display: block;
	overflow: hidden;
}

#footer_main_menu {
	position: relative;
    top: 0px;
    width: auto;
    list-style: none;
    display: inline-block;
    padding: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer-main_menu .menu-item {
	font-size: 14px;
}

#footer .menu-item a {
	color: #FFFFFF;
}

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

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

#mobile_menu {
	display: block;
	cursor: pointer;
	font-size: 20px;
	z-index: 10;
	color: #000000;
}

#main_menu {
	background-color: rgba(255, 252, 236, 1.0);
	margin-top: 0px;
	padding: 50px 0 20px 0;
	top: -20%;
	position: absolute;
	width: 100%;
	transition: 0.5s;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

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

#header .menu-item {
	display: block;
	margin: 0px;
	font-size: 20px;
}

#footer-main_menu .menu-item {
	font-size: 10px;
}

#header_logo {
	display: none;
}

.swiper-slide {
	font-size: 14px;
}

.home_post_title {
	font-size: 20px;
}

.grid_item {
	width: 50vw;
	height: 50vw
}

#single_wrapper_inner {
	min-width: auto;
	width: 90%;
	padding-top: 40vh;
	font-size: 14px;
}

.single_main_inner {
	padding: 20px
}

a.gigpress-tickets-link {
	padding: 10px 15px !important;
	color: #FFFFFF !important;
	font-size: inherit !important;
	font-style: normal;
}

.single_main_title_wrapper {
	line-height: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.single_main_title_wrapper h1 {
	font-size: 20px;
}

.single_main_content p:first-of-type {
	font-size: 16px;
}

#news_single_grid_items_wrapper {
	padding-top: 15px;
}

#news_single_grid_items_wrapper .grid_item {
	width: 50%;
	height: auto;
	aspect-ratio: 1/1;
}

#discography_grid_items_wrapper .grid_item {
	width: 100%;
	height: 100vw;
}

.lower_grid_items_wrapper {
	margin: 20px auto 10px;
}

#single_bg {
	height: 30vh;
	margin-top: 50px;
}

#single_wrapper_top {
	height: 50vh;
}

.post-type-archive-explore .grid_item {
	width: 50vw;
}

.single .swiper_btn {
	top: 30vh;
}

.single-images #single_wrapper img {
	height: 60vh;
}

.single-images #single_wrapper_inner {
	width: 90%;
	text-align: center;
}

}

@media only screen and (max-width : 930px) {
 
#mobile_menu {
	display: block;
	cursor: pointer;
	margin: 22px 26px;
	font-size: 20px;
	z-index: 10;
	color: #000000;
}

#main_menu {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 0px;
	padding: 80px 0 20px 0;
	top: -20%;
	position: absolute;
	width: 100%;
	transition: 0.5s;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

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

#header .menu-item {
	display: block;
	margin: 0px;
	font-size: 20px;
}

#header_logo {
	display: block;
	margin: 0 auto;
	margin: 0 auto;
	transform: translateX(-50%);
	left: 50%;
}

}

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

#header_logo {
	display: none;
}
}

/* iPhone 8+ portrait & less ---------- */
@media only screen and (max-width : 414px) {
	
	/* ---------- Single Image  ------------ */
	
	.post-type-archive-images .grid_item {
		height: auto;
		width: 50%;
	}

}

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

}

/* 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) {

}