/* Styles for BMT Changes */


#form1_banana {
	display: none;
}

/* Header Logo */

#logo img {
	width: 80px;
}

.sticky-header #logo img {
	width: 50px;
}

.red {
	color: #EEE;
}

.section.red {
	background-color: #D90000;
	border-color: rgba(255,255,255,0.1);
}

.contact-thank-you {
	color: #777;
	display: block;	
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 10px;	
}

#section-brian-mason .heading-block h2 {
	color: #FFF;
}

#section-brian-mason .heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #FFF;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 42px;
	padding: 7px 4px;
	font-size: 17px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	border-color: #D90000;
	font-family: 'PT Sans Captions', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; color: #CCC; }
.border-form-control::-ms-input-placeholder {font-weight: 300; color: #CCC; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; color: #CCC; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}	

.singer-wrap {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 300px;
}

.singer-wrap .singer-bb-image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}

.singer-wrap .singer-bb-image.big {
	border: none;
}

.singer-wrap .singer-bb-image.big {
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
}

.singer-wrap .singer-bb-image:not(.big):hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.singer-wrap .singer-bb-image.big:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.singer-wrap .singer-bb-image span {
	/*opacity: 0;
	display: block;
	text-align: center;
	color: #FFF;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;*/
	display: none;
}

.singer-wrap .singer-bb-image.big span {
	font-size: 34px;
	line-height: 1.4;
}
/*
.singer-wrap .singer-bb-image::before {
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: background-color .4s ease, opacity .4s ease;
	-o-transition: background-color .4s ease, opacity .4s ease;
	transition: background-color .4s ease, opacity .4s ease;
}
*/
.singer-wrap .singer-bb-image:hover span,
.singer-wrap .singer-bb-image:hover::before { opacity: 1; }

@media (max-width: 991px) {
	
	

	.singer-wrap {
		width: 100%;
		margin: 0 auto;
		height: auto;
		text-align: center;
	}

	.singer-wrap .singer-bb-image,
	.singer-wrap .singer-bb-image.big {
		position: relative;
		display: inline-block;
		text-align: left;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		width: 80px;
		height: 80px;
		margin: 10px !important;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-transition: transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
	}
	
	/* hide BMT graphic on small screen */
	.singer-wrap .singer-bb-image.big {
		display: none;
	}

	.singer-wrap .singer-bb-image span {
		opacity: 1;
		font-size: 12px !important;
		/* Added in to remove name of client when viewed on mobile */
		visibility: hidden;
	}

	.singer-wrap .singer-bb-image::before {
		/*background: rgba(0, 0, 0, 0.45);*/
		/* Removed client image cover when viewed on mobile - shown on mouseover when viewed on larger screen */
		background: none;
		opacity: 1;
		z-index: 1;
	}

	.singer-wrap .singer-bb-image.big:hover {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}


.noClick {
   pointer-events: none;
}