@charset "utf-8";
/* CSS Document */
body, html {
	font-size:14px;
	font-family: 'Noto Sans', sans-serif;
	padding:0;
	margin:0;
	height:100%;
}

a {
	color:#fff;
	text-decoration:none;	
}

textarea, input  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

#home_page {
	width:100%;
	height:100%;
	position:fixed;
	/*background:url('../images/home_page_1.jpg');*/
	background-size:cover;
	background-position:center center;
	z-index:1;
}

#home_page .home_page_image {
	position:absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}
#home_page img{
	
}
.portrait #home_page .home_page_image {
	height:100%;
	max-width:10000%;	
}

#home_page .home_page_image.first {
	display:block;	
}

#home_page .home_page_filter {
	width:100%;
	height:100%;
	background: #51314e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #51314e 0%, #351032 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#51314e), color-stop(100%,#351032)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #51314e 0%,#351032 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #51314e 0%,#351032 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #51314e 0%,#351032 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #51314e 0%,#351032 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51314e', endColorstr='#351032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity:.6;
	position:absolute;
	top:0;
	bottom:0;
}

#home_page .home_page_logo {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-60%);
	-ms-transform:translate(-50%,-60%);
    -webkit-transform:translate(-50%,-60%);	
	text-align:center;
	color:#fff;
	transition:all 1s ease-in-out;
	max-width:80%;
}

#home_page .home_page_logo img {
	max-width:100%;	
}

#home_page .home_page_logo.dologo {
	opacity:0;	
}

#home_page .home_menu {
	display:block;
	margin-top:20px;
	text-align:center;
}

#home_page .home_menu a {
	color:#fff;	
	text-decoration:none;
	font-size:1.5em;
	width:120px;
	display:inline-block;
}

#home_page .home_menu a:hover {
	text-decoration:underline;	
}

#content_holder {
	position:relative;
	top:100vh;
	left:0;
	z-index:10;
	width:100%;
	background:none;
	/*background:rgba(22, 8, 32, 0.5);*/
	/*background-image:url('../images/bg_v2.jpg');*/
	color:#fff;
	padding-top:80px;
}

#main_menu {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:40px;
	border-bottom:2px solid white;
	padding:20px;
	background:rgba(22, 8, 32, 0.9);
	/*background:#160820;*/
	z-index:1;
}

#main_menu .menu_logo {
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
	transition:all 1s ease-in-out;	
}

#main_menu.stuck {
	position:fixed;	
}

#main_menu.dologo .menu_logo {
	opacity:1;	
}

#main_menu .book_event {
	float:right;
	display:block;
	background:#160820;
	border:2px solid #a33186;
	border-radius:3px;
	padding:10px 25px;	
	text-transform:uppercase;
	font-weight:bold;
	color:#a33186;
	text-decoration:none;
	transition:all 1s ease-in-out;	
}

#main_menu .book_event.mobile {
	display:none;	
}

#main_menu.stuck .book_event {
	border-color:#ff3dff;
	color:#fff;
	background:#2a0c28;
}

#main_menu .phone_info {
	float:right;
	line-height:45px;
	margin-right:1em;
	font-size:18px;	
	color:#a33186;
	cursor:help;
}

#main_menu .phone_info aaron {
	display:none;	
}

#main_menu .phone_info:hover aaron {
	display:inline;	
}

#main_menu .phone_info:hover span {
	display:none;
}

.down-indicator {
	width:100%;
	text-align:center;
	position:relative;
	top:100px;
	transition:all 1s ease-in-out;
	opacity:0;
}

.down-indicator.visible {
	opacity:.5;
}

#home_page .home_page_logo .down-indicator img {
	max-width:100px;
	width:100%;
}

.social-icons {
	margin-top:3px;
	float:left;
}

.social-icons a {
	margin-right:10px;	
}

.page {
	border-bottom:2px solid #aea9b1;
	padding-bottom:20px;	
}

#page_zero, #page_one, #page_two, #page_three, #page_four, #page_five, #page_last {
	padding:40px 20px;
	/*max-width:1440px;*/
	margin:auto;
}

#page_zero {
	background:url('/images/page_0_bg.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
}

#page_zero h3 {
	float:right;
	font-size:2.6em;
	text-align:right;
	max-width:60%;
	margin-top:80px;
	margin-bottom:80px;	
	margin-right:5%;
	color:#fff;
	text-transform:uppercase;
	font-weight:200;
	line-height:56px;
	font-family:'Raleway', sans-serif;
	text-shadow:1px 1px 2px #000;
}

#page_zero h3 span {
	display:block;
	margin-top:20px;
	font-size:.5em;
	font-style:italic;	
}

#page_last {
	position:relative;	
}

#page_last h1 {
	margin-top:80px;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;	
}

#page_last h4 {
	text-align:center;
	font-size:1.5em;
	margin-top:0;
	margin-bottom:30px;
	cursor:help;
}

#page_last h4 span {
	display:inline;
}

#page_last h4:hover span {
	display:none;
}

#page_last h4 aaron {
	display:none;
}

#page_last h4:hover aaron {
	display:inline;
}

#page_last h3 {
	text-align:center;
}

#page_one .ct, #page_two .ct, #page_three .ct, #page_four .ct, #page_five .ct {
	max-width:1280px;
	margin:auto;	
}

#page_one {
	background:url('/images/page_1_bg.png') #160820;
	background-attachment:fixed;
	padding:140px 20px;	
}

#page_one h1 {
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:3em;
	text-shadow:1px 1px 2px #000;	
}

#page_one h3 {
	width:100%;
	text-align:center;
	font-family:'Raleway', sans-serif;
	font-weight:200;
	font-size:1.8em;
	text-shadow:1px 1px 2px #000;		
}

#page_two {
	background:url('/images/home_page_3.jpg') no-repeat;
	background-size:cover;
	background-position:center top;
}

#page_three {
	background:url('/images/glass_of_wine.jpg') no-repeat;
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
}

#page_four {
	background:url('/images/corporate_bg.jpg') no-repeat;
	background-size:cover;
	background-position:center top;
}
#page_five{

	background:url('/images/events_bg.jpg') no-repeat;
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;

}

#page_six{

	background:#160820;
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;

}
#page_six h4 {
	text-align:center;
	font-size:1.5em;
	margin-top:0;
	margin-bottom:30px;
	cursor:help;
}

#page_two.service, #page_three.service, #page_four.service, #page_five.service, #page_six.service {
	padding:2rem 0;
}

.service .details {
	width:40%;
	float:left;
}

#page_three.service .details, #page_five.service .details {
	float:right;	
}

#page_six {
	padding:140px 20px;
}

.service .details .icon {
	width:100%;
	text-align:center;
	font-size:4em;
	opacity:0.7;
}

.service .details h3 {
	width:100%;
	text-align:center;
	font-family:'Noto Sans', sans-serif;
	margin-top:15px;
	margin-bottom:15px;	
	text-transform:uppercase;
	font-size:2em;
	text-shadow:1px 1px 5px #673c5d;
	color:#fff;
}

.service .details p {
	font-family:'Raleway', sans-serif;
	font-size:1.4em;
	line-height:1.6em;
	text-align:center;
	font-weight:200;
}

#page_one p {
	font-family:'Raleway', sans-serif;
	font-weight:200;
	font-size:1.4em;
	line-height:1.6em;
}
#page_last{
	box-sizing: border-box;
	display: flex; /* or inline-flex */
	justify-content:center;
	align-items:center;
}
#page_last .ct {
	max-width:800px;
	margin:auto;	
}
.logo-holder{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.logo-holder a{
	display:block;
	width:20%;
	flex-shrink:0;
}
.logo-holder a img{
	display:block;
	max-width:100%;
	padding:2rem 0;
}
/*
.service_selection {
	width:100%;
	max-width:100%;
	margin-top:20px;
}

.service_selection .item-ct {
	
}

.service_selection .item-ct table {
	width:100%;
}

.service_selection .item-ct table tr td {
	text-align:center;
	vertical-align:middle;
	height:367px;
}

.service_selection .item-ct .item {
	width:240px;
	height:300px;
	background:purple;
	border-radius:6px;
	margin:auto;
	position:relative;
	cursor:pointer;
	transition:all 1s ease-in-out;
	z-index:0;
}

.service_selection .item-ct .item.item1 {
	background:url(/images/service-img-public.jpg') center center;
}
.service_selection .item-ct .item.item2 {
	background:url(/images/service-img-wedding.jpg') center center;
}
.service_selection .item-ct .item.item3 {
	background:url('/images/service-img-club.jpg') center center;
}

.service_selection .item-ct .item.selected {
	width:280px;
	height:347px;
	border-radius:6px;
	margin:auto;
}

.service_selection .item-ct .item .blackness {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	opacity:.5;
	transition:all 1s ease-in-out;
}

.service_selection .item-ct .item.selected .blackness {
	background:none;	
}

.service_selection .item-ct .item .title {
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-size:16px;
	position:absolute;
	top:45%;
	left:50%;
	transform:translateX(-50%);
	transition:all 1s ease-in-out;
	opacity:1;
}

.service_selection .item-ct .item.selected .title {
	opacity:0;	
}

.service_selection .item-ct .service-locations tr td {
	height:auto;
	text-align:left;
	vertical-align:top;	
}
*/
.liquid-slider {
	background:none;	
}

.panel-wrapper {
	padding:15px;	
}

.ls-wrapper {
	z-index:0;	
}

.services-slider-panel {
	line-height:30px;	
}

.services-slider-panel ul {
	line-height:20px;
	margin-top:0;	
}

.service-locations {
	line-height:20px;	
}

.testimonials-slider-panel .panel-wrapper {
	text-align:center;	
}

.testimonials-slider-panel .panel-wrapper p {
	font-style:italic;
	text-shadow:0px 0px 4px #999;
	color:#CCC;
}

.contact-form {
	max-width:100%;	
}

.contact-form .form-container {
	margin:auto;
	margin-top:40px;
	width:100%;
}

.contact-form .form-container input {
	width:100%;
	border:1px solid #fff;
	color:#fff;
	padding:10px;
	background:#261b29;
	margin-bottom:20px;
	max-width:100%;
	box-sizing:border-box;
}

.contact-form .form-container textarea {
	width:100%;
	border:1px solid #fff;
	color:#fff;
	padding:10px;
	background:#261b29;
	margin-bottom:20px;	
	max-width:100%;	
	box-sizing:border-box;
}

.contact-form .form-container button {
	border-radius:4px;
	border:2px solid #a33185;
	color:#fff;
	background:#2a0c28;
	padding:10px 20px;
	margin:auto;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
}
.logos{
	text-align:center;
}
.logos a {
	display:inline-block;	
}
.logos h2{
	margin-bottom:20px;
}
.footer-info {
	text-align:center;
}


.footer-info.absolute {
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
	text-align:center;	
}






.clear {
	clear:both;	
}

h1, h2, h3, h4, h5 {
	marign-top:10px;
	margin-bottom:0px;	
}

h1 {
	
}

h3 {
	color:#a33186;
	font-weight:normal;
	margin-top:0;
}

ul {
	list-style: none;
}

ul li {
	text-indent: -1em;	
}

ul li:before {
	content:"\26AA";
	padding-right:7px;
	color:#4f2b7d;	
}

table tr td {
	vertical-align:top;	
}

@media only screen and (max-width : 888px) { /* Special Bullshit for the phone # I am adding */
	#main_menu .phone_info {
		display:none;	
	}
}

@media only screen and (max-device-width : 768px) {
	#home_page .home_menu {
		display:none;	
	}
	
	#home_page .home_page_logo {
		width:100%;	
	}
	
	#main_menu .menu_logo {
		display:none;	
	}
	
	#main_menu .book_event {
		display:none;	
	}
	
	#main_menu .book_event.mobile {
		display:block;	
	}
	.down-indicator{
		top:20px;
	}
	body {
		font-size:12px;	
	}
	
	.service .details  {
		width:100%;
		float:none;	
	}
	
	#page_zero h3 {
		width:100%;
		text-align:center;
		max-width:100%;
		margin-right:0;
		margin-left:0;
		font-size:2em;
		line-height:1.5em;
		margin-top:40px;
		margin-bottom:40px;	
	}
	
	#page_one {
		padding:60px 20px;	
	}

	#page_five, #page_three {
			background-attachment:scroll;
	}
	
	.footer-info {
		font-size:8px;	
	}
}
@media only screen and (max-device-width : 480px) {
	#page_last h3{
		display:none;
	}
	.contact-form .form-container input {
		width: 100%;
		border: 1px solid #fff;
		color: #fff;
		padding: 5px;
		background: #261b29;
		margin-bottom: 10px;
		max-width: 100%;
		box-sizing: border-box;
	}
	
}
.g-recaptcha div {
	margin: 0 auto;
}
