/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/*  Colours
	 Yellow =      #ffc90e
	 Orange =      #be8145
	 Light Grey =  #F3F3F3
	 Mid Grey =		#58585e
	 Dark Grey =   #2a3437
	 Link colour  =	#ef720b

	OLD
	Dk Orange =      #9b6936
*/

/* =Theme customization starts here
------------------------------------------------------- */

html {
	 font-size: 16px;
}
body {
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings:"liga" 1, "kern" 1, "onum" 1, "pnum" 1 ;
	font-feature-settings:"liga" 1, "kern" 1, "onum" 1, "pnum" 1 ;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-moz-font-feature-settings: "liga", "dlig";
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	-webkit-font-feature-settings: "liga", "dlig";
	text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-style: normal;
	margin: 0;
}
h1 {
	 font-size: 2.074rem;
	 line-height: 1;
	 margin-bottom: 0.5em;
	 padding: 0;
	 color: #ffc90e;
	font-family: 'ringbearermedium', serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	text-align: center;
	letter-spacing: 2px;
}
h2 {
	 font-size: 2.074em;
	 line-height: 1.3;
	 margin-bottom: 1em;
	 padding: 0;
	 color: #58585e;
}
h3 {
	 font-size: 1.44em;
	 line-height: 1.3;
	 padding: 0 0 0.7em 0;
}
h4 {
	 font-size: 1.2em;
	 line-height: 1.3;
	 margin-bottom: 1em;
	 padding: 0;
}
h5 {
	 font-size: 1em;
	 line-height: 1.3;
	 padding: 0;
}
h6 {
	 font-size: 1em;
	 line-height: 1.3;
	 margin-bottom: 1em;
	 padding: 0;
}
p,
blockquote {
	 font-size: 1em;
	 margin: 0 0 1em;
	 line-height: 1.3;
	 padding: 0;
	 -webkit-hyphens: none;
		 -moz-hyphens: none;
		  -ms-hyphens: none;
				hyphens: none;
}
dl,
ol,
ul {
	 font-size: 1em;
	 margin: 0 0 1em;
	 padding: 0;
	 padding-bottom: 0 !important;
}
ul+h3, p+h3 {
	padding-top: 1em;
}


dd,
dt,
li {
	 line-height: 1.3;
	 margin: 0;
}
.smallcaps {
	font-size: 0.9em;
}
.smallprint {
	font-size: 12px !important;
}
.intro {
	font-size: 1.2em;
}
.ringbearer {
	font-family: 'ringbearermedium', brandon-grotesque, sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	text-align: center;
	letter-spacing: 2px;
}

@media only screen and (min-width: 981px) {
	h1 {
		font-size: 4.3rem;
	}
}
@media only screen and (min-width: 480px) and (max-width: 980px) {
	h1 {
		font-size: 2.986rem;
	}
}


/* Ordered list alignments
------------------------------------------------------- */

ol.alpha {
	counter-reset: list;
	padding-bottom: 0 !important;
	margin-bottom: 1em;
	list-style-type: lower-alpha !important;
}
ol.alpha li {
	display: block;
	padding-left: 1.75em;
}
ol.alpha li:before {
	content: counter(list, lower-alpha) ") ";
	counter-increment: list;
	display:inline-block;
	width: 1.75em;
	margin-left: -1.75em;
}


/* top notice
------------------------------------------------------- */

/* #main-header:before {
	content: "Please note that a Vaccine Pass is required for all tours.";
	background: #58585e;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
}
#et-main-area {
	margin-top: 46px;
} */

/* add 46px for notice bar */
/* @media only screen and ( max-width: 980px ) {
	#main-header {
		height: 146px !important;
	}
} */


/* Layout
------------------------------------------------------- */

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 106px !important;
}
#logo {
	max-height: 80% !important;
}
.oneCol {
	max-width: 600px;
}
#site-title h2,
#site-title p {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
}
#site-title span.small {
	font-style: italic;
	font-size: 1rem;
}
.page-title p {
	font-size: 1em;
	line-height: 1.2em;
}
.banner h3 {
	padding-bottom: 0;
}

/* Override Divi styles */
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3  {
	font-size: 1.44em;
}

@media only screen and ( max-width: 768px ) {
	#site-title h2,
	#site-title p {
		font-size: 1.3em;
	}
	#site-title span.small {
		font-size: 0.9rem;
	}
	.et_pb_section_0.banner-video {
		height: calc( 100vw * 0.56 ) !important;
	}
}
@media only screen and ( max-width: 480px ) {
	#site-title h2,
	#site-title p {
		font-size: 1.1em;
	}
}


/* Buttons
------------------------------------------------------- */

.et_pb_button,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button {
	 padding: .3em 0.7em!important;
	 background: #ffc90e;
	 color: #2a3437;
	 font-weight: 600;
}
.booking_button a,
.et-fixed-header .booking_button a {
	 padding-bottom: 0 !important;
	 color: #2a3437 !important;
	 font-weight: 600;
}
.custom-header-button.booking_button {
	font-size: 16px;
	margin-right: 20px;
}

@media only screen and (min-width: 981px) {

}
@media screen and (min-width: 780px) {
	.custom-header-button {
		  display: none !important;
	}
}
@media screen and (max-width: 375px) {
	.custom-header-button.booking_button {
		font-size: 13px;
	}
}


/* Nav
------------------------------------------------------- */

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}
#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}
.et-fixed-header {
	background: #222222 !important;
}
#main-header {
	box-shadow: none !important;
}
#top-menu li li a,
.et-fixed-header #top-menu li li a {
	color: #2a3437 !important;
	padding-left: 0;
	line-height: 1.2;
	border-top: 1px solid #bbb;
	padding: 8px 20px 8px 0px;
	width: 205px;
}
.et-fixed-header #et-top-navigation #top-menu li.current-menu-item>a,
.et-fixed-header #et-top-navigation #top-menu li.current_page_item>a {
	color: #000 !important;
}
/* #top-menu li li a:last-of-type {
	border-bottom: 1px solid #bbb;
} */
#top-menu li ul {
	padding-bottom: 20px !important;
}

header.et-l.et-l--header {
	 z-index: 99999;
	 position: relative;
}

@media only screen and ( min-width: 981px ) {
	 .et-fixed-header #et-top-navigation #top-menu li.current-menu-item>a,
	 .et-fixed-header #et-top-navigation #top-menu li.current_page_item>a {
		 color: #000 !important;
	 }
 }
@media only screen and ( max-width: 980px ) {
	#top-menu {
		/* margin-top: 20px; */
		margin-bottom: 0;
	}
}

@media only screen and ( min-width: 479px ) and ( max-width: 569px ) {
	#top-menu > li {
		padding-top: 30px;
	}
	#top-menu > li:nth-child(4) {
		padding-right: 0;
	}
	#top-menu > li:last-child {
		position: absolute;
		top: 20px;
		right: 0;
	}
}
@media only screen and ( min-width: 780px ) {
	#main-header div#et_mobile_nav_menu {
		display: none;
	}
	#top-menu-nav,
	#top-menu {
		display: block !important;
	}
	#top-menu li {
		padding-right: 18px !important;
	}
	#top-menu>li:last-child {
		padding-right: 0.7em !important;
	}
}
@media only screen and ( max-width: 779px ) {
	.et_header_style_centered #main-header div#et-top-navigation {
		width: 85%;
	}
	.select_page {
		display: none !important;
	}
	.et_header_style_split #et_mobile_nav_menu {
		margin-top: 0;
	}
	.et_header_style_split #main-header .mobile_nav {
		background: none;
	}
	.et_header_style_split .et_mobile_menu {
		top: 65px;
	}
	.mobile_menu_bar:before {
		color: #2a3437 !important;
	}
	.et-fixed-header 	.mobile_menu_bar:before {
		color: #ffffff !important;
	}
	.et_mobile_menu {
		width: 125%;
		margin-left: -12.5%;
		padding: 15% 10% 20% 10% !important;
		background: #dedcd5;
	}
	.et_mobile_menu > li {
		max-width: 300px;
		margin: 0 auto;
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}
	.et_mobile_menu > li:first-of-type {
		border-top: 1px solid rgba(0,0,0,0.5);
	}
	.et_mobile_menu li a,
	.nav li li a {
		font-size: 14px;
		padding: 10px 0;
		border: none;
	}
	.et_mobile_menu .sub-menu {
		margin-bottom: 0;
		padding-left: 0 !important;
	}
	.et_mobile_menu .sub-menu li {
		position: relative;
		padding: 5px 0 10px 20px;
	}
	.et_mobile_menu .sub-menu li a {
		display: inline-block;
		border: none;
		padding: 0;
	}
	.et_mobile_menu .sub-menu li:before {
		font-family: 'ElegantIcons';
		content: "\24";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 10px;
	}
	.et_mobile_menu .sub-menu li.pad-20 {
		padding-bottom: 20px;
	}
	.et_mobile_menu .sub-menu .community-menu,
	.et_mobile_menu .sub-menu .private-tour-menu,
	.et_mobile_menu .sub-menu .merchandise-menu,
	.et_mobile_menu .sub-menu .gift-menu {
		padding-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.5);
	}
	.et_mobile_menu .sub-menu .community-menu:before,
	.et_mobile_menu .sub-menu > .private-tour-menu:before,
	.et_mobile_menu .sub-menu .gift-menu:before,
	.et_mobile_menu .sub-menu .merchandise-menu:before {
		display: none;
	}
	.et_mobile_menu .sub-menu > .private-tour-menu > a {
		padding-bottom: 10px;
	}
	.et_mobile_menu .booking_button {
		display: none;
	}
	.et_mobile_menu .booking_button a {
		padding: 0;
	}
	.et_mobile_menu li a:hover, .nav ul li a:hover,
	.et_mobile_menu .menu-item-has-children>a {
		background-color: revert;
		font-weight: 600;
	}
}
.banner h1 {
	margin-top: 40px;
	margin-bottom: 0.5em;
}
.et_fixed_nav #main-header {
	 position: fixed !important;
	 display: block !important;
	 /* height: 80px;
	 -webkit-transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
	  transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
	  transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
	  transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s; */
}
.et-fixed-header #top-menu a {
	  color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	.et_fixed_nav #main-header {
		 -webkit-transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s !important;
		 transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s !important;
		 transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out !important;
		 transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s !important;
	}
	.custom-header-button {
		position: fixed;
		 top: 20px;
		 right: 22%;
		 z-index: 9999999;
		text-decoration: none;
		font-size: 14px;
	}
	.et_fixed_nav.et_show_nav #page-container {
		padding-top: 80px !important;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 14px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		padding-bottom: 20px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 14px;
	}
	.scrolled .custom-header-button {
		top: 12px;
	}
	.logged-in 	.custom-header-button {
		top: 66px;
	}
	.logged-in.scrolled 	.custom-header-button {
		top: 58px;
	}
}

/* Home Page
------------------------------------------------------- */

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	max-width: 425px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
	max-width: 425px !important;
	margin-right: 5%;
}
.home-features .et_pb_text {
	padding: 0 2em 1em 2em;
}
.home-features h3 {
	color: #ffc90e;
}
.home-features p {
	color: #ffffff;
}
.intro-video {
	margin: 0 auto;
}

@media only screen and ( max-width: 768px ) {
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		min-height: 75vh !important;
	}
}

@media only screen and ( max-width: 478px ) {
	.et_header_style_split header#main-header .logo_container {
		float: left;
		text-align: left;
	}
}


/* Tours
------------------------------------------------------- */

.gift-card {
	max-width: 600px;
}
.merchandise .et_pb_blurb_container {
	padding: 0px 30px 20px 30px;
}
#quicklinks {
	text-align: center;
}
#quicklinks .et_pb_button_module_wrapper {
	display: inline-block;
	margin: 0 10px 10px 0;
}
#quicklinks .et_pb_button_module_wrapper a {
	min-width: 80px;
}
.mfp-title {
	display: none;
}



/* Contact
------------------------------------------------------- */

.grecaptcha-badge {
	visibility: hidden !important;
}
.contact-panel p {
	margin-bottom: 0;
	font-size: 1.2em;
}
.contact-panel a {
	color: #545840!important;
}
.contact-form p {
	margin-bottom: 0.5em;
}

/* style contactform7 like divi */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 16px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	color: #2a3437 !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: #ffc90e;
	border: 2px solid #ffc90e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.form-on-yellow .wpcf7-submit {
	background: #2a3437;
	color: #ffffff !important;
}
.wpcf7-submit:hover {
	border-radius: 25px;
}
.wpcf7-submit {
	display: block;
}
.wpcf7-spinner {
	display: block;
	margin: 10px auto;
}

.et_pb_map {
	min-height: 380px !important;
}
.pickup-location h3 {
	font-size: 1.2em;
}
.pickup-location .gm-style-iw.gm-style-iw-c {
	background: #ffc90e;
}
.pickup-location .gm-style-iw-tc:after {
	background: #ffc90e;
}
.pickup-location .gm-style-iw-d {
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: initial !important;
}


/* Affiliations
------------------------------------------------------- */

.affiliations {
	text-align: center;
}
.affiliations .et_pb_image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 0 !important;
}
.affiliations .et_pb_image:last-of-type {
	margin-right: 0;
}



/* Footer
------------------------------------------------------- */

.footer-widget .fwidget {
	margin-bottom: 0 !important;
}
.footer-widget .fwidget img {
	height: 85px !important;
	width: inherit;
	margin-bottom: 0 !important;
}
.footer-widget .fwidget .queenstown-logo img {
	height: 55px !important;
}
.footer-widget #block-5 {
	margin-right: 20px;
}
.footer-widget .fwidget p,
.footer-widget .fwidget li {
	font-size: 14px;
	padding-bottom: 5px;
}
.footer-widget .sub-menu {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-top: 5px;
}
.footer-widget .sub-menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Tripadvisor panel */
.footer-widget #block-7 {
	width: 100%;
}
#footer-widgets .footer-widget #block-7 a {
	color: initial;
}
#footer-widgets .footer-widget #block-7 img {
	height: initial !important;
}
#footer-widgets .footer-widget #block-7 .cdsROW.narrow {
	width: 210px;
}

#footer-info {
	font-size: 12px;
	line-height: 1.2;
}
#footer-info a {
	font-weight: 400;
}
.footer-widget #block-4 {
	margin-right: 10px;
}
.footer-widget:last-of-type p {
	font-size: 12px !important;
}
.fh-hide--desktop {
	display: none !important;
}

@media (min-width: 981px) {
	.footer-widget #block-2 {
		float: right;
	}
	.footer-widget:last-of-type {
		text-align: right;
	}
}
@media (max-width: 768px) {
	#main-footer #footer-widgets .footer-widget,
	#menu-footer-main-nav {
		margin-bottom: 0 !important;
	}
	#menu-footer-tours-nav {
		margin-bottom: 30px !important;
	}
	.footer-widget:last-of-type #block-2 {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.contact-panel .contact-links p {
		margin-bottom: 0.5em;
	}
}
