/*
Client Name:
Last Modified by:
Last Modified:

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.

 ticktock is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 General
	1.1 Sidebar
2.0 Header
	2.1 Navigation
3.0 Standard Page
4.0 Photo Gallery
5.0 Blog / Posts / Categories
6.0 Page Builder
7.0 Home Page
8.0 Page-specific
10.0 Forms
11.0 Footer



/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
caption, th, td {
	font-weight: normal;
	text-align: left;
}

hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}


/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

body {
	background: #ffffff;	
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-size: 0.9em;
	color: #747474;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'AvenirLT-Light';
	font-weight: normal;
	margin-bottom: 0.5em;
}

h1 { 
	font-size: 2em;
}

h2 { 
	font-size: 2em; 
	color: #414141;
}

h3 {
	font-size: 1.6em;
	color: #414141;
}

h4 {
	font-size: 1.4em;	
}

h5 {
	font-size: 1.2em;	
}

h6 {
	font-size: 1em;	
}

p {
	font-size: 1em;
	margin-bottom: 1.5em;	
	line-height: 1.6em;
}

a {
	color: #c19a36;	
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #c19a36;
}

a:focus {
/*outline: thin dotted;*/
outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

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

a img {
	border: 0;
}

b, strong {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}



.btn, 
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: 18px 30px 15px 30px;
	margin: 0 0 20px 0;
	text-decoration: none;
	font-family: 'AvenirLT-Heavy';
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	border: 2px solid #333333;
}

.btn:hover, .button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
}

.desktop-only {
	display: none;	
}

.mobile-only {
	display: block;	
}

.alignleft, alignright {
	display: block;
	width: 100%;
}

@media all and ( min-width : 768px ) {
	
	h1 {
		font-size: 2.5em;	
	}
	
	.desktop-only {
		display: block;	
	}
	
	.mobile-only {
		display: none;	
	}
	
	.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
width: auto;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
width: auto;
}
}

/*---- 1.1 - Sidebar ----*/
.sidebar-widget {
	margin: 0 0 20px 0;
}

.sidebar h3 {

}

ul.side-menu {
	padding: 0;
	margin: 0;	
}

ul.side-menu li {
	list-style: none;	
	border-bottom: 1px solid #eeeeee;
}

ul.side-menu li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;	
}

ul.side-menu li.current_page_item a {
	color: #373446;
}


/*--------------------------------------------------------------
2.0 - Header
--------------------------------------------------------------*/

header.site-header {
	position: absolute;
	width: 100%;
	margin: 0;
	padding:  0;
	z-index: 2;
	transition: all 0.4s ease;
	z-index: 5000;
	top: 0;	
	background: url(../images/common/transparent-white.png) repeat;
}

header.hide-header {
		top: -100px !important;
	}
	
body.admin-bar .site-header {
		top: 46px;	
	}

header.site-header .container {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.logo-main {
	float: left;	
	width: 100px;
	padding: 10px 0;
	transition: all 0.4s ease;
}

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

.site-header .phone-mobile {
	position: absolute;
	right: 90px;
	top: 12px;
}

.site-header .phone-mobile a {
	color: #fff;
	display: block;
	font-size: 2em;
	padding: 5px;
}





@media all and ( min-width : 871px ) {
	
	header.site-header {	
		height: 118px;	
	}
	
	body.admin-bar .site-header {
		top: 30px;	
	}
	
	.logo-main {
		padding: 15px 0 0 0;
		width: 150px;
	}
	
	header.hide-header .logo-main {
		opacity: 0;	
	}

	.site-header .phone {
		position: absolute;
		right: 15px;
		top: 0;
	}
	
	.site-header .social-icons {
		position: absolute;
		right: 220px;
		top: 8px;	
	}

	.site-header .phone h2 {
		color: #fff;
		float: right;
		font-weight: 600;
		margin: 8px 0 0 0;
	}
	
	.site-header .best-price {
		width: 435px;
		position: absolute;
		top: 10px;
		right: 0;	
	}

	.book-now a {
	position: absolute;
	right: 0;
	top: 5px;
	display: inline-block;
	background: #b2c5b5;
	border: none !important;
	width: 130px;
	text-align: center;
	color: #ffffff;
	padding: 11px 7px;
	line-height: 13px;
}

.book-now a span {
	font-size: 10px;
}

.book-now a:hover {
	background: #7e9b72;
}

}

@media all and ( min-width : 990px ) {
	header.site-header .container {
		padding: 0;	
	}
}

/*---- 2.1 - Navigation ----*/

.main-navigation {
	font-family: 'AvenirLT-Heavy';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.main-navigation ul {
	margin: 0;
	padding-left: 0;	
}

.main-navigation a {
	color: #4a4a4a;
	display: block;
	padding: 15px 0 5px 0;	
	text-decoration: none;
	/*background: red;*/
}

/* Hover */
.main-navigation li.menu-item-has-children:hover a,
.main-navigation a:hover {
	
}

/* Current */
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor a {

	/*background: #66666c;*/
}

/* Current hover */
.main-navigation li.current-menu-item a:hover,
.main-navigation li.current-menu-ancestor a:hover {
	/*background: #88888c;*/
	/*color: #ffffff;*/
}

/* Dropdown */
.main-navigation ul.sub-menu {
	left: 20px;
	top: 38px; 
}

.main-navigation ul ul a {
	width: 260px;
	padding: 15px;
}

.main-navigation li.menu-item-has-children:hover ul.sub-menu li a {
	background: #ffffff;
	padding: 10px 15px;
	border-bottom: none;
}

.main-navigation li.menu-item-has-children:hover ul.sub-menu li a:hover {
	background: #ffffff;
}

/* Dropdown - Active */
.main-navigation li.menu-item-has-children:hover ul.sub-menu li.current-menu-item a {
	color: #cccccc;
}

/* Dropdown - Active hover */
.main-navigation li.menu-item-has-children:hover ul.sub-menu li.current-menu-item a:hover {
	
}

@media all and ( min-width: 871px ) {
	
	.main-navigation {	
		float: right;	
		padding: 0;
		margin: 60px 0 0 0;
	}

	.main-navigation li {
		padding: 0 0 0 15px;
	}
	
	/*
		
	*** IF TABS ***
	.main-navigation li a {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.main-navigation li li a {

		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;	
	}
	
	*/
	
		/* Hover */
.main-navigation li.menu-item-has-children:hover a,
.main-navigation a:hover {
	border-bottom: 3px solid #809d70;/*background: #66666c;*/
}

/* Current */
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor a {
	border-bottom: 3px solid #809d70;
	/*background: #66666c;*/
}

}

@media all and ( min-width: 871px ) and (max-width: 990px) {
	
	.main-navigation {
		font-size: 0.7em;
	}
	
}

/*----------------------------------- 
* Mobile-only 
----------------------------------- */

	@media all and ( max-width : 870px ) {
		.menu-toggle,
		.main-navigation.toggled .nav-menu {
			display: block;
			z-index: 5000;
		}

		.menu-toggle {
			float: right;
			vertical-align: top;
			color: #333;	
			line-height: 1.4em;
			font-size: 1.1em;
			margin: 26px 0 0 0;
			padding: 0 0 0 0;
			text-transform: uppercase;
		}
		
		.menu-toggle .label {
			display: inline-block;
			vertical-align: top;
			margin: 3px 0 0 0;
			font-size: 0.9em;
			padding: 0;
		}

		.menu-toggle .fa {
			padding-left: 5px;
			font-size: 1.6em;
		}

		.main-navigation ul {
			display: block;
			position: absolute;
			left: 0; 
			opacity: 0;
			top: -1000%;
			width: 100%;
			z-index: 10;
			/*transition: top 1s ease-in;*/ /* Slide down */
			border-top: 1px solid #eeeeee;
			background: #ffffff;
		}
		
		.main-navigation.toggled .nav-menu {
			opacity: 1;
			top: 77px;
			transition: opacity 0.25s ease; /* Fade in. */
		}
		
		.main-navigation li {
			float: none;
			text-align: center;
			border-bottom: 1px solid #eeeeee;
		}
		
		.main-navigation a { 
			padding: 20px 0;
		}
		
		.main-navigation ul ul {
			display: none; /* Hide sub-pages from nav */
		}
		
		.main-navigation ul li:hover > ul {
			display: none;
		}
	}


/*--------------------------------------------------------------
3.0 Standard Page
--------------------------------------------------------------*/

.site-content .container {
	max-width: 960px;
	margin: 0 auto;	
}

.generic-content,
.block-content-container {
	padding: 0 40px;	
}

.page-header {
	margin: 0 0 50px 0;
	padding: 160px 20px 60px 20px;
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.page-header h1 {
	color: #ffffff;
	margin-bottom: 0;
}

@media all and ( min-width : 990px ) {
	
	.generic-content,
	.block-content-container {
		padding: 0;	
	}
	
	.page-header {
		padding: 150px 0 70px 0;
	}

}

@media all and ( min-width : 768px ) {

	
	.page-header {
		padding: 200px 20px 100px 20px;
	}
	
	.page-content {
		padding-top: 20px;	
	}
}



/*--------------------------------------------------------------
8.0 - Page-specific
--------------------------------------------------------------*/


body.home .slider {
	margin: 0 0 30px 0;	
}

.testimonial-slider {
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	color: #809d70;
	padding-bottom: 20px;
}	

.home-text {
	margin: 0 auto 30px auto;
	text-align: center;
	max-width: 540px;	
}

.trip-advisor-blocks {
	padding: 30px 0 0 0;
	text-align: center;
}

.trip-advisor-block {
	display: inline-block;
	padding: 10px;
}

.trip-advisor-block #CDSWIDGRN,
.trip-advisor-block #CDSWIDCOE {
	margin: 0 !important;
}


/* About */


body.page-id-359 .block-content img {
	padding: 40px 0;	
}


/* Accommodation */


body.page-id-809 .cta-3 .call-to-action {
	margin-top: 0 !important;
}

/* Gallery */

.gallery-content {
	padding-top: 20px;	
}

	.gallery .gutters .col {
	margin-bottom: 2.5%;	
}

/* Project */

.project-listing img {
	margin: 0 0 10px 0;	
}

.project-listing img:hover {
	opacity: 0.8;
 		filter: alpha(opacity=80);
}

.project-listing h2 {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 1em;	
}

.single-projects .bx-wrapper {
	display: none;	
}

.project-content {
	
	padding-top: 20px;	
}

.project-content {
	clear: both;
		padding: 20px;	
}


/* Contact */

.contact-content {
	padding-top: 20px;	
}

#map-canvas {
      height: 300px;
}

@media all and ( min-width : 768px ) {
	.project-listing h2 {
		padding-left: 0;	
	}
	
	.single-projects .bx-wrapper {
		display: block;	
	}
	
	.project-content {
		padding: 20px 0 0 0;	
	}
	
}


/*--------------------------------------------------------------
5.0 - Blog / Posts / Categories
--------------------------------------------------------------*/

.single .page-header {
border-bottom: 1px solid #ccc;
background: none !important;	
}

.single .page-header h1 {
color: #555555;	
}

.blog .post h2, .blog .post .posted-on {

}

.blog .post h2 {
	font-size: 2em;
	
}

.blog .post time {
	text-transform: uppercase;
	font-family: 'AvenirLT-Light';	
}



/* Single Blog post */
.single .entry-meta,
.single .entry-meta .posted-on {

}

.single .entry-meta a {
	color: #e5eaf2;
}

.single .entry-content {
	margin-top: 0;
}

/* Comments */
.single .comments-area {
	margin-top: 2em;
}

#comments ol {
	list-style-type: none;
	margin-left: 0;
}

.comment {
	padding: 1.5em 0 0 0;
}

.comment p {
	margin: 1em 0;
}

.comment-metadata {
	font-size: 1em;
}

#comments .comment-author .avatar {
	float: left;
	margin-right: 24px;
	height: auto;
	width: 50px;
}

#comments .comment-content {
	padding-left: 70px;
}

#comments .reply {
	display: none;
}

#comments .comment-form-comment {
	margin-bottom: 0.5em;
}

.comment-form-comment label {
	display: none;
}

.comment-form .form-allowed-tags {
	display: none;
}

@media all and ( min-width : 768px ) {
	.blog .post {
		margin: 0 0 40px 0;
	}
	
	.blog .entry-content {
		/*padding: 0 100px;	*/
	}

	.single .entry-content {
		margin-top: 25px;
	}
}


/*--------------------------------------------------------------
6.0 - Page Builder
--------------------------------------------------------------*/


/* Slider */
.slider-bg {
	position: relative;
	width: 100%;
	margin: 0 0 50px 0;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slider-bg:before {
	  content: '';
	  display: inline-block;
	  height: 100%; 
	  vertical-align: middle;
	  margin-right: -0.25em; /* Adjusts for spacing */
	  /* For visualization 
	  background: #808080; width: 5px;
	  */
}	

.slider-body {
	  display: inline-block;
	  text-align: center;
	  vertical-align: middle;
}

.slider-body h2 {
	margin: 0 0 30px 0;
	color: #ffffff;
	transition: all 0.4s;
	text-shadow: 1px 1px 1px #000;
}

	
	.bx-wrapper {
		position: relative;
		*zoom: 1;
	}
	
	.bx-wrapper div.slide {
		width: 100%;
		max-height: 520px;
		text-align: center;
		background: #ffffff;
	}	
	
	.bx-wrapper img {
		max-height: 520px;
		width: auto !important;	
	}
	

	/* PAGER */
	
		#bx-pager {
			margin-top: 30px;	
		}
		
		#bx-pager .col {
			margin-left: 1px;	
		}

		.single-projects .bx-wrapper {
			border: 1px solid #eeeeee;
		}	
		
		.bx-wrapper .bx-pager {
			position: absolute;
			bottom: 20px;
			z-index: 4000;
			text-align: center;
			font-size: .85em;
			font-family: Arial;
			font-weight: bold;
			color: #666;
			padding-top: 20px;
			width: 100%;
		}
		
		.bx-wrapper .bx-pager .bx-pager-item,
		.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
			display: inline-block;
			*zoom: 1;
			*display: inline;
		}
		
		.bx-wrapper .bx-pager.bx-default-pager a {
			background: #ffffff;
			text-indent: -9999px;
			display: block;
			width: 10px;
			height: 10px;
			margin: 0 5px;
			outline: 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		.bx-wrapper .bx-pager.bx-default-pager a:hover,
		.bx-wrapper .bx-pager.bx-default-pager a.active {
			background: #c19a36;
		}
		
		.testimonial-slider .bx-pager {
			display: none;
		}
		
		
	/* DIRECTION CONTROLS (NEXT / PREV) */

		.testimonial-slider .bx-wrapper .bx-prev,
		.testimonial-slider .bx-wrapper .bx-next {
			display: none;	
		}

		.bx-wrapper .bx-prev {
			left: 10px;
			/*background: url(../images/controls.png) no-repeat 0 -32px;*/
		}
		
		.bx-wrapper .bx-next {
			right: 0;
			/*background: url(../images/controls.png) no-repeat -43px -32px;*/
		}
		
		.bx-wrapper .bx-prev:hover {
			background-position: 0 0;
		}
		
		.bx-wrapper .bx-next:hover {
			background-position: -43px 0;
		}
		
		.bx-wrapper .bx-controls-direction a {
			position: absolute;
			top: 50%;
			margin-top: -16px;
			outline: 0;
			width: 32px;
			height: 32px;
			font-size: 2em;
			z-index: 4000;
			color: #cccccc;
		}
		
		.bx-wrapper .bx-controls-direction a.disabled {
			display: none;
		}
		
		/* AUTO CONTROLS (START / STOP) */
		
		.bx-wrapper .bx-controls-auto {
			text-align: center;
		}
		
		.bx-wrapper .bx-controls-auto .bx-start {
			display: block;
			text-indent: -9999px;
			width: 10px;
			height: 11px;
			outline: 0;
			background: url(../images/controls.png) -86px -11px no-repeat;
			margin: 0 3px;
		}
		
		.bx-wrapper .bx-controls-auto .bx-start:hover,
		.bx-wrapper .bx-controls-auto .bx-start.active {
			background-position: -86px 0;
		}
		
		.bx-wrapper .bx-controls-auto .bx-stop {
			display: block;
			text-indent: -9999px;
			width: 9px;
			height: 11px;
			outline: 0;
			background: url(../images/controls.png) -86px -44px no-repeat;
			margin: 0 3px;
		}
		
		.bx-wrapper .bx-controls-auto .bx-stop:hover,
		.bx-wrapper .bx-controls-auto .bx-stop.active {
			background-position: -86px -33px;
		}	




/* Block content */

.block-content {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}



/* Image (full width). */
.image-full-width img {
	height: auto;
	max-width: 100%;
}

/* Image (left and right) */
.image-aligned-left .image img, .image-aligned-right .image img {
	height: auto;
	max-width: 100%;
}

/* Pull out quote */
.pull-out-quote {
	border-left: 10px solid #444;
	margin: 0 50px;
	font-size: 1.4em;
	font-weight: bold;
}

.pull-out-quote p {
	margin-bottom: 0;
	padding: 0 20px;
}

/* Call to action */

body.page-template .call-to-action {
	margin: 50px 0;	
}

.call-to-action {
	padding: 0 40px;
	text-align: center;
}

.call-to-action .btn:nth-child(odd) {
	border-color: #c19a36;
	color: #c19a36;
}

.call-to-action .btn:nth-child(even) {
	border-color: #809d70;
	color: #809d70;
}

.call-to-action .btn {
	width: 240px;
	margin: 0 10px 20px 10px;
}

@media all and ( min-width : 320px ) {
	
	.slider-bg {
		height: 400px;	
	}
	
	.slider-body {
	  max-width: 280px;
	}
	
	.slider-body h2 {
		font-size: 2em;
	}
}


@media all and ( min-width : 480px ) {
	.slider-body {
	  max-width: 460px;
	}
}


@media all and ( min-width : 640px ) {
	
	.slider-bg {
		height: 700px;	
	}
	
	.slider-body {
		margin: 400px auto 0 auto;
	  	max-width: 620px;
	}
	
	.slider-body h2 {
		font-size: 2.4em;
	}
}


@media all and ( min-width : 768px ) {
	.slider-body {
	  max-width: 748px;
	}
}

@media all and ( min-width : 960px ) {
	.slider-body {
	  max-width: 940px;
	}
	
	.call-to-action {
		padding: 0;	
	}
}




/*--------------------------------------------------------------
10.0 -  Forms
--------------------------------------------------------------*/		

.validation_message {
	display: none !important;	
}	

.gform_wrapper {
	max-width: 100%	 !important;
}

.gform_wrapper label {
	font-weight: normal !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: 49% !important;
}

.validation_error, .gfield_error label {
	color: #d32552;	
}	

.validation_error {
	padding: 0 0 10px 0;
}

.sidebar-enquiry {
	padding: 20px;
	border: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc !important;
	background: #eeeeee;
}

.sidebar-enquiry h3 {
	color: #333333;	
}

.sidebar-enquiry label {
	color: #ffffff !important;	
}

.sidebar-enquiry 	.validation_message {
	display: block !important;
	color: #d32552;
	margin: 0 !important;
	padding: 0 !important;
}	

.sidebar-enquiry .gfield_error input {
	border: 1px solid #d32552;	
}

.gplaceholder li {
	padding: 3px 0;	
}

input#input_3_7, input#input_1_7 {
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gform_confirmation_message {
	font-size: 1.4em;
}

.sidebar-enquiry .gform_confirmation_message {
	padding: 15px 0;	
}

/*--------------------------------------------------------------
11.0 - Social
--------------------------------------------------------------*/


.social {
	display: inline-block;
	margin: 0 1px 3px 1px;	
}

.social a {
	display: block;
	font-size: 1.7em;
	width: 30px;
	height: 30px;
	padding: 0;
	color: #fff;
	text-align: center;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}

.social a {

}

/*.social .facebook {
	background: #3b579d;
}

.social .twitter {
	background: #5ea9dd;
}

.social .linkedin {
	background: #00649a;
}*/

.social .google-plus {
	background: #de4a32;
}

.social .pinterest {
	background: #cb1a13;
}

.social .youtube {
	background: #d12122;
}

.social .soundcloud {
	background: #ff5500;
}

.social .soundcloud .fa {
	font-size: 0.8em;
}

/*.social .instagram {
	background: #447297;
}*/


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

.newsletter {
margin-top: 50px;
padding: 40px 0;
color: #ffffff;
background: #809d70; }

.newsletter .container {
position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.newsletter .gutters .col {
  padding-top: 5px;
  padding-bottom: 5px; }
.newsletter p {
  margin: 4px 0 0 0;
  padding: 0;
  line-height: normal;
  font-size: 1em; }
.newsletter input {
  display: inline-block;
  border: none;
  font-size: 13px; }
.newsletter input.signup {
 border: none !important;
  text-transform: none !important;
  padding: 10px 15px 8px !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  margin: 0 !important;
  display: inline-block;
   }
  .newsletter input.email::-webkit-input-placeholder {
    color: #ffffff;
    font-style: italic; }
  .newsletter input.email:-moz-placeholder {
    color: #ffffff;
    font-style: italic; }
  .newsletter input.email::-moz-placeholder {
    color: #ffffff;
    font-style: italic; }
  .newsletter input.email:-ms-input-placeholder {
    color: #ffffff;
    font-style: italic; }
.newsletter .button {
  width: 30%; }





footer.site-footer {
	color: #ffffff;
	
	min-height: 240px;
	padding: 70px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'AvenirLT-Light';
	letter-spacing: 1px;
	background: #373737;
	
}

footer.site-footer .container {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.logo-footer img {
	width: 40px;
	height: 40px;
	margin: 0 0 10px 0;
}

footer.site-footer .menu ul,
footer.site-footer .menu li {
	list-style: none;
	text-align: center;	
	margin: 0;
	padding: 0
}

footer.site-footer .menu li {
	padding: 3px 0;	
}

footer.site-footer .menu ul {
	margin: 0 0 20px 0;	
}

footer.site-footer .menu .children {
	display: none;	
}

.site-footer .ticktock {
	text-align: center;
	padding-top: 4%;
}

.footer-layout-a .social-icons {
	margin: 0 0 15px 0;	
}

@media all and (min-width: 768px) {
	.logo-footer {
		width: 100px;
		margin: 0 10px 0 0;	
	}
	
	.footer-layout-b {
		text-align: left;	
	}
	
	.footer-layout-b .social-icons {
		float: right;
	}
}


/*
//  BOOKING PAGE
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Layout. */
.page-template-page-bookings .page-header {
	margin-bottom: 0;
}

.page-template-page-bookings .col {
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 870px) {
	.page-template-page-bookings .col {
		padding-left: 0;
		padding-right: 0;
	}
}


/*
//  BOOKING FORM
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.section-booking-form {
	background-color: #d8d8d8;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.section-booking-form .datepicker,
.section-booking-form select {
	font-size: 1em;
	font-weight: 700;
}


.section-booking-form .datepicker,
.section-booking-form select,
.section-booking-form .btn {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 300px;
}

.section-booking-form .datepicker,
.section-booking-form select {
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 46px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.section-booking-form .datepicker:focus,
.section-booking-form select:focus {
	outline: none;
}

.section-booking-form select {
	background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDlGNzBFOEQ2MjUxMUU3OTVFQkFBRUNGNUU0NzZCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDlGNzBFOUQ2MjUxMUU3OTVFQkFBRUNGNUU0NzZCOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNFMzdGRkZGRDYyNTExRTc5NUVCQUFFQ0Y1RTQ3NkI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNFMzgwMDAwRDYyNTExRTc5NUVCQUFFQ0Y1RTQ3NkI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEgASAwERAAIRAQMRAf/EAFwAAAIDAQAAAAAAAAAAAAAAAAEGAAQFCAEBAAAAAAAAAAAAAAAAAAAAABAAAgICAwADAQEAAAAAAAAAAQIEBREDACEGEiITMYIRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOiY91VSLWXU6ZKNZQU17JUTsbETcCdb4OMq2D9h1nr+8CXN3U0sFp9rKSJFVk1/o+e32MERFAyWZmOAAMngXuAtew8i1wY9nVyBW+nrPk1XZgfIYbt48hRj9I+3GHT/AEuGAPAyvP8Al/Q3Fzp9P7jXp1zYRK0tFH2HdFhnHxeSXIX9d+zvDEfReh3k8B64A4B4A4H/2Q==');
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.section-booking-form .datepicker {
	background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRTM3RkZGREQ2MjUxMUU3OTVFQkFBRUNGNUU0NzZCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRTM3RkZGRUQ2MjUxMUU3OTVFQkFBRUNGNUU0NzZCOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNFMzdGRkZCRDYyNTExRTc5NUVCQUFFQ0Y1RTQ3NkI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNFMzdGRkZDRDYyNTExRTc5NUVCQUFFQ0Y1RTQ3NkI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEgASAwERAAIRAQMRAf/EAGAAAAIDAAAAAAAAAAAAAAAAAAAHAQUGAQEAAAAAAAAAAAAAAAAAAAAAEAACAgEDAwMFAAAAAAAAAAACAwQFAQARBiExEmETB3EiFBUIEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwBm/JHy3L4pyCLTQqh09nspsJjwU9wlGNjVmhWEAfjIL2d15P7O++go6T+gZ1lf10d3Fp1fW2DkV+FSUvGQqVIkCsXm3K8R/wAfAH238/L00Dl0C+5nLtonILEYceYarCBBQ040R0hbFBmyw1eTBEkRzgnK3x0Lrv230Gdr1Ts2Ch/XWA5bJgYEigyhHHhY17TyRZiqEBFcdhZIi26fTQOTQGgNBGg//9k=');
	padding-right: 40px;
}

@media (min-width: 623px) {
	.section-booking-form .datepicker,
	.section-booking-form select,
	.section-booking-form .btn {
		margin-right: 2.5px;
		margin-left: 2.5px;
	}
}

@media (min-width: 870px) {
	.section-booking-form {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.section-booking-form .datepicker,
	.section-booking-form select,
	.section-booking-form .btn {
		margin-bottom: 0;
		width: 210px;
	}
}

@media (min-width: 1000px) {
	.section-booking-form .datepicker,
	.section-booking-form select,
	.section-booking-form .btn {
		width: 232px;
	}
}


/*
//  BOOKING FORM BUTTON
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.section-booking-form .btn {
	background: #7e9b72;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	letter-spacing: 0;
	border-radius: 0;
	color: #fff;
	height: 46px;
	margin-bottom: 0;
	padding: 15px 20px 14px 20px;
}

.section-booking-form .btn:hover {
	background: #708a65;
}

.section-booking-form .btn:focus {
	outline: none;
}


/*
//  DATE PICKER
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.ui-datepicker {
	background: #fff;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	padding: 10px 20px;
}

.ui-datepicker a.ui-state-default {
	font-weight: bold;
}

.ui-datepicker-header .ui-datepicker-next.ui-state-disabled,
.ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
	/*display: none;*/
	color: #eee;
}

.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
	/*position: relative;*/
	cursor: pointer;
	z-index: 4;
}

.ui-datepicker-header .ui-datepicker-next {
	right: 2px;
	top: 2px;
}

.ui-datepicker-header .ui-datepicker-prev {
	left: 2px;
	top: 2px;
}

.ui-datepicker-header .ui-icon {
	text-indent: 0;
}


/*
//  BOOKING CONTENT
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.section-booking-content {
	padding: 20px 0;
}

.section-booking-content .col-content h3 {
	font-size: 21px;
	font-weight: 600;
	color: #7b8998;
}

@media (min-width: 870px) {
	.section-booking-content {
		padding: 40px 0;
	}
}


/*
//  AVAILABILITY CALENDAR LOADING
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.booking-calendar {
  margin-bottom: 60px;
}

.booking-calendar .iframe-wrapper {
  min-height: 290px;
  position: relative;
}

.booking-calendar .iframe-wrapper iframe {
	position: relative;
  z-index: 2;
}

.booking-calendar .iframe-wrapper .iframe-loading {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
}

.booking-calendar .iframe-wrapper .iframe-loading .fa {
  margin-bottom: 20px;
  margin-top: 40px;
}



/*
//  AVAILABILITY CALENDAR
//––––––––––––––––––––––––––––––––––––––––––––––––––*/

.page-template-page-property-calendar {
  background: transparent;
}

.page-template-page-property-calendar #wpadminbar {
  display: none;
}

.property-calendar {
  background: #fff;
  text-align: center;
  width: 100%;
}

.property-calendar caption {
  background: #fff;
  font-size: .9em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

.property-calendar caption .month-dropdown {
  font-size: .9em;
  /*text-transform: uppercase;*/
}

.property-calendar caption .btn-month {
  padding-top: 4px;
}

.property-calendar caption .btn-month-prev {
  float: left;
}

.property-calendar caption .btn-month-next {
  float: right;
}

.property-calendar th,
.property-calendar td {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.property-calendar th {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  font-size: .7em;
  text-transform: uppercase;
}

.property-calendar td {
  /*color: lighten($body-font-color, 30%);*/
}

.property-calendar td.today,
.property-calendar td.future {
	/*color: lighten($body-font-color, 15%);*/
}

.property-calendar td.available {
  color: #809d70;
  font-weight: bold;
}

.property-calendar td.unavailable,
.property-calendar td.reserved-day {
	color: #ff4136;
  font-weight: bold;
  text-decoration: line-through;
}

.property-calendar .calendar-legend td {
  border: 0;
  /*color: $body-font-color;*/
  font-size: .7em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  text-align: left;
  text-transform: uppercase;
}

.property-calendar .calendar-legend legend {
  line-height: 1.2;
  margin-bottom: 5px;
}

.property-calendar .calendar-legend .highlight {
  font-weight: bold;
}

.property-calendar .calendar-legend .available .highlight {
  color: #809d70;
}

.property-calendar .calendar-legend .unavailable .highlight {
  color: #ff4136;
}
