@charset "UTF-8";
/* CSS Document */

/* Proxima Nova Family */
.SH_proxima {
	font-family: "proxima-nova", sans-serif;
	font-weight: inherit; /* 400, 700 */
	font-style: inherit; /* normal, italic */
}
/* IvyPresto Headline Family */
.SH_ivyHeadline {
	font-family: ivypresto-headline, serif;
	font-weight: inherit; /* 300, 400, 700 */
	font-style: inherit; /* normal, italic */
}

/* global styles */

* {
	box-sizing: border-box;
}
body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
a,
a:hover {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
}


/* Header Styles */

.SH_mainHeader {
	background-color: #914731;
	position: fixed;
	width: 100%;
	padding: 2px 60px;
	z-index: 1000;
}
.SH_logo {
	float: left;
	width: 330px;
}
.SH_headerNav,
.SH_footerNav {
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.SH_headerNav {
	text-align: right;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	bottom: 15px;
	right: 60px;
}
.SH_footerNav {
	color: rgba(15, 15, 15, 1);
	text-align: center;
}
.SH_headerNav ul,
.SH_footerNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.SH_headerNav li,
.SH_footerNav li {
	display: inline-block;
}
.SH_headerNav li ,
.SH_footerNav li a {
	/*border-bottom: 1px solid rgba(255,255,255,0);*/
	cursor: pointer;
	transition: all .3s ease;
	transition-delay: 0.1s;
}
.SH_headerNav li a:hover,
.SH_footerNav li a:hover {
	/*border-bottom: 1px solid rgba(255,255,255,1);*/
}
.SH_headerNav li::before,
.SH_footerNav li::before {
	content: "•";
	padding-left: 12px;
	padding-right: 12px;
}
.SH_headerNav li:nth-child(1)::before,
.SH_footerNav li:nth-child(1)::before {
	content: none;
}
.SH_insta img {
	max-width: 40px;
	display: block;
	margin: 20px auto 5px;
}

.SH_footer {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	font-size: 13px;
}

.SH_insta {
	color: #914731;
	margin-bottom: 40px;
	font-size: 15px;
	margin-top: 40px;
}
.SH_subNav {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	top: 36px;
	padding: 15px 15px 15px;
	width: max-content;
	color: #000;
	left: -135px;
	display: none;
	z-index: 20;
}
.SH_subNav a {
	display: block;
	transition: all .6s;
	margin-bottom: 5px;
	padding: 5px;
}
.SH_subNav a:hover {
	background: rgba(0,0,0,0.2);
}
.SH_closeNav {
	position: fixed;
	top: 49px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
}

.SH_footerSubNav {
	padding-bottom: 30px;
	line-height: 2.5em;
}


/* Content Styles */

.row.SH_row,
.row.SH_row80 {
	margin: 0px auto 40px;
}
.row.SH_row80 {
	max-width: 80%;
}
.SH_spacer60 {
	height: 60px;
	display: block;
}
.SH_grid {
	padding: 20px;
	font-family: ivypresto-headline;
	font-size: 24px;
	font-weight: 100;
}
.SH_grid > [class*="col-"] {
	padding: 0px 5px 10px 5px;
}

	h1 {
	font-family: ivypresto-headline;
	font-size: 40px;
	font-weight: 100;
}
	h2 {
	font-family: ivypresto-headline;
	font-size: 23px;
	font-style: italic;
	margin: 0;
}
.SH_h1DVDR {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.SH_h1DVDR::before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 1px solid;
	top: 55%;
	left: 0;
}
.SH_h1DVDR h1 {
	position: relative;
	text-align: center;
	padding: 0px 20px;
	width: fit-content;
	background: #fff;
	margin: 0px auto;
}
.SH_row h3,
.SH_row80 h3 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.SH_row.SH_location {
	background-image: url(/images/homepage/SH_contactBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px;
	width: 100%;
	position: relative;
	flex-flow: row-reverse;
}
.SH_row.SH_location img {
	max-height: 480px;
	height: auto;
	width: auto;
	float: right;
	position: relative;
	right: 0;
}
.SH_infoLists {
	display: flex;
	margin: 20px auto 0px;
	font-size: 14px;
	width: 100%;
}

.SH_infoLists ul {
	padding-left: 15px;
	margin-bottom: 0px;
}

.SH_infoLists li {
	padding-bottom: 5px;
}

.SH_dvdr {
	width: 80%;
	border-bottom: 1px solid;
	margin: 0px auto 40px;
}
.SH_contactUs {
	background-image: url(/images/ancillary/SH_guestApplication.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px;
}

.SH_contactInfo,
.SH_specialOffer {
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 80px 60px;
	margin: 0px auto;
	width: 80%;
}

.SH_contactInfo {
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 80px 60px;
	margin: 0px auto;
	width: 80%;
}

.SH_specialOffer {
	text-align: center;
	background-image: url(/images/ancillary/SH_specialOffer_BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 4px solid #914731;
	padding: 50px 60px;
	margin: 40px auto 0px;
	width: 80%;
	display: none;

}
.SH_specialOffer p {
	font-family: ivypresto-headline, serif;
	font-size: 22px;
	margin-bottom: 0;
	letter-spacing: 0.05em
}

.SH_contactInfo p {
	font-size: 22px;
	line-height: 1.7em;
}

.SH_contactInfo h1 {
	margin-bottom: 30px;
}
.SH_oahuMap {
	width: 85%;
}

.SH_headerNav_mobile {
	display: none;
}

.SH_mobile {
	display: none;
}
.SH_desktop {
	display: block;
}
.SH_noPad,
.SH_noPad > [class*="col-"] {
    padding: 0;
}


@media (max-width: 991px) {
	.SH_mainHeader {
		padding: 2px 0px;
	}
	 .SH_logo {
		height: 100%;
		position: absolute;
		width: 75%;
		float: none;
		margin: 0;
		top: 0;
		left: 0;
		transform: none;
	 }

	.SH_headerNav {
		display: none;
	}
	.row.SH_row,
	.row.SH_row80 {
		margin: 0px auto 20px;
	}

	.row.SH_row80 {
		max-width: 95%;
	}
	.SH_mainHeader {
		background-color: #914731;
		position: fixed;
		width: 100%;
		padding: 2px 60px;
		z-index: 1000;
		height: 60px;
	}
	.SH_spacer60 {
		height: 30px;
		display: block;
	}
	.SH_h1DVDR h1 {
		line-height: 0.9em
	}
	.SH_h1DVDR::before {
		display: none;
	}
	.SH_oahuMap {
		width: 100%;
	}
	.SH_row.SH_location {
		background-position-x: right;
		flex-flow: none;
		display: block;
		padding: 60px 7%;
	}
	.SH_row.SH_location iframe {
		width: 100%;
	}

	.SH_infoLists {
		display: block;
	}

	.SH_infoLists [class*="col-"] {
		max-width: 100%;
	}
	.SH_infoLists .col-2 {
		border-bottom: 1px solid #444444;
		margin-bottom: 20px;
	}
	.SH_mobile {
		display: block;
	}
	.SH_desktop {
		display: none;
	}
	.SH_contactInfo p {
		font-size: 18px;
		line-height: 1.7em;
	}

	.SH_contactInfo p {
		font-size: 20px;
		line-height: 1.6em;
	}

	.SH_headerNav_mobile {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
		width: 25%;
		float: right;
	}
	.SH_headerNav_mobile svg {
		height: 40%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}
	img#SH_logo {
		height: auto;
		width: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
		max-width: 100%;
		max-height: 70%;
	}

	.SH_headerNav {
		/* display: none; */
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		box-shadow: 0px 0px 15px rgba(0,0,0,10.5);
		width: 100%;
		padding: 60px 40px 40px 40px;
		max-width: 350px;
		height: 100%;
		z-index: 200000;
	}
	.SH_subNav a {
		display: block;
		transition: all .6s;
		margin-bottom: 0;
		padding: 0;
	}
	.SH_headerNav li,
	.SH_footerNav li {
		display: block;
		padding: 0;
	}
	.SH_headerNav li a {
		display: block;
		padding: 0px 0px 15px;
		margin: 0px 0px 15px;
		color: #000;
		font-size: 13px;
		border-bottom: 1px solid #a2a2a2;
	}
	.SH_headerNav li a:hover {
		color: #000;
	}
	
	.SH_subNav {
		position: relative;
		background: none;
		top: 0;
		padding: 0px;
		width: 100%;
		color: #fff;
		left: 0;
		display: block;
		z-index: 20;
	}
	.SH_subNav a:hover {
		background: none;
	}
	.SH_headerNav li::before,
	.SH_footerNav li::before {
		content: none;
	}
	.SH_closeNav,
	.SH_closeNav_mobile {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: -1;
		display: block;
		background: rgba(255,255,255,0.7);
	}
	.SH_closeNav::before,
	.SH_closeNav_mobile::before {
		content: "X";
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 100;
		color: #444;
		font-size: 20px;
		position: absolute;
		top: 10px;
		right: 20px;
		width: 20px;
		height: 20px;
		z-index: 200000000000000;
		display: block;
	}
	.SH_contactInfo {
		padding: 30px 20px;
		width: 95%;
	}

	.SH_mobile {
		display: block;
	}
	.SH_desktop {
		display: none;
	}
	.SH_contactUs {
		background-image: url(/images/ancillary/SH_guestApplication.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px;
	}
	.SH_contactInfo h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
}


	@media (max-width: 991px) {
		.SH_subNav_mobile {
			display: block;
			position: fixed;
			top: 0px;
			right: 0px;
			height: 100%;
			width: 25%;
			float: right;
			background: #fff;
			width: 100%;
			max-width: 330px;
			padding: 40px;
			box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.4);
			z-index: 1000;
			animation: SH_mobileNav ease;
			animation-duration: 1s;
		}
		.SH_closeNav_x {
				content: "X";
				font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
				font-weight: 100;
				color: #444;
				font-size: 20px;
				position: absolute;
				top: 10px;
				right: 0px;
				padding-right:30px;
				width: 20px;
				height: 20px;
				cursor: pointer;
				z-index: 200000000000000;
				animation: SH_mobileNav ease;
				animation-duration: 1s;
		}

		.SH_headerNav_mobile ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.SH_headerNav_mobile ul li {
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px solid #d3d3d3;
		}
		.SH_footerNav.SH_footerSubNav li {
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		.SH_footerNav.SH_footerSubNav {
			padding-bottom: 20px;
			margin: 0px auto 30px;
			border-bottom: 1px solid #a2a2a2;
			max-width:80%;
		}
		.SH_footerNav li {
			padding-bottom: 5px;
			margin-bottom: 10px;
		}
	}
	@media (max-width: 350px) {
		img#SH_logo svg {
			height: auto;
			width: 100%;
		}
	}

		@keyframes SH_mobileNav {
			0% {right: -50px;opacity: 0;}
			100% {right: 0px;opacity: 1;}
		}