 /* @ Font Face */
@font-face {
    font-family: 'TAY Makawao';
    src: url('../fonts/TAYMakawaoRegular.eot');
    src: url('../fonts/TAYMakawaoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TAYMakawaoRegular.woff2') format('woff2'),
        url('../fonts/TAYMakawaoRegular.woff') format('woff'),
        url('../fonts/TAYMakawaoRegular.ttf') format('truetype'),
        url('../fonts/TAYMakawaoRegular.svg#TAYMakawaoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TAY Bea';
    src: url('../fonts/TAYBeaRegular.eot');
    src: url('../fonts/TAYBeaRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TAYBeaRegular.woff2') format('woff2'),
        url('../fonts/TAYBeaRegular.woff') format('woff'),
        url('../fonts/TAYBeaRegular.ttf') format('truetype'),
        url('../fonts/TAYBeaRegular.svg#TAYBeaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
/* RESSET */
#main-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html { 
	font-size: 1.805vw; 
    overflow-x: hidden;

}
body { 
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-style: normal;  
	line-height: 1.5;
	color: #212529;
	background-color: #fffeee;  
    overflow-x: hidden;
} 
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
} 
h1,h2,h3,h4,h5,h6{ 
    font-family: 'TAY Bea';
	font-weight: normal;
}
ul, ol {
  padding-left: 2rem;
} 
a {
  text-decoration: none;
  color: inherit;
} 
img, svg {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
} 
table {
  border-collapse: collapse;
} 
button {
  border: none;
  background: none;
} 
textarea {
  resize: vertical;
} 
/*START STYLE HERE*/ 
#main-wrap{
	position: relative;
}  
section {
    position: relative;
	z-index: 2
} 
p {
    color: #4d8a72;
    font-size: 0.7rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}
h1 {
    color: #eaa098;
    font-family: 'TAY Makawao';
    margin: 0;
    line-height: 1;
    font-size: 2.70rem;
}
/*Border*/
.bodyBorderLeft,
.bodyBorderRight,
.bodyBorderTop,
.bodyBorderBottom{
	position: absolute; 
}
.bodyBorderLeft{
	background-image: url('../images/BorderLeft.png');
	background-size: cover;
    background-position: left;
	left: 0;
	top: 0;
	height: 100%;
	width: 1.5rem;
}
.bodyBorderRight{
	background: url('../images/borderRight.png');
    right: 0;
    top: 0;
    width: 1rem;
    height: 100%;
    background-size: cover;
    background-position: right;
}
.bodyBorderTop{
	background-image: url(../images/borderTop.png);
	background-size: cover;
    background-position: top;
	top: 0;
	left: 0;
	height: 1.4rem;
	width: 100%;
}
.bodyBorderBottom{
	background-image: url('../images/borderBottom2.png');
	background-position: bottom;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.5rem;
} 
div#logo {
	z-index: 10;
	width: 7.4rem;
	margin-top: 1.1rem;
	position: relative; 
}
div#logo img {
    position: absolute;
    top: -1.4rem;
}
#header
{
	display: flex;
    font-family: 'TAY Bea';
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
nav#header-nav-left{
	padding-right: 1.3rem; 
	margin-top: 2.8rem;
}
nav#header-nav-right{
	padding-left: 1.3rem; 
	margin-top: 2.8rem;
}
#header ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
#header ul li {
	display: inline-block;
    margin-left: 0.3rem;
} 
#header ul li a {
    font-size: 0.6rem;
    color: #eaa098;
	transition: color 0.3s ease;
}
#header ul li a:hover{
	color: #518068;
}
div#hamburger-nav {
	position: absolute;
	left: 5rem;
	top: 3.1rem;
	z-index: 10;
}
#hamburger-menu{
	display: none;
}
#nav-icon3{
	width: 1rem;
	height: 1rem;
  position: relative; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 0.13rem;
  width: 100%;
  background: #d3531a; 
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
} 
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 0.4rem;
}

#nav-icon3 span:nth-child(4) {
  top: 0.8rem;
}

#nav-icon3.open span:nth-child(1) {
  top: 0.4rem;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 0.6rem;
  width: 0%;
  left: 50%;
}
#hamburger-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.5rem;
	background-image: url(../images/menuBg.jpg);
	background-size: cover;
	padding: 5rem;
	height: 32rem;
} 
#hamburger-menu ul li{
    display: block; 
}
#header #menu-hamburger-nav a {
    color: #fffeee;
    font-size: 1.4rem;
    text-transform: uppercase;
	transition: color 0.3s ease;
}
#header #menu-hamburger-nav a:hover{
	color: #eaa098;
}
section#content{
    padding-top: 4.8rem;
}
section.home-slider-wrap {
    padding-left: 2.65rem;
    padding-right: 3.7rem;
}
section.home-slider-wrap .item{
	background: #fffeee;
}
.hssi-drawlanai{ 
    mix-blend-mode: multiply;
}
section.hsw-bottom {
    text-align: center;
}
.hswb-text p {
    color: #eaa098;
    font-family: 'TAY Bea';
    font-size: 1.5rem;
    line-height: 1.2;
	margin: 0;
}
.hswb-link {
    margin-top: 1rem;
}
.hswb-link {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.btn {
    font-family: 'TAY Bea';
    background: #518068;
    color: #fff;
    border: .2rem solid #eaa098;
    margin: 0 0.5rem;
    min-width: 10.5rem;
    text-align: center;
    line-height: 1.3em;
    padding: 0.65rem 1rem;
	text-decoration: none !important;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover {
    background: #eaa098; 
    border-color: #518068;
}
.hswb-link .btn {
    margin: 0 0.5rem;
}
.hswb-text-bottom {
    color: #eaa098;
    font-family: 'TAY Bea';
    font-size: 1rem;
    margin-top: 1.2rem;
}
.hswb-text-bottom a {
    text-decoration: underline;
}
.masked-box { 
  background: #cfcfcf;
  color: white; 
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;

  /* Apply the mask */
  -webkit-mask-image: url('../images/galleryMask.png');
  mask-image: url('../images/galleryMask.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.masked-box.hgw-galery {
    display: flex;
    justify-content: flex-start;
    padding-top: 0rem;
}
section.home-galery-wrap {
    margin-top: 0.2rem;
}
.hgwg-left {
    height: 27.9rem;
    margin-top: 1rem;
    width: 18.3rem;
    flex-shrink: 0;
}
.hgwgl-item-wrap {
    height: 100%;
    width: 100%;
}
.hgwgl-item {
    height: 100%;
    background-size: cover;
    width: 100%;
}
.hgwg-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.hgwgr-item-wrap{
    width: 50%;
    height: 13.2rem;
}
.hgwgr-item {
    background-size: cover;
	width: 100%;
	height: 100%;
}
.home-galery-wrap a.btn {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
section.bussiness-info-wrap { 
    width: 36rem;
    margin: -0.65rem auto 0;
    padding: 0 0.4rem 1rem;
    display: flex; 
    justify-content: space-between;	
	flex-wrap: wrap;
}
.home section.bussiness-info-wrap{
    padding: 0 0.4rem 6rem;
}
.bussiness-info-wrap a:hover{
	text-decoration: underline;
}
.bussiness-hours h3 {
    color: #4d8a72;
    line-height: 1.3em; 
    font-weight: normal;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 0.2rem;
	margin-bottom: 0;
}
.bussiness-hours p {
    color: #4d8a72;
    font-size: 0.7rem;
    font-weight: 300;
	margin: 0;
    line-height: 1.4;
}
.bussiness-hours h4 {
    color: #4d8a72;
    margin-top: 1.2rem;
    font-size: 0.72rem;
}
.biwbh-cta {
    color: #eaa098;
    font-family: 'TAY Makawao';
    font-size: 1.08rem;
    margin-top: 0.92rem;
	margin-bottom: 2rem
} 
.biwbh-cta::after, .biwbh-cta::before {
    content: '';
    background-image: url(../images/stroke2.png);
    display: block;
    background-size: cover;
	height: 0.5rem;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0;
	width: 12.4rem; 
} 
.bussiness-hours {
    flex-shrink: 0;
    width: 50%; 
}
.bussiness-details {
    width: 50%; 
    padding-left: 1rem;
}
.biwbd-review {
    padding-top: 0.2rem;
}
.biwbdr-item p {
    font-weight: 500;
    font-style: italic;
    font-size: 0.82rem;
    color: #dc5455;
	margin: 0;
}
.biwbdri-rate {
    margin-top: 0.2rem;
	display: flex;
}
.biwbdri-rate img {
    width: 3.3rem;
    vertical-align: top;
}
.biwbdri-rate span {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1em;
    vertical-align: top;
    margin-left: 0.4rem;
} 
.biwbd-location::after, .biwbd-location::before {
    content: '';
    background-image: url(../images/stroke.png);
    display: block;
    background-size: cover;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 0.5rem;
    width: 17.4rem;
} 
.biwbdl-map iframe {
    width: 8rem;
	height: 7rem;
}
.biwbdl-content {
    display: flex;
}
.biwbdl-map {
    padding-left: 0.2rem;
    flex-shrink: 0;
}
.biwbdl-address {
    font-size: 0.7rem;
    line-height: 1.4;
	color: #518068;
    padding: 1.3rem 0.6rem;
	width: 100%;
}
.biwbdl-address p{
	margin: 0;
}
.biwbd-opentable h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'TAY Makawao';
    padding-top: 0.2rem;
    padding-left: 0.2rem;
	color: #eaa098;
	margin: 0;
}
.biwbd-opentable p {
    font-size: 0.68rem;
    font-weight: normal;
    padding-left: 0.2em;
    margin: 0.45rem 0;
    color: #518068;
}
img#opentable-cont {
    width: 12rem;
    margin: 0.5rem 0;
}
footer#footer{
	position: relative;
	z-index: 2;
}
footer#footer .footerHomeWrap {
    position: absolute;
    bottom: 1.5rem;
    width: 11.8rem;
    left: 9.7rem;
} 

/*Open Table*/
h1.ot-title {
    display: none;
}
.ot-dtp-picker.wide {
    width: 12rem !important;
    padding: 0;
} 
.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button { 
    width: 5.7rem;
    float: none;
    margin: 0 auto !important;
    background: #000;
    border: none;
    outline: none;
    padding: 0 1rem;
    font-size: 0.5rem;
    line-height: 1em;
    height: 1.5rem;
    box-shadow: none;
}
.biwbd-opentable .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
	position: relative;
	display: block;
	color: #2d333f;
	padding: 0.3rem 1.3rem 0.3rem 1.3rem;
	z-index: 1;
	font-size: 0.5rem;
    background: #fff;
    border: 1px solid #000; 
}
.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form {
    height: auto;
    background: transparent;
    border: none;
}
.biwbd-opentable .ot-dtp-picker.wide .ot-powered-by {
    background-position: center; 
    text-align: center;
}
.biwbd-opentable .ot-dtp-picker .ot-dtp-picker-selector select {
    font-size: 0.7rem;
    padding: 0.5rem;
}
.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector{
    width: 5.8rem; 
    float: left;
    margin-right: 0;
	border: none; 
}
.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    width: 5.6rem; 
    margin-right: 0.5rem;
}
.biwbd-opentable .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before, 
.biwbd-opentable .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before, 
.biwbd-opentable .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before {
    line-height: 0.3rem;
    font-size: 0.6rem;
}
.biwbd-opentable .ot-time-picker.ot-dtp-picker-selector.unselected-on-init {
    position: relative;
    left: -3rem;
    margin: 0.2rem 0;
}
span.replacechar.active {
    display: inline-block;
	position: relative;
}
span.replacechar.active::before {
    content: '';
    position: absolute;
    top: 0.25em;
    height: 0.1em;
    width: 60%;
    background: #eaa098;
    transform: translateX(-50%);
    left: 50%;
}
#tour360{
    height: calc(100vh - 5.3rem);
}
section.hsw-bottom.page-wrap {
    padding-top: 4.8rem; 
}
.page-heading {
    width: 36rem;
    margin: 0 auto 0;
    padding: 0 0.4rem 1rem;
}
.page-heading p{
	font-size: 1.2rem;
}
.about-map h2{
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'TAY Makawao';
	padding-top: 0.2rem;
	padding-left: 0.2rem;
	color: #eaa098;
	margin: 0;
}
.about-map iframe {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 14rem;
}
.nearbyloc .biwbh-cta {
    margin-bottom: 1rem;
}
.page-heading h1 span,
.inline-block{
	display: inline-block;
}
.menu-wrap {
    padding: 0 4rem;
}
.instagramWrap {
    width: 36rem;
    margin: 1rem  auto;
    padding: 0 0.4rem 0;
}
#calendar{
    font-size: 0.5rem;
}
.blurb-sd {
    padding: 0.5rem 0rem;
    font-size: 0.5rem;
    width: 36rem;
	margin: 0 auto;
    color: #fff; 
	text-align: center;
	line-height: 1.2;
}
.blurb-wrap{
    background: #4d8a72; 
}
img#alohaimgr {
    width: 23.5rem;
    margin-bottom: 0.2rem;
}
section.bussiness-info-wrap.inner-footer {
    padding-top: 2rem;
    padding-bottom: 7rem;
}
section.bussiness-info-wrap.inner-footer .bussiness-hours {
    padding-top: 0;
    width: 45%;
}
section.bussiness-info-wrap.inner-footer .bussiness-details {
    width: 45%;
    padding-left: 1rem;
}
section.bussiness-info-wrap.inner-footer .biwbd-opentable h3{
	margin-top: 0;
	padding-top: 0;
}
section.bussiness-info-wrap.inner-footer .colapsable-menu .bussiness-hours {
    width: 100%;
}
.contact-form > h3,
.colapsable-menu > h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'TAY Makawao';
    padding-top: 0;
    padding-left: 0.2rem;
    color: #eaa098;
    margin: 0;
    cursor: pointer;
}
.colapsable-menu > h3:hover{
	text-decoration: underline;
}
.bussiness-hours-inner {
    padding-top: 0.5rem;
	display: none;
}

.nearbyloc .biwbh-cta::after, .nearbyloc .biwbh-cta::before { 
	margin-left: auto;
	margin-right: auto;
} 
.menu-wrap h3{
	color: #4d8a72;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 0.2rem;
    margin-bottom: 0;
}
.menu-wrap .price{ 
	font-family: "Jost", sans-serif;
	font-weight: 500;
}
.menu-item{
	display: flex; 
}
.menu-item-wrap { 
    margin: 1rem;
    width: 45%;
}
.menu-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0rem;
	padding: .5rem .5rem 0;
}
h2.menu-item-title {
    color: #eaa098;
    font-family: 'TAY Makawao';
    font-size: 1.5rem; 
}
section.hsw-bottom.page-wrap.menupage {
    padding-top: 7rem;
}
.header-signup-form label {
    color: #fffeee;
    font-size: 1rem;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.header-signup-form {
    width: 15rem;
    position: absolute;
    bottom: 5rem;
    right: 2rem;
}
.header-signup-form label input#email {
    width: 14rem;
    padding: 0.1rem;
    font-size: 0.9em;
}
.header-signup-form input[type="submit"] {
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 0.2rem 0;
    cursor: pointer;
} 
.mc4wp-response p {
    font-size: 0.8em;
    color: #fff;
}
div#gallery-grid{
    padding: 0 8rem;
} 
#menu-main-nav-left > li {
    position: relative;
}
#menu-main-nav-left ul.sub-menu {
    opacity: 0;
    position: absolute;
    left: 0;
	visibility: hidden;
    margin-top: 1rem;
	transition: all 0.3s ease;
	z-index: 2;
}
#menu-main-nav-left > li:hover ul.sub-menu {
    opacity: 1; 
    margin-top: 0rem;
	visibility: visible;
}
#menu-main-nav-left ul.sub-menu li {
    padding: 0 0.5rem;
    background: #518068;
    width: 100%;
    margin: 0;
}
#menu-main-nav-left ul.sub-menu li a {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}
#menu-main-nav-left ul.sub-menu li a:hover {
    color: #eaa098;
}
.contact-form {
    margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    margin-left: 3px;
}
.newsLetterSignBtn-wrap {
    text-align: center;
	margin-bottom: 1rem;
}
.newsLetterSignBtn-wrap a.newsLetterSignBtn.btn{
    margin-top: 0.7rem !important;
    display: inline-block;
	font-size: 0.8rem;
    padding: 0.4rem;
}
.biwbd-opentable .newsLetterSignBtn-wrap {
    width: 11.8rem;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 1rem auto 1rem;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    text-align: center;
}
.contact-form p > label {
    margin-bottom: 0.4rem;
    display: block;
}
.contact-form.calendar {
    margin: 1.5rem 0 0;
}
.contact-form.calendar div#wpcf7-f164-p41-o1 {
    margin-top: 1rem;
}
.hswb-link.small .btn {
    font-size: 1.2;
    padding: 0.4rem 1rem;
}
.offer-wrap {
	background: url(../images/offer.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 1.2rem;
	position: absolute;
	font-weight: normal;
	font-family: "Akaya Telivigala", system-ui;
	line-height: 1;
	min-width: 12rem;
	min-height: 10rem;
	right: 0;
	top: 0.8rem;
	text-align: center; 
	display: flex;
	align-items: center;   
	justify-content: center; 
	z-index: 5
}
.offer-wrap span {
    display: inline-block; 
    transform: rotate(-18deg);
}
/*End Open Table*/
@media (max-width: 767px) { 	
	div#gallery-grid{
		padding: 0 3rem;
	}
	section#content{
		padding-top: 10.8rem;
	}
	nav#header-nav-left,
	nav#header-nav-right{
		margin-top: 7.5rem;
	} 
	.page-heading p{
		font-size: 2.5rem;
	}
	.page-heading {
		width: 100%;
		margin: 0 auto 0;
		padding: 4rem 3rem;
	} 
	#calendar{
		font-size: 1rem;
	}
	#header ul li a {
		font-size: 1.4rem; 
	}
	#menu-main-nav-left ul.sub-menu li {
		padding: 0.5rem 1rem 0;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
		top: 1rem;
	}
	#nav-icon3 span { 
		height: 0.5rem;
	}
	#nav-icon3 span:nth-child(4) {
		top: 2rem;
	}
	section.bussiness-info-wrap.inner-footer .bussiness-details {
		width: 100%;
		padding-left: 0;
	}
	.colapsable-menu .bussiness-hours-inner{
		padding-top: 2rem;
	}
	section.bussiness-info-wrap.inner-footer .bussiness-hours,
	.bussiness-hours { 
		width: 100%; 
	}
	div#logo {
		width: 12rem;
		margin-top: 1.1rem; 
	}
	#nav-icon3 {
		width: 4rem;
		height: 2rem;
	}
	img#alohaimgr {
		width: 42rem;
		margin-bottom: 0.2rem;
	}
	section.bussiness-info-wrap {
		width: 100%;
		margin: 0;
		padding: 1rem 3rem;
		display: block;
		text-align: center;
	}
	.bussiness-hours h3 {
		font-size: 2.5rem;
		line-height: 1;
	}
	.bussiness-hours p { 
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.bussiness-hours{
		margin: 2rem 0;
        padding: 0 3rem;
	}
	.bussiness-hours h4 { 
		font-size: 3rem;
	}
	.biwbh-cta {
		font-size: 3rem;
	}
	.biwbh-cta::after, .biwbh-cta::before {
		height: 2rem;
		width: 100%;
	}
	.bussiness-details { 
		margin-left: 0;
		margin-top: 3rem;
		width: 100%;
	}
	.biwbdr-item p { 
		font-size: 2rem;  
	}
	.biwbdri-rate span {
		font-size: 1.5rem;
	}
	.biwbdri-rate img {
		width: 6.5rem; 
	}
	.biwbdl-address {
		font-size: 2rem;
	}
	.biwbdl-map iframe {
		width: 25rem;
		height: 20rem;
	}
	.biwbd-location::after, .biwbd-location::before { 
		height: 2rem; 
		margin-bottom: 2rem;
		width: 100%;
	}
	.biwbdl-content {
		padding: 0 2rem;
	} 
	.biwbd-location {
		margin: 2rem 0;
	}
	.biwbdl-address { 
		padding: 1.3rem 2rem;
	}
	.biwbd-opentable h3 {
		font-size: 3rem; 
	}
	.biwbd-opentable p {
		font-size: 2rem; 
	}
	footer#footer { 
		text-align: center;
        margin-top: 0rem; 
        padding-bottom: 5rem; 
	}
	footer#footer .footerHomeWrap {
		position: relative;
		bottom: 0;
		width: 100%;
		left: auto;
	}
	.ot-dtp-picker.wide {
		width: 100% !important; 
	}
	.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
		width: 13rem; 
		font-size: 2rem; 
		height: 3rem; 
	}
	.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector {
		width: 100%;
		float: none;
		margin-right: 0;
		border: none;
		left: 0;
	}
	.biwbd-opentable .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
		width: 100%; 
		margin: 2rem 0;
	}
	.biwbd-opentable .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link { 
		font-size: 2rem; 
	}
	h1 { 
		font-size: 5rem;
		margin-bottom: 2rem;
	}
	.hswb-text p, p { 
		font-size: 2.5rem; 
	}
	.about-map h2 {
		font-size: 4rem;
	}
	.btn,
	.hswb-text-bottom { 
		font-size: 2rem; 
	}
	.biwbd-opentable .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before, .biwbd-opentable .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before, .biwbd-opentable .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before {
		line-height: 2;
		font-size: 2rem;
		top: 0;
	}
	.biwbd-opentable .ot-dtp-picker .ot-dtp-picker-selector select {
		font-size: 2rem;
		padding: 0.5rem;
	}
	.biwbd-opentable .ot-dtp-picker .ot-dtp-picker-selector{
		height: auto;
	}
	div#ot-reservation-widget {    
        width: 31rem;
        margin: -2rem auto 0;
	}
	.hsw-bottom{
		margin: 2rem 0;
	}
	section.home-galery-wrap{
		text-align: center;
	}
	.home-galery-wrap a.btn {
		position: relative;
		left: auto;
		transform: none;
		bottom: auto;
		margin: 2rem 0 1rem;
		display: inline-block;
	}
	.biwbdri-rate {
		justify-content: center;
	}
	#tour360 {
		height: calc(100vh - 30.5rem);
	}
	.nearbyloc .bussiness-hours:first-child{
		margin-bottom: 5rem;
	} 
	.instagramWrap {
		width: 100%;
		margin: 1rem auto;
		padding: 0 4rem;
	}
	.blurb-sd {
		padding: 2rem 4rem;
		font-size: 1.2rem; 
		width: 100%;
	}
	h2.menu-item-title { 
		font-size: 3rem;
	}
	.menu-wrap h3 { 
		font-size: 2rem;
	}
	.menu-item-wrap { 
		width: 100%;
	}
	.header-signup-form {
		width: 25rem; 
		bottom: 3rem;
	}
	.header-signup-form input[type="submit"] {
		font-size: 1.5rem;
	}	
	.header-signup-form label {
		font-size: 1.5rem;
	}
	.header-signup-form label input#email {
		width: 21rem;
		padding: 0.1rem;
		font-size: 1.5rem;
	}
	.mc4wp-response p {
		font-size: 1.3em;
		color: #fff;
	}
	img#footerLogo {
		width: 52vw;
	}
	.newsLetterSignBtn-wrap a.newsLetterSignBtn.btn {  
		font-size: 2.8rem;
		padding: 1rem 2rem;
	}
	.home section.bussiness-info-wrap {
		padding: 0 0.4rem 0rem;
	}
	.contact-form.calendar div#wpcf7-f164-p41-o1 {
		margin-top: 3rem;
	}
	.biwbd-opentable .newsLetterSignBtn-wrap {
		width: 100%;
	}
	section.bussiness-info-wrap.inner-footer{
		padding-bottom: 0;
	}
}  