/*
Theme Name: West Coast Travel
Theme URI: http://www.macstudio.co.nz
Description: WordPress Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: West Coast Travel v1
Tags: MacStudio Design
*/

html, body, input {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #FFF;
	color: #333;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

img {
	height:auto;
	max-width:100%;
}

/* LINKS */

a:focus {
	outline: none;
	color: #00a885;
}
a:link {
	text-decoration: none;
	color: #00a885;
}
a:visited {
	text-decoration: none;
	color: #00a885;
}
a:hover {
	text-decoration: none;
	color: #00a885;
}
a:active {
	text-decoration: none;
	color: #00a885;
}
a .col-3-home-image, a .cBox {
	color: #000;
	line-height: initial;	
}
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Abel, serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
/* FOOTER */

#footer-left ul {
	margin: 0px;
	padding: 0px;
}
#footer-left li {
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* STYLES */

.large {
	font-size:150%;
}

.padding {
	padding: 10px;
}
.padding-no-bottom {
	padding: 10px 10px 0 10px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.clear {
	clear: both;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.footer {
	background: #333D47;
	padding-top: 20px;
}

.background {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
	margin: 0;
	padding: 0;
}
.rslides {
	width: 100%;
	height: 100%;
}
.rslides li {
	width: 100%;
	height: 100%;
}
.one, .two, .three, .four, .five {
	background-position: center;
}
.one {
	background-image: url(images/background-1v3.jpg);
	background-size: cover;
}

.banner {
	height: 450px;
	width: 100%;
}

.social object, .social img {
	height: auto;
	max-width: 70px;	
}

.buller > .image-wrap,
.grey > .image-wrap,
.westland > .image-wrap,
.queenstown > .image-wrap,
.fiordland > .image-wrap,
.christchurch > .image-wrap {
	border: 2px solid #00a885;
}

.white {
	background: #fff;
}

.iGreen, .title-wrap.locations {
	background: #00a885;
}
.iGreen > .image-wrap,  .iGreen > a > .image-wrap,  .iGreen > a:visited > .image-wrap, .locations > .image-wrap {
	border: 2px solid #00a885;
}

.green, .title-wrap.retail-services {
	background: #88C23F;
}
.green > .image-wrap, .green > a > .image-wrap, .green > a:visited > .image-wrap, .retail-services > .image-wrap  {
	border: 2px solid #88C23F;
}

.red, .title-wrap.activities  {
	background: #BD272D ;
}
.red > .image-wrap,  .red > a > .image-wrap,  .red > a:visited > .image-wrap, .activities > .image-wrap {
	border: 2px solid #BD272D;
}
.orange, .title-wrap.accommodation {
	background: #F38F1E;
}
.orange > .image-wrap,  .orange > a > .image-wrap,  .orange > a:visited > .image-wrap, .accommodation > .image-wrap {
	border: 2px solid #F38F1E;
}

.blue, .title-wrap.transport {
	background: #29A7DE ;
}
.blue > .image-wrap,  .blue > a > .image-wrap,  .blue > a:visited > .image-wrap, .transport > .image-wrap {
	border: 2px solid #29A7DE;
}

.l-grey{
	background: #666666;
}
.l-grey > .image-wrap,  .l-grey > a > .image-wrap,  .l-grey > a:visited > .image-wrap {
	border: 2px solid #666666;
}


.white > .image-wrap,  .white > a > .image-wrap,  .white > a:visited > .image-wrap  {
	border: 2px solid #fff;
}

.lightgrey {
	background: #eeeeee;
}

.post-title.locations, a.locations  {
	color: #88C23F;
}
.post-title.activities, a.activities  {
	color: #BD272D;
}
.post-title.accommodation , a.accommodation{
	color: #F38F1E;
}
.post-title.transport, a.transport {
	color: #29A7DE;
}
.post-title.retail, a.retail {
	color: #666666;
}

a.locations:hover  {
	color: #000;
}
a.activities:hover  {
	color: #000;
}
a.accommodation:hover {
	color: #000;
}
a.transport:hover {
	color: #000;
}
a.retail:hover {
	color: #000;
}
.small-padding {
	margin: 2px;
	overflow: hidden;
}
.bg-rslides, .bg-rslides li {
	width: 100%;
	height: 100%;
}
.logo img, .social img {
	max-width: 30%;
	max-height: 50px;
}
.float-left {
	position: relative;
	float: left;
	clear: none;
}
.float-right {
	position: relative;
	float: right;
	clear: none;
}
.footer .float-left {
	width: 100%;
	margin-right: 0;
	margin-top: 30px;
}
.section {
	padding-top: 50px;
	padding-bottom: 50px;
	position:relative;
}
.fadeout {
	position:absolute;
	height: 50px;
	width: 100%;
	bottom: 0px;
	background:url(images/fadeout.png);
	background-repeat:repeat-x;
}
.home-box-header, .home-box-color-header {
	font-family: Abel, serif;
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5em;
}
.l-grey .home-box-header {
	color: #666666;
}
.iGreen .home-box-header {
	color: #00a885;
}
.home-image-bottom {
}
.section-title {
	color: #fff;
	width: auto;
	padding: 1px 20px 1px 5px;
	display: inline-block;
}
.section-title h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 2em;
}
.sec {
	margin-bottom: 20px;
}
.title-wrap {
	display: block;
}
.banner p {
	position: relative;
	left: 0;
	bottom: -20px;
	display: inline;
	color: #333D47;
	   padding: 0.12em 0em;
	   background-color: rgba(255,255,255,0.60);
	   box-shadow: 1em 0 0 rgba(255,255,255,0.60),-0.2em 0 0 rgba(255,255,255,0.60);
	   box-decoration-break: clone;
	   -webkit-box-decoration-break: clone;
	/* width: 70%; */
	font-size:1.8em;
	font-family: Abel, serif;
}
.banner .wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.book-now {
	text-decoration: uppercase;
	color: #00a885;
}
.mobile-hide {
	display: none;
}
.home-text h1, .home-text h2, .home-text h3, .home-text h4, .home-text h5, .home-text h6 {
	color:#00a885;
}
.footer-header {
	color: #fff;
	font-weight: 700;	
}
.footer-menu li a, .base, .footer-header a {
	color: #fff;
	font-size: 0.8em;
}
.base a {
	color: #fff;
}

.search {
	position: relative;
	-mos-transform: translateY(40%);
	-webkit-transform: translateY(40%);
			transform: translateY(40%);
	border: 0;
	height: 25px;
	width: 100%;
	transition: 1s;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu .float-right {
	float: right !important;
	text-align: right;
	margin-right: 3px;
}
.post-title {
	font-weight: 700;
	margin-top: 10px;
}
.post-title a,.post-title a:hover,.post-title a:link,.post-title a:active, .post-title a:visited{
	color: #000;
}
.submenugroup {
	background: #fff;		
	background: rgba(255, 255, 255, 0.75);		
	height: auto;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submenu li {
	float: left;	
	margin-right: 20px;
	width: 100%;
}
#sub-menu-wrap {
	position: relative;
	z-index:100;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.submenu a{
	position: relative;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page-content {
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}
.menu li:first-of-type {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.menu li:first-of-type a {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post-excerpt a {
	font-weight: 700;
	color: #000;
}
.book-now {
	color: #00a885;
}
.book-now:hover {
	color: #00a885;
}
.book-now:visited{
	color: #00a885;
}
.book-now:active{
	color: #00a885;
}
.footer-menu {
	line-height: 1.2
}
.cat-list {
	height: auto;
	overflow: hidden;
}
.location-select, .location-select select {
	width: 100%;
	max-width: 100%;
}
.location-select select {
	border: none;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333D47;
	padding: 5px;
}
.submenugroup {
	display: none;
}
input, textarea, button {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #333D47;
	color: #333D47;
	background:  #fff;
	box-sizing:border-box;
	font-family: "myriad-pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button {
	background:  #00a885;
	border: none;
	color: #FFF !important;
	margin-bottom: 5px;
	padding: 5px 8px;
}
.button.blue {
	background:#29A7DE !important;
}
.button.orange {
	background:#F38F1E !important;
}
.button.red {
	background:#BD272D !important;
}
input[type="submit"] {
	background:  #00a885;
	border: none;
	color: #fff;
	box-sizing:border-box;
}
input[type="image"] {
	position: absolute;
	width: auto;
	border: none;
	padding: 0;
	z-index: 9999;
	cursor: pointer;
	pointer-events: all;
	margin-top:2px;
	right: 5px;
}
.search:focus {
	box-shadow: none;
	outline: none !important
}
.search-wrap {
	padding: 5px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	float: right;
	height: 35px;
	background: #fff;
	margin-top: 5px;
	pointer-events: none;
	width: 100%;
	min-width: 100px
}
.search {
	top: 0;
	position: absolute;
	left: 0;	
	border: 0;
	width: 100%;
	padding: 0 35px 0 10px;
	color: #ebebeb;
	pointer-events: all;
}
#nav a {
	padding-left: 0;
}
.header-right {
	display: block;
	font-family: Abel, serif;
	position: relative;
}
.header-right img {
	margin-top: 6px;
	max-height:35px;
}
.banner-rslides {
	width: 100%;
	height: 100%;
}
.banner-bg {
	position: absolute;
	height: 700px;
	width:100%;
	z-index: -99;
	top: 0;
}
.cBox {
	min-height:450px;
}
.post ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
	list-style: disc;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.facebookWrapper {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background:#3B5998
}
.facebookWrapper a {
	font-weight: bold;
	color: #fff;
}
.image-wrap {
	position: relative;
	width: auto;
	padding-bottom: 65%;
	overflow: hidden;
}
.adv-image-wrap {
	position: relative;
	width: auto;
	padding-bottom: 55%;
	overflow: hidden;
}
.image-wrap img, .adv-image-wrap img {
	position: absolute;
	width: 115%;
	max-width: none;
	height: auto;
	left: 50%;
	top: 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%);
	display: none;
}
.img-bg {
	position: absolute;
	width: 105%;
	height: 105%;
	left: 50%;
	top: 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%);
	transition: 500ms;
}

/*
.image-wrap:hover a .img-bg {
	transform: translate(-50%,-50%) scale(1.2, 1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2, 1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2, 1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2, 1.2);
	-o-transform: translate(-50%,-50%) scale(1.2, 1.2);
}
*/
.rslides {
	width: 100%;
	height: 100%;
}
.rslides li {
	width: 100%;
	height: 100%;
}
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: #000000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 60%;
	left: 0;
	z-index: 99;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("images/themes.png") no-repeat left top;
	margin-top: -45px;
}
.next {
	left: auto;
	background-position: right top;
	right: 3%;
}
.prev {
	left: 3%;	
}
.rslides_tabs {
	position: absolute;
	bottom: -20px;
	z-index: 99;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -40px;
	display: flex;
	display: -webkit-flex:;
	display: -ms-flex:;
	width: auto;
}
.rslides_tabs li {
	float: left;
	margin-right: 10px;
	height: 10px;
	width: 10px;
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
}
.rslides_tabs .rslides_here {
	background: #00a885;
}
.rslides_tabs li a {
	display: block;
	text-indent: -900px;
	overflow: hidden;
}
.new-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ADADAD;
	background: rgba(0,0,0,0.50);
	color: #fff;
	padding: 5px;
	line-height: 1;
	font-size: 1em
}
.new-title a {
	font-family: Abel, Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	
}
.view-all {
	font-family: Abel, Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
	font-size: 3em;
	text-align: center;
	line-height: 1
}
.new-gal {
	margin-bottom: 10px
}
.social {
	margin-top: 3px;
}
.small {
	float: left;
	margin-top: -15px;
}
.why-book-button {
	background: #00a885;
	background: -moz-linear-gradient(top,  #00a885 0%, #13a586 50%, #008472 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a885), color-stop(50%,#13a586), color-stop(100%,#008472)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a885 0%,#13a586 50%,#008472 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a885 0%,#13a586 50%,#008472 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a885 0%,#13a586 50%,#008472 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00a885 0%,#13a586 50%,#008472 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a885', endColorstr='#008472',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-radius: 10px;
}
.why-book-button h1 {
	color: #ffffff;
}
.description {
	padding: 10px;
	color: #000;
	display: inline-block;
}

.description p {
	margin-bottom: 0;
}
.submenu .small {
	margin-top: -10px;
	float: left;
	clear: both;
	width: 100%;
	font-size: 0.7em	
}
.img-text-wrap {
	position: absolute;
	left: 10px; 
	bottom: 10px;
	right: 10px;
	line-height: 1;
}
.img-title {
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	font-weight: 700;
	font-size: 4vw;
	position: relative;
	float: left;
	clear: both;
}

.img-text {
	display: inline-block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size: 3vw;
	position: relative;
	float: left;
	clear: both;
	max-width: 95%;
}

.n-grey {
	background: #eee;
}
.section-title.orange {
	color: #F38F1E;
	background: none;
}
.section-title.blue {
	color: #29A7DE;
	background: none;
}
.section-title.red {
	color: #BD272D;
	background: none;
}
.section-title.iGreen {
	color: #00a885;
	background: none;
}
.map-wrap {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
	border: 0;
}
.map-wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
}
.websiteWrapper {
	text-align: center;
	background: #BD272D;
	border: none;
	color: #fff;
	padding: 10px;
	font-weight: 700;
}
.websiteWrapper a {
	color: #fff;
}

.embed-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-wrap iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.img-title {
	font-size: 2vw
}

.img-text {
	font-size: 1.5vw
}

.submenu li {
	width: auto;
}

.social {
	margin-top: 6px;
}

.new-title {
	line-height: 1;
	font-size: 0.8em
}

.new-gal {
	margin-bottom: 0.6%
}

.view-all {
	font-size: 1.8em;
}

.logo img, .social img {
	max-width: 100%;
	max-height: 50px;
}

.header-right {
	display: block;
	position: relative;
	z-index: 99999;
	top: 0;
	right: 0;
}

.header-right img {
	max-width: 70px;
	vertical-align: bottom;
}

#nav a {
	padding-left: 1em;
}

.footer .float-left {	
	width: 15%;
	margin-right: 1%;
	margin-top: 0;
}

.cat-list {
	height: 400px;
	overflow: hidden;
}

.home-box-header {
	padding-top: 10px;
	padding-bottom: 0;
}

.banner p {
	font-size:1.8em;
}
.banner .wrap {
	width: 60%;
}

.mobile-hide {
	display: block;
}

.title-wrap.mobile-hide {
	display: block;
}

.col-3-home-image {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.desktop-hide {
	display: block;	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.banner p {
	font-size:1.8em;
}

.col-3-home-image {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
}

.desktop-hide {
	display: none;	
}

.fixed {
	position:fixed;
	top:0;
	width:100%;
	z-index: 999;
}

.img-title {
	font-size: 2vw
}

.img-text {
	font-size: 1.5vw
}
	
.new-title {
	line-height: 1;
	font-size: 1em
}

.view-all {
	font-size: 2.2em;
}

.zeroMargin_desktop {
	margin-left: 0;
}

}
@media only screen and (min-width: 1500px) {
.img-title {
	font-size: 32px
}

.img-text {
	font-size: 22px	
}
.section-title h2 {
	font-size: 2.5em;
}

}
