/*
Theme Name: Prestige Adventure
Author: RD Studios
Author URI: http://www.rdstudios.co.nz
Description: Prestige Adventure
Version: 1.0
*/

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 6, 2016 */


.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

html, body {
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #b37e45;
	text-decoration: none;
}

#fullpage,
#fp-nav {
	transition: 500ms;	
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #b37e45;
  background: #434343;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #b37e45;
  background-color: #434343;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.clear {
	clear: both;
	overflow: hidden;
}

.menu-active #fullpage {
	right: 100%;
	position: fixed;
}
.menu-active #fp-nav {
	right: calc(100% + 17px);
	opacity: 0;
}

.nav-button {
	position: fixed;
	z-index: 999999;
	top: 0px;
	right: 0px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.nav-wrap {
	background: #FFFFFF;
	background: #434343;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	transition-delay: 0.4s;
}
.nav {
	position: relative;
	top: 50%;
	right: 0;
	width: 100%;
	padding: 30px;
	overflow: hidden;
	text-align: right;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.intro {
	padding: 20px;
	background: rgba(67, 67, 67, 0.75);
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
}
.menu {
	font-family: 'Cabin';
	text-transform: uppercase;
	word-break: normal;
	white-space: nowrap;
	float: right;
	text-align: right;

	width: 100%;
	padding: 0;
	margin: 0;
}
.menu li {
	position: relative;
	line-height: normal;
	list-style: none;
	width: 100%;
	text-align: center;	
}
.menu a {
	font-family: 'Cabin', sans-serif;
	color: #28282E;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 0;
	display: inline-block;
	letter-spacing: -1px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
}
.menu a.active {
	color: #b37e45;
	/*color: #434343;*/
}
.menu-active .nav-wrap {
	z-index: 9999;
	opacity: 1;
	overflow: scroll
}

.section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.intro {
	width: 100%;
}

.body-text {
	font-size: 1.5em;
}

.section-inner {
	position: relative;
	padding: 20px 50px 20px 20px;
	font-size: 0.5em;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fp-slidesNav.bottom {
	bottom: 50px;
}
.fp-controlArrow.fp-next {
	right: 55px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	background: transparent;
	border: 2px solid #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

#fp-nav ul li .fp-tooltip {
	font-family: 'Cabin', sans-serif;
	color: #fff;
	top: -4px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.active .fp-tooltip {
	opacity: 1;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	text-transform: uppercase;
}
.fp-tableCell {
	position: relative;
}
.fp-controlArrow {
	/*display: none;*/
}
.logo-row img {
	position: fixed;
	z-index: 9;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	top: 10px;
	width: 150px;
	opacity: 1;
	transition: 500ms;
	}
.fp-viewing-logo .logo-row img { 
	opacity: 0;
}
.slide {
	overflow: hidden;
}
.section {
	overflow: hidden;
}
.section-inner {
/*	left: -5000px;
*/
	left: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: 1s;
}
.section.active .section-inner,
.slide.active .section-inner {
	left: 0;
	opacity: 1;
	transition-delay: 500ms;
}
.section.active .slide .section-inner {
/*	left: -5000px;
*/	left: 0;
	opacity: 1;
	transition: 1s;
}
.section.active .slide.active .section-inner {
	left: 0;
	opacity: 1;
	font-size: 0.5em;
}
#sectionLogo {
	background: #434343;
}
.logo-section-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.logo-logo {
	width: 45%;
	height: 45%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: 500ms
}

.active {
	overflow: hidden;
}

.logo-logo {
	top: 100%;
	opacity: 0;
}

.active .logo-logo {
	top: 50%;
	opacity: 1;
}

.intro h1 {
	font-size: 4em;
	color: #b37e45;
	color: #434343;
	color: #fff;
	/*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);*/
/*	text-shadow: 1px 1px 3px rgba(33, 33, 33, 1), -1px -1px 3px rgba(33, 33, 33, 1), -1px 1px 3px rgba(33, 33, 33, 1), 1px -1px 3px rgba(33, 33, 33, 1);
*/	margin-top: 0;
margin-bottom: 10px;
}
.intro h4 {
	margin: 0;
	font-size: 3em;
	color: #434343;
	color: #b37e45;
	/*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);*/
/*	text-shadow: 1px 1px 3px rgba(33, 33, 33, 1), -1px -1px 3px rgba(33, 33, 33, 1), -1px 1px 3px rgba(33, 33, 33, 1), 1px -1px 3px rgba(33, 33, 33, 1);
*/}
.body-text {
	color: #fff;
	/*text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);*/
/*	text-shadow: 1px 1px 3px rgba(33, 33, 33, 1), -1px -1px 3px rgba(33, 33, 33, 1), -1px 1px 3px rgba(33, 33, 33, 1), 1px -1px 3px rgba(33, 33, 33, 1);
*/	font-size: 1.8em;
	/*padding: 10px;*/
}
.section video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	/* in case the video doesn't fit the whole page*/
	background-image:  
	/* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	/*cover video background */
	z-index:0;
}
.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background: rgba(0, 0, 0, .7);
	background-blend-mode: multiply;
}
.map-wrap {
	padding-bottom: 38%; 
	height: 0;
	position: relative;
	width: 100%;
	float: left;
}

#qt-map, #dunners-map {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.no-gutter > [class*='col-'],
.no-gutter > form > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.text-center form {
	margin-top: 30px;
}
input,
textarea {
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	font-family: inherit;
	border: 0;
	font-size: 16px;
}
.text-name,
.text-phone,
.text-email,
.text-message {
	border-top: 1px solid #b37e45;
	border-left: 1px solid #b37e45;
	border-right: 1px solid #b37e45;
	border-bottom: 1px solid #b37e45;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	color: #434343;
	font-size: 0.8em;
	font-size: 16px;
}

.text-name:placeholder-shown,
.text-name::placeholder,
.text-phone:placeholder-shown,
.text-phone::placeholder,
.text-email:placeholder-shown,
.text-email::placeholder,
.text-message:placeholder-shown,
.text-message::placeholder {
	font-weight: 300;
	color: #B2B2B2;	
}
.text-name,
.text-phone,
.text-email {
	border-bottom: none;
}
.text-message {
	min-height: 125px
}
.button-wrap {
}
.button {
	padding: 8px; 
	display: inline-block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	background: #b37e45;
	background: #434343;
	color: #fff;
	font-weight: 700;
	font-family: inherit;
	margin-top: 10px;
}
.contact-panel {
	margin-bottom: 20px;
}
.button-wrap .button {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Cabin;
	margin-right: 20px;
	border: 2px transparent solid;
	transition: 500ms;
}

.button-wrap {
	text-shadow: none;
}

.button-wrap .button:hover {
	background: #fff;
	color: #b37e45;
	color: #434343;

}
.button-wrap .button-open {
	border: 2px #fff solid;
	background: transparent;
	color: #fff;
}
.button-wrap .button-open:hover {
	border: 2px #fff solid;
	background: #fff;
	color: #b37e45;
	color: #434343;
}

.body-text .button-wrap .button {
	font-size: 1em;
}

.section video {
	display: none;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 2;
	cursor: url(images/left.png) 16 6, w-resize;
}
.fp-controlArrow.fp-next {
	left: auto;
	right: 0;
 	cursor: url(images/right.png) 16 6, e-resize;
}
.fp-slides {
	z-index: 4;
	pointer-events: none;
}
.fp-slides .button-wrap a,
.fp-slides .button-wrap .button, {
	pointer-events: all;
}

.social-media {
	z-index: 0;
	position: relative;
	opacity: 0.4
}
.slide .intro {
	pointer-events: all;
}

.select-wrap:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 9999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
select {
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	font-family: inherit;
	border: 0;
	border-top: 1px solid #b37e45;
	border-left: 1px solid #b37e45;
	border-right: 1px solid #b37e45;
	border-bottom: 1px solid #b37e45;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	color: #434343;
	font-size: 0.8em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	font-family: inherit;
	border-radius: 0;
	margin-bottom: -1px;
	font-size: 16px;
}

.fp-slidesNav.bottom {
	margin: 0;
	width: 225px;
	display: inline-block;
	bottom: 20px;
}
#fp-nav.right {
	right: 10px;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	padding: 5px;
	height: auto;
	background: rgba(179, 126, 69, 1);
	margin-top: -5px;
}
.select-wrap {
	background: #fff;
	font-size: 16px;
	overflow: hidden;
	border-radius: 6px;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {


}

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

	div.fp-tableCell {
		position: relative;
		transform: none;
		margin: 0;
		padding: 50px 0;
		height: auto !important;
	}
	.section.fp-section {
		min-height: 100% !important;
		height: auto !important;
	}
	.section-inner {
		width: 100%;
		padding: 10px;
		transform: none;
		top: 0;
	}
	div.logo-section-inner.logo-bg {
		background-size: cover;
		position: relative;
		padding-bottom: 100%;
	}
	.slide,
	.section {
		border-bottom: 1px solid #fff;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.section-inner {
		position: relative;
		padding: 75px;
		font-size: 90%;
		top: 50%;
	}

	.intro {
		width: 100%;
		padding: 20px;

	}
	.body-text {
	}
	.intro h1 {
		font-size: 8em;
		line-height: 0.8;
	}
	.intro h4 {
		line-height: 0.8;
	}
	.text-name {
		border-right: transparent;
	}

	.logo-row img {
		width: 250px;
	}
	.fp-slidesNav.bottom {
		bottom: 50px;
	}
	.intro h1 {
		margin-bottom: 30px;
	}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.section video {
		display: block;
	}
	.menu-active #fullpage {
		right: 0;
		position: fixed;
	}
	.menu-active #fp-nav {
		right: 17px;
		opacity: 1;
	}
	.nav-wrap {
		width: auto;
	}	
	.menu {
		font-family: 'Cabin';
		text-transform: uppercase;
		word-break: normal;
		white-space: nowrap;
		float: right;
		text-align: right;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.menu li {
		text-align: right;	
	}
	.nav-wrap {
		top: 73px;
		right: 23px;
		height: auto;
	}
	.nav {
		transform: none;
		-webkit-transform: none;
		top: 0;
	}
	.intro {
		width: 60%;
	}
	.section.active .slide.active .section-inner {
		font-size: 0.7em;
	}
	#fp-nav.right {
		right: 13px;
	}
	.text-name,
	.text-phone,
	.text-email,
	.text-message,
	select {
		font-size: 0.8em;
	}
	.section-inner {
	/*	left: -5000px;
	*/
		opacity: 0;
		transition-delay: 1s;
	}
	.section.active .section-inner,
	.slide.active .section-inner {
		opacity: 1;
		transition-delay: 500ms;
	}
	.section.active .slide .section-inner {
	/*	left: -5000px;
	*/	
		opacity: 0;
		transition: 1s;
	}
	.section.active .slide.active .section-inner {
		opacity: 1;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


