﻿html,body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

div#banner {
	background-size: cover;
	color: white;
	text-align: center;
}

.navbar #black-logo {
	display: none;
}

.navbar #white-logo {
	display: block;
}

.navbar {
	position: fixed;
	background: rgba(255,255,255,0.1);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1040;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}


.navbar.scrolled {
	background: white;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.navbar-brand img {
	max-width: 300px;
	width: 100%;
}

.navbar .nav-item a {
	color: #f8f9fa;
	text-shadow: 1px 1px 1px #222;
}

.navbar.scrolled .nav-item a {
	color: #222;
	text-shadow: none;
}

.no-opacity .navbar,
.no-textshadow .navbar {
	background-color: white !important;
}

.no-opacity .navbar .nav-item a,
.no-textshadow .navbar .nav-item a {
	color: #222;
	text-shadow: none;
}

.no-opacity .navbar #white-logo,
.no-textshadow .navbar #white-logo {
	display: none !important;
}

.no-opacity .navbar #black-logo,
.no-textshadow .navbar #black-logo {
	display: block !important;
}

.navbar .nav-item a:hover {
	color: #CBCBCB;
}

a:hover {
	text-decoration: none;
}

.nav-item.active a {
	color: #f8f9fa;
	font-weight: 700;
}


.blog-float-left {
	float: left;
	padding: 8px 20px 20px 0;
	width: 33%;
}

.blog-float-right {
	float: right;
	padding: 8px 0 20px 20px;
	width: 33%;
}

/*.desktop-nav .dropdown-menu a:hover {*/
.dropdown-menu a:hover {
	color: black !important;
}


/*.desktop-nav .dropdown-menu {*/
.dropdown-menu {
	background-color: white;
	border-radius: 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	margin-top: 23px;
	padding: 0;
}

/*.desktop-nav .dropdown-menu:before {*/
.dropdown-menu:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 99%;
	right: 66%;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: #fff transparent;
}

/*.desktop-nav .dropdown-menu:after {*/
.dropdown-menu:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 99%;
	right: 66%;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: #fff transparent;
}

/*.desktop-nav a.dropdown-item:link,
.desktop-nav a.dropdown-item:visited {*/
a.dropdown-item:link,
a.dropdown-item:visited {
	border-bottom: 1px solid #e6e6e6;
	color: #444 !important;
	text-shadow: none !important;
}

/*.desktop-nav a.dropdown-item:hover {*/
a.dropdown-item:hover {
	background-color: #e6e6e6;
}


.dropdown-menu a {
	display: block !important;
	margin-left: 0 !important;
	padding: 10px 15px;
}

.mobile-nav .dropdown-menu {
	margin: 0;
	padding: 0;
}



.carousel.home-carousel {
	border-bottom: 10px solid #323d4f;
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.home-carousel .carousel-item, .home-carousel .carousel-item img {
	height: 100vh;
}

.home-carousel .carousel-item .content {
	color: white;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.home-carousel .carousel-title {
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1em;
	margin-top: 70px;
	margin-bottom: 10px;
}

.home-carousel .carousel-support {
	font-size: 1.8rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 40px;
}

#luke-title {
	font-size: 20px;
	font-weight: 400; 
	letter-spacing: 2.5rem;
	margin-top: 70px;
	margin-bottom: 40px;
}

.luke-cta a {
	color: white;
	font-size: 12px;
}

.luke-cta a:hover {
	color: #ccc;
}

#carousel-first {
	background: url("/img/home-banner1-1.jpg") no-repeat center center;
	background-size: cover;
}

#carousel-second {
	background: url("/img/home-banner2-1.jpg") no-repeat center center;
	background-size: cover;
}

#carousel-third {
	background: url("/img/home-banner3-1.jpg") no-repeat center center;
	background-size: cover;
}



.jumbotron {
	background-size: cover;
	border-radius: 0;
	border-bottom: 10px solid #323d4f;
	height: 200px; /*was 300px */
	position: relative;
	width: 100%;
}

.jumbotron-content {
	color: white;
	left: 50%;
	margin-top: 25px; /*was 50px */
	position: absolute;
	text-align: center;
	top: 55%;  /*was 50% */
	transform: translateX(-50%) translateY(-50%);
}

.jumbotron h1, .jumbotron div {
	font-size: 30px; /*was 36px */
	font-weight: 700;
	/*margin: 0 auto .5rem;*/
}

.jumbotron .lead {
	font-size: 18px;
}

#submit-jumbotron,
#mission-jumbotron,
#story-jumbotron,
#studio-jumbotron,
#studio-page-jumbotron,
#contact-jumbotron,
#equipment-jumbotron {
	margin-bottom: 0;
}

#studio-jumbotron .container,
#studio-page-jumbotron .container {
	position: initial !important;
}

section {
	background-color: white !important;
}


.home-section {
	min-height: 300px;
}

.divergent-btn {
	border-radius: 3px;
	background: #e99e46;
	color: white;
	cursor: pointer;
	padding: 5px 30px;
}

.divergent-btn:hover {
	background: #e8e8e8;
	color: black;
	text-decoration: none;
}

.divergent-btn-alt {
	background: black;
	border: 2px solid black;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	padding: 5px 30px;
}

.divergent-btn-alt:hover {
	background: #444;
	color: white;
	text-decoration: none;
}

.divergent-btn-cta {
	background: #f08455;
	border: none;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-weight: bolder;
	padding: 10px 30px;
	white-space: nowrap;
}

.divergent-btn-cta:hover {
	background: #db7a50;
	color: white;
	text-decoration: none;
}

.cta-inline {
	display: inline-block;
	margin-bottom: 20px;
}

div#mission {
	background: white url("/img/Layer 5.png") no-repeat center center;
	background-size: cover;
	padding: 70px 20px;
}

div#mission p {
	color: #777;
}

div#studio {
	color: white;
	padding: 150px 20px;
}

div#producer {
	padding: 50px 20px;
}

div#producer img {
	margin: 0 auto 20px;
	width: 100%;
}

div#producer p {
	color: #777;
}

#producer-home-text {
	padding-top: 71px;
}

div#submit {
	color: white;
	padding: 100px 20px;
}

#reviews-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

.review {
	background-color: #e8e8e8;
	margin-bottom: 20px;
	padding: 30px;
}

.review .from {
	font-style: italic;
}

.link:link, .link:visited {
	color: #e99e46;
}

#contact-footer {
	background: black url("/img/contact-us-footer.png") no-repeat bottom center;
	background-size: cover;
	color: white;
	padding: 100px 20px 150px;
}

footer {
	background: url("/img/footer.png") no-repeat center center;
	background-size: cover;
	border-top: 10px solid white;
	color: #546882;
	padding: 30px 30px 20px;
	width: 100%;
}

.footer-nav a {
	color: white;
}

.footer-nav a:hover {
	color: #ccc;
}

footer img, footer p {
	max-width: 300px;
	width: 100%;
}

.footer-nav {
	border-bottom: 1px solid #546882;
	float: right;
	list-style: none;
	padding-left: 0;
	width: auto;
}

.footer-nav li {
	color: white;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
}

footer .fab {
	color: #546882;
	font-size: 22px;
	padding-left: 20px;
}

footer hr {
	border-top: 1px solid #546882;
}

footer .copyright {
	font-size: 12px;
}

footer .bottom-link {
	text-align: right; 
}

footer .bottom-link a:link, 
footer .bottom-link a:visited {
	color: #546882;
	font-size: 12px;
}


footer #footer-right {
	text-align: right;
}

.footer-privacy {
	float: right;
	margin-top: -5px;
	text-align: right;
}

.footer-privacy a {
	color: #323d4f;
	font-size: 12px;
	margin-left: 10px;
}

.footer-privacy a:hover {
	color: #666;
}

hr.small-orange-hr {
	border-top: 3px solid #e99e46;
	margin: 1rem auto;
	width: 70px;
}

#studio-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#studio-page-jumbotron {
	background: url("../img/studio-banner.png") no-repeat center center;
	background-size: cover;
}

#studio-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#studio-section img {
	width: 100%;
}

#studio-section p {
	line-height: 1.6;
}

#equipment-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#equipment-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#clients-jumbotron {
	background: url("../img/clients-banner.jpg") no-repeat center center;
	background-size: cover;
}

#clients-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#samples-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#privacy-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#privacy-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#terms-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#terms-section {
	color: #878c92;
	padding: 30px 20px 50px;
}


#producer-jumbotron {
	background: url("../img/studio-home.png") no-repeat center center;
	background-size: cover;
}

#producer-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#producer-section img {
	width: 100%;
}

#submit-jumbotron {
	background: url("../img/demo.jpg") no-repeat center center;
	background-size: cover;
}

#submit-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#submit-form {
	background: #e8e8e8;
	border-radius: 5px;
	color: #444;
	padding: 20px;
}

#mission-jumbotron {
	background: url("../img/mission.jpg") no-repeat center center;
	background-size: cover;
}



#mission-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#services-jumbotron {
	background: url("../img/services-banner.png") no-repeat center center;
	background-size: cover;
}

#services-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

.service-title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 10px;
}

#story-jumbotron {
	background: url("../img/story.jpg") no-repeat center center;
	background-size: cover;
}

#story-section {
	color: #878c92;
	padding: 30px 20px 50px;
}


#contact-jumbotron {
	background: url("../img/contact.jpg") no-repeat center center;
	background-size: cover;
}

#contact-section {
	padding: 30px 20px 50px;
}

#contact-form {
	background: #e8e8e8;
	border-radius: 5px;
	padding: 20px;
}

#contact-new-form input:invalid {
	color: darkred;
}
#contact-new-form label {
	text-align: left !important;
}

@media screen and (min-width : 768px) {
	#contact-new-form label {
		text-align: right !important;
	}
	
}


#terms-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

#terms-section ol {
	margin: 0;
	padding: 0 0 0 15px;
}

#terms-section ol li {
	margin-bottom: 20px;
}

#terms-section ul li {
	margin: 0;
}

#privacy-section {
	color: #878c92;
	padding: 30px 20px 50px;
}

.qa-faq {
	margin-bottom: 20px;
}

.faq_question {
	color: black;
	cursor: pointer;
	font-weight: 600;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #e99e46;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1300px) {

	#luke-title {
		letter-spacing: 1.8rem;
	}
}

@media screen and (max-width: 1020px) {

	#luke-title {
		letter-spacing: 1.5rem;
	}
}

@media screen and (max-width: 900px) {

	#luke-title {
		letter-spacing: 1.2rem;
	}
}


@media screen and (max-width: 768px) {

	.blog-float-left {
		float: none;
		padding: 8px 0 20px 0;
		width: 100% !important;
	}

	.blog-float-right {
		float: none;
		padding: 8px 0 20px 0;
		width: 100% !important;
	}

	#black-logo {
		display: block !important;
	}

	#white-logo {
		display: none !important;
	}

	.navbar {
		background: white !important;
	}

	.carousel, .jumbotron {
		margin-top: 50px;
	}

	.carousel-title {
		font-size: 2em;
		margin-top: 0;
	}

	.carousel-support {
		font-size: 1em;
	}

	#luke-title {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 1rem;
		line-height: 2rem;
		margin-top: 0;
	}

	.jumbotron h1 {
		font-size: 28px;
		margin-top: 0;
	}

	.jumbotron .lead {
		font-size: 16px;
	}

	.jumbotron-content {
		margin-top: 0;
	}

	footer {
		background: black;
		font-size: .8em;
	}

	footer .copyright {
		float: none;
	}

	.footer-privacy {
		float: none;
		text-align: left;
		margin-top: 10px;
	}
	
	.footer-privacy a {
		margin-left: 0;
		margin-right: 10px;
	}

	.footer-nav {
		padding-left: 0px;
	}

	.footer-nav li {
		padding-left: 0px;
		padding-right: 16px;
	}
}


@media screen and (max-width: 767px) {

	

	#biography-cta {
		text-align: left !important;
	}


	

	footer #footer-right {
		text-align: left;
	}

	
}

@media screen and (max-width: 576px) {

	#producer-home-text {
		padding-top: 0;
	}

	footer .footer-nav {
		width: 100%;
	}

	footer .bottom-link {
		text-align: left;
	}
}

/* --- Fix YouTube thumbnail blocks on homepage --- */
.youtube_box,
.youtube_box2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.youtube_box .home_img,
.youtube_box2 .home_img {
  display: block;
  width: 100%;
  height: auto;
}

.youtube-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;       /* adjust if needed */
  height: auto;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
}

/* if your CSS is forcing huge images somewhere */
.youtube_box img,
.youtube_box2 img {
  max-width: 100%;
}

/* ===== YouTube popup overlays (force correct behavior) ===== */
.popup-bg, .popup-bg2, .popup-bg3{
  display:none;                 /* hide by default */
  position:fixed;
  top:0; left:0;
  width:100vw; height:100vh;
  background:rgba(0,0,0,.85);
  z-index:99999;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.popup-bg.active, .popup-bg2.active, .popup-bg3.active{
  display:flex;                 /* show when active */
}

.popup, .popup2, .popup3{
  position:relative;
  width:min(1000px, 92vw);
  aspect-ratio:16/9;
  background:#000;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.popup iframe, .popup2 iframe, .popup3 iframe{
  width:100%;
  height:100%;
  display:block;
}

.close-popup, .close-popup2, .close-popup3{
  position:absolute;
  top:4px; right:4px;
  width:44px;
  height:44px;
  cursor:pointer;
  z-index:2;
  opacity:.95;
}

.close-popup:hover, .close-popup2:hover, .close-popup3:hover{
  opacity:1;
}

.close-popup, .close-popup2, .close-popup3{
  width:26px !important;
  height:26px !important;
}

/* Make the thumbnail areas clickable */
.youtube_box, .youtube_box2, .youtube_box3{ cursor:pointer; }


/* Match EvermoreSound contact form width */
.contact-form-wrap {
    max-width: 560px;
}

@media (max-width: 991px) {
    .contact-form-wrap {
        max-width: 100%;
    }
}

/* remove Bootstrap dropdown caret */
.lang-toggle::after { 
  display: none !important; 
}

/* make globe match your nav */
.lang-toggle { 
  padding-left: .6rem !important;
  padding-right: .6rem !important;
}
.lang-toggle i { 
  font-size: 18px; 
}

/* smaller dropdown container */
.lang-menu {
  min-width: 56px !important;
  padding: 4px !important;
  border-radius: 10px !important;
}

/* compact items */
.lang-menu .dropdown-item {
  padding: 6px 10px !important;   /* was ~10–14px */
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

/* reduce spacing between items */
.lang-menu .dropdown-item + .dropdown-item {
  margin-top: 2px;
}

/* optional: subtle hover without growing box */
.lang-menu .dropdown-item:hover {
  background: rgba(0,0,0,.06);
}


/* remove any theme arrow/notch */
.lang-menu::before,
.lang-menu::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 768px) {
  .w-md-auto { width: auto !important; }
}

.turnstile-wrap {
  display: flex;
  justify-content: center;
  margin: 12px 0 14px;
}

.turnstile-wrap .cf-turnstile {
  display: inline-block;
}

/* Force the iframe wrapper to be centered */
.turnstile-wrap iframe {
  display: block;
  margin: 0 auto !important;
}


@media (max-width: 767.98px) {
  .contact-sidebar {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
  }

  .contact-sidebar h3 {
    margin-top: 0;
  }
}


#contact-new-form .alert {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  #contact-new-form .form-group > button {
    margin-left: 0;
  }
}
