@font-face {
  font-family: calorie;
  src: url(../fonts/calorie.ttf);
}


/************************ GENERAL ************************/

html {
	scroll-behavior: smooth;
}

html.js.js_active.vc_desktop.vc_transform.vc_transform {
	padding: 0 !important;
}

body {
	min-height: 100vh;
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.vc_row.full-width-row {
	margin-top: -25px;
}

.main-content {
	padding: 64px 0 0;
}

.padded-row, #tour-header {
	width: 1400px;
	margin: auto !important;
}

input[type=text], input[type=email], textarea, select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
    -webkit-appearance: button;
}

:focus-visible {
	outline: none;
}

.anchor {
    scroll-margin-top: 150px;
}

.desktop-only {
	display: block !important;
}

.mobile-only {
	display: none !important;
}


/************************ TYPOGRAPHY ************************/

p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output {
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #212121;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 20px;
}

p:empty {
	display: none;
}

h1, h2, h4, h5, h6 {
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 900;
}

a, a:hover {
	color: #d15238;
}

b, strong {
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

h1 {
    font-size: 60px;
    color: #212121;
	line-height: 70px;

}

h2 {
	color: #212121;
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 30px !important;
}

h2.cursive-heading {
	color: #d15238;
	font-size: 30px;
	margin-bottom: -10px !important;
}

h3 {
    font-size: 20px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 15px !important;
}

h4 {
	color: #3d5c2e;
    font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

ul, ol {
	margin: 0 0 1.5em 30px;
}

li {
	margin-bottom: 10px;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

button {
    font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 17px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: -20px;
}

body.error404 h2 {
    font-size: 70px;
    color: #212121;
	text-align: center;
    text-transform: uppercase;
    padding-top: 140px;
}

#destination-about strong {
	color: #3d5c2e !important;
}

body.error404 h1 {
	text-align: center;
    margin: 100px 0;
}


/************************ TEMPLATE ************************/

article {
	margin-bottom: 0;
}

.padding-top-bottom {
	padding: 50px 0;
}

.padding-top-bottom.no-hero {
	padding: 40px 0 10px;
}

.padding-bottom-no-top {
	padding: 0 0 30px;
}

.padding-top-bottom.full-page {
	padding: 40px 0 60px;
}

.orange-background {
	background: #d15238;
}

.green-background {
	background: #3d5c2e;
}

.grid-title {
    text-align: center;
    text-transform: uppercase;
	padding: 5px 15px;
}

.grid-title p, .grid-title a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.6px;
	font-weight: 600;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

#page-hero {
    min-height: calc(60vh - 127px) !important;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#page-hero .vc_column-inner, #destination-about .vc_column-inner, #destination-tours .vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

#page-hero h1 {
	color: #fff;
}

#intro p {
	font-size: 25px;
	text-align: center;
	line-height: 35px;
}

#services, #tour-tabs {
	background: #f8f8f8;
    background-size: 100%;
	background-repeat: no-repeat;
	padding: 150px 0 60px;
	margin-top: -50px;
}

#services .vc_column-inner {
	margin-top: -60px;
}

#services .service-row {
	margin-top: 110px !important;
}

#services .service-row .wpb_text_column {
    padding: 0 30px;
}

#services img {
	width: 100px;
	height: auto;
	margin: 0 auto 20px !important;
	display: block;
}

#services h3 {
    text-align: center;
	font-weight: 700;
}

#services p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

#tour-grading h3 {
	margin-bottom: 30px !important;
}


/************************ ELEMENTS ************************/

form {
	width: 70% !important;
	margin: 80px auto !important;
}

input[type=text], input[type=email], textarea {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
    border-bottom: 2px solid #d15238 !important;
    border-radius: 0 !important;
}

input[type=text], input[type=email] {
	width: calc(100% - 16px);
    height: 32px;
	padding: 10px 8px 2px;
}

textarea {
	width: calc(100% - 16px);
	padding: 10px 8px;
}

select {
    width: 100%;
    height: 41px;
    background: #FFF;
    border-bottom: 2px solid #d15238 !important;
    border: 0;
    padding: 0;
	margin-top: 10px;
    border-radius: 0 !important;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
	background: #3d5c2e !important;
}

.wpforms-confirmation-container-full {
	width: 100%;
	background: transparent !important;
    letter-spacing: 0.7px;
    border: 0 !important;
    padding: 100px 0 150px !important;
	margin: 0 0 30px;
}

.wpforms-confirmation-container-full p {
	color: #d15238 !important;
    font-size: 13px;
	text-align: center;
    text-transform: uppercase;
}

::placeholder {
	color: #21282e;
}

:focus {
	outline: none !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: #d15238 !important;
	color: #fff;
	text-transform: uppercase;
    border: 0;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #a6c5e1;
	box-shadow: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #a6c5e0 !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 0;
	padding: 14px 35px 8px;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 17px !important;
    text-transform: uppercase !important;
    margin-top: 15px;
}

.vc_btn3.vc_btn3-style-modern {
	background-image: none !important;
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
	background: #5d89b1 !important;
}

ul.vc_tta-tabs-list {
	border-bottom: 2px solid #557d20 !important;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin: 0 30px 0 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
	text-transform: uppercase;
	padding: 0 25px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    color: #666 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #688b3b !important;
    color: #fff !important;
    font-weight: 600;
}

.vc_tta-panel-body {
    padding-top: 50px !important;
}

.secondary-nav li, #menu-main-menu li, .vc_tta-tabs-list li, .slides li {
	list-style: none !important;
}

#menu-main-menu li:before, .vc_tta-tabs-list li:before {
	width: auto;
	height: auto;
	background-image: none;
	background-size: 0%;
	background-position: 0;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
}

.secondary-nav li:before {
	width: auto;
	height: auto;
	background-image: none;
	background-size: 0%;
	background-position: 0;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
}

.owl-ca-carousel {
    padding: 0;
}

.vc_gitem_row .vc_gitem-col {
    padding: 15px 0 0 !important;
}

.vc_gitem_row .vc_gitem-col h3 {
	color: #3d5c2e;
    font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: -10px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    top: 61%;
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
	background: #3d5c2e !important;
}

.vc_toggle_default .vc_toggle_icon {
	background: #3d5c2e !important;
    border: 1px solid #3d5c2e !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    height: 3px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	width: 3px !important;
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #3d5c2e !important;
}

.vc_item {
	height: 100% !important;
	aspect-ratio: 16/4;
	object-fit: cover;
	overflow: hidden;
}

.vc_item img {
    width: 100%;
    height: 100% !important;
	aspect-ratio: 16/4;
	object-fit: cover;
}

.vc_images_carousel .vc_carousel-indicators {
    bottom: 5px !important;
}

.vc_images_carousel .vc_carousel-indicators li {
    border: 1px solid #e973258c !important;
    background-color: #e973258c !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
    border: 1px solid #e97325 !important;
    background-color: #e97325 !important;
}

.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
	margin: 0 !important;
}

.vertical-seperator {
	margin: 0 10px;
}

.vc_toggle_content {
    padding-right: 130px !important;
}

.grecaptcha-badge {
	display: none !important;
}


/************************ HEADER ************************/

header {
    background: transparent;
    padding: 0;
    margin: 0 auto;
}

.site-header {
    width: 100%;
    height: auto;
    background: #fff;
	box-shadow: 1px 1px 5px #21212199;
    margin: 0 auto;
    padding: 7px 0 0 !important;
	position: fixed;
    z-index: 9999;
}

header .container {
	width: 90%;
}

.logo {
	float: left;
}

.logo img {
    height: 50px;
}

.navigation {
	float: right;
}

header nav ul li {
	margin: 15px 0 0 40px;
}

header nav ul li a {
	color: #3d5c2e;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

header nav ul li a:hover, header nav ul li a:active {
	color: #3d5c2e;
}

.main-navigation ul ul {
	width: 230px;
    background: #fff;
    position: absolute;
    text-align: left;
    padding: 10px 20px 15px;
	margin: -5px 0 0 -20px;
    display: none;
	z-index: 999999;
}

.main-navigation ul li:hover > ul, .secondary-nav ul li:hover > ul {
    display: block;
}

.main-navigation ul li ul li {
	width: 100%;
	margin: 10px 0 0 0;
}

.main-navigation ul li ul li a {
	text-transform: none;
}

#menu-item-wpml-ls-2-de {
	line-height: 0 !important;
}

#menu-item-wpml-ls-2-en {
	line-height: 0 !important;
	margin-top: 20px !important;
}

li.social-icon a {
	color: #d15238 !important;
}

li.social-icon:last-of-type {
    margin: 15px 0 0 10px !important;
}


/************************ HOME ************************/

#home-hero {
	min-height: calc(75vh - 100px) !important
}

#home-hero .vc_col-sm-3 {
    height: calc(75vh - 100px) !important
}

#home-hero .vc_col-sm-3 .vc_column-inner {
	background-size: 101%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}

#home-hero .left.vc_col-sm-3 .vc_column-inner {
	background-position: top;
}

#home-hero h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 50px
}

#home-hero h2.cursive-heading {
	color: #fff;
}

#home-tagline h1 {
    font-size: 40px !important;
    color: #fff;
    line-height: 50px !important;
    padding: 5px 15px 10px;
}

#home-about {
	padding-bottom: 0 !important;
}

#home-about h3 {
	text-transform: none;
    font-weight: 500;
}

#home-testimonials {
    background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#home-testimonials h2 {
	color: #fff !important;
}

#home-testimonials .testimony-carousel {
	margin: 50px auto 0 !important;
}

#home-testimonials .testimony-row {
    background: #fff;
	border-radius: 15px;
    padding: 25px;
	margin: 0 20px;
}

#home-testimonials .testimony-row p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

#home-testimonials .testimony-row .testimony-name {
	color: #3d5c2e;
	font-size: 13px;
    text-transform: uppercase;
}


/************************ DESTINATIONS ************************/

#destination-about .wpb_video_widget, #destination-about img:first-of-type {
	margin-bottom: 40px !important;
}

#destination-tours, #tour-grading {
	background: #f8f8f8;
    background-size: 100%;
	background-repeat: no-repeat;
	padding: 150px 0 20px;
}

#destination-tours .vc_grid-container-wrapper {
	margin-top: 40px;
}

#destination-tours .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item {
	height: 450px;
}


/************************ TOURS ************************/

#tour-header {
	text-align: center;
	padding: 40px 0 0;
}

#tour-header h1 {
	color: #d15238;
	font-size: 40px;
	text-transform: none;
	line-height: 50px;
	margin-bottom: 10px !important;
}

#tour-header h5 {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
	margin-bottom: 10px !important;
}

#tour-header .vc_col-sm-6 {
   	width: 100% !important;
	margin: 0 !important;
}
	
#tour-header .vc_acf {
	color: #678b3b;
	font-size: 11px;
	text-align: center !important;
    text-transform: uppercase;
	line-height: 21px;
}

#tour-header .vc_acf-label {
	font-weight: 600;
}

#tour-tabs .vc_tta-panel-body ul {
    margin: 20px 0 30px 30px !important;
}

#tour-tabs #itinerary .additional-tour-info strong, #tour-tabs .itinerary .additional-tour-info strong {
    text-transform: uppercase;
    color: #d15238;
}

#tour-tabs #itinerary .additional-tour-info, #tour-tabs .itinerary .additional-tour-info {
    font-size: 12px;
    line-height: 15px !important;
}

#tour-tabs #tour-services h4, #tour-tabs .tour-services h4 {
    margin-top: 50px;
    margin-bottom: 15px;
}

#tour-tabs #tour-services h4:first-of-type, #tour-tabs .tour-services h4:first-of-type {
    margin-top: 0;
}

#tour-tabs .dates-tab .tour-dates-row {
    width: 50%;
}

#tour-tabs .dates-tab .tour-dates-header p {
    font-weight: 600;
    color: #688a3b;
    text-transform: uppercase;
}

#tour-tabs .dates-tab .tour-dates-header .wpb_text_column.wpb_content_element, #tour-tabs .dates-tab .tour-dates-row .wpb_text_column.wpb_content_element {
	margin-top: 0;
}

#tour-tabs .dates-tab .wpb_text_column.wpb_content_element {
	margin-top: 20px;
}

#tour-tabs .dates-tab .vc_btn3 {
	margin-top: 0 !important;
}

.contact-more-info {
	margin-top: 20px;
}

.contact-more-info .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, #tour-highlights .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: #567e20 !important;
    color: #fff !important;
    font-size: 15px !important;
	padding: 14px 20px !important;
	margin-top: 35px !important;
}

.more-tours {
	text-align: center;
    background: #f8f8f8;
    padding-bottom: 80px;
}

.more-tours.no-tabs {
    background: #fff !important;
}

.more-tours-btn {
    background: #d15238;
    color: #fff;
    font-size: 17px;
    padding: 13px 40px 15px;
}

.more-tours-btn a {
	color: #fff !important;
}

/***** Map - General *****/

svg path {
    stroke: #565656;
    stroke-width: 2px;
}

.location-map svg rect {
	fill: transparent !important;
}

.location-map circle {
    r: 5 !important;
}

.location-map .value {
    font-size: 15px;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 60px;
}

.google-visualization-tooltip-item {
	font-weight: 800 !important;
    padding: 0 20px 15px !important;
}

/***** Australia *****/

.location-map {
    overflow: hidden;
    position: relative;
    width: 210%;
    margin-left: -350px;
}

.location-map .map_wrap {
    width: 180%;
    height: 160%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.location-map svg g:nth-child(1) > g:nth-child(1) > path:nth-child(n+1):nth-child(-n+128) {
  display: none;
}

/***** New Zealand *****/

.location-map.new-zealand {
    width: 300%;
}

.location-map.new-zealand .map_wrap {
    width: 190%;
    height: 200%;
    margin-left: -80%;
    margin-top: -28%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.location-map.new-zealand svg {
	margin: -170px 0 0 -200px;
}

.location-map.new-zealand svg g:nth-child(1) > g:nth-child(1) > path:nth-child(n+1):nth-child(-n+128) {
  display: block;
}

/***** Fiji and Tonga *****/

.location-map.fiji-tonga {
    width: 600%;
	height: 400px;
}

.location-map.fiji-tonga .map_wrap {
    margin-left: -80%;
}

.location-map.fiji-tonga svg {
	margin: -450px 0 0 -900px;
}


/************************ ABOUT ************************/

body.page-id-24 #services, body.page-id-431 #services {
	margin-top: 0 !important;
}

#team {
	padding-bottom: 100px;
}

li.a-grid-2.filter-item {
    padding: 0 20px !important;
}

.employer_short_bio span {
	font-size: 15px !important
}

.partners {
	background: #d15238;
    padding: 35px 15px;
}

.partners h4, .partners p, .partners a {
	color: #fff;
}

.partners h4 {
	font-size: 20px;
	margin-bottom: 15px !important;
}


/************************ TERMS ************************/

#terms ol {
    list-style-type: lower-alpha;
    margin-top: 15px;
    margin-left: 18px;
}

#terms li {
    padding-left: 10px;
}


/************************ FOOTER ************************/

footer {
	background: #212121;
	padding: 70px 0 10px;
}

footer h3 {
	color: #fff;
	text-align: left;
	font-weight: 900;
}

footer p {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.footer-col {
    width: 33%;
    float: left;
}

footer .fab {
    font-size: 15px;
    margin-right: 10px;
}

.footer-bottom {
	padding-top: 60px;
}

.footer-bottom p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 0 !important;
}


/************************ MOBILE ************************/

@media only screen and (max-width: 1550px) {
	
	.padded-row, #tour-header {
		width: 1200px;
		margin: auto !important;
	}

	#home-hero {
		min-height: calc(100vh - 110px) !important
	}

	#home-hero .vc_col-sm-3 {
	    height: calc(100vh - 110px) !important
	}
	
	#home-hero h2 {
    	font-size: 22px;
	}

	#home-tagline h1 {
    	font-size: 30px !important;
		line-height: 35px !important;
	}
	
	.vc_item {
		height: 450px !important;
	}
	
	.location-map {
		margin-bottom: -250px !important;
	}
	
}


@media only screen and (max-width: 1200px) {
	
	#home-hero {
		height: 450px !important;
		min-height: 450px !important;
	}
	
	#home-hero .vc_col-sm-3 {
		height: 450px !important;
		min-height: 450px !important;
	}
	
	#home-hero .vc_col-sm-3 .vc_column-inner {
		background-position: top !important;
	}
	
	#home-testimonials {
		background-attachment: inherit;
	}
	
	.padded-row, #tour-header {
		width: 90%;
		margin: auto !important;
	}

}

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

	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
	    top: 10px !important;
    	right: 10px !important;
	}
	
	.mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel.show-panel {
		width: 100% !important;
	}
	
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
        padding-left: 3% !important;
        padding-right: 0% !important;
    }
	
	.main-content {
		padding-top: 0 !important;
	}
	
	.vc_item {
    	height: auto !important;
	}
	
	#tour-header h1, #tour-header h5 {
		margin-bottom: 20px !important;
	}

	.location-map {
		width: 170%;
		margin-bottom: -200px !important;
	}

}


@media only screen and (max-width: 900px) {
	
	.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
		margin: 0 !important;
	}	
	
	body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block !important;
	}
	
	body .vc_tta.vc_general .vc_tta-panel-heading {
		display: none !important;
	}
	
	#tour-tabs .dates-tab .tour-dates-row {
		width: 100%;
	}
	
	#tour-tabs .dates-tab .tour-dates-row .vc_col-sm-4 {
		width: 33% !important;
		float: left;
	}
	
	.location-map circle {
    	r: 3 !important;
	}
	
	footer .site-info.container {
		width: 90%;
	}

}


@media only screen and (max-width: 768px) {
	
	.desktop-only {
		display: none !important;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	.padded-row.vc_row {
		margin: auto !important;
	}
	
	.vc_row {
		margin: 0 !important;
	}
	
	.vc_column_container>.vc_column-inner {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	
	.padding-top-bottom.no-hero {
    	padding: 10px 0;
	}
	
	#home-hero, #page-hero {
		height: auto !important;
		min-height: auto !important;
	}
	
	#home-hero-mobile .vc_inner {
		padding: 100px 0;
	}
	
	#home-hero-mobile .vc_row-has-fill {
    	background-size: 100%;
    	background-position: center;
	}
	
	#home-hero-mobile h2 {
		color: #fff;
    	font-size: 25px;
    	line-height: 35px;
		padding: 0 15px;
	}
	
	#home-hero-mobile h2.cursive-heading {
		margin-bottom: 0 !important;
	}
	
	#page-hero h1 {
		font-size: 40px;
    	padding: 10px 10px 15px;
	}
	
	#home-destinations .wpb_column.vc_column_container.vc_col-sm-4 {
		margin-bottom: 15px !important;
	}
	
	#services h2 {
		margin-bottom: 0 !important;
	}
	
	#services .service-row {
		margin-top: 0 !important;
	}
	
	.service-row .wpb_column.vc_column_container.vc_col-sm-4 {
    	margin-top: 100px;
	}
	
	#destination-about img {
		margin-top: 35px !important;
	}
	
	#destination-tours .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item {
    	height: auto;
	}
	
	#tour-header h1 {
    	font-size: 30px;
    	line-height: 40px;
	}
	
	#tour-header .vc_col-sm-6 {
		width: 50%;
		margin-top: 15px;
		float: left;
	}
	
	#services, #tour-tabs, #destination-tours, #tour-grading {
    	padding: 50px 0;
	}
	
	body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: none !important;
	}
	
	body .vc_tta.vc_general .vc_tta-panel-heading {
		display: block !important;
	}
	
	.vc_active .vc_tta-panel-title {
		background: #3d5c2e;
	}
	
	.vc_active .vc_tta-panel-title span {
		color: #fff;
	}
	
	h4.vc_tta-panel-title {
    	border: 2px solid;
		margin-bottom: 15px !important;
	}
	
	.vc_tta-panel-body {
    	padding-top: 15px !important;
		padding-bottom: 30px !important;
	}
	
	.vc_toggle_content {
    	padding-right: 30px !important;
	}

	.location-map {
		width: 230%;
		margin-left: -200px;
		margin-bottom: -90px !important;
	}
	
	.location-map.new-zealand {
    	width: 300%;
		margin-bottom: -320px !important;
	}
	
	.itinerary .vc_col-sm-8, .itinerary .vc_col-sm-4 {
		width: 100%;
		float: left;
	}
	
	.itinerary .vc_col-sm-4::before {
		content: 'This map is best viewed on a large screen';
		color: #d15238;
		font-style: italic;
	}
	
	footer .footer-col {
		width: 100%;
		float: left;
	}
	
}


@media only screen and (max-width: 720px) {
	
	li.vc_tta-tab {
		font-size: 13px !important;
	}

}



@media only screen and (min-width: 320px) and (max-width: 750px) and (orientation: landscape) {

	#home-hero.desktop-only {
		display: block !important;
	}
	
	#home-hero-mobile.mobile-only {
		display: none !important;
	}
	
	#home-hero .vc_col-sm-3 {
		width: 25%;
    	height: calc(100vh - 60px) !important;
    	min-height: calc(100vh - 60px) !important;
    	float: left;
	}
	
	#home-hero .vc_col-sm-3 .vc_column-inner {
    	padding: 0 10px !important;
	}
	
	#home-hero h2 {
    	font-size: 19px;
    	line-height: 19px;
	}
	
	#home-hero h2.cursive-heading {
		margin-bottom: 10px !important;
	}
	
	#services, #tour-tabs, #destination-tours, #tour-grading {
		padding: 100px 0 !important;
	}
	
	#home-destinations .wpb_column.vc_column_container.vc_col-sm-4, .service-row .wpb_column.vc_column_container.vc_col-sm-4 {
    	width: 33%;
		float: left;
	}
	
	#services p {
    	font-size: 12px;
	}
	
	#home-testimonials {
		padding-bottom: 0 !important;
	}
	
	#home-testimonials .testimony-row {
    	width: 85%;
		margin: 0 auto !important;
	}
	
	#destination-tours .vc_col-sm-4 {
    	width: 50%;
		float: left;
	}
	
	#destination-tours .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item {
    	height: 430px;
	}

	.location-map.new-zealand {
    	width: 300%;
		margin-left: -400px;
		margin-bottom: -420px !important;
	}
	
}