/* 

Oumaila - Music Band and Musician Bootstrap 4 Template
Copyright 2018  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Search form
4.To the top
5.About section
6.Discography section
7.Band section
8.Tours section
9.Gallery section
10.News section
11.Contact section
12.Footer section
13.Mediaqueries 




/*Preloader*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
	background: #141414;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loader-inner {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.loading-spinner {
	width: 6.25rem;
	height: 6.25rem;
	animation: spinner-rotate 2s ease-in-out infinite;
	-webkit-animation: spinner-rotate 2s ease-in-out infinite;
	-moz-animation: spinner-rotate 2s ease-in-out infinite;
	-ms-animation: spinner-rotate 2s ease-in-out infinite;
	-o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
	animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	-o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
	stroke-linecap: round;
}
.inner-hero .logo {
	width: 300px;
	opacity: 1;
	text-align: center;
	border-radius: 0 !important;
}
.hero {
	height: 100vh;
}
@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: trotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@keyframes spinner-color {
	0%, 100% {
		stroke: #ffffff;
	}
}
@keyframes spinner-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -125px;
	}
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
	position: relative;
	background: #0f0f10;
}
.wrapper,
.header {
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}
/*End site wrapper*/

/*To the top*/

.block-top:not(.active) {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	pointer-events: none;
}
.block-top {
	position: fixed;
	width: 3rem;
	height: 3rem !important;
	background: #D79247;
	text-align: center;
	right: 1.5rem;
	bottom: 1.5rem;
	padding-top: .5rem;
	z-index: 100;
	color: #ffffff;
	border-radius: 50%;
}
.block-top i {
	font-size: 1.2rem;
}
/*End to the top*/

/* Hero Section*/

.background-img img {
	display: none;
}
.background-img {
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.overlay:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.slider .slides li {
	background-size: cover;
	height: 1050px;
}
.header {
	background-color: transparent;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .logo {
	display: inline-block;
	height: 33px;
	margin-top: 1rem;
}
.header .logo img {
	max-height: 70%;
	opacity: .5;
	border-radius: 0 !important;
}
.header .logo:hover img {
	opacity: 1;
}
.mobile-but {
	height: 1.5rem;
	position: absolute;
	right: 15px;
	top: -32px;
	z-index: 1000;
	display: none;
}
.mobile-but .lines {
	transform: translate(0px, 10px) rotate(0deg);
	-webkit-transform: translate(0px, 10px) rotate(0deg);
	-ms-transform: translate(0px, 10px) rotate(0deg);
	-moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
	height: 0.125rem;
	width: 1.5625rem;
	border-radius: 3px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
	content: " ";
	display: block;
}
.mobile-but .lines:after {
	transform: translate(0px, 4px) rotate(0deg);
	-webkit-transform: translate(0px, 4px) rotate(0deg);
	-ms-transform: translate(0px, 4px) rotate(0deg);
	-moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
	transform: translate(0px, -4px) rotate(0deg);
	-webkit-transform: translate(0px, -4px) rotate(0deg);
	-ms-transform: translate(0px, -4px) rotate(0deg);
	-moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
	background: #ffffff;
}
.toggle-mobile-but.active .mobile-but .lines:after {
	transform: translate(0px, -1px) rotate(45deg);
	-webkit-transform: translate(0px, -1px) rotate(45deg);
	-ms-transform: translate(0px, -1px) rotate(45deg);
	-moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
	transform: translate(0px, 1px) rotate(-45deg);
	-webkit-transform: translate(0px, 1px) rotate(-45deg);
	-ms-transform: translate(0px, 1px) rotate(-45deg);
	-moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
	display: inline-block;
	font-family: 'Rancho', cursive;
	font-size: .75rem;
	margin-left: 1.9625rem;
	text-transform: uppercase;
	font-weight: 500;
}
.main-menu li a,
.main-nav li span {
	color: #ffffff;
	position: relative;
	padding: 1.2rem 0;
	font-size: 0.9rem;
}
.main-nav li span.search-ico {
	cursor: pointer;
	color: #ff5252;
}
.hero-content {
	color: #ffffff;
	position: relative;
	text-align: center;
	top: 42%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 40;
}
h1.large {
	font-size: 4rem;
	line-height: 1;
	font-family: 'Helvetica';
}
h1.large.rye-regular {
	font-family: "Rye", serif;
}
h1 span {
	font-size: 2rem;
	display: block;
	margin-bottom: 1rem;
}
.video-play-but {
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	height: 5.3125rem;
	width: 5.3125rem;
	position: relative;
}
.video-play-but:after {
	border-color: transparent transparent transparent #000000;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	content: "";
	height: 0;
	margin-left: -0.375rem;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.video-play-but:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
}
.video-play-but:hover:after {
	border-color: transparent transparent transparent #ffffff;
}
/* End hero Section*/

/* About section*/
ul.block-images li:first-child {
	padding-right: 10px;
}
ul.block-images li:last-child {
	padding-left: 10px;
}
ul.block-images li img {
	border-radius: 10px;
}
/* End about Section*/

/* Latest album section*/

/* Audio player*/

.block-tracklist .audiojs {
	background-image: none;
	background-color: #1a1a1a;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 7.3rem;
	display: none;
}

/* .block-tracklist .audiojs .scrubber {
     background-color: rgba(255, 255, 255, 0.7);
     position: absolute;
     height: 4px;
     top: 33px;
     z-index: 9999;
     width: calc(100% - 130px);
     left: 55px;
     border-top: 0;
}
 .block-tracklist .audiojs .time {
     position: absolute;
     text-shadow: none;
     border: none;
     height: auto;
     line-height: normal;
     margin: 0;
     padding: 0;
     top: 20px;
     right: 62px;
}
 .block-tracklist .audiojs .progress{
     border-radius: 0;
}
 .block-tracklist .audiojs .play-pause{
     height: 55px;
     width: 35px;
}
 .block-tracklist .audiojs p{
     position: relative;
     top: 27px;
     left: 7px;
}*/

.block-tracklist .audiojs .play-pause {
	border-right: 0;
}
.block-tracklist .block-lyrics {
	display: none;
	margin: 0 auto;
}
.block-tracklist .block-lyrics p {
	color: #cccccc;
}
.block-tracklist .playlist {
	border: 1px solid #444444;
	border-radius: 3px;
}
.block-tracklist .playlist li {
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-top: 1rem;
	padding-right: 1.5rem;
	cursor: pointer;
	position: relative;
}
.block-tracklist .playlist li:not(:last-child) {
	border-bottom: 1px solid var(--divider);
}
.block-tracklist .playlist li:before {
	background: #121212;
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.block-tracklist .playlist li:hover:before,
.block-tracklist .playlist li.playing:before {
	width: 100%;
	left: 0;
}
.block-tracklist .playlist li:after {
	content: "\e8d4";
	font-family: "fontello";
	position: absolute;
	left: 1.75rem;
	top: 1.5rem;
	font-size: 0.5625rem;
	color: #000000;
	background: #444444;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.block-tracklist .playlist li.playing:after {
	content: "\e8d8";
	background: #ffffff;
}
.block-tracklist .playlist li.playing.pause:after {
	content: "\e8d4";
	background: #ffffff;
}
span.selected,
a.selected {
	color: #ffffff !important;
}
/* End audio player*/

/* End latest album player*/

/* Discography sectionr*/
.block-album {
	border-radius: 3px;
	border: 1px solid #444444;
	overflow: hidden;
}
.block-teaser {
	text-transform: uppercase;
}
.block-teaser p {
	font-weight: 700;
	font-size: 1.5rem;
	padding-bottom: .5rem;
}
.countdown {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .34rem;
}
/* End discography Section*/

/* Tours section*/

.block-tabs li {
	margin: 0 .78125rem;
	cursor: pointer;
	position: relative;
	padding: 0 .25rem;
	color: #ffffff;
	opacity: .5;
}
.block-tabs li.active {
	opacity: 1;
}
.block-tab {
	border: 1px solid #444444;
	border-bottom: 0;
	border-radius: 3px;
	position: relative;
	border-left: 0;
	border-right: 0;
}
.block-tab:after,
.block-tab:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 93.5%;
	background: #444444;
	top: 0;
	z-index: 10;
}
.block-tab:after {
	left: 22.9%;
}
.block-tab:before {
	left: 73.3%
}
.block-tour {
	border-bottom: 1px solid var(--divider);
	padding-bottom: 1rem;
	padding-top: 1rem;
	padding-right: 1.5rem;
	padding-left: 0;
	text-align: left;
}
.block-tour:before {
	background: #33211a;
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.block-tour:hover:before {
	width: 100%;
	left: 0;
}
.block-tour .col-lg-3 h3 {
	position: relative;
	top: 10px;
}
.block-tour .col-lg-4 a,
ol.playlist .col-lg-6 a {
	position: relative;
	top: 8px;
}
.block-tab li,
.block-tab li .block-video {
	display: none;
}
.block-tab li.active,
.block-tab li.active .block-video {
	display: block;
}
.block-video {
	background: #000;
	position: relative;
	overflow: hidden;
}
.video-play-ico {
	position: absolute;
	top: 50%;
	left: 105%;
	z-index: 2;
	color: #ffffff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: .7;
}
.video-play-ico:hover {
	opacity: 1;
}
.video-play-ico i {
	font-size: 20px;
}
/* End tours section*/

/*Email section*/

.block-email-form {
	position: relative;
}
.block-email-form .email-form input[type="text"] {
	border: none;
	background: rgba(255, 255, 255, .4);
	border-radius: 25px;
	padding-left: 30px;
}
.block-email-form .email-form button[type="submit"] {
	position: absolute;
	right: 0;
	border-radius: 25px;
	background: rgba(255, 255, 255, .4);
	border: none;
	padding: 0.76rem 1.9rem;
	color: #ffffff;
}
/*End emial section*/

/*Gallery section*/

.block-filter li {
	margin: 0 .78125rem;
	margin-right: 0.78125rem;
	cursor: pointer;
	position: relative;
	padding: 0 .25rem;
}
.block-filter li a {
	color: #ffffff;
	opacity: .5;
}
.block-filter li a.active {
	opacity: 1;
}
.block-card {
	margin-bottom: 30px;
}
.disable:before {
	opacity: .7;
	background: #141414;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.card-gallery.image-gallery {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.card-gallery > * {
	width: 100%;
	z-index: 2;
	position: relative;
}

/*Video gallery*/
.video-swiper-container {
	overflow: hidden;
	padding: 20px 0 10px;
}

.swiper {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: visible !important;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 44%;
	max-width: 750px;
	position: relative;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	transform: scale(0.88);
	transform-origin: center center;
	transition: transform 0.3s ease;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 12px;
}

.swiper-slide:not(.swiper-slide-active) {
	opacity: 0.3;
}

.swiper-slide.swiper-slide-active {
	opacity: 1;
	z-index: 3;
}

.swiper-slide.swiper-slide-active .videoWrapper {
	transform: scale(1);
}

.videoSwiper .swiper-button-prev,
.videoSwiper .swiper-button-next {
	color: #fff;
	background: #d7924780;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.videoSwiper .swiper-button-prev::after,
.videoSwiper .swiper-button-next::after {
	position: static;
	margin: 0;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}

.videoSwiper .swiper-button-prev::after {
	transform: translate(-0.5px, 0);
}

.videoSwiper .swiper-button-next::after {
	transform: translate(0.5px, 0);
}

.videoSwiper .swiper-button-prev:hover,
.videoSwiper .swiper-button-next:hover {
	transform: none;
	background: #d79247;
	border-color: #d79247;
	color: #fff;
}

.videoSwiper .swiper-button-prev {
	left: max(calc(28% - 102px), calc(50% - 480px));
}

.videoSwiper .swiper-button-next {
	right: max(calc(28% - 102px), calc(50% - 480px));
}

@media (max-width: 1199px) {
	.swiper-slide {
		width: 54%;
		max-width: 680px;
	}
	.videoWrapper {
		transform: scale(0.9);
	}
	.swiper-slide.swiper-slide-active .videoWrapper {
		transform: scale(1);
	}
	.videoSwiper .swiper-button-prev,
	.videoSwiper .swiper-button-next {
		width: 32px;
		height: 32px;
		border-radius: 50%;
	}
	.videoSwiper .swiper-button-prev::after,
	.videoSwiper .swiper-button-next::after {
		line-height: 12px;
		width: 12px;
		height: 12px;
		font-size: 12px;
	}
	.videoSwiper .swiper-button-prev {
		left: max(calc(23% - 86px), calc(50% - 438px));
	}
	.videoSwiper .swiper-button-next {
		right: max(calc(23% - 86px), calc(50% - 438px));
	}
}

@media (max-width: 767px) {
	.video-swiper-container {
		padding: 12px 10px 14px;
	}
	.swiper {
		padding-top: 16px;
		padding-bottom: 42px;
	}
	.swiper-slide {
		width: 72%;
		max-width: 500px;
	}
	.videoWrapper {
		transform: scale(0.93);
	}
	.swiper-slide.swiper-slide-active .videoWrapper {
		transform: scale(1);
	}
	.videoSwiper .swiper-button-prev {
		left: max(8px, calc(14% - 34px));
	}
	.videoSwiper .swiper-button-next {
		right: max(8px, calc(14% - 34px));
	}
}

/*End gallery section*/

/*Socials section*/

.btn-absolute {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
}
.block-instafeed li {
	width: 20%;
	margin-right: .5rem !important;
	margin-left: .5rem;
}
.block-instafeed li:nth-last-of-type(-n+4) img {
	margin-bottom: 0;
}
.block-tweets {
	position: relative;
}
.block-tweets .tweet {
	margin-top: 1rem;
	font-size: 1rem;
}
.block-tweets .slides p {
	margin-bottom: 0;
}
.block-tweets .slides p a {
	text-decoration: underline;
	color: #999999;
}
.block-tweets .slides p a:hover {
	text-decoration: none;
}
.block-tweets .slides p.timePosted a{
     margin-top: 1rem;
     display: inline-block;
     font-size: .9375rem;
}
 .block-tweets .slides p.interact, .block-tweets .slides .user a img, .block-tweets .slides .user a span{
     display: none;
}

 .block-tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .block-tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .block-tweets .slides .user img {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}

/* Standard full-site vintage paper overlay */
.vintage-overlay {
	display: none;
}


.wrapper section.bg-secondary,
.wrapper section.latest,
.wrapper section.tour,
.wrapper section.gallery,
.wrapper section.contact,
.wrapper footer.footer,
.bk-header,
.bk-hero,
.bk-section,
.bk-footer {
	position: relative;
	isolation: isolate;
}

.wrapper section.bg-secondary::before,
.wrapper section.latest::before,
.wrapper section.tour::before,
.wrapper section.gallery::before,
.wrapper section.contact::before,
.wrapper footer.footer::before,
.bk-header::before,
.bk-hero::before,
.bk-section::before,
.bk-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('texture_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: normal;
	filter: contrast(1.1) brightness(1.02) grayscale(1);
	opacity: 0.11;
	pointer-events: none;
	z-index: 0;
}

.wrapper section.bg-secondary > *:not(.header),
.wrapper section.latest > *:not(.header),
.wrapper section.tour > *:not(.header),
.wrapper section.gallery > *:not(.header),
.wrapper section.contact > *:not(.header),
.wrapper footer.footer > *,
.bk-header > *,
.bk-hero > *,
.bk-section > *,
.bk-footer > * {
	position: relative;
	z-index: 1;
}

.wrapper section > .header {
	position: fixed;
	z-index: 999;
}

.hero .main-slider {
	position: relative;
	z-index: 1;
}
/*End socials section*/

/*Contact section*/

.card.block-info p {
	color: #cccccc;
}
.block-social.colored li {
	margin: 0;
}
.block-social.colored li a {
	font-size: 2rem;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	border: 0;
	line-height: 2.4;
	opacity: 1;
	color: white;
	margin: 0 1.5rem;
}
.block-social.colored li:first-child a {
	background: #4267B2;
}
.block-social.colored li:nth-child(2) a {
	background: #C13584;
}
.block-social.colored li:nth-child(3) a {
	background: #1DA1F2;
}
.block-social.colored li:nth-child(4) a {
	background: #c4302b;
}
.block-social.colored li:nth-child(5) a {
	background: #FEFC01;
}
.block-social.colored li:last-child a {
	background: #21DF64;
}
/*End contact section*/

/*Footer*/

.footer p {
	color: #cccccc;
}
.footer p em {
	color: #ffffff;
}
/*End footer*/

/*Media queries*/

@media all and (max-width: 990px) {
	.header {
		padding: 5px 0;
	}
	.header .logo {
		margin-top: .5rem;
	}
	.mobile-but {
		display: block;
	}
	.main-nav ul {
		display: none;
		text-align: left;
	}
	.main-nav li {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main-nav li:first-child {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main-menu li a {
		display: inline-block;
		padding: .5rem 0;
	}
	h1.large {
		font-size: 4rem;
	}
	.alt-font {
		font-size: 3rem;
	}
	ul.block-images li:first-child {
		padding-right: 15px;
	}
	ul.block-images li:last-child {
		padding-left: 15px;
	}
	.block-album-info {
		margin-top: 3rem;
	}
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	
	ul.block-tab .block-content.pl-5 {
		padding-left: 1rem !important;
	}
	.block-tab:before {
		left: 70.3%;
	}
	.block-tab::after {
		left: 22.9%;
	}
	ul.block-tab .block-content.pr-4 {
		padding-right: 0 !important;
	}
	.block-tab:before {
		left: 66.3%;
	}
	.video-play-ico {
		left: 90%;
	}
	.block-tab::after,
	.block-tab::before {
		height: 91.4%;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 2rem;
	}
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	.alt-font {
		font-size: 2.8rem;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	.pattern-right,
	.pattern-center {
		width: 60%;
	}
	.pattern-right {
		right: 40px;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	.pattern-right {
		right: 40px;
	}
	.block-social li:last-child a {
		margin-top: .4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	section.divider {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	section.main {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
	h1.large {
		font-size: 4rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	ul.block-images li img {
		width: 215px;
	}
	.block-social li:first-child {
		margin-bottom: .4rem;
	}
	.sing {
		max-width: 40%;
	}
	.pattern-right,
	.pattern-center {
		width: 70%;
	}
	.pattern-right {
		right: 40px;
	}
	ul.block-tab .block-content.pl-5 {
		padding-left: 1rem !important;
	}
	.block-tab:before {
		left: 70.3%;
	}
	.block-tab::after {
		left: 22.9%;
	}
	.video-play-ico {
		left: 99%;
	}
	.big-icon {
		font-size: 5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	h1.large {
		font-size: 4rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	.sing {
		max-width: 50%;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.block-album-info {
		margin-top: 3rem;
	}
	.block-member img.pl-3 {
		padding-left: 0 !important;
	}
	.block-member img.pr-3 {
		padding-right: 0 !important;
	}
	.block-instafeed li {
		width: 22%;
	}
	ul.block-tab .block-content.pl-5 {
		padding-left: 1rem !important;
	}
	ul.block-tab .block-content.pr-4 {
		padding-right: 0 !important;
	}
	.video-play-ico {
		left: 90%;
	}
	.block-tab:before {
		left: 66.3%;
	}
	.block-tab::after,
	.block-tab::before {
		height: 91.4%;
	}
	.pattern-right,
	.pattern-center {
		width: 80%;
	}
	.pattern-right {
		right: 40px;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 2rem;
	}
	.big-icon {
		font-size: 5rem;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input,
	textarea {
		-webkit-appearance: none;
	}
	.slider .slides li {
		height: 800px;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	section.main {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.btn {
		font-size: .68125rem;
	}
	.video-play-but {
		width: 4.3125rem;
		height: 4.3125rem;
	}
	.video-play-ico {
		left: 90%;
	}
	h1.large {
		font-size: 3.5rem;
		line-height: 1;
		margin-bottom: .5rem !important;
	}
	h1,
	.h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.2625rem;
	}
	.h2 {
		font-size: 1.45rem;
	}
	h3,
	.h3 {
		font-size: 1rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	h5,
	.h5 {
		font-size: .9rem;
	}
	h6,
	.h6 {
		font-size: .75rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.countdown {
		font-size: 2.5rem;
	}
	p,
	.p,
	.block-tweets .slides p.timePosted a,
	.block-tweets .slides .user[data-scribe="element:screen_name"] {
		font-size: .875rem;
	}
	.w-95 {
		width: 85%;
	}
	section.about .container .row .col-md-5.offset-md-1 .block-content {
		margin-top: 3rem;
	}
	.countdown {
		font-size: 2.5rem;
	}
	.block-album-info {
		margin-top: 3rem !important;
	}
	.sing {
		margin-bottom: 3rem !important;
		max-width: 25%;
	}
	.block-tracklist .playlist li,
	.block-tour {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.block-tracklist .playlist li:after {
		left: 2.4rem;
		top: 2.1rem;
	}
	.block-instafeed li {
		width: 44%;
	}
	.block-instafeed li:nth-last-of-type(-n+4) img {
		margin-bottom: 1rem;
	}
	.pattern-right,
	.pattern-center {
		display: none;
	}
	.block-member {
		margin-top: 0 !important;
		margin-bottom: 3rem;
	}
	section.band .col-md-4.col-lg-4:last-child .block-member,
	section.blog .col-md-4:last-child .card,
	.block-social.colored li:last-child,
	section.discography .col-md-6.col-lg-3:last-child .block-album {
		margin-bottom: 0;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 0;
	}
	ul.block-tab .block-content.pl-5 {
		padding-left: 0 !important;
	}
	.block-tab .block-content .col-lg-3.col-md-3.text-center {
		text-align: left !important;
	}
	.block-tab .col-lg-5.col-md-5 span {
		margin-bottom: 1rem;
	}
	.block-tour .col-lg-3 h3 {
		top: 0;
	}
	.block-tour {
		padding-left: 2rem;
	}
	.block-email-form .email-form button[type="submit"] {
		padding: 0.84rem 1.9rem;
	}
	.block-tab:before,
	.block-tab:after {
		display: none;
	}
	.card-gallery.image-gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.video-play-ico {
		left: 90%;
	}
	section.blog .col-md-4 .card,
	.block-album,
	section.about .col-lg-3.col-md-4:nth-child(2) .block-content {
		margin-bottom: 3rem;
	}
	.block-social.colored li {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.block-social.colored li a {
		width: 65px;
		height: 65px;
		font-size: 1.6rem;
		line-height: 2.5;
		margin: 0 1rem;
	}
	.big-icon {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 479px) {
	/* Mobile hero image swap */
	.hero-bg-main {
		background-image: url('../img/1b.webp') !important;
		background-position: 15% 50% !important;
	}
	.hero-content {
		top: 60%;
		padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
	}
	input,
	textarea {
		-webkit-appearance: none;
	}
	.slider .slides li {
		height: 100vh;
	}
	section.divider {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	section.main {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}
	.btn {
		font-size: .68125rem;
	}
	.video-play-but {
		width: 4.3125rem;
		height: 4.3125rem;
	}
	.video-play-ico {
		left: 90%;
	}
	h1.large {
		font-size: 3.5rem;
		line-height: 1;
		margin-bottom: .5rem !important;
	}
	h1,
	.h1 {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.2625rem;
	}
	.h2 {
		font-size: 1.45rem;
	}
	h3,
	.h3 {
		font-size: 1rem;
	}
	h4,
	.h4 {
		font-size: .9375rem;
	}
	h5,
	.h5 {
		font-size: .9rem;
	}
	h6,
	.h6 {
		font-size: .75rem;
	}
	.alt-font {
		font-size: 2.5rem;
	}
	.countdown {
		font-size: 2.5rem;
	}
	p,
	.p,
	.block-tweets .slides p.timePosted a,
	.block-tweets .slides .user[data-scribe="element:screen_name"] {
		font-size: .875rem;
	}
	.block-tweets .tweet {
		font-size: .9375rem;
	}
	section.about .container .row .col-md-5.offset-md-1 .block-content {
		margin-top: 3rem;
	}
	ul.block-images li:first-child {
		padding-right: 15px;
	}
	ul.block-images li:last-child {
		padding-left: 15px;
	}
	.block-album-info {
		margin-top: 3rem !important;
	}
	.sing {
		margin-bottom: .6rem !important;
	}
	.block-tracklist .playlist li,
	.block-tour {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.block-tracklist .playlist li:after {
		left: 2.4rem;
		top: 2.1rem;
	}
	.block-instafeed li {
		width: 44%;
	}
	.block-instafeed li:nth-last-of-type(-n+4) img {
		margin-bottom: 1rem;
	}
	.pattern-right,
	.pattern-center {
		display: none;
	}
	.block-member {
		margin-top: 0 !important;
		margin-bottom: 3rem;
	}
	section.band .col-md-4.col-lg-4:last-child .block-member,
	section.blog .col-md-4:last-child .card,
	.block-social.colored li:last-child,
	section.discography .col-md-6.col-lg-3:last-child .block-album {
		margin-bottom: 0;
	}
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(3),
	section.discography .container .row .col-12.col-md-6.col-lg-3:nth-child(4) {
		margin-top: 0;
	}
	ul.block-tab .block-content.pl-5 {
		padding-left: 0 !important;
	}
	.block-tab .block-content .col-lg-3.col-md-3.text-center {
		text-align: left !important;
	}
	.block-tab .col-lg-5.col-md-5 span {
		margin-bottom: 1rem;
	}
	.block-tour .col-lg-3 h3 {
		top: 0;
	}
	.block-tour {
		padding-left: 2rem;
	}
	.block-email-form .email-form button[type="submit"] {
		padding: 0.84rem 1.9rem;
	}
	.block-tab:before,
	.block-tab:after {
		display: none;
	}
	.card-gallery.image-gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	section.blog .col-md-4 .card,
	.block-album,
	section.about .col-lg-3.col-md-4:nth-child(2) .block-content {
		margin-bottom: 3rem;
	}
	.block-social.colored li {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.block-social.colored li a {
		width: 65px;
		height: 65px;
		font-size: 1.6rem;
		line-height: 2.5;
	}
	.big-icon {
		font-size: 4rem;
	}
}
/* Mobile hero image swap */
@media (max-width: 767px) {
    .hero-bg-main {
		background-image: url('../img/1b.webp') !important;
		background-position: 18% 50% !important;
    }
	.hero {
	height: 100vh;
	}
	.hero-content {
		top: 60%;
		padding-bottom: calc(1.4rem + env(safe-area-inset-bottom));
	}
	.inner-hero .logo {
		width: 250px;
	}
	.hero-cta-group {
		margin-top: .85rem;
	}
	.slider .slides li {
    height: 100vh;
    }
	section.about .sing {
		margin-bottom: .7rem !important;
	}
	section.about h1.uppercase.mt-2 {
		margin-top: .4rem !important;
	}
}

/*End media queries*/

/* ── NASHVILLE ELEGANCE ──────────────────────────────────────────────────────
   Fonts loaded in index.html:
   Cormorant Garamond 300/400/600  +  Montserrat 300/400/500  (Google Fonts)
   ─────────────────────────────────────────────────────────────────────────── */

:root {
	--light-gold: #c5a059;
    --gold:     #d79247;
	--gold-hover:#8f5a24;
    --charcoal: #0f0f10;
    --dark-2:   #1c1c1e;
	--cream:    #f3ead6;
	--white:	#ffffff;
	--divider:  rgba(255,255,255,.06);
    --serif:    'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --sans:     'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

/* ── Global typography ── */
body        { font-family: var(--sans); font-weight: 300; background: var(--charcoal); isolation: isolate; }
p, .p, li, td { font-family: var(--sans); font-weight: 300; }

@keyframes site-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes site-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.site-entered .header .logo,
.site-entered .header .main-nav,
.site-entered .header .mobile-but {
	animation: site-fade-in .45s ease both;
}

.site-entered .hero .inner-hero {
	animation: site-fade-up .7s ease .08s both;
}

.reveal-on-enter {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s ease;
	will-change: opacity, transform;
}

.reveal-on-enter.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.site-entered .header,
	.site-entered .hero .inner-hero {
		animation: none;
	}
	.reveal-on-enter,
	.reveal-on-enter.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ── Section headings → Cormorant (hero keeps Rye via .rye-regular) ── */
section.about h1, section.about h2, section.about h3, section.about h4,
section.latest h1, section.latest h2,
section.discography h1, section.discography h2,
section.tour h1, section.tour h2,
section#blog h1, section#blog h2,
section.gallery h1, section.gallery h2,
section.contact h1, section.contact h2, section.contact h3, section.contact h6 {
    font-family: var(--serif) !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
}

/* ── CREAM sections: About, Videos, Blog/Latest news ── */
section.about,
section.discography,
section#blog { background: var(--cream) !important; }

section.about h1, section.about h2, section.about h3, section.about h4,
section.discography h1, section.discography h2, section.discography h3,
section#blog h1, section#blog h2, section#blog h3 { color: var(--charcoal) !important; }

section.about p, section.about .p,
section.discography p, section.discography .p,
section#blog p, section#blog .p { color: rgba(28,28,30,.82) !important; }

section.about .opc-50,
section.discography .opc-50,
section#blog .opc-50 { color: rgba(28,28,30,.4) !important; }

section.about.brd-bottom,
section.discography.brd-bottom,
section#blog.brd-bottom { border-bottom-color: var(--divider) !important; }

/* ── DARK sections: Music, Concerts, Gallery ── */
section.latest,
section.tour,
section.gallery { background: #1a0f02 !important; }

section.latest.brd-bottom,
section.tour.brd-bottom,
section.gallery.brd-bottom { border-bottom-color: var(--divider) !important; }

/* ── Header ── */
.header {
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid transparent !important;
    transition: background-color .4s ease, backdrop-filter .4s ease,
                -webkit-backdrop-filter .4s ease, border-color .4s ease !important;
}
.header.header-filled {
    background-color: #1a0f02eb !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
	border-bottom: 1px solid var(--divider) !important;
}
.main-nav li { font-family: var(--sans) !important; }
.main-menu li a {
    font-family: var(--sans) !important;
    font-size: .72rem !important;
    letter-spacing: .14em !important;
    font-weight: 400 !important;
}
.main-menu li a:hover { color: var(--gold) !important; }


/* ── Illustrations: warm sepia/gold filter, preserved ── */
img[src*="cowboy_hat"],
img[src*="music_notes"],
img[src*="guitar_and_hat"],
img[src*="beamed_eighth"],
img[src*="sound-bars"] {
    filter: sepia(.35) saturate(.9) brightness(1.08);
    transition: filter .4s ease, transform .4s ease;
}
img[src*="cowboy_hat"]:hover,
img[src*="music_notes"]:hover,
img[src*="guitar_and_hat"]:hover {
    filter: sepia(.55) saturate(1.1) brightness(1.12);
    transform: scale(1.04);
}

/* Consistent section header icon spacing (image/SVG to title) */
.block-title .section-heading-icon,
.block-title > img.section-heading-icon {
	display: block;
	margin: 0 auto 1.25rem !important;
}

.block-title .section-heading-icon > img,
.block-title .section-heading-icon > svg {
	display: block;
	margin: 0 auto;
}

.block-title > h1,
.block-title > h6 {
	margin-top: 0;
}

/* ── Social icons: monochromatic, brushed-gold on hover ── */
.block-social.colored li a,
.block-social.colored li:first-child a,
.block-social.colored li:nth-child(2) a,
.block-social.colored li:nth-child(3) a,
.block-social.colored li:nth-child(4) a,
.block-social.colored li:nth-child(5) a,
.block-social.colored li:nth-child(6) a,
.block-social.colored li:last-child a {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: rgba(255,255,255,.5) !important;
    box-shadow: none !important;
    transition: background .3s ease, border-color .3s ease,
                color .3s ease, transform .3s ease, box-shadow .3s ease !important;
}
.block-social.colored li a:hover,
.block-social.colored li:first-child a:hover,
.block-social.colored li:nth-child(2) a:hover,
.block-social.colored li:nth-child(3) a:hover,
.block-social.colored li:nth-child(4) a:hover,
.block-social.colored li:nth-child(5) a:hover,
.block-social.colored li:nth-child(6) a:hover,
.block-social.colored li:last-child a:hover {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--charcoal) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(197,160,89,.3) !important;
}

/* ── Hero CTA button ── */
.hero-cta-group {
	display: inline-flex;
	width: min(100%, 300px);
	margin: 1.5rem auto 0;
	gap: .75rem;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.btn-hero-cta {
    display: inline-block;
	margin-top: 0;
	padding: 1.02rem 0;
	flex: 1 1 0;
	text-align: center;
    background: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 99px;
    color: var(--cream);
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
    position: relative;
    z-index: 40;
}
.btn-hero-cta:hover {
	background: var(--gold-hover);
	border-color: var(--gold-hover);
	color: var(--cream);
	transform: none;
    text-decoration: none;
}
.btn-hero-cta-secondary {
	background: transparent;
	color: var(--gold);
}
.btn-hero-cta-secondary:hover {
	background: transparent;
	border-color: var(--gold-hover);
	color: var(--gold-hover);
}

/* ── About section: spacing between text block and bio row ── */
.about-bio-row {
    margin-top: 5rem;
}

.band-poster-section {
	margin-top: 3.5rem;
}

.band-poster-board {
	position: relative;
	overflow: hidden;
	padding: 2.4rem 2.2rem 2rem;
	border-radius: 14px;
	background: linear-gradient(rgba(248, 239, 222, .86), rgba(239, 223, 194, .86)), url('../img/poster.png') center/cover no-repeat;
	border: 1px solid rgba(41, 26, 10, .26);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

.band-poster-board h1,
.band-poster-board p,
.band-copy,
.band-copy .sing {
	position: relative;
	z-index: 2;
}

.band-poster-board-unified {
	padding: 2.4rem 2.2rem 2.3rem;
}

.band-copy-band {
	margin-top: 3.4rem;
}

.band-stamps {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.band-stamp {
	position: absolute;
	margin: 0;
	width: 130px;
	height: 160px;
	overflow: hidden;
	clip-path: polygon(6% 0, 100% 3%, 96% 100%, 0 96%, 2% 10%);
	border: 6px solid #f0e5cf;
	box-shadow: 0 10px 18px rgba(23, 12, 3, .25);
	background: #e9dcc2;
}

.band-stamp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(.38) contrast(1.08) saturate(.82);
}

.band-stamp::after,
.band-main-photo-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('texture_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	opacity: .22;
	pointer-events: none;
}

.stamp-1 {
	top: 1rem;
	left: 1rem;
	transform: rotate(-9deg);
}

.stamp-2 {
	top: 1.25rem;
	right: 1.1rem;
	transform: rotate(7deg);
}

.stamp-3 {
	bottom: 1rem;
	left: .9rem;
	transform: rotate(-6deg);
}

.stamp-4 {
	bottom: .9rem;
	right: 1rem;
	transform: rotate(8deg);
}

.stamp-main {
	top: 50%;
	right: 1.5rem;
	width: 210px;
	height: 255px;
	transform: translateY(-50%) rotate(4deg);
	z-index: 1;
}

.band-poster-board-solo {
	padding-top: 2rem;
}

.band-poster-board-solo .band-stamp {
	width: 118px;
	height: 146px;
	opacity: .9;
}

.stamp-a {
	top: .8rem;
	left: 1.2rem;
	transform: rotate(-7deg);
}

.stamp-b {
	top: 1rem;
	right: 1rem;
	transform: rotate(8deg);
}

.stamp-c {
	bottom: 1.2rem;
	right: 3rem;
	transform: rotate(-5deg);
}

@media (max-width: 767px) {
    .about-bio-row { margin-top: 2rem; }
    .about-bio-row .col-md-6 { margin-top: 2.5rem; }
	.hero-cta-group {
		width: min(100%, 280px);
		gap: .55rem;
	}
	.band-poster-board {
		padding: 1.5rem 1rem 1.15rem;
	}
	.band-poster-board-unified {
		padding: 1.45rem .95rem 1.15rem;
	}
	.band-stamp {
		width: 78px;
		height: 96px;
		border-width: 4px;
	}
	.stamp-2,
	.stamp-4,
	.stamp-main {
		display: none;
	}
	.band-copy-band {
		margin-top: 1.9rem;
	}
	.band-poster-board-solo .band-stamp {
		width: 74px;
		height: 90px;
	}
	.band-poster-board-solo .stamp-b,
	.band-poster-board-solo .stamp-c {
		display: none;
	}
}

section[id="2"].about {
	position: relative;
	overflow: hidden;
}

section[id="2"].about > .container {
	position: relative;
	z-index: 2;
}

.about-floating-posters {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.about-floating-poster {
	position: absolute;
	margin: 0;
	width: 168px;
	height: 220px;
	overflow: hidden;
}

.about-floating-poster img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-mask-image: url('../img/poster.png');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-image: url('../img/poster.png');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 100% 100%;
	filter: sepia(.3) contrast(1.06) saturate(.9);
}

.about-floating-poster::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('../img/texture_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: .5;
	mix-blend-mode: multiply;
	pointer-events: none;
	-webkit-mask-image: url('../img/poster.png');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-image: url('../img/poster.png');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 100% 100%;
}

.about-floating-poster::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('../img/poster.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 3;
	opacity: .98;
	mix-blend-mode: screen;
	pointer-events: none;
}

@keyframes poster-hang-in {
	0% {
		opacity: 0;
		transform: translateY(-20px) scale(0.92) rotate(-2deg);
	}
	65% {
		opacity: 1;
		transform: translateY(4px) scale(1.01) rotate(0.6deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0deg);
	}
}

.about-floating-poster img,
.about-floating-poster::before,
.about-floating-poster::after {
	transform-origin: 50% 8%;
	opacity: 1;
}

section[id="2"].about.posters-armed .about-floating-poster img,
section[id="2"].about.posters-armed .about-floating-poster::before,
section[id="2"].about.posters-armed .about-floating-poster::after {
	opacity: 0;
}

section[id="2"].about.posters-visible .about-floating-poster img,
section[id="2"].about.posters-visible .about-floating-poster::before,
section[id="2"].about.posters-visible .about-floating-poster::after {
	animation: poster-hang-in .78s cubic-bezier(.2, .8, .2, 1) both;
}

section[id="2"].about.posters-visible .ap-1 img,
section[id="2"].about.posters-visible .ap-1::before,
section[id="2"].about.posters-visible .ap-1::after { animation-delay: .05s; }

section[id="2"].about.posters-visible .ap-2 img,
section[id="2"].about.posters-visible .ap-2::before,
section[id="2"].about.posters-visible .ap-2::after { animation-delay: .34s; }

section[id="2"].about.posters-visible .ap-3 img,
section[id="2"].about.posters-visible .ap-3::before,
section[id="2"].about.posters-visible .ap-3::after { animation-delay: .64s; }

section[id="2"].about.posters-visible .ap-4 img,
section[id="2"].about.posters-visible .ap-4::before,
section[id="2"].about.posters-visible .ap-4::after { animation-delay: .92s; }

.ap-1 {
	width: 156px;
	height: 206px;
	top: 9rem;
	left: 5.8rem;
	transform: rotate(-7deg);
}

.ap-2 {
	width: 182px;
	height: 236px;
	top: auto;
	bottom: 3.2rem;
	right: 5.4rem;
	transform: rotate(9deg);
}

.ap-3 {
	width: 170px;
	height: 214px;
	top: 66%;
	left: 2.6rem;
	transform: translateY(-50%) rotate(-10deg);
}

.ap-4 {
	width: 148px;
	height: 196px;
	bottom: 9.2rem;
	right: 3.1rem;
	transform: rotate(4deg);
}

.ap-5 {
	display: none;
}

.ap-6 {
	display: none;
}

.ap-7 {
	display: none;
}

.ap-8 {
	display: none;
}

@media (max-width: 1300px) {
	.about-floating-poster {
		width: 150px;
		height: 198px;
	}
	.ap-1 {
		width: 142px;
		height: 186px;
		top: 8rem;
		left: 4.1rem;
	}
	.ap-2 {
		width: 160px;
		height: 208px;
		top: auto;
		bottom: 2.8rem;
		right: 4.3rem;
	}
	.ap-3 {
		width: 148px;
		height: 192px;
		top: 67%;
		left: 2.1rem;
}
	.ap-4 {
		width: 134px;
		height: 176px;
		right: 2.7rem;
		bottom: 7.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-floating-poster img,
	.about-floating-poster::before,
	.about-floating-poster::after {
		opacity: 1;
	}
	section[id="2"].about.posters-visible .about-floating-poster img,
	section[id="2"].about.posters-visible .about-floating-poster::before,
	section[id="2"].about.posters-visible .about-floating-poster::after {
		animation: none;
	}
}

@media (max-width: 991px) {
	.about-floating-poster {
		width: 126px;
		height: 166px;
	}
	.ap-3,
	.ap-4 {
		display: none;
	}
	.ap-1 {
		width: 118px;
		height: 154px;
		top: 6.9rem;
		left: 2.8rem;
		transform: rotate(-7deg);
	}
	.ap-2 {
		width: 128px;
		height: 168px;
		top: auto;
		bottom: 2.2rem;
		right: 3.2rem;
		transform: rotate(7deg);
	}
}

@media (max-width: 767px) {
	.about-floating-poster {
		width: 96px;
		height: 124px;
	}
	.ap-3,
	.ap-4,
	.ap-5,
	.ap-6,
	.ap-7,
	.ap-8 {
		display: none;
	}
	.ap-1 {
		display: block;
		width: 96px;
		height: 124px;
		top: 5.6rem;
		left: -3.2rem;
		transform: rotate(-8deg);
	}
	.ap-2 {
		display: block;
		width: 104px;
		height: 136px;
		top: auto;
		bottom: 2rem;
		right: -3.2rem;
		transform: rotate(6deg);
	}
	section[id="2"].about > .container {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}

/* ── Spotify cover card + modal player ── */
html.spotify-scroll-lock,
body.spotify-scroll-lock {
	overflow: hidden !important;
}

html.modal-scroll-lock,
body.modal-scroll-lock {
	overflow: hidden !important;
}

body.spotify-scroll-lock {
	position: fixed;
	top: var(--spotify-lock-top, 0);
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	touch-action: none;
	overscroll-behavior: none;
}

body.modal-scroll-lock {
	position: fixed;
	top: var(--modal-lock-top, 0);
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	touch-action: none;
	overscroll-behavior: none;
}

body.spotify-scroll-lock .header {
	background-color: #1a0f02eb !important;
	backdrop-filter: blur(14px) !important;
	-webkit-backdrop-filter: blur(14px) !important;
	border-bottom: 1px solid var(--divider) !important;
}

.spotify-cover-grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
	flex-wrap: wrap;
}

.spotify-cover-wrap {
	width: min(100%, 320px);
}

.spotify-cover-wrap-secondary {
	margin-top: 0;
}
.spotify-modal-trigger {
	display: block;
	position: relative;
	text-decoration: none !important;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: none;
	transition: transform .28s ease;
}
.spotify-modal-trigger img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.spotify-modal-trigger:hover {
	transform: scale(1.025);
}
.spotify-cover-cta {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	background: rgba(26, 15, 2, .78);
	border: 1px solid rgba(255, 255, 255, .24);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: grid;
	place-items: center;
	font-size: 0;
}

.spotify-modal-trigger:hover .spotify-cover-cta,
.spotify-modal-trigger:focus .spotify-cover-cta {
	background: rgba(26, 15, 2, .92);
	border-color: rgba(255, 255, 255, .32);
}
.spotify-cover-cta::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 3px;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	border-color: transparent transparent transparent #ffffff;
}

.spotify-mfp .mfp-iframe-holder .mfp-content {
	max-width: 860px;
}
.spotify-mfp .mfp-iframe-scaler {
	padding-top: 0 !important;
	height: min(82vh, 400px);
}
.spotify-mfp .mfp-iframe-scaler iframe {
	top: 0;
	height: 100%;
	border-radius: 12px;
	background: #121212;
}

.spotify-inline-modal {
	width: min(92vw, 860px);
	max-height: calc(100dvh - 3rem);
	overflow: visible;
	margin: 2rem auto;
	padding: .35rem;
	border-radius: 14px;
	background: rgba(16, 16, 16, .96);
	border: 1px solid rgba(255, 255, 255, .08);
	position: relative;
}

.spotify-mfp .mfp-close {
	display: none !important;
}

.spotify-inline-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(45%, -45%);
	width: 34px;
	height: 34px;
	line-height: 31px;
	font-size: 1.45rem;
	text-align: center;
	color: #ffffff;
	background: rgba(26, 15, 2, .78);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
	box-shadow: 0 6px 18px rgba(0,0,0,.3);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.spotify-inline-close:hover,
.spotify-inline-close:focus {
	background: rgba(26, 15, 2, .92);
	border-color: rgba(255, 255, 255, .32);
	color: #ffffff;
	outline: none;
}

.spotify-inline-list {
	display: grid;
	gap: .8rem;
	max-height: calc(100dvh - 4.6rem);
	overflow: auto;
	padding-right: .15rem;
}

.spotify-inline-list iframe {
	display: block;
	width: 100%;
	border: 0;
	background: #121212;
	border-radius: 12px;
}
@media (max-width: 767px) {
	.spotify-cover-wrap {
		width: min(100%, 270px);
		margin: 0 auto;
	}
	.spotify-cover-grid {
		display: block;
	}
	.spotify-cover-wrap-secondary {
		margin-top: .75rem;
	}
	.spotify-cover-cta {
		width: 38px;
		height: 38px;
	}
	.spotify-mfp .mfp-iframe-scaler {
		height: min(75vh, 340px);
	}
	.spotify-inline-modal {
		width: min(94vw, 520px);
		max-height: calc(100dvh - 1.9rem);
		padding: .25rem;
	}
	.spotify-inline-close {
		top: 0;
		right: 0;
		transform: translate(40%, -40%);
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 1.25rem;
	}
}

/* ── Blog grid layout ── */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.blog-grid.is-empty {
	display: block;
}

section#blog .blog-empty-state {
	text-align: center !important;
	width: 100%;
	margin: 0 auto;
}

/* ── Blog cards ── */
section#blog .blog-post-card {
	background: var(--white) !important;
    border: 0px solid !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.07) !important;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease !important;
}
section#blog .blog-post-card:hover {
    border-color: var(--gold) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.14) !important;
    transform: translateY(-4px) !important;
}

/* Image */
.blog-post-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.blog-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
	border-radius: 12px 12px 0 0 !important;
}
section#blog .blog-post-card:hover .blog-post-img img {
    transform: scale(1.04);
}

/* Body */
.blog-post-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Date */
.blog-post-date {
    font-family: var(--sans);
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: block;
    margin-bottom: .6rem;
    color: rgba(28,28,30,.38) !important;
}

/* Title */
.blog-post-title {
    font-family: var(--serif) !important;
    font-weight: 300 !important;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    margin-bottom: .75rem !important;
    color: var(--charcoal) !important;
}

/* Excerpt */
.blog-post-excerpt {
    font-family: var(--sans);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    flex: 1;
    color: rgba(28,28,30,.72) !important;
}

/* Hide redundant raw content preview */
.blog-post-content-preview { display: none !important; }

/* Read more button */
.blog-read-more {
    align-self: flex-start;
    font-family: var(--sans) !important;
    font-size: .68rem !important;
    font-weight: 500 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    background: transparent !important;
    border: none !important;
    border-radius: 16px !important;
    /* padding: .55rem 1.4rem !important; */
    color: var(--gold) !important;
    cursor: pointer;
    /* transition: background .25s ease, color .25s ease !important; */
    line-height: 1 !important;
}

.blog-read-more:hover {
    /*background: var(--gold) !important;
    color: var(--charcoal) !important;*/
	text-decoration: underline !important;
}

/* ── Blog overlay backdrop ── */
#blog-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(10,10,11,.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    overflow-y: auto;
}

/* ── Blog overlay panel ── */
.blog-overlay-inner {
    position: relative;
	background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 10px !important;
    box-shadow: 0 24px 64px rgba(0,0,0,.22) !important;
    max-width: 720px;
    width: 100%;
    margin: auto;
	overflow: visible;
	max-height: calc(100dvh - 3rem);
	display: flex;
	flex-direction: column;
}

/* Image */
.blog-overlay-img {
    width: 100%;
	aspect-ratio: 16 / 9;
	max-height: min(42vh, 380px);
    object-fit: cover;
	object-position: center center;
    display: block;
}

/* Text area */
.blog-overlay-inner .blog-post-date,
.blog-overlay-title,
.blog-overlay-excerpt {
    display: block;
    padding: 0 2rem;
}
.blog-overlay-inner .blog-post-date { padding-top: 1.75rem; }

.blog-overlay-content-scroll {
	flex: 1 1 auto;
	min-height: 0;
	max-height: calc(100dvh - 16rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

/* Modal scrollbars: thumb only, transparent track */
.spotify-inline-list,
.blog-overlay-content-scroll {
	scrollbar-width: thin;
	scrollbar-color: rgba(215,146,71,.6) transparent;
}

.spotify-inline-list::-webkit-scrollbar,
.blog-overlay-content-scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: transparent;
}

.spotify-inline-list::-webkit-scrollbar-track,
.blog-overlay-content-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.spotify-inline-list::-webkit-scrollbar-thumb,
.blog-overlay-content-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(215,146,71,.6);
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.spotify-inline-list::-webkit-scrollbar-thumb:hover,
.blog-overlay-content-scroll::-webkit-scrollbar-thumb:hover {
	background-color: rgba(143,90,36,.75);
}

.spotify-inline-list::-webkit-scrollbar-corner,
.blog-overlay-content-scroll::-webkit-scrollbar-corner {
	background: transparent;
}

/* Date (reuses card style) */
.blog-overlay-inner .blog-post-date {
    font-family: var(--sans) !important;
    font-size: .68rem !important;
    font-weight: 400 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    color: rgba(28,28,30,.38) !important;
    margin-bottom: .5rem;
}

/* Title */
.blog-overlay-title {
    font-family: var(--serif) !important;
    font-weight: 300 !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
    color: var(--charcoal) !important;
    margin: .4rem 0 1rem !important;
}

/* Excerpt */
.blog-overlay-excerpt {
    font-family: var(--sans) !important;
    font-size: .95rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: rgba(28,28,30,.65) !important;
    margin-bottom: 1.25rem !important;
	border-bottom: 1px solid var(--divider);
    padding-bottom: 1.25rem;
}

/* Body content */
.blog-overlay-content {
    font-family: var(--sans) !important;
    font-size: .9rem !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    color: rgba(28,28,30,.8) !important;
    margin-top: 0 !important;
	padding: 0 2rem 2.5rem;
}

/* Close button */
.blog-overlay-close {
    position: absolute;
	top: 0;
	right: 0;
	transform: translate(45%, -45%);
	background: rgba(26, 15, 2, .78);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	width: 34px;
	height: 34px;
    font-size: 1.4rem;
	line-height: 31px;
    cursor: pointer;
	color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
    z-index: 10;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.blog-overlay-close:hover {
	background: rgba(26, 15, 2, .92) !important;
	border-color: rgba(255, 255, 255, .32);
    color: #fff !important;
}

@media (max-width: 767px) {
	#blog-overlay {
		padding: .9rem;
	}
	.blog-overlay-inner {
		max-height: calc(100dvh - 1.8rem);
	}
	.blog-overlay-content-scroll {
		max-height: calc(100dvh - 13.5rem);
	}
	.blog-overlay-close {
		top: 0;
		right: 0;
		transform: translate(40%, -40%);
		width: 32px;
		height: 32px;
		line-height: 29px;
		font-size: 1.25rem;
	}
}

/* Blog section spacing normalization */
section#blog .row > .col-12 > .text-center {
	margin-top: 0 !important;
}

#btn-blog-older {
	margin-top: 1.25rem;
}

#blog-older-section {
	margin-top: 1.25rem !important;
}

/* ── Buttons ── */
.btn-primary {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--charcoal) !important;
    font-family: var(--sans) !important;
    font-size: .72rem !important;
    letter-spacing: .1em !important;
    font-weight: 500 !important;
}
.btn-primary:hover { background-color: var(--gold-hover) !important; border-color: var(--gold-hover) !important; }

.btn.with-ico.btn-s,
a.btn.with-ico.btn-s,
button.btn.with-ico.btn-s {
	background-color: transparent !important;
	border: 2px solid var(--gold) !important;
	border-radius: 999px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	color: var(--gold) !important;
	font-family: var(--sans) !important;
	font-size: .76rem !important;
	font-weight: 500 !important;
	letter-spacing: .1em !important;
	text-transform: uppercase;
	padding: .74rem 1.75rem !important;
	text-decoration: none !important;
}
.btn.with-ico.btn-s:hover,
a.btn.with-ico.btn-s:hover,
button.btn.with-ico.btn-s:hover {
	background-color: transparent !important;
	border-color: var(--gold-hover) !important;
	color: var(--gold-hover) !important;
	text-decoration: none !important;
}

.btn.with-ico.btn-s:focus,
a.btn.with-ico.btn-s:focus,
button.btn.with-ico.btn-s:focus,
.btn.with-ico.btn-s:active,
a.btn.with-ico.btn-s:active,
button.btn.with-ico.btn-s:active {
	background-color: transparent !important;
	border-color: var(--gold) !important;
	color: var(--gold) !important;
	text-decoration: none !important;
}

.btn.with-ico.btn-s:focus-visible,
a.btn.with-ico.btn-s:focus-visible,
button.btn.with-ico.btn-s:focus-visible {
	border-color: var(--gold-hover) !important;
	color: var(--gold-hover) !important;
}

.concert-btn-icon {
	width: 14px;
	height: 14px;
	margin-right: 0;
	flex: 0 0 auto;
	display: block;
}

.btn.with-ico.btn-s img,
a.btn.with-ico.btn-s img,
button.btn.with-ico.btn-s img {
	margin: 0 !important;
}

.concert-btn-booking {
	border-color: rgba(120,172,48,.7) !important;
	color: var(--available) !important;
}

.concert-btn-booking:hover,
.concert-btn-booking:focus-visible {
	border-color: #5f8a24 !important;
	color: #5f8a24 !important;
}

.concert-btn-booking:focus,
.concert-btn-booking:active {
	border-color: rgba(120,172,48,.7) !important;
	color: var(--available) !important;
}

.concert-btn-ticket {
	border-color: var(--gold) !important;
	color: var(--gold) !important;
}

.concert-btn-ticket:hover,
.concert-btn-ticket:focus-visible {
	border-color: var(--gold-hover) !important;
	color: var(--gold-hover) !important;
}

.concert-btn-ticket:focus,
.concert-btn-ticket:active {
	border-color: var(--gold) !important;
	color: var(--gold) !important;
}

@media (hover: none) {
	.block-tour .btn.with-ico.btn-s:hover {
		border-color: var(--gold) !important;
		color: var(--gold) !important;
	}
	.block-tour .concert-btn-booking:hover {
		border-color: rgba(120,172,48,.7) !important;
		color: var(--available) !important;
	}
	.block-tour .concert-btn-ticket:hover {
		border-color: var(--gold) !important;
		color: var(--gold) !important;
	}
}

.concert-read-more {
	display: inline-block;
	margin-top: .34rem;
	font-size: .76rem;
	font-weight: 400;
	text-decoration: none;
}

.concert-read-more:hover {
	opacity: 1;
	text-decoration: underline;
}

/* ── Contact section ── */
section.contact { background: #1A0F02 !important; }
section.contact.brd-bottom { border-bottom-color: var(--divider) !important; }
section.contact h1, section.contact h6 { color: #ffffff !important; }
section.contact p { color: rgba(255,255,255,.7) !important; }
section.contact p a { color: rgba(255,255,255,.7) !important; text-decoration: none; }
section.contact p a:hover { color: var(--gold) !important; text-decoration: none; }

/* Hide card chrome in contact – plain centered text only */
.card.block-info {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.swap-color { color: var(--gold) !important; }

/* ── Footer ── */
footer.footer { background: #1A0F02 !important; }
.footer .brd-top { border-top-color: var(--divider) !important; }
.footer p    { color: rgba(255,255,255,.3) !important; font-family: var(--sans); font-weight: 300; font-size: 1rem; }
.footer p a  { color: rgba(255,255,255,.55) !important; }
.footer p a:hover { color: rgba(255,255,255,.9) !important; text-decoration: none; }
.footer p em { color: rgba(255,255,255,.55) !important; font-style: normal; }

/* ── Videos section: see-more link ── */
a.see-more-videos-link {
    display: inline-block;
	font-family: var(--sans);
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gold) !important;
	text-decoration: none;
	transition: color .25s ease;
}
a.see-more-videos-link:hover {
	color: var(--gold-hover) !important;
	text-decoration: underline;
}

/* ── Available (Ledig) concert styling ── */
:root { --available: #78AC30; }

/* Public concert list: green date label on available rows */
.block-tour.concert-available .col-lg-3 h3 {
    color: var(--available) !important;
}

/* Green "Book nå" button on available rows */
.block-tour.concert-available .btn.with-ico.btn-s {
	border-color: rgba(120,172,48) !important;
    color: var(--available) !important;
}
.block-tour.concert-available .btn.with-ico.btn-s:hover {
	background-color: transparent !important;
	border-color: #5f8a24 !important;
	color: #5f8a24 !important;
}

.concert-info-block {
	padding-right: .65rem;
}

.concert-info-block > * + * {
	margin-top: .25rem;
}

.concert-action-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 100%;
	padding-top: .15rem;
}

/* "Ledig" pill badge */
.concert-ledig-badge {
    display: inline-block;
    font-family: var(--sans);
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--available);
    border: 1px solid rgba(82,169,106,.45);
    border-radius: 99px;
    padding: .2em .75em;
    vertical-align: middle;
    margin-left: .5rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
	.block-tour {
		border-bottom: 1px solid var(--divider) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
	}
	.block-tour .row {
		justify-content: center;
	}
	.block-tour .col-lg-3,
	.block-tour .col-md-3,
	.block-tour .col-lg-5,
	.block-tour .col-md-5,
	.block-tour .col-lg-4,
	.block-tour .col-md-4,
	.block-tour .col-12,
	.block-tour .block-content {
		text-align: center !important;
	}
	.block-tour .col-lg-3 h3 {
		margin-bottom: .75rem;
	}
	.block-tour .col-12.col-lg-4.col-md-4.text-md-right {
		align-content: initial !important;
	}
	.block-tour .btn.with-ico.btn-s {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.concert-info-block {
		padding-right: 0;
	}
	.concert-action-block {
		justify-content: center;
		padding-top: .85rem;
	}
}

/* Unified section rhythm */
section.main {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.wrapper section.main {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

@media (max-width: 767px) {
	section.main {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	.wrapper section.main {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	div[class*="col-"].gap-one-bottom-sm,
	.gap-one-bottom-sm {
		padding-bottom: 1.25rem !important;
	}
}

/* Mobile texture overlay optimization */
@media (max-width: 767px) {
	.wrapper section.bg-secondary::before,
	.wrapper section.latest::before,
	.wrapper section.tour::before,
	.wrapper section.gallery::before,
	.wrapper section.contact::before,
	.wrapper footer.footer::before,
	.bk-header::before,
	.bk-hero::before,
	.bk-section::before,
	.bk-footer::before {
		inset: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: .08;
		filter: contrast(1.03) brightness(1.01) grayscale(.85);
		-webkit-mask-image: none;
		mask-image: none;
	}
}

@media (max-width: 991px) {
	.tour .block-tour {
		border-bottom: 1px solid var(--divider) !important;
	}
}

/* Unified blurred dark modal overlay style */
#blog-overlay,
.mfp-bg {
	background: rgba(10,10,11,.72) !important;
	backdrop-filter: blur(6px) !important;
	-webkit-backdrop-filter: blur(6px) !important;
	opacity: 1 !important;
}

/* ── End Nashville Elegance ── */
