/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
#wpadminbar{
	display: none;
}
input,textarea {
    outline-color: transparent !important;
}
body {
	background: #fff;
}
.clear{
	clear:both;
}
	@font-face {
		font-family: header;
		src: url(css/TypoSlabserif-Light.ttf);
		font-weight: normal;
	}
	@font-face {
		font-family: body;
		src: url(css/Corbel.ttf);
		font-weight: normal;
	}
	@font-face {
		font-family: title;
		src: url(css/pier.otf);
		font-weight: normal;
	}
	a:focus, a:hover{
		text-decoration: none;
	}
	body{
		font-family: body, sans-serif;
	}
	.page-template-tpl-home .container{
		/*position: absolute;
		top: 50%;
		left: 0px;
		right: 0px;
				-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);*/
	}

	.site-content .container h2, .site-content .container h2 a, .pinktag, .pinktitle {
		color: #EE1294;
	}

	.pinktitle small{
		font-size: 58%;
	}
	.site-content .container small {
		color: #828587;
		font-style: italic;
	}

	.logos {
		text-align: center;
	}

	.logo .logos{
		margin-bottom: 25px;
		position: relative;
	}

	.logos a {
		display: inline-block;
		cursor: pointer;
	}

	p{
		padding: 0px 18px;

	}
    .site-footer, .post-navigation, #wpadminbar, .form-allowed-tags{

	}
	.comments-area{
		width: 800px;
		margin: auto;
		text-align: center;
	}
	.comments-area .comment{
		text-align: left;
	}
	.post-thumbnail img{
		height: auto;
		width: 100%;

	}
	.container .post-thumbnail img{
		max-width: 100%;
	}
	article p {
		padding: 0px;
		/*font-family: 'Amatic SC', cursive;
		font-size: 2em;*/
	}

	article h2 a, .more-link, .entry-title {
		color: #444;
	}
	article h2 a, .entry-title{
		border-bottom: solid;
	}
	.entry-title{
		display: inline-block;
	}

	.more-link, small{
		/*font-family: 'Amatic SC', cursive;
		font-size: 1.5em;*/
	}
	.backto {
		position: absolute;
		top: 50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);
		left: 0px;
		text-align: left;
	}

	.backto p{
		margin:0px;
		padding: 0px;
		color: #ED1284;
	}
	.post p a {
		display: block;
		text-align: center;
	}

	.backto:hover p {
		color: #F1862C;
	}
	article h2 a:hover, .more-link:hover{
		color: #F1862C;
		text-decoration: none;
	}

	.blogpost {
		margin:10px 0px;
		overflow: auto;
	}

	.logo .blogimage{
		max-width: 150px;
	}
	.container .blogpost img {
		width: 100%;
		max-width: 100%;

	}

	.blogpost img, .post .post-thumbnail img{
		margin:10px 0px;
	}

	.blogpost p, .post p{
		text-align: left;
	}

	article h2 {
		border-bottom: medium solid #FFF;
		margin-top: 10px;
		color: #444;
		font-size: 3em;
	}

	h1,h2,h3,h4{
		font-family: title, cursive;
		letter-spacing: 0.05em;
	}
	.footer {
		margin-top: 10px;
	}
	form[id*="give-form"]{
		display: inline-block;
	}

	#show {
		padding:0px;
		border:none;
	}
	#give-form-42-wrap{
		display: none;
	}
	.mfp-content #give-form-42-wrap{
		display: block;
	}
	div.give-form-wrap.mfp-hide{
		display: none !important
	}
	#give-final-total-wrap{
		display: none;
	}
	div.mfp-content .give-donation-amount{
		display: block;
	}



@media (min-width: 992px){
	.container{
		width: 800px;
		margin:auto;
		text-align: center;
	}

	.container img{
		max-width: 600px;
		height: auto;
	}

	.logo img{
		max-width: 450px;
	}

}


.clear{
	clear:both;
}
.background{
	text-align:center;
	width: 100%;
	height: 100vh;
	background:url(images/wallpaper-repeat.jpg);
	background-repeat: repeat;
}
@media screen and (min-width: 700px){
	.background{
		background-attachment: fixed;
	}
}
.background div {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.header .header-logo{
	min-height: 110px;
	line-height: 110px;
}
.heroimage {
	width: 23%;
	display: block;
	margin:0px auto 30px;
}
.logoimage {
	width: 23%;
}
.spacernav {
	padding:40px;
	text-align: center;
	overflow: auto;
}
.spacernav .openhours {
	margin-top: 13px;
	margin-bottom: 0px;
	font-size: 1.2em;
}
.contact .openhours {
	margin-bottom: 15px;
	font-size: 1.2em;
}
.other-sites {
	width: 100%;
	margin-top: 40px;
}
.other-sites h5 {
	font-size: 1.5em;
}
.other-sites div {
	position: relative;
	margin-top: 5px;
}
.other-sites div a {
	font-size: 1.75em;
	color: rgb(51, 51, 51);
	position: relative;
	font-family: title;
}
.other-sites .left-dot {
	position: absolute;
	right: 110%;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: rgb(51, 51, 51);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.other-sites .right-dot {
	position: absolute;
	left: 110%;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: rgb(51, 51, 51);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eatdrinkbeach {
	width: 15%;
}
.swiper-container{
	width: 100%;
	height: 100vh;
}
.swiper-slide img {
	display: none;
}
.slide-1 {
	background:url('/wp-content/themes/twentyfifteen/images/slides/image2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide-2 {
	background:url('/wp-content/themes/twentyfifteen/images/slides/image1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide-3 {
	background:url('/wp-content/themes/twentyfifteen/images/slides/image5.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.menu-main-container, .btn-make-donation{
	display:inline-block;
}
.btn-make-donation{
	color:#fff;
	padding:2px 30px;
	background-color:#444;
	font-family: 'typoslabserif-lightregular';
	font-size:1.5em;
	border-radius:10px;
	cursor:pointer;
	margin-top:7px;
}
.btn-make-donation:hover{
	background-color:#333;
}
.navigation{
	background: transparent;
	padding: 20px 10px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	display: flex;
	display: -webkit-flex;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.navigation.drop{
	background:white;
}
.tabul{
	padding: 0px 0px;
	border:solid 1px;
	border-left: none;
	border-right: none;
	margin-bottom: 25px;
}
.tabul ul {
	margin: 0px;
	padding: 0px;
}
.tabul div{
	display: none;
}
.tabul div ul li {
	margin: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding:10px 10px;
}
.spacernav ul li span {
	line-height: 1;
	vertical-align: top;
	padding: 0px 3px;
}
.meal{
	padding: 10px;
	text-align: left;
}
.meal .col-md-1{
	padding:0px;
	text-align: center;
}
.meal p {
	margin: 0px;
	padding: 0px 5px;
}

.tabs ul .eat{
	padding: 15px 15px 15px 45px;
	position: relative;
	overflow: hidden;
}
.tabs ul .drink{
	padding: 15px 35px 15px 15px;
	position: relative;
	overflow: hidden;
}
.tabs ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background:rgb(235,245,237);
	transition: all .3s;
	-webkit-transition: all .3s;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
}
.tabul div ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background:rgb(235,245,237);
	transition: all .3s;
	-webkit-transition: all .3s;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
}
.tabs ul li{
	cursor: pointer;
}
.tabs ul li:hover:before, .tabs ul li.active:before,.tabul div ul li:hover:before{
		transform:translateX(0);
		-webkit-transform:translateX(0);
}
.tabul .active{
	display: block;
}
.tabul div ul li.active {
	display: inline-block;
}
.tabul div ul li.active:before{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.tabcontent > div{
	width: 90%;
	margin: auto;
	display: none;
}
.tabcontent .active {
	display: block;
}
.rightnav:before,.leftnav:before,.leftnavitems:before {
	content: '';
	width: 100%;
	height: 1px;
	background:black;
	position: absolute;
	top: 50%;
	left: 0px;
}
.navigation div {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
	position: relative;
}
.navigation .mainnav{
	width: auto;
	flex:none !important;
	-webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
	padding:0px 15px;
}
.navigation .mainnav ul li {
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mainnav span {
	vertical-align: top;
	line-height: 1;
}
.swiper-container .text {
	position: absolute;
	bottom:5%;
	left: 10%;
	width: 40%;
	z-index: 9;
}
.swiper-container .slideimage {
	position: absolute;
	top:50%;
	right: 0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	width: 35%;
}
.swiper-container .slideimage img {
	width: 100%;
}
.swiper-container .slideimage.fadein {
	opacity: 1;
	visibility: visible;
}
.navigation .mainnav ul, .navigation .rightnavitems ul,.leftnavitems ul{
	margin: auto;
	padding:0px;
}
.rightnavitems img {
	width: 25px;
}
.leftnavitems img {
	width: 25px;
	opacity: 0;
}

.navigation .rightnavitems, .navigation .leftnavitems{
	flex:none;
	-webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
	width:auto;
}
ul li {
	font-family: title;
	display: inline-block;
	margin: 0px 5px;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.menu-main-container ul li a{
	font-family: 'typoslabserif-lightregular';
	font-size:22px;
	color:#444;
}
.menu-main-container ul li{
	display:inline-block;
	list-style-type:none;
	margin-right:50px;
}
.menu-main-container ul li:hover a{

}
.menu-main-container ul li:last-child{
	margin-right:0px;
}
#menu-main .current-menu-item{
	border-bottom:2px solid #fff;
}

.navigation .navbutton{
	position: absolute;
	left: 10%;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	cursor: pointer;
}
.navigation .navbutton img{
	width: 200px;
}

.overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	visibility: hidden;
	opacity: 0;
	background:rgba(0,0,0,.4);
}

.navbutton {
	display: none;
}

.page-id-147 .navbutton {
	display: block;
}
.overlay.show {
	opacity: 1;
	visibility: visible;
}
.overlay .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 2em;
	background: rgb(238, 62, 124) none repeat scroll 0% 0%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	opacity: 1;
}
.overlay .close:hover {
	opacity: .9;
}

.overlay .close:before{
	content: "X";
	color: white;
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.overlay .screen{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	overflow-x: scroll;
}

.overlay .screen img{
	height: 100%;
}
#post-151 .entry-header{
	display:none;
}
#post-147 .entry-header{
	display:none;
}
#menu-main{
	margin:0;
	padding:0;
}
.social-links li{
	list-style-type:none;
	display:inline-block;
	margin-right:30px;
}
.social-links li:hover{
	opacity:0.7;
}
.social-links li:last-child{
	margin-right:0;
}
.social-links ul{
	margin:0;
	padding:0;
}
.site-footer{
	text-align:center;
	padding:20px;
	background-image:url('images/footer-bg.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	margin-top:30px;
}
#post-149 .entry-header{
	display:none;
}
#post-144 .entry-header{
	display:none;
}
#post-145 .entry-header{
	display:none;
}
article.page{
	text-align:center;
}
article .entry-content{
	padding:40px 0;
	max-width:840px;
	width:70%;
	margin:0 auto;
}
.pink-txt{
	color:#444;
}
.sofia{
	font-family: 'sofiaregular';
	font-size:1.5em;
}
.front-product{
	width:70%;
	align:center;
	margin:0 auto;
	max-width:960px;
}
.front-product ul{
	margin:0;
	list-style-type:none;
	padding:0;
}
#widget_sp_image-5 img{
	width:60%;
	height:auto;
}
#widget_sp_image-5 .widget_sp_image-description{
	display:inline-block;
	width:40%;
	text-align:center;
}
#widget_sp_image-5 .front-product-title{
	font-family: 'typoslabserif-lightregular';
	color:#444;
	font-size:2em;
	margin-bottom:20px;
}
#widget_sp_image-5 .front-product-btn{
	margin-top:20px;
}
#widget_sp_image-5 .front-product-btn a{
	font-family: 'typoslabserif-lightregular';
	background-color:#444;
	font-size:1.5em;
	color:#fff;
	padding:5px 30px;
	border-radius:10px;
}
#widget_sp_image-5 .front-product-btn a:hover{
	background-color:#333;
}
#widget_sp_image-5 img.attachment-full{
	float:left;
}
.donate-box{
	margin-top:20px;
	padding:10px 40px;
}



/**
**customize woocommerce elements
**/
.woocommerce .entry-summary .cart .single_add_to_cart_button{
	background-color:#444;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover{
	background-color:#333 !important;
}
.woocommerce-tabs{
	display:none;
}
.woocommerce-breadcrumb{
	display:none;
}
.twentyfifteen .t15wc{
	margin:50px auto 0;
	max-width:960px;
	width:70%;
	padding:0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:#333;
}
.product_meta .sku_wrapper{
	display:none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color:#fff;
	background-color:#444;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color:#333;
	color:#fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	color:#fff;
	background-color:#444;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#333;
	color:#fff;
}
#customer_details .col-1 .woocommerce-billing-fields h3{
	color:#444;
}
#customer_details .col-2 #ship-to-different-address label{
	margin-top:0;
	color:#444;
	font-weight:400;
}
.woocommerce div.product .product_title{
	font-size:2em;
	border:none;
}
.woocommerce-cart table.cart img{
	width: 50px;
}
.woocommerce-message{
	display:none;
}
.woocommerce .shop_table .cart_item .product-name a{
	color:#444;
}
.cart-collaterals .cart_totals h2{
	font-size:2em;
}

.gallery {
	overflow: auto;
	width: 100%;
}

.gallery img {
	width: 100%;
}
.gallery .col-md-4{
	padding: 0px;
}
.gallery .col-md-12 {
	width: 100%;
	height: 100vh;
	background:url(https://waterfrontbar.co.nz/wp-content/themes/twentyfifteen/images/slides/celebrate-image-new-v2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.gallery .col-md-12 img {
	display: none;
}
.gallery .inside {
	position: absolute;
	top: 10%;
	width: 31%;
	left: 5%;
}
.celebrate {
	letter-spacing: 0.05em;
	font-size: 1.1em;
	font-family: title,cursive;
}
.inside p {
	color: white;
}
.contact {
	padding:70px 50px 0px;
	text-align: center;
	overflow: auto;
	background:url(images/wallpaper-repeat.jpg);
	background-repeat: repeat;
}
.contact .form {
	overflow: auto;
	padding: 30px 0px;
	background:white;
	padding-bottom: 80px;
}
.contact h4 {
	vertical-align: middle;
	letter-spacing: 0.03em;
	margin-top: 5px;
	margin-bottom: 30px;
}
.contact p {
	margin: 0px;
}
.contact h4 span {
	vertical-align: top;
	line-height: 10px;
	padding: 0px 5px;
}
.contact .sevendays{
	width: 30px;
	margin:15px;
}
.site-footer {
	display: none;
}
.contact .input {
	position: relative;
	z-index: 1;
	display: block;
	margin: 1em;
	max-width: 50%;
	width: calc(100% - 2em);
	overflow: auto;
	margin: auto;
	vertical-align: top;
}
.input__field{
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: medium none;
	border-radius: 0px;
	background: #F0F0F0 none repeat scroll 0% 0%;
	color: #AAA;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.input__label{
	display: inline-block;
	float: right;
	padding: 0px 1em;
	width: 40%;
	color: #333;
	font-weight: 400;
	font-size: 70.25%;
	-moz-user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.3em 0px;
    width: 100%;
}
.input--haruki {
	margin: 4em 1em 1em;
}

.input__field--haruki {
	padding: 0.4em 0.25em;
	width: 100%;
	background: transparent;
	color: #333;
	font-size: 1em;
	outline: none;
}

.input__label--haruki {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
}

.input__label-content--haruki {
	transition: transform 0.3s;
}


.input__label--haruki::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background: #333;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
}

.input--message .input__label--haruki{
	height: 95%;
}

.input__label--haruki::after {
	bottom: 3px;
}

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
	transform: translate3d(0, -40%, 0);
}

.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
	transform: translate3d(0, 0.5em, 0);
}
.input--haruki {
	margin: 4em 1em 1em;
}

.input__field--haruki {
	padding: 1.1em .6em .9em;
	width: 100%;
	background: transparent;
	color: #333;
	font-size: 1em;
}

.input__label--haruki {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
}

.input__label-content--haruki {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--haruki::before,
.input__label--haruki::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background: transparent;
	border-bottom: solid 1px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--haruki::before {
	top: 0;
}

.input__label--haruki::after {
	bottom: 3px;
}

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
	-webkit-transform: translate3d(0, -40%, 0);
	transform: translate3d(0, -40%, 0);
}

.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before {
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
}

.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
	-webkit-transform: translate3d(0, 0.5em, 0);
	transform: translate3d(0, 0.5em, 0);
}
.input__label--haruki::before{
	display: none;
}
form button {
	border:none;
	background:transparent;
	box-shadow: none;
}
form button img {
	width: 100px;
}
form .wpcf7-response-output{
	border:none !important;
}
span.wpcf7-form-control-wrap{
	position: static;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	right: 0px;
	width: auto;
	color: #8ebcab;
}
form textarea {
	height: 100px;
}
@media (max-width: 991px){
	.container{
		text-align: center;
	}
		.gallery .col-md-12 {

	background-attachment:scroll;
}
	.container img{
		max-width: 100%;
		height: auto;
	}

	.logo img{
		max-width: 100%;
	}

	.logos img{
		margin-left: 0px !important;
	}
	.backto{
		position: static;
		display: block;
		margin-bottom: 10px;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		text-align: center;
	}

	.backto a{
		display: inline-block;
	}
	.heroimage {
		width:35%;
	}
	.logoimage {
    	width: 35%;
	}
    .eatdrinkbeach {
		width: 25%;
	}
	.gallery .col-md-4 {
		width: 33.3%;
		float: left;
	}
	.swiper-slide img {
	display: block;
	width:100%;
}
#swiper {
	height: auto !important;
}

}
@media (max-width: 600px){
	.heroimage {
		width:50%;
	}
	ul{
		padding: 0px;
	}
	.spacernav {
    	padding: 40px 0px;
	}
	.tabul div ul li {
    	margin: 5px;
		font-size: 12px;
	}
	.navigation{
		padding: 15px 0px;
	}
	.gallery .inside,.swiper-container .text {
	    width: 70%;
	}
	.tabcontent > div {
	    width: 100%;
	}
	.logoimage {
    	width: 50%;
	}
	.navigation .leftnavitems{
		display: none;
	}
	.navigation .mainnav {
		padding: 0px;
		text-align: center;
		width: 100%;
		display: none;
	}
	.leftnav {
		order: 1;
	}
	.rightnavitems{
		order:2;
	}
	.rightnav{
		order:3;
	}
    .eatdrinkbeach {
		width: 50%;
	}
	.meal{
		clear: both;
	}
	.glasscost,.bottlecost{
		max-height: 25px;
    	overflow: hidden;
	}
	.contact {
    padding: 70px 0px 0px;
	}
	.contact .input {
		max-width: 80%;
	}
		.gallery .col-md-4 {
		width: 100%;
		float: left;
	}
}
@media (max-width: 500px){
	.heroimage {
		width:60%;
	}
	.logoimage {
    	width: 60%;
	}
    .eatdrinkbeach {
		width: 60%;
	}


	.other-sites {
		width: 100%;
		margin-top: 40px;
	}
	.other-sites h5 {
		font-size: 1.5em;
	}
	.other-sites div {
		position: relative;
		margin-top: 5px;
	}
	.other-sites div a {
		font-size: 1.75em;
		color: rgb(51, 51, 51);
		position: relative;
		font-family: title;
	}
	.other-sites .left-dot {
		position: absolute;
		right: 110%;
		top: 50%;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		background: rgb(51, 51, 51);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.other-sites .right-dot {
		position: absolute;
		left: 110%;
		top: 50%;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		background: rgb(51, 51, 51);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}



}
