/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/ComicRelief.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
body,html{
	overflow-x: hidden;
}
/* 1) Smooth scroll globally */
html {
  scroll-behavior: smooth;
}

/* 2) Define a header offset that changes by breakpoint */
:root { --header-offset: 96px; }          /* desktop header height */
@media (max-width: 991px) { :root { --header-offset: 72px; } } /* tablet */
@media (max-width: 575px) { :root { --header-offset: 64px; } } /* mobile */

/* 3) Tell the browser to keep this much space at the top when scrolling to anchors */
html { scroll-padding-top: var(--header-offset); }

/* 4) Belt-and-suspenders: give targets their own margin for hash jumps & scrollIntoView */
section[id] { scroll-margin-top: var(--header-offset); }

/* 5) Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 0px 0 10px 0;
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-bg-1.gif);*/
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/wood-texture.png);
    background-size: contain;
    background-repeat: repeat;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header img {
	margin-bottom: -9px;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}
.top-header::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:8px;               /* adjust thickness */
  pointer-events:none;       /* don’t block clicks */
  background-image: linear-gradient(
    to top,
    #897860 0%,
    #7C6E55 14%,
    #766851 28%,
    #6F614E 42%,
    #6C604A 56%,
    #625744 70%,
    #594E3E 84%,
    #504637 100%
  );
}
/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	/*padding: 77px 0 0; position: fixed; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-bg-2.gif);*/
	padding: 77px 0 0; position: fixed; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    background-repeat: repeat; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 3px solid #000;
}
.navbar-nav {
	background: #000;
    border-radius: 35px;
    padding: 10px 0px 10px 0px;
		
		
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/wood-texture.png);
    background-size: contain;
    background-repeat: repeat;
		
		
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}


/*.img-relative{*/
/*	position:relative;*/
/*	*/
/*}*/
/*.img-relative .img-absolute{*/
/*	position:absolute;*/
/*	top:100%; */
/*	left:50%; */
/*}*/
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 700; font-size: 18px; color: black; font-family: 'font4'; letter-spacing: 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: white;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: /*flex-end*/center;
}



.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.home-intro { background:#000; color:#fff; position: relative;


background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
}
.home-intro .container-fluid { padding:0; }

.home-intro .intro-content {
  /*padding:150px 50px 35px 10px;*/
  padding:30px 10px 35px 10px;
  /*background: linear-gradient(to right, #000000eb, #000000ed), url(/img/homepage/guitar-1.jpg);*/
  background: linear-gradient(to right, rgb(249 127 2 / 29%), rgb(249 127 2 / 29%)), url(/img/homepage/buttons-bg.png);

	/*background: #f97f02;*/
  background-size: cover; height:auto; background-repeat:no-repeat;
  
  
  
    border-radius: 20px;
    box-shadow: 1px 4px 5px black;
		margin-bottom:30px;
				border: 5px solid #c17728;
margin-top: 40px;
}
.home-intro .intro-content-upcoming {
    /*padding: 150px 10px 135px 10px;*/
    padding: 20px 10px 75px 10px;
    /*background: linear-gradient(to right, #000000eb, #000000ed), url(/img/homepage/guitar-1.jpg);*/
		/*background: linear-gradient(to right, #f97f02a1, #f97f02a1), url(/img/homepage/buttons-bg.png); */
  background: linear-gradient(to right, rgb(249 127 2 / 29%), rgb(249 127 2 / 29%)), url(/img/homepage/buttons-bg.png);

    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 1px 4px 5px black;
		border: 5px solid #c17728;
		
    color: black;
		
}

/* Make intro-image a positioned container so the overlay can float on top */
.home-intro .intro-image {
  position: relative;
  /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-1.jpg);*/
  /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider.png);*/
  background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider-crop.png);
    background-size: cover;
		background-position:50%;
    background-repeat: no-repeat;
    height:auto;
    min-height: 610px;
    top: 5%;
		border: 5px solid #c17728;

}

/* Centered circular play button */
/* Pulsing + glowing orange play button */
.play-btn {
  position:absolute; inset:0; margin:auto; width:96px; height:96px;
  display:grid; place-items:center;
  border:none; border-radius:9999px; cursor:pointer;
  color:#fff; background:rgba(0,0,0,0.35); backdrop-filter: blur(2px);
  box-shadow: 0 0 0 0 rgba(249,127,2, 0.6);
  animation: pulseOrange 2s infinite;
  transition: transform .15s ease, background .15s ease;
}

.play-btn:hover {
  transform: scale(1.05);
  background: rgba(0,0,0,0.5);
  box-shadow: 0 0 20px 5px rgba(249,127,2, 0.8);
}

.play-btn:active { transform: scale(0.98); }
.play-btn:focus { outline: 2px solid #f97f02; outline-offset: 3px; }

/* Keyframes for pulsing glow */
@keyframes pulseOrange {
  0%   { box-shadow: 0 0 0 0 rgba(249,127,2, 0.6); }
  70%  { box-shadow: 0 0 0 20px rgba(249,127,2, 0); }
  100% { box-shadow: 0 0 0 0 rgba(249,127,2, 0); }
}


/* Modal shell */
.video-modal[aria-hidden="true"] { display:none; }
.video-modal[aria-hidden="false"] { display:block; }

.video-modal {
  position:fixed; inset:0; z-index:9999;
}

.video-backdrop {
  position:absolute; inset:0;
  background: rgba(0,0,0,0.65);
}

.video-dialog {
  position:relative;
  max-width: min(1000px, 92vw);
  margin: min(8vh, 80px) auto;
  background:#000;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* 16:9 responsive frame */
.video-frame {
  position:relative; width:100%; padding-top:56.25%;
	
	border: 10px solid #c17728;
}
.video-frame iframe {
  position:absolute; inset:0; width:100%; height:100%; border:0;
}

/* Close button */
.video-close {
  position:absolute; top:8px; right:12px;
  background:transparent; color:#fff; border:none; font-size:34px; line-height:1;
  cursor:pointer; z-index:2;
}
.video-close:hover { opacity:0.85; }

/* Your existing typography */
.home-intro h1 { font-family: font4; font-size:/*65px*/2.15rem; letter-spacing:3px;     color:#000 ;
 text-align:center;
 font-weight: 700;
 }
.home-intro h2 { font-family: font4; font-size:/*65px*/2rem; letter-spacing:3px; color:#000; text-align:center;font-weight: 700; }
.home-intro h4 {     font-family: font4;
    font-size: 1.25rem;
    letter-spacing: 2px;
    color: #000;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 0px;;
		transition:0.3s;
		}
		
.home-intro h4:hover {     

	transform:translateX(4px);
    color:#000 ;
 }
		
		
.home-intro a { color:#000; }


.home1 {
	padding:  75px 0 75px 0;
	/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/lines-1.jpg);*/
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto; height: 100%; /*border: 25px solid #000;*/
    background-repeat: repeat; /*background-attachment: fixed;*/
}
.home1 .pad {
	padding: 50px; background: #000; border-radius: 100px;
}
.home1 .pad2 {
	padding: 90px 50px 90px 50px; background: #000; border-radius: 100px;    margin-top: -65px;
}
.home1 h2 {
	font-family: 'font4'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(193, 119, 40); letter-spacing: 4px;
	text-transform: uppercase;
}
.home1 p {
	    font-size: 17px;
    /*font-family: cursive;*/
    /*font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;*/
		font-family: "Comic Sans MS", "Comic Sans", sans-serif; 
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    color: rgb(239 225 201);
}
.home1 span {
	color: rgb(83,82,82);
}

.home1 img {
	border-radius: 25px; border: 2px solid #c17728;
}

.band-members {
	padding: 20px 0px 20px 0px;
/*	background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover;*/
	background-attachment: fixed;
    background-color: #000;text-align: center;
	
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
}

.band-members .band-member-card {
	padding: 75px 0px 75px 0px; background: linear-gradient(180deg, #ff800047 60%, rgba(181, 93, 5, 0.28) 60%); border-radius: 25px;
	background-color: #f9f9f9; height: 550px;
}

.band-members h3 {
	font-family: font4; font-size: 30px; letter-spacing: 2px; background: #b55d05; padding: 15px 0px 15px 0px; color: #fff; text-shadow: 1px 1px 1px #000; border-top: 2px solid #000; border-bottom: 5px solid #000; margin-bottom: 25px;
}

.band-members h5 {
	font-family: "Comic Sans MS", "Comic Sans", sans-serif; font-size: 25px; letter-spacing: 1px; font-weight: 600; 
}

.band-members h6 {
	font-family: "Comic Sans MS", "Comic Sans", sans-serif; font-size: 15px; letter-spacing: 1px;
}

.band-members img {
		width: 175px !important; height: 175px !important;  margin-bottom: 25px; border-radius: 10px;
}

.band-members i {
	width: 175px !important; height: 175px !important; margin-bottom: 25px; border-radius: 10px; font-size: 100px;
}


.venues {
text-align: center;
    /*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/lines-1.jpg);*/
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    height: 100%;
    /*border: 25px solid #000;*/
    background-repeat: repeat;
	
background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
}


.venues .container {
max-width: 1200px;
margin: 0 auto; background: #000;
padding: 0 16px;


background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;

}
.venues .container-fluid {
background: #000;

background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
}

.venues h2 {
font-family: font4;
font-size: 36px;
letter-spacing: 2px;
background: #b55d05;
padding: 15px 0 15px 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
border-top: 2px solid #000;
border-bottom: 5px solid #000;
margin: 0 0 30px 0;
}


/* Grid layout */
.venue-grid {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 20px;
}


@media (max-width: 991px) {
.venue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
.venue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* Card styling – inspired by .band-member-card */
.venue-card {
background: linear-gradient(180deg, #ff800047 60%, rgba(181, 93, 5, 0.28) 60%);
background-color: #f9f9f9;
color: #000;
border-radius: 25px;
padding: 24px 16px;
min-height: 120px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px solid #000;
}


.venue-card h3 {
/*font-family: font4;*/
font-family: "Comic Sans MS", "Comic Sans", sans-serif;

font-size: 20px;
letter-spacing: 1px;
margin: 0 0 8px 0;
text-transform: none;
text-align: center;
}


.venue-card h6 {
font-family: "Comic Sans MS", "Comic Sans", sans-serif;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
}

 
/* ==========================
Section Styling (aligned to your site)
========================== */
.lyrics-section {
 
/* background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover; background-attachment: fixed;
    background-color: #000;
  color: #fff;*/

    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-color: white;
    color: #fff;
}

.lyrics-section .container {
  max-width: 1400px;
  margin: 0 auto; border-radius: 75px;
  padding: 100px 0;
  background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-3.jpg);
    background-size: cover;
    height: 100%;
    bordeR: 25px solid #000;
    background-repeat: no-repeat;
}

.lyrics-section h2 {
  font-family: font4;
  font-size: 36px;
  letter-spacing: 2px;
  background: #b55d05;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-top: 2px solid #000;
  border-bottom: 5px solid #000;
  margin: 0 0 30px;
  text-align: center;
}

/* ==========================
Layout
========================== */
.lyrics-wrapper {
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 1150px; /* center the whole two-column block */
  margin: 0 auto;    /* horizontally centered */
}

@media (max-width: 768px) {
  .lyrics-wrapper { grid-template-columns: 1fr; }
}

/* ==========================
Playlist (left)
========================== */
.song-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: opacity 180ms ease;
  will-change: opacity;
}
.song-list.is-fading { opacity: 0; }
/* (nice-to-have) reduce motion for sensitive users */
@media (prefers-reduced-motion: reduce) {
  .song-list { transition: none; }
}
.song-item { margin-bottom: 12px; }

/* Styled song buttons (title only; no numbers) */
.song-tab {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(255,128,0,0.28) 60%, rgba(181,93,5,0.28) 60%), #f9f9f9;
  border: 2px solid #000;
  border-radius: 16px;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: transform 0.08s ease;
  font-family: font4, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.song-tab:active { transform: translateY(1px); }
.song-tab[aria-selected="true"] {
  outline: 3px solid #b55d05;
  outline-offset: 2px;
}
.song-title {
  font-family: font4, inherit;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.2;
	display:inline-flex; 
}

.song-list i.video-icon{
	color:#3161ad;
}
.song-list i.video-icon *{
	color:#3161ad;
}
/* Show-more controls */
.playlist-controls { margin-top: 12px; text-align: left; }
.playlist-controls button{
	padding: 10px;
	border-radius: 10px; 
}
.song-list-more {
  background: #b55d05;
  color: #fff;
  border: 2px solid #000;
  box-shadow: 0 2px 0 #000;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-family: font4, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 1px;
}
.song-list-more:active { transform: translateY(1px); }

/* ==========================
Lyrics Panel (right)
========================== */
.lyrics-panel {
  background: linear-gradient(180deg, rgba(255,128,0,0.28) 60%, rgba(181,93,5,0.28) 60%), #f9f9f9;
  border-radius: 25px;
  border: 2px solid #000;
  color: #000;
  padding: 24px;
}
.lyrics-panel h3 {
  font-family: font4;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 6px;
  text-align: left;
}
.lyrics-panel h6 {
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 16px;
  color: #111;
}
.lyrics-text {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  white-space: pre-wrap;
  line-height: 1.6;
  font-size: 16px;
  color: #111;
}
.openVideoBtn{
    display: inline-block;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #111;
    background: #f97f02;
    font-weight: 600;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
    box-shadow: 0 0 0 0 rgba(249,127,2,.6);
    animation: te-pulse 2s infinite;
}

/* Utility */
.hidden { display: none !important; }
.song-item[hidden] { display: none !important; } /* for initially hidden playlist items */

.song-item i{
	color:#41b914;
}

:root { --accent: #f97f02; }

/* Section shell */
.discography-main {
  background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover; background-attachment: fixed;
    background-color: #000; color:#fff; padding:100px 0 100px 0;
}
.discography-main .container { max-width:1200px; margin:0 auto; padding:0 18px; }

.discography-header { text-align:center; margin-bottom:32px; }
.discography-header h2 {
  font-family: font4; font-size:42px; letter-spacing:2px; margin-bottom: 25px;
}

.discography-header h2 strong {
	color: #f97f02;
}
.discography-header p { color:#bbb; margin:0; }

/* Responsive grid */
.album-grid {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:22px;
}
@media (max-width: 1200px) {
  .album-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .album-grid { grid-template-columns: 1fr; }
}

/* Card + image */
.album-card { position:relative; overflow:hidden; border-radius:14px; }
.album-media {
  position:relative; margin:0;
  aspect-ratio: 1 / 1; /* keeps square covers; remove if you want natural aspect */
  background:#111;
}
.album-media img {
  width:100%; height:100%; object-fit:cover; display:block;
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.001);
  transition: transform .35s ease, filter .35s ease;
}

/* Hover overlay */
.album-overlay {
  position:absolute; inset:0; display:grid; place-items:center;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.65));
  opacity:0; transition: opacity .25s ease;
}
.album-overlay h3 {
  position:absolute; bottom:14px; left:16px; right:16px;
  margin:0; font-family: font4; font-size:22px; letter-spacing:1px;
}

/* Pulsing play button (matches intro button style) */
.album-play {
  width:88px; height:88px; border:none; border-radius:9999px; cursor:pointer;
  display:grid; place-items:center; color:#fff;
  background: rgba(0,0,0,.35); backdrop-filter: blur(2px);
  box-shadow: 0 0 0 0 rgba(249,127,2, .6);
  animation: pulseOrange 2s infinite;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.album-play:hover {
  transform: scale(1.06);
  background: rgba(0,0,0,.5);
  box-shadow: 0 0 22px 6px rgba(249,127,2, .85);
}
.album-play:focus { outline: 2px solid var(--accent); outline-offset: 3px; }

@keyframes pulseOrange {
  0%   { box-shadow: 0 0 0 0 rgba(249,127,2, .6); }
  70%  { box-shadow: 0 0 0 20px rgba(249,127,2, 0); }
  100% { box-shadow: 0 0 0 0 rgba(249,127,2, 0); }
}

/* Card hover effects */
.album-card:hover .album-overlay { opacity:1; }
.album-card:hover img { transform: scale(1.05); filter: saturate(1.1) contrast(1.1); }


/* ===========================
   TECH & EQUIPMENT — SECTION
   =========================== */
.te-section{ background:#000; color:#fff; padding:80px 0; }
.te-container{ max-width:1200px; margin:0 auto; padding:0 18px; }
.te-grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap:36px; align-items:center; }
@media (max-width: 992px){ .te-grid{ grid-template-columns:1fr; } }

.te-head h2{ font-family:font4; font-size:42px; letter-spacing:2px; margin:0 0 8px; }
.te-head p{ color:#bbb; margin:0 0 24px; }

/* Cards */
.te-card-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:640px){ .te-card-grid{ grid-template-columns:1fr; } }

.te-card{
  position:relative; background:#0f0f0f; border:1px solid #1d1d1d; border-radius:16px;
  padding:18px 16px 16px; overflow:hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.te-card::after{
  content:""; position:absolute; right:-40%; bottom:-40%; width:200px; height:200px; border-radius:50%;
  background: radial-gradient(closest-side, rgba(249,127,2,.18), transparent 70%);
  pointer-events:none;
}
.te-card:hover{ transform: translateY(-2px); border-color:#262626; box-shadow:0 10px 30px rgba(0,0,0,.45); }
.te-card h3{ margin:6px 0 4px; font-family:font4; letter-spacing:1px; }
.te-snippet{ margin:0 0 12px; color:#cfcfcf; font-size:0.95rem; }

.te-icon{ width:40px; height:40px; color:#f97f02; opacity:.95; }
.te-icon svg{ width:100%; height:100%; display:block; }

/* CTA buttons (as <label> for checkboxes) */
.te-btn{
  display:inline-block; padding:10px 14px; border-radius:12px; text-decoration:none;
  color:#111; background:#f97f02; font-weight:600; cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  box-shadow:0 0 0 0 rgba(249,127,2,.6); animation: te-pulse 2s infinite;
}
.te-btn:hover{ transform: translateY(-1px); box-shadow:0 0 22px 6px rgba(249,127,2,.4); filter:saturate(1.1); }
@keyframes te-pulse{
  0%{ box-shadow:0 0 0 0 rgba(249,127,2,.6); }
  70%{ box-shadow:0 0 0 18px rgba(249,127,2,0); }
  100%{ box-shadow:0 0 0 0 rgba(249,127,2,0); }
}

/* Right image */
.te-image{
  width:100%; min-height:520px; border-radius:18px; overflow:hidden;
  background: url("/img/homepage/os-2.jpg") center/cover no-repeat, #111;
 border:5px solid #000; margin-top: 100px; box-shadow: 15px -15px 0px 0px #f97f02;
}

/* ===========================
   CSS-ONLY MODALS (CHECKBOX)
   =========================== */

/* Hidden checkbox that controls each modal */
.te-toggle{
  position:fixed; width:1px; height:1px; opacity:0; pointer-events:none;
}

/* Modal shell (hidden by default) */
.te-modal{ position:fixed; inset:0; display:none; z-index:9998; }

/* Show modal when its paired checkbox is checked */
.te-toggle:checked + .te-modal{ display:block; }

/* Click-out area (label for the checkbox) */
.te-backdrop{
  position:absolute; inset:0; background:rgba(0,0,0,.65);
}

/* Dialog */
.te-dialog{
  position:relative; width:min(960px, 92vw);
  margin:min(8vh,80px) auto; max-height:84vh; overflow:auto;
  background:#0b0b0b; color:#fff; border-radius:16px;
  border:1px solid #1e1e1e; box-shadow:0 20px 60px rgba(0,0,0,.65);
}

/* Close button (also a <label> for the checkbox) */
.te-close{
  position:absolute; top:10px; right:14px; font-size:34px; line-height:1;
  color:#fff; padding:2px 8px; border-radius:10px; cursor:pointer; background:transparent;
}
.te-close:hover{ background:rgba(255,255,255,.08); }

.te-modal-head{ padding:20px 22px 10px; border-bottom:1px solid #202020; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto; }
.te-modal-head h3{ margin:0; font-family:font4; letter-spacing:1px; }
.te-sub{ margin:6px 0 0; color:#ddd; }
.te-modal-body{ padding:18px 22px 22px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto; }
.te-modal-body p{ font-size:1.2rem}
/* Lists */
.te-list{ padding-left:18px; line-height:1.6; }
.te-chan-list{ padding-left:22px; line-height:1.6; }

/* Table baseline */
.te-visually-hidden{
  position:absolute!important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.te-table{ width:100%; border-collapse:collapse; }
.te-table th, .te-table td{ padding:10px 12px; border-bottom:1px solid #222; vertical-align:top; }
.te-table thead th{
  color:#f97f02; font-weight:700; border-bottom:1px solid #2a2a2a;
  text-transform:uppercase; font-size:.9rem; letter-spacing:.04em;
}
.te-table tbody tr:hover{ background:#0f0f0f; }
.te-table .te-num{ white-space:nowrap; width:1%; color:#ddd; font-variant-numeric:tabular-nums; }

/* =========================================
   MIXERBOARD MODAL — COMPACT, NO SCROLLING
   ========================================= */
/* Make that one extra-wide, tighter spacing, so it fits in one screen (desktop). */
#te-modal-mixer:checked + .te-modal .te-dialog{
  width:min(1100px, 96vw);
  max-height:none;                  /* allow full height */
  margin:6vh auto;                  /* a bit tighter top/bottom margin */
  overflow:visible;                 /* no inner scrollbars */
}
#te-modal-mixer:checked + .te-modal .te-modal-head{ padding:16px 18px 8px; }
#te-modal-mixer:checked + .te-modal .te-modal-body{ padding:12px 18px 16px; }
#te-modal-mixer:checked + .te-modal .te-table th,
#te-modal-mixer:checked + .te-modal .te-table td{ padding:6px 10px; }
#te-modal-mixer:checked + .te-modal .te-table thead th{ font-size:.85rem; }
#te-modal-mixer:checked + .te-modal .te-dialog,
#te-modal-mixer:checked + .te-modal .te-dialog *{ line-height:1.35; }

/* On small screens we must allow scrolling to avoid content clipping */
@media (max-height: 760px), (max-width: 900px){
  #te-modal-mixer:checked + .te-modal .te-dialog{
    max-height:84vh; overflow:auto; /* re-enable scroll if viewport is short */
  }
}

.shows-calendar
{
	
/*	background: linear-gradient(to right, #000000db, #000000db), url(/img/homepage/os-7.jpg);*/
/*    background-size: cover; background-attachment: fixed;*/
/*    height: 100%;*/
/*    bordeR: 25px solid #000;*/
/*    background-repeat: no-repeat; color:#fff; padding:60px 0;*/
	
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    background-attachment: fixed;
    height: 100%;
    /*border: 25px solid #000;*/
    background-repeat: repeat;
    color: #fff;
    padding: 60px 0;	
	}
	.shows-calendar .RAaXne .Q8A2l {
		background: #000 !important;
	}
.shows-calendar h2{
	/*font-family:font4; font-size:50px; text-align:center; color:#f97f02; padding:25px 0;*/
	
	    font-family: font4;
    font-size: 36px;
    letter-spacing: 2px;
    background: #b55d05;
    padding: 15px 0 15px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-top: 2px solid #000;
    border-bottom: 5px solid #000;
    margin: 0 0 30px 0;
		text-align:center;
	}

.shows-calendar .calendar-wrap{
  position:relative; width:100%; max-width:1100px; margin:0 auto;
  border-radius:16px; overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.45); outline:1px solid #1d1d1d;
  min-height:720px; /* ensures the MONTH grid fits */
}
@media (max-width:900px){ .shows-calendar .calendar-wrap{ min-height:640px; } }
@media (max-width:600px){ .shows-calendar .calendar-wrap{ min-height:540px; } }

.shows-calendar iframe{
  position:absolute; inset:0; width:100%; height:100%; border:0; background:#0b0b0b;
}



/**** About Section ****/



/*Band Member Photo Gallery Section*/

.band-gallery h2{
	/*font-family:font4; font-size:50px; text-align:center; color:#f97f02; padding:25px 0;*/
	
	    font-family: font4;
    font-size: 36px;
    letter-spacing: 2px;
    background: #b55d05;
    padding: 15px 0 15px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-top: 2px solid #000;
    border-bottom: 5px solid #000;
    margin: 0 0 30px 0;
		text-align:center;
	}

/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover; background-attachment: fixed;
    background-color: #000;
}
.contact-section h3 {
	font-size: 2rem; font-family: font4; font-weight: 600; text-align: center; color: #fff; letter-spacing: 2px;
}
.contact-section p {
	color:white;
	text-align:center;
	font-size:1.2rem;
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */



/* ============================
   MOBILE MAIN MENU LOGIC
   ============================ */

/* Hide mobile menu by default */
.mobile-main-menu {
  display: none;
}

/* Mobile-only behavior */
@media (max-width: 991px) {

  /* Show duplicated mobile menu */
  .mobile-main-menu {
    display: block;
    /*margin: 40px 0;*/
		
    padding: 35px 0 35px 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    height: 100%;
    background-repeat: repeat;
		
  }

.mobile-main-menu .intro-content {
  /*padding:150px 50px 35px 10px;*/
  padding:30px 10px 35px 10px;
  /*background: linear-gradient(to right, #000000eb, #000000ed), url(/img/homepage/guitar-1.jpg);*/
  background: linear-gradient(to right, rgb(249 127 2 / 29%), rgb(249 127 2 / 29%)), url(/img/homepage/buttons-bg.png);

	/*background: #f97f02;*/
  background-size: cover; height:auto; background-repeat:no-repeat;
  
  
  
    border-radius: 20px;
    box-shadow: 1px 4px 5px black;
		margin-bottom:30px;
				border: 5px solid #c17728;
margin-top: 40px;
}


.mobile-main-menu .intro-content h4 {
    font-family: font4;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #000;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0px;
    transition: 0.3s;
}

.mobile-main-menu .intro-content h2 {
    font-family: font4;
    font-size: /*65px*/1.5rem;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-weight: 700;
}


  /* Hide original menu + pelican in hero */
  .home-intro .intro-content,
  .home-intro .bird {
    display: none;
  }

  /* Optional spacing polish */
  .mobile-main-menu .intro-content h4 {
    margin: 8px 0;
  }

  .mobile-pelican {
    margin-top: 20px;
  }
}



/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
/*	width: 82%;*/ justify-content: flex-start; align-items: center;
	
	width:max-content;
	
}


.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}

#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 440px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
	    border-radius: 20px;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
	border-radius: 20px; 
}
/* --- Swiper Compatibility Fixes for #portfolio --- */
/* --- Band Pager Gallery (no conflict with your #portfolio) --- */
/* --- Band Paged Gallery --- */
.band-paged-gallery { padding: 40px 0;


    text-align: center;
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/lines-1.jpg); */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    height: 100%;
    /* border: 25px solid #000; */
    background-repeat: repeat;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;


}
.band-paged-gallery h2 {
    font-family: font4;
    font-size: 36px;
    letter-spacing: 2px;
    background: #b55d05;
    padding: 15px 0 15px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-top: 2px solid #000;
    border-bottom: 5px solid #000;
    margin: 0 0 30px 0;
}
.bpg-wrapper {
  --gap: 24px;
  --per: 3;                 /* desktop default: 3 per view */
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.bpg-viewport {
  overflow: hidden;
  border-radius: 16px;
}

.bpg-track {
  display: flex;
  gap: var(--gap);
  padding: 8px 4px;
  margin: 0;
  list-style: none;
  will-change: transform;
  transform: translateX(0);
  transition: transform 450ms ease;
}

/* Each card takes 1 / var(--per) of viewport width (minus gaps) */
.bpg-card {
  flex: 0 0 calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.bpg-card a {
  position: relative;
  display: block;
  width: 100%;
  height: 640px;
  overflow: hidden;
  border-radius: 20px;
  transition: transform .3s ease;
	
	
    margin: 0 8px;
	
}

.bpg-card a:hover { transform: scale(1.03); }

.bpg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Overlay (matches your vibe) */
.bpg-card .block-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.12);
  border-radius: 20px;
  transition: background .3s ease;
}
.bpg-card:hover .block-overlay { /*background: rgba(0,0,0,.4); */}

/* Arrows */
.bpg-arrow {
  appearance: none;
  border: none;
  background: #111;
  color: #fff;
  width: 42px; height: 42px;
  border-radius: 999px;
  display: grid; place-items: center;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.bpg-arrow:hover { opacity: .9; transform: translateY(-1px); }
.bpg-arrow:disabled { opacity: .35; cursor: default; }

/* Dots */
.bpg-dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.bpg-dot { width: 8px; height: 8px; border-radius: 999px; background: #ccc; cursor: pointer; }
.bpg-dot[aria-current="true"] { background: #111; }

/* Responsive: switch to 2 per view, then 1 per view */
@media (max-width: 991px) {
  .bpg-wrapper { --per: 2; }
  .bpg-card a { height: 620px; }
}
@media (max-width: 575px) {
  .bpg-wrapper { --per: 1; }
  .bpg-card a { height: 500px;     margin: 0 2px;}
	
.bpg-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 20px;
}
.bpg-card .block-overlay {
    position: absolute;
    inset: 0;
    background: none;
    border-radius: 20px;
    transition: background .3s ease;
		    border-radius: 20px;

		
}
	
	
	
	
}



#band-images .bpg-viewport{overflow:hidden}
#band-images .bpg-track{display:flex;gap:0;will-change:transform;transition:transform .3s ease}
#band-images .bpg-card{flex:0 0 auto; margin:0; box-sizing:border-box}
#band-images img{display:block; width:100%; height:auto}
#band-images .bpg-wrapper{--per:3}          /* desktop default */
@media (max-width: 992px){ #band-images .bpg-wrapper{--per:2} }
@media (max-width: 600px){ #band-images .bpg-wrapper{--per:1} }
/* Keep your existing hover/overlay rules as-is */

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 50px 0 10px; background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover; background-attachment: fixed; text-align: center;
    background-color: #000; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h2 {
	font-family: font4; letter-spacing: 2px; font-size: 35px; font-weight: 500; margin-top: -15px; color: #f97f02;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.bottom-footer {
	background: #000; padding: 25px 0px 15px 0px; margin-top: 50px;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #000; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}




 


/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.navbar-light .navbar-nav .nav-link {
    margin: 0 20px;
    padding: 6px 0px;
    font-weight: 700;
    font-size: 0.85rem;
    color: black;
    font-family: 'font4';
    letter-spacing: 2px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: /*flex-end*/center;
    margin-left: -150px;
}
	
	
.home-intro h1 {
    font-family: font4;
    font-size: /*65px*/1.5rem;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.home-intro h4 {
    font-family: font4;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #000;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0px;
    transition: 0.3s;
}
	
	
	
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1320px) {
.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
    padding: 6px 0px;
    font-weight: 700;
    font-size: 0.85rem;
    color: black;
    font-family: 'font4';
    letter-spacing: 2px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: /*flex-end*/center;
    margin-left: -150px;
}
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
	
	
	
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/wood-texture.png);
    background-size: contain;
    background-repeat: repeat;
	
}


.top-header img{
        max-width: 180px;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/wood-texture.png);
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
	
	color:black;
}
.main, #main {
	transition: margin-left .4s;
}
/*.modal {*/
/*	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);*/
/*}*/
/*.modal-content {*/
/*	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;*/
/*}*/

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    color: black;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/wood-texture.png);
		
		
    font-family: font4;
    letter-spacing: 3px;
    font-weight: 700;

}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 80px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}


.video-dialog {
    position: relative;
    max-width: min(1000px, 92vw);
    margin: min(8vh, 80px) auto;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    top: 50%;
transform: translateY(-70%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.home-intro .intro-image {
    position: relative;
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-1.jpg); */
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider.png); */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider-crop.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: auto;
    min-height: 370px;
    top: 5%;
    border: 5px solid #c17728;
}






.home1 .pad2 {
    padding: 90px 10px 90px 10px;
    background: #000;
    border-radius: 100px;
}
.te-btn {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #111;
    background: #f97f02;
    font-weight: 600;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
    box-shadow: 0 0 0 0 rgba(249,127,2,.6);
    animation: te-pulse 2s infinite;
    margin: 5px 0;
}


.img-fluid.dog{
	width: 35%;
}
.img-fluid.bird{
	width: 25%;
}
/* ==========================
Section Styling (aligned to your site)
========================== */
.lyrics-section {
 
/* background: linear-gradient(to right, #000000de, #000000de), url(/img/homepage/spt-01.png);
    background-size: cover; background-attachment: fixed;
    background-color: #000;
  color: #fff;*/

    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/open-sunday-bg.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-color: white;
    color: #fff;
}

.lyrics-section .container {
     max-width: auto; 
    margin: 0 auto;
    border-radius: 75px;
    padding: 100px 0;
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-3.jpg);
    background-size: cover;
    height: 100%;
    bordeR: 0px solid #000;
    background-repeat: no-repeat;
}

.lyrics-section h2 {
  font-family: font4;
  font-size: 36px;
  letter-spacing: 2px;
  background: #b55d05;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-top: 2px solid #000;
  border-bottom: 5px solid #000;
  margin: 0 0 30px;
  text-align: center;
}

/* ==========================
Layout
========================== */
.lyrics-wrapper {
    display: flex;
    flex-direction: column;
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 24px;
        align-items: center;
    max-width: 100%;
    margin: 0 auto;
}



.lyrics-panel {
    background: linear-gradient(180deg, rgba(255,128,0,0.28) 60%, rgba(181,93,5,0.28) 60%), #f9f9f9;
    border-radius: 25px;
    border: 2px solid #000;
    color: #000;
    padding: 24px 14px;
}

.song-tab {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(180deg, rgba(255,128,0,0.28) 60%, rgba(181,93,5,0.28) 60%), #f9f9f9;
    border: 2px solid #000;
    border-radius: 16px;
    color: #000;
    text-align: left;
    cursor: pointer;
    transition: transform 0.08s ease;
    font-family: font4, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    align-items: center;
    justify-content: center;
}
.song-title {
    font-family: font4, inherit;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
    font-size: 2rem;
    font-family: font4;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 690px) {
.home-intro .intro-image {
    position: relative;
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/os-1.jpg); */
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider.png); */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/open-sunday-slider-crop.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: auto;
    min-height: 250px;
    top: 5%;
    border: 5px solid #c17728;
}
}

/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}