/*
Theme Name: The Hari
Theme URI: http://www.infinite-eye.com/
Author: James Collings
Author URI: http://www.infinite-eye.com/
Description:
Version: 1
*/

/*CRAIG HACK*/
#fakeSubmit:hover{
	cursor: pointer;
	color: #fff;
}

#main_image #map_info{
	bottom: 120px;
}

span.btn_white_line {
	display: inline-block;
	min-width: 160px;
	width: auto;
	height: auto;
	font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
	text-decoration: none;
	margin: 12px 3px 0 3px;
	padding: 10px 18px 8px 20px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.0em;
	background: transparent;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

span.btn_white_line:hover {
    color: #fff;
    text-decoration: none;
    background: #201547;
    border: 1px solid #201547;
}

@media screen and (min-width: 1025px) {
	span.btn_white_line{
		display: none;
	}
}

.page-template-template-wifi #main_image,
.page-template-template-new-landing #main_image {
  min-height: 65%;
}

.booking-mask {
	position: absolute;
	left: 0;
	bottom: 130px;
	width: 100%;
	z-index: 1;
}
.booking-mask form {
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.booking-mask input {
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	height: 30px;
	background: none;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	border: 0;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	padding: 6px 12px;
}
.booking-mask input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.booking-mask input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.booking-mask input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.booking-mask input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.booking-mask .input-wrap {
	margin: 0 10px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.2);
}
.input-wrap.select {
	overflow: hidden;
}
.booking-mask select {
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	font-size: 14px;
	width: 150%;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 6px 12px;
	height: 30px;
	border-radius: 0;
	-webkit-appearance: none;
}
.booking-mask select option {
	color: #201547;
}
.input-wrap.submit {
	border: 0;
	border: 1px solid #9c8f69;
}
.booking-mask button {
	color: #fff;
	text-transform: uppercase;
	background: #9c8f69;
	font-size: 14px;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	padding: 6px 20px;
	height: 30px;
	border: 0;
	line-height: 1;
}

.button.primary {
	color: #fff;
	text-transform: uppercase;
	background: #9c8f69;
	font-size: 14px;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	padding: 6px 20px;
	height: auto;
	border: 0;
	line-height: 1;
	padding: 0.75em;
	max-width: 12em;
	display: block;
	margin: 3em auto 1em auto;
	transition: all 0.4s ease;
}

.button.primary:hover {
    background: #201547;
}

.booking-mask button:hover {
	background: #201547;
}
.booking-mask .date,
.booking-mask .select {
  min-width: 100px;
	position: relative;
}
.booking-mask .date input,
.booking-mask .select select {
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.booking-mask .icon {
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-45%);
}
.pika-label {
	font-family: Neva-Regular,'Times New Roman',Times,serif;
}
.pika-title {
	border-bottom: 1px solid #201547;
}
.pika-table abbr {
	cursor: auto;
	text-transform: uppercase;
	font-family: Neva-Regular,'Times New Roman',Times,serif;
	color: #201547;
	text-decoration: none;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
	background: none;
	font-weight: normal;
}
.is-today .pika-button {
	color: #9c8f69;
}
.pika-button {
	font-weight: bold;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	color: #201547;
	background: none;
}
.pika-button:hover {
	color: #fff;
	background: #9c8f69;
}
.has-event .pika-button,
.is-selected .pika-button {
	color: #fff;
	background: #201547;
	box-shadow: none;
}
.booking-mask .mob-book {
	display: none;
	color: #fff;
  text-transform: uppercase;
  background: #9c8f69;
  font-size: 14px;
  font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
  padding: 6px 20px;
  border: 0;
}

@media screen and (max-width: 767px) {
	.booking-mask {
		text-align: center;
	}
	.booking-mask form {
		display: none;
	}
	.booking-mask .mob-book {
		display: inline-block;
	}
}

#wrapper {
	overflow: hidden;
}

.builder_row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-left: -1.5px;
	margin-right: -1.5px;
}

.builder_row .one_third_col {
	width: calc(33.333% - 3px);
	box-sizing: border-box;
}

.builder_row .two_third_col {
	width: calc(66.666% - 3px);
	box-sizing: border-box;
}

.builder_row .one_quarter_col {
	width: calc(25% - 3px);
	box-sizing: border-box;
}


.builder_row .three_quarter_col {
	width: calc(75% - 3px);
}

.builder_row .one_half_col {
	width: calc(350% - 3px);
}

.builder_row .full_col {
	width: 100%;
	margin: 0;
}

.object-fit {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

.builder_row .col {
	min-height: 35em;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	margin: 1.5px;
}

/*.builder_row .col:first-of-type {
	margin-left: 0;
}

.builder_row .col:last-of-type {
	margin-right: 0;
}*/

.builder_row .col > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-1460 a#downArrow {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin: 0 0 0 -14px;
    padding: 0;
    clear: both;
    background: url(web/images/down_arrow.png) no-repeat;
    background-size: 60px 60px;
    z-index: 2;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.page-id-1460 p{
    font-size: 2.1em;
}

.page-id-1811  .image_title h3.aven {
    font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.2em;
}

.page-id-1811 #map_info {
    width: 256px;
    height: 160px;
    bottom: 9em;
		left: 50%;
    margin: 0;
    padding: 0;
    clear: both;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #201547;
}

@media screen and (max-width: 767px) {
.page-id-1811 #map_info {
	width: 256px;
	height: 160px;
	bottom: -7em;
	left: 50%;
	margin: 0;
	padding: 0;
	clear: both;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #201547;
}
}

.single-img > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

#main_image.single-img {
	min-height: 80vh;
}

.fourcol_list.stories img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.fourcol_list.stories a {
	height: 300px;
	text-transform: uppercase;
}

#ouibounce-modal,
#egg-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.modal {
	width: 80vh;
	height: 75vh;
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 50px;
	border-top: 5px solid #9a8f6e;
	border-bottom: 5px solid #9a8f6e;
	background-color: #1e1744;
	text-align: center;
	z-index: 999;
}

.modal-close {
		width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/* .modal-inner {
	position: fixed;
	top: 5%;
	left: 50%;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px;
	border-top: 5px solid #9a8f6e;
	border-bottom: 5px solid #9a8f6e;
	background-color: #1e1744;
	text-align: center;
	z-index: 999;
	margin-left: -300px;

} */

.modal .btn {
	text-transform: uppercase;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 7px 10px;
	color: #ffffff!important;
	margin: 20px 0;
}

.modal h2 {
	color: #ffffff;
	margin-top: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.modal p {
	color: #fff !important;
	font-size: 1.7em;
}

.underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(15,29,46,0.9);
	cursor: pointer;
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
}

.modal-body {
	padding-bottom: 20px;
}

.modal-body p {
	border-bottom: 0.5px solid #413B61;
	padding: 10px 0 21px 0;
	position: relative;
}

.modal-body p::after {
	content: "";
	background-image: url('web/images/tick.svg');
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -12px;
	background-color: #1D1842;
	padding: 5px;
	background-repeat: no-repeat;
	background-size: 20px;
  background-position: top center;
}

.modal-footer a {
	margin-top: 15px;
}

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

	.modal {
		width: initial;
		height: initial;
	}

}

#easter-egg {
	cursor:pointer;
}

#egg_symbol {
	width: 40px;
	height: auto;
}

.divider {
    border-bottom: 1px solid black;
    margin: 6px 25px 20px;
}

 .upc-slideout {
  position: fixed;
  z-index: 1000;
  top: 6rem;
  min-width: 0;
  max-width: 280px;
  transition: .3s ease-in-out;
  box-shadow: 2px 1px 9px #747475;
  background: url(../../uploads/2018/09/snow-flakes-left.png);
  background-position: 6rem 91%;
  background-repeat: no-repeat;
  background-color: #fff;
  
}

.upc-slideout.open {
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 640px) {
	.upc-slideout {
		top: 50%;
		transform: translateY(-50%);
	}
}


@media only screen and (max-width: 640px) {
	.upc-slideout.make-sticky {
	
		position: absolute;
		top: 6rem;
		right: 0;
	}
}


.upc-slideout.orientation-right {
  right: 0;
}
.upc-slideout.orientation-left {
  left: 0;
}
.upc-slideout .upc-slideout-title {
	padding: 18px 60px 15px 20px;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  color: #21174d;
  position: relative;
	font-size: 18px;
	line-height: 1.2;
  cursor: pointer;
  transition: .3s ease-in-out;
  min-width: 0;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.upc-slideout .upc-slideout-title:hover {
  min-width: 280px;
}
.upc-slideout .upc-slideout-title .icon {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  transition: .3s ease-in-out;
  color: #21174d;
}
.upc-slideout .upc-slideout-title .icon span:first-child {
  content: "";
  top: 0;
  height: 100%;
  width: 2px;
  left: calc(50% - 1px);
  position: absolute;
  background: #21174d;
}
.upc-slideout .upc-slideout-title .icon span:last-child {
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background: #21174d;
  top: calc(50% - 1px);
  position: absolute;
}
.upc-slideout .upc-slideout-content {
	display: none;
	text-align: left;
}
.upc-slideout .upc-slideout-content p {
  font-size: 15px;
  color: #21174d; 
  margin: 0;
	padding: 0 10px 4px 20px;
	text-align: left;
	margin-bottom: 8px;
}
.upc-slideout .upc-slideout-button {
  font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
  padding: 1.5em 0;
  background: #9c8f69;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  transition: .3s ease-in-out;
  font-weight: bold;
}

.upc-slideout .upc-slideout-button:hover {
	background: #9c8f69e6;
}

.upc-slideout .upc-slideout-button:hover {
  text-decoration: none;
}
.upc-slideout .upc-discount-code {
  padding: 0 40px 20px 20px;
  display: flex;
  align-items: center;
}
.upc-slideout .upc-discount-code svg {
  margin-right: 20px;
}
.upc-slideout .upc-discount-code span {
  font-weight: bold;
  font-size: 20px;
}
.upc-slideout.open {
  min-width: 280px;
}
.upc-slideout.open .upc-slideout-title .icon {
  transform: rotate(45deg);
}
.upc-slideout .upc-slideout-list {
  padding: 10px 15px 27px 20px;
  margin: 0;
}
.upc-slideout .upc-slideout-list li {
	font-family: Neva-Regular,'Times New Roman',Times,serif;
  list-style: none;
  font-size: 14px;
  color: #21174d;
}
.upc-slideout .upc-slideout-list li svg {
  margin-right: 10px;
}
.upc-slideout .upc-slideout-list li:first-child {
  padding-top: 0;
}
.upc-slideout .upc-slideout-list li:last-child {
  border: 0;
}

.upc-slideout-list li {
	display: flex;
	align-items: center;
}

.upc-slideout-list li svg {
    fill: #fff;
	width: 3em;
	height: 3em;
	fill: #21174d;
	margin-left: -6px;
}

.easter-egg-slideout {
	margin: 16px auto;
	width: 40px;
	height: auto;
}

.page-id-3916 .upc-slideout {
    display: none;
}

#easter-egg {
	margin-top: 1em;
	animation: egg-ani 2s infinite;
	transform-origin: 50% 100%;

}
@keyframes egg-ani {
	0% {transform: rotate(0deg)}
	25% {transform: rotate(-15deg)}
	55% {transform: rotate(15deg)}
	75% {transform: rotate(0deg)}
	100% {transform: rotate(0deg)}
}

#egg-modal input {
	height: 50px;
	background: #362359;
	color: #fff;
	border: 1px solid #fff;
	width: 80%;
	padding: 0 1em;
	font-size: 20px;
	text-align: center;
	    letter-spacing: 2px;
}

#egg-modal input::placeholder {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

#egg-modal .btn {
	background: none;
	border: none;
	border-bottom: 3px solid #9c8f69;
}

#egg-modal form {
	margin-top: 3em;
}

#egg-modal .btn::after {
	content: " ";
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #9c8f69;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .33s ease-in-out;
}
#egg-modal .btn:hover::after {
	width: 50%;
}

/* Other contact forms */

.wpcf7 {
	width: 100%;
	box-sizing: border-box!important;

}

.wpcf7 form p {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
	font-family: AvenirLTStd-Black,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}

.wpcf7 span {
	width: 49%;
	margin-top: 1em;
}

@media screen and (max-width: 715px) {
	.wpcf7 span {
		width: 100%;
		margin-right: 0!important;
	}
}

.wpcf7 input {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQ);
	
}

.hashtag{
    font-size: 15px !important;
}
	
.conta a{
    color: white !important;
}	

.textbza p{
    text-align: left !important;
}


.erroraxz{
    color: red;font-size: 12px;font-family: 'Nunito', sans-serif;margin-left: 35px;
}

.h6yyy{
    font-size: 1em !important;
}

.h3rrt{
    font-size: 1.5em !important;
}




                        /* jssor slider loading skin spin css */
                        .jssorl-009-spin img {
                            animation-name: jssorl-009-spin;
                            animation-duration: 1.6s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;
                        }

                        @keyframes jssorl-009-spin {
                            from {
                                transform: rotate(0deg);
                            }

                            to {
                                transform: rotate(360deg);
                            }
                        }

                        /* jssor slider thumbnail navigator skin 07 css */
                        /*
                        .jssort07 .p            (normal)
                        .jssort07 .p:hover      (normal mouseover)
                        .jssort07 .pav          (active)
                        .jssort07 .pav:hover    (active mouseover)
                        .jssort07 .pdn          (mousedown)
                        */
                        .jssort07 {
                            position: absolute;
                            /* size of thumbnail navigator container */
                            width: 800px;
                            height: 100px;
                        }

                        .jssort07 .p {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 99px;
                            height: 66px;
                        }

                        .jssort07 .i {
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 99px;
                            height: 66px;
                            filter: alpha(opacity=80);
                            opacity: .8;
                        }

                        .jssort07 .p:hover .i, .jssort07 .pav .i {
                            filter: alpha(opacity=100);
                            opacity: 1;
                        }

                        .jssort07 .o {
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 97px;
                            height: 64px;
                            border: 1px solid #000;
                            box-sizing: content-box;
                            transition: border-color .6s;
                            -moz-transition: border-color .6s;
                            -webkit-transition: border-color .6s;
                            -o-transition: border-color .6s;
                        }

                        .jssort07 .pav .o {
                            border-color: #0099ff;
                        }

                        .jssort07 .p:hover .o {
                            border-color: #fff;
                            transition: none;
                            -moz-transition: none;
                            -webkit-transition: none;
                            -o-transition: none;
                        }

                        .jssort07 .p.pdn .o {
                            border-color: #0099ff;
                        }

                        * html .jssort07 .o {
                            /* ie quirks mode adjust */
                            width /**/: 99px;
                            height /**/: 66px;
                        }
                    



.diva div{
	display: inline-block;
	max-width: 100%;
}
.diva div li select{
	width: 155px !important;
	max-width: 100%;
}





/*formcomment*/

.commenta{
    width: 1400px;
    height: auto;

    max-width: 100%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 200px;
}
.commenta form{
    width: 600px;
    float: left;
    padding: 50px;
    max-width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.commenta form input{
    width: 300px;
    height: 40px;
    border: 2px solid #9C8F69;	
    color: #858585;
    font-size: 14px;
    margin-bottom: 4px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.commenta form textarea{
    width: 500px;
    height: 150px;
    border: 2px solid #9C8F69;
    color: #858585;
    font-size: 14px;
    margin-bottom: 4px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.btna:hover{
    background-color: #3f3f3f;
    color: whitesmoke;
    max-width: 100%;
}
.so{
    clear: both;
    padding: 15px;
    max-width: 100%;
}
.so p{
    width: 800px;
    font-size: 16px;
    color: black;
    
    padding: 10px;
    max-width: 100%;
}
.so label{
    font-size: 14px;
    color: #5a5a5a;
    
    max-width: 100%;
}
.so img{
    margin-top: -12px;
    max-width: 100%;
    border-radius: 100%;
}

.pa{
    clear: both;
    padding: 45px;
    max-width: 100%;
    margin-top: -40px;
}
.pa p{
    width: 800px;
    font-size: 16px;
    color: black;
    border-bottom: 2px solid #e6e6e6;
    padding: 10px;
    max-width: 100%;
}
.pa label{
    font-size: 14px;
    color: #5a5a5a;
    
    max-width: 100%;
}
.pa img{
    margin-top: -12px;
    max-width: 100%;
}



.cu-tag a h3{
    color: #FFFFFF !important;

    font-size: 1px !important;
}
.cu-tag-show h1{
    color: #484c4c !important;
  
    font-size: 18px !important;
}
.cu-tag-la a{
    font-size: 1px;
    color: #FFFFFF !important;
}
.cu-tag-show{
    background-color: white !important;
}

.cu-menu{

    margin: 100px 0 !important;
	text-align: center;
	padding: 25px 0 !important;
	border-radius: 10px;
background-color: #FFFFFF;
}
.cu-menu h4{
	font-size: 17px;
	color: #c0a248;
	font-weight: bolder !important;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 1.2em;
	margin: 25px 0;
	background-color: black;
	padding: 3px;
}




.terms dt, .terms dd {
	text-align: center;
	margin: 0px;
	float: left;
	font-family: Neva-Italic, 'Times New Roman', Times, serif;
	padding: 5px;
	letter-spacing: 1px;

}

.terms dt {
	clear: left;
	font-size: 17px !important;
	color: #383232;
	margin-bottom: 15px;
	font-weight: 0 !important;

}

.terms dd {
	margin-right: 40px;
	margin-left: 40px;
	font-size: 16px !important;
	color: #FFFFFF;
	text-align: right !important;
    font-weight: bolder;
	background-color: #625d5d;
}









	
	
	