/*
Theme Name: Salt Village
Theme URI:
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/
*/

/*.wf-loading {
    visibility: hidden;
}*/


			/* _ _ Video Home Page _ _ */
			
			html,body {
			    width:100vw;
			    height: 100vh;
			    margin: 0;
			}
			
			#header {
				    overflow: hidden;
			}
			
			.hidden-desktop {
				display:none;
				visibility:hidden;
			}
			
			section.video.section {
				position: relative;
			}
			

			.background-overlay {
				position: absolute;
				top: 15%;
				left: 0;
				width: 100%;
				height: 70%;
				display:flex;
				align-items: center;
				justify-content:center;
			}
			
			.background-overlay .wp-video-popup img {
			    max-width: 100px;
			    margin-top: 200px;
			}
			
			.video-container,
			.img-container {
				  position: relative;
				   top: 0;
				   bottom: 0;
				   width: 100%;
				   height: 600px; 
				   overflow: hidden;
			   } 
			.html5-video {
				  
				  /* Make video to at least 100% wide and tall */
				   min-width: 100%; 
				   min-height: 100%; 
  
				   /* Setting width & height to auto prevents the browser from stretching or squishing the video */
				   width: auto;
				   height: auto;
  
				   /* Center the video */
				   position: absolute;
				   top: 50%;
				   left: 50%;
				   transform: translate(-50%,-50%);
				 }
				
		
		
		
		/* SVG */
		
.shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	/*left: 50%;*/
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    
}

section.svg {
    margin-top: -70px;
	margin-bottom: 0px;
	position:relative;
}

@media only screen and (max-width: 967px) {
	
	section.svg {
	    margin-top: -60px;
	}
	
	.video-container { 
		height:460px;
	}
	
	.hidden-phone {
		display:none;
		visibility:hidden;
	}
	
	.hidden-desktop {
		display:block;
		visibility:visible;
		height:460px;
		background-size:cover;
		background-position: center;
	}
}



section.svg  svg {
    height: 70px;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}

.hide {
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

a img, img {
  border: none;
  outline: 0;
}

a,
.button,
input[type="submit"],
input[type="button"],
input[type="text"] {
	cursor: pointer;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

strong {
  font-weight: 900;
}

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

body, input, textarea {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "adelle",serif;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#access,
img#printlogo { display: none; }

.outer-header,
.outer-header .wrap {
	overflow: visible;
}

.outer-content {
	overflow: hidden;
	clear: both;
}

.outer-footer {
	overflow: hidden;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.outer-header .wrap,
.tools .wrap {
	width: 1120px;
}

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.tools {
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	background: #000;
}


.tools p {
	color: #f47321;
	float: right;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.social {
	font-size: 21px;
	float: right;
	display: inline-block;
	margin: 0 5px 0 0;
}

.tools a.social {
	color: #fff !important;
}

.tools a.social:hover { color: #5e5e5e !important; }

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/


.logo {
	display: inline-block;
	overflow: hidden;
	width: 261px;
	height: 103px;
	margin: 14px 0;
	background: url(images/logo.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

#top-search {
	margin: 25px 0;
	width: 385px;
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	float: right;
	display: inline-block;
}

#top-search #s {
	outline: 0;
	vertical-align: middle;
	font-weight: 400;
	position: relative;
	display: inline-block;
	float: left;
	border: none;
	padding: 9px 0 9px 4px;
	width: auto;
}

#top-search #go {
	color: #fff;
    background: #000;
    border: none;
    position: relative;
    -webkit-appearance: none;
    -webkit-appearance: 0;
    float: right;
    outline: 0;
    padding: 9px 18px;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
}

#top-search #go:hover {
	opacity: 0.8;
}

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.mobile-nav,
.mobile-link {
	display: none;
}

.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	float: right;
	display: inline-block;
}

.nav > li {
	float: left;
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.nav > li.page-item-11 {
	padding: 0 0 0 15px;
}

.nav li > a {
	color: #565656;
	display: inline-block;
	font-size: 19px;
	font-weight: 300;
	line-height: 15px;
	padding: 0 0 21px 0;
	background: #fff;
	border-bottom: 8px solid #fff;
}

.nav li a:hover,
.nav li.current_page_ancestor > a,
.nav li.current_page_item > a {
	color: #5e5e5e;
	text-decoration: none;
	border-bottom: 8px solid #000;
}

.single-tenant .nav li.page-item-7 > a {
	border-bottom: 8px solid #60cae4;
}
.single-stay .nav li.page-item-6 > a {
	border-bottom: 8px solid #97cf8b;
}

.tax-whats_on_cat .nav li.page-item-10 > a,
.single-whats_on .nav li.page-item-10 > a {
	border-bottom: 8px solid #a41984;
}

.single-for_lease .nav li.page-item-1130 > a {
	border-bottom: 8px solid #f47321;
}


/*####flyout#####*/

ul.nav a:hover,
ul.nav li:hover a,
ul.nav li:hover span {
	z-index: 99;
}

ul.nav li:hover ul  {
	display: block;
	z-index: 19999;
	padding: 2px 0 0 0;
}

ul.nav ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 44px;
	left: 0;
	width: 242px;
	z-index: 19999;
}

ul.nav ul li {
	float: none;
	background: none;
	margin: 0;
	padding: 3px 10px;
	font-size: 13px;
	z-index: 19999;
}

ul.nav ul li a,
ul.nav li:hover ul li a,
.nav ul li.current_page_item>a  {
	display: block;
	width: 85%;
	height: 1%;
	font-size: 13px;
	line-height: normal;
	padding: 3px;
	float: none;
	z-index: 19999;
	border: none;
}

ul.nav ul li.last-child a {
	border-bottom: none !important;
	padding: 3px 3px 9px 3px !important;
}

.nav ul.children li.current_page_item a,
.nav ul.children li a,
.nav ul.children li a:hover  {  }

ul.nav ul li a:hover,
ul.nav li:hover ul li a:hover {
	z-index: 19999;
	color: #000;
}

/* Home
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.single-banner-image {
	clear: both;
	margin: 0 auto 50px auto;
	text-align: center;
}

.single-banner-image img {
	width: auto;
}

.slides,
.home-slides {
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 500px
}

.home .slick-track {
	background: #5e5e5e;
}
.slide {
	outline: none;
}
.home .slide {
	opacity: 0.2;
	outline: none;
}

.home .slick-current,
.slick-current {
	opacity: 1;
}

.slick-slider {
	text-align: center;
}

.slick-arrow {
	border: none;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	height: 51px;
	width: 31px;
	position: absolute;
	top: 50%;
	margin: -51px 0 0 0;
	cursor: pointer;
	z-index: 999;
	outline: none;
}

.slick-prev {
	left: 2%;
	background: url(images/prev.png) 0 0 no-repeat;
}
.slick-next {
	right: 2%;
	background: url(images/next.png) 0 0 no-repeat;
}

.home .slick-prev {
	left: 10%;
}
.home .slick-next {
	right: 10%;
}

ul.slick-dots {
	padding: 0;
    z-index: 999;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -30px;
    background-color: #fff;
    padding: 7px 10px 0 10px;
}

.slick-dots li  {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    color: #FFF;
    border: 0;
    outline: none;
    background: none;
    overflow: hidden;
    text-align: center;
}

.slick-dots li button {
	border: none;
	background: #fff;
	padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.slick-dots button:before {
    z-index: 999;
    width: 24px;
    height: 24px;
    font-size: 15px;
    display: block;
    font-family: FontAwesome;
    content: "\f111";
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .slick-dots button:before {
		margin: 10px 0 0 0;
	}
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    color: #f47321 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.slick-slide img {
    display: block;
    width: 100%;
}

/* Layouts
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.welcome {
	margin: 1.5% 1.5% 3.5% 1.5%;
	clear: both;
	padding: 2% 10%;
	display: flex;
	align-content: center;
	justify-content: center;
}

.welcome h1 {
	font-size: 42px;
	font-weight: 400;
	line-height: 44px;
	color: #000;
	margin: 0 0 2.5% 0;
}

.welcome h1 em {
	color: #f47321;
}

.welcome p {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 1.5% 0;
}

.welcome p:last-child {

	margin: 0;
}

.pods {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pods li {
	width: 30.33%;
	margin: 0 1.5% 6% 1.5%;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
}

.pods li span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 15px;
	color: #fff;
	z-index: 99;
	font-weight: 700;
	min-width: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

.pods li img {
	width: 100%;
}

.pods li h2 {
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0;
	color: #000;
}
.pods li h2 a {
	color: #000;
}

.pods li:hover {
	opacity: 0.8;
}

/* Layouts
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

#text-panel {
	width: 95%;
	margin: 0 auto 100px auto;
	text-align: center;
	position: relative;
	clear: both;
}

.fullwidth {
	width: 65%;
	margin: 0 auto 10px auto;
}

.single-tenant .fullwidth {
	width: 65%;
	margin: 0 auto 60px auto;
}

.page-id-6 .fullwidth {
	width: 65%;
	margin: 0 auto 100px auto;
}

.two-up,
.three-up {
	overflow: hidden;
}

.column {
	text-align: left;
}

.one-half {
	width: 43%;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 0 1.5%;
    padding: 0 1.5%;
}

.one-third {
	float: left;
	display: inline-block;
	overflow: hidden;
}

.first-third {
	text-align: center;
	padding: 0 0 20px 0;
	width: 30%;
}

.second-third {
	width: 40%;
	padding: 0 10% 0 0;
}

.last-third {
	width: 20%;
	padding: 20px 0 0 0;
}

.three-up hr {
	margin: 15px 0 30px 0;
}

/* Content
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

#text-panel a {
	color: #f47321;
	text-decoration: underline;
}

#text-panel a:hover {
	color: #000 !important;
}

#text-panel h1,
#text-panel h1 a  {
	margin: 10px 0;
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
}

#text-panel h1 {
	color: #000;
}
#text-panel h1 .title-color {
	font-style: italic;
	color: #f47321;
}

#text-panel h2,
#text-panel h2 a {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
}

#text-panel h3,
#text-panel h3 a {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 9px 0;
	padding: 0;
	color: #000 !important;
	text-decoration: none;
}

#text-panel h4,
#text-panel h5,
#text-panel h6 {
	font-size: 14px;
	color: #5e5e5e;
	font-weight: 900;
	line-height: 20px;
	margin: 8px 0 3px 0;
	padding: 0;
}

.dash {
	height: 100px;
	width: 100%;
	clear: both;
	background: url(images/dash.png) center center no-repeat;
}

#text-panel blockquote {
	padding: 0;
	margin: 0 0 50px 0;
	color: #000;
}

#text-panel blockquote p {
	font-size: 34px;
	line-height: 40px;
}

#text-panel p {
	line-height: 22px;
	font-size: 16px;
	margin: 0 0 9px 0;
}

#text-panel ul {
	list-style: none;
	padding: 0 0 9px 12px;
	margin: 0
}

#text-panel ul ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#text-panel ul.carrots li {
	list-style: none;
	display: block;
	background: url(images/ul.png) 0 5px no-repeat;
	padding: 0 0 5px 10px;
}

#text-panel ul.carrots ul li {
	list-style: none;
	background: url(images/ul-dash.png) 0 10px no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
}

#text-panel ol {
	padding: 0 0 0 18px;
	margin: 0 0 9px 0;
	list-style: decimal;
}

#text-panel ol li {
	color: #5e5e5e;
}

/*#text-panel ol { counter-reset: item }
#text-panel ol li { display: block }
#text-panel ol li:before {
	content: counter(item) ".  ";
	counter-increment: item;
	color: #d65556;
	font-weight: 600;
}*/

#text-panel form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#text-panel form ul li {
	list-style: none;
	background: none;
	padding: 0;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 21px;
}

hr {
	border: none;
	background: none;
	margin: 12px 0 14px 0;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;
}

#text-panel table {
	margin: 0 0 15px 0;
}

#text-panel thead td,
#text-panel th {
  color: #fff;
  background: #ccc;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ccc;
  border-bottom: none;
}

#text-panel td {
	border: 1px solid #eee;
}

/* Subnav
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.subnav {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 18px;
	overflow: hidden;
	background: #fff;
	padding: 12px 20px 20px 20px;
}

.subnav .fa {
	font-size: 28px;
	cursor: pointer;
}

.subnav ul {
	display: none;
}

.subnav ul a {
	text-decoration: none !important;
	line-height: 28px;
}

/* select
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

select,
.woocommerce form .form-row select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/select-arrow.png), -webkit-linear-gradient(#fff, #fff 40%, #fff);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #d3d4d5;
  color: #77787b;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 1%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  height: 30px;
}

#text-panel .gform_wrapper .gfield.gf_right_half select {
	padding: 0 2px 0 0;
}
#text-panel .gform_wrapper .gform_body li.gf_left_half {
	padding: 0 2% 0 0;
}
#text-panel .gform_wrapper .gform_body li.gf_right_half {
	padding: 0 2px 0 0;
}

#text-panel .gform_wrapper .gform_body li.gf_left_third {
	padding: 0 2% 0 0;
}
#text-panel .gform_wrapper .gform_body li.gf_middle_third {
	padding: 0 2% 0 0;
}
#text-panel .gform_wrapper .gform_body li.gf_right_third {
	padding: 0 2px 0 0;
}
#text-panel .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
	padding: 0 2px 0 7px;
}
#text-panel .gform_wrapper ul.gfield_checkbox li label {
	vertical-align: bottom;
}

body .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.grid {
	margin-left: -40px;
	overflow: hidden;
}

.grid-item {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-left: 40px;
}

.gform_confirmation_message {
	line-height: 22px;
	font-size: 16px;
	color: #f47321;
	font-weight: bold;
}

.gform_confirmation_message p {
	margin: 0 0 9px 0;
}

/* Page Pods
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.page-pods {
	width: 1080px;
	margin: 0 auto;
}

.page-pods .grid {
	text-align: center;
}

.page-pods .grid-item {
	width: 49%;
	padding-bottom: 40px;
	box-sizing: border-box;
	float: none;
	display: inline-block;
	margin: 0 auto;
}

.page-pod {
	position: relative;
	text-align: center;
	color: #fff;
}

.page-pod:hover { opacity: 0.8; }

.page-pod img {
	max-width: 100%;
	vertical-align: top;
}

.page-pod-link {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-pod-content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f47321;
	background-color: rgba(244, 115, 33, 0.9);
	padding: 18px;
}

#text-panel h3.page-pod-heading {
	color: #fff !important;
	font-family: "proxima-nova", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 5px;
	font-weight: 700;
}

#text-panel .page-pod-subheading {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1em;
	margin: 0;
}

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.dir_cats {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.dir_cats li {
	display: inline-block;
	float: left;
	width: 25%;
}

.page-template-page-whats_on .dir_cats li {
	width: 50%;
}

.dir_cats li a {
	text-align: center;
	min-height: 230px;
	position: relative;
	display: block;
}
.dir_cats li a:hover {
	background-color: #5e5e5e !important;
}
/* Directory */
.dir_cats li.shop a {
	background: #60cae4 url(images/icon-shop.png) center 40px no-repeat;
}
.dir_cats li.dine a {
	background: #97cf8b url(images/icon-dine.png) center 40px no-repeat;
}
.dir_cats li.drink a {
	background: #f47321 url(images/icon-drink.png) center 40px no-repeat;
}
.dir_cats li.services a {
	background: #a41984 url(images/icon-services.png) center 40px no-repeat;
}

/* What's on */
.dir_cats li.events a {
	background: #60cae4 url(images/icon-events.png) center 40px no-repeat;
}
.dir_cats li.specials a {
	background: #97cf8b url(images/icon-specials.png) center 40px no-repeat;
}
.dir_cats li.news a {
	background: #f47321 url(images/icon-news.png) center 40px no-repeat;
}
.dir_cats li.weddings a {
	background: #a41984 url(images/icon-weddings.png) center 40px no-repeat;
}

.dir_cats li a span {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

/* colors
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.blue-bar {
	width: 94%;
	height: 30px;
	background-color: #60CAE4;
	display: block;
	color: #FFF;
	padding: 27px 57px 20px 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 23px;
	text-align: right;
}
a.back-to-directory {
	color: #FFF;
}
a.back-to-directory:hover {
	color: #000;
}

.info-bar {
	background: #000;
	overflow: hidden;
	padding: 20px;
	margin: 0 0 40px 0;
}

.info-bar .one-third {
	width: 30%;
	margin: 0 1.5555%;
	color: #fff;
}

.info-bar .one-third p {
	color: #fff;
	font-weight: 600;
}

.info-bar .fa {
	display: inline-block;
	color: #60cae4;
	float: left;
	font-size: 40px;
	margin: 0 8px 0 0;
	width: 15%;
}

#dir-search {
	width: 80%;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	margin: 3px 0;
}

#dir-search #s {
	outline: 0;
	vertical-align: middle;
	font-weight: 400;
	position: relative;
	display: inline-block;
	float: left;
	border: none;
	padding: 4%;
	width: 72%;
}

#dir-search #go {
	color: #fff;
    background: #60cae4;
    border: none;
    position: relative;
    -webkit-appearance: none;
    -webkit-appearance: 0;
    float: left;
    outline: 0;
    padding: 4%;
    margin: 0;
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 17px;
}

#dir-search #go:hover {
	background: #5e5e5e;
}

.search #text-panel .title-color,
.search #text-panel a,
.search #text-panel .fa {
	color: #60cae4;
}

.sorter {
	overflow: hidden;
	width: 100%;
}

.cat-button {
	display: inline-block;
	float: right;
	padding: 3px 6px;
	margin: 2px 20px 2px 0;
	color: #fff;
	background: #000;
	clear: right;
	min-width: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.single-tenant .pos1 {
	float: none;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

.single-tenant .pos2 {
	float: none;
	margin: 0;
	position: absolute;
	top: 53px;
	right: 20px;
}

.single-tenant .pos3 {
	float: none;
	margin: 0;
	position: absolute;
	top: 86px;
	right: 20px;
}

.tenant_cats_btn {
	display: inline-block;
	overflow: hidden;
	float: right;
}
.tenant-cats-group {
	display: inline-block;
	overflow: hidden;
	float: right;
}
.tenant-cats-group a {
	color: #FFF !important;
	text-decoration: none !important;
}
.tenant-cats-group a.shop,
span.shop {
	background: #60cae4;
}
.tenant-cats-group a.dine,
span.dine {
	background: #97cf8b;
}
.tenant-cats-group a.drink,
span.drink {
	background: #f47321;
}
.tenant-cats-group a.services,
span.services {
	background: #a41984;
}

.events {
	background: #60cae4;
}
.specials {
	background: #97cf8b;
}
.news {
	background: #f47321;
}
.weddings {
	background: #a41984;
}

/* Single Store
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.single-tenant .one-half {
	text-align: center;
}

.single-tenant .one-half p {
	color: #60cae4;
}

.page-id-11 .border-right {
	border-right: 1px solid #5e5e5e;
}

.single-tenant .border-right p {
	text-align: left;
	color: #5e5e5e;
}

.single-tenant #text-panel .one-half h3 {
	margin: 0 0 30px 0;
}

.day {
	display: inline-block;
	width: 40%;
}

.time {
    display: inline-block;
    width: 60%;
}

.single-tenant .small-note {
	font-size: 12px !important;
	font-style: italic;
}

.single-tenant #text-panel a,
.time {
	color: #60cae4;
}

.single-tenant .one-half strong {
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
}

#text-panel .social_links a {
	text-decoration: none;
}

.single .social_links .fa {
	font-size: 18px;
	margin: 0 3px;
}

.single-tenant #text-panel .social_links .fa:hover {
	color: #000;
}

/* Single For Lease
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.single-for_lease .wrap-main { width: 1100px; }

.single-for_lease #text-panel {
	text-align: left;
	font-size: 16px;
}

.single-for_lease #text-panel .grid { margin-left: -60px; }

.single-for_lease #text-panel .grid-item { padding-left: 60px; }

.single-for_lease .page-title { text-align: center; }

.single-for_lease #text-panel h2.title {
	font-size: 25px;
	line-height: 30px;
	margin-top: 0;
	font-weight: 700;
	color: #000;
	font-family: "proxima-nova", Helvetica, sans-serif;
}

.single-for_lease #text-panel p { margin-bottom: 23px; }

.single-for_lease #text-panel blockquote p {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 19px;
}

.single-for_lease #text-panel blockquote { margin-bottom: 0; }

.single-for_lease #text-panel ul.carrots {
	list-style: disc;
	padding: 0 0 18px 22px;
}

.single-for_lease #text-panel ul.carrots li {
	list-style: disc;
	display: list-item;
	background: none;
	padding: 0;
	margin-bottom: 10px;
}

.single-for_lease .lease-terms {
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	margin-bottom: 23px;
}

.single-for_lease .lease-contact {
	overflow: hidden;
	margin-bottom: 23px;
}

.single-for_lease .lease-contact-text,
.single-for_lease .lease-contact-form {
	float: left;
	width: 40%;
}

.single-for_lease .lease-contact-form {
	width: 60%;
}

.single-for_lease .lease-contact-form h3 { text-transform: uppercase; }

.single-for_lease .button {
	display: inline-block;
	background-color: #000;
	color: #fff;
}

.single-for_lease #text-panel .back-btn a.back { top: auto; }

.single-for_lease .addthis_inline_share_toolbox {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}

.single-for_lease .lease-map,
.single-for_lease .lease-gallery-image {
	border: 2px solid #5e5e5e;
	margin-bottom: 20px;
}

.single-for_lease .lease-map iframe {
	vertical-align: top;
	margin: 0;
}

.single-for_lease .lease-gallery { text-align: center; }

.single-for_lease .lease-gallery a { display: block; }

.single-for_lease .lease-gallery img,
.single-for_lease .lease-map img {
	box-sizing: border-box;
	max-width: 100%;
	max-height: 350px;
	vertical-align: top;
}

/* What's on
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.whats-on-third {
	width: 32%;
	margin: 0 0.5% 1% 0.5%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
}

.whats-on-third:hover {
	opacity: 0.8;
}

.whats-on-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}

.whats-on-thumb .cat-button,
.single-whats_on .cat-button {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}

.wrap a.zilla-likes {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	color: #fff !important;
	background-position: 29% 49% !important;
	padding: 5px 15px 4px 30px !important;
	display: inline-block;
	width: auto;
	min-height: 14px;
	text-decoration: none !important;
}

.wrap a.zilla-likes:hover {
	background-position: 29% 49% !important;
	margin: 0 !important;
}

.wrap a.zilla-likes {
	background-color: #000;
}
.wrap .events a.zilla-likes {
	background-color: #60cae4;
}
.wrap .specials a.zilla-likes {
	background-color: #97cf8b;
}
.wrap .news a.zilla-likes {
	background-color: #f47321;
}
.wrap .weddings a.zilla-likes {
	background-color: #a41984;
}

.whats-on-third .intro {
	padding: 20px;
	color: #fff !important;
	width: 60%;
	text-align: left;
}

#text-panel .whats-on-third .intro h3 {
	color: #fff !important;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}

#text-panel .whats-on-third .intro h3 a {
	color: #fff !important;
}

#text-panel .whats-on-third .intro p {
	font-size: 13px;
	line-height: 16px;
}

#text-panel .wp-pagenavi a {
	background: #60cae4;
	color: #fff !important;
}

#text-panel .back-btn a.back {
	display: inline-block;
	padding: 10px 40px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff !important;
	text-decoration: none;
	background: #000;
	line-height: 18px;
	position: relative;
	top: -12px;
	left: 0;
}
#text-panel .back-btn .fa {
	color: #fff !important;
}

#text-panel .back-btn a.back:hover {
	background: #a41984;
}

.single-tenant #text-panel .back-btn a.back:hover {
	background: #60cae4;
}

.addthis_sharing_toolbox {
	min-height: 32px;
	margin: 20px 0 0 0;
	overflow: hidden;
	display: inline-block;
}

.addthis_sharing_toolbox a {
	background: #000 !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 8px;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 8px !important;
}

.addthis_sharing_toolbox a:hover {
	background: #a41984 !important;
}

/* colours
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.parent-pageid-4 .mailing-list,
.parent-pageid-5 .mailing-list,
.parent-pageid-11 .mailing-list,
.page-id-4 .mailing-list,
.page-id-5 .mailing-list,
.page-id-11 .mailing-list,
.page-id-1130 .mailing-list,
.single-for_lease .mailing-list,

.parent-pageid-4 .mobile-nav,
.parent-pageid-5 .mobile-nav,
.parent-pageid-11 .mobile-nav,

.page-id-4 .mobile-nav,
.page-id-5 .mobile-nav,
.page-id-11 .mobile-nav,
.page-id-2898 .mobile-nav,
.page-id-1130 .mobile-nav,
.single-for_lease .mobile-nav {
	background: #f47321;
}
.parent-pageid-4 .current_page_item a,
.parent-pageid-5 .current_page_item a,
.parent-pageid-11 .current_page_item a,
.page-id-4 .current_page_item a,
.page-id-5 .current_page_item a,
.page-id-11 .current_page_item a,
.page-id-2898 .current_page_item a,
.page-id-1130 .current_page_item a,
.single-for_lease .current_page_item a {
	border-color: #f47321 !important;
}

/* Stay */
.single-stay .mailing-list,
.single-stay .mobile-nav,
.parent-pageid-6 .mailing-list,
.parent-pageid-6 .mobile-nav,
.page-id-6 .mailing-list,
.page-id-6 .mobile-nav,
.page-id-365 .mobile-nav,
.page-id-2974 .mobile-nav,
li.parent-6 span {
	background: #97cf8b;
}
.page-id-6 .current_page_item a {
	border-color: #97cf8b !important;
}
.page-id-6 .last-third,
.single-stay .tools p,
.single-stay #text-panel .fa,
.single-stay #text-panel .title-color,
.single-stay #text-panel a,
.page-id-6 .tools p,
.page-id-6 #text-panel .fa,
.page-id-6 #text-panel .title-color,
.page-id-6 #text-panel a,
.parent-pageid-6 .tools p,
.parent-pageid-6 #text-panel .fa,
.parent-pageid-6 #text-panel .title-color,
.parent-pageid-6 #text-panel a,
li.parent-6 h2 a:hover {
	color: #97cf8b;
}


/* Village */
.search-results .mailing-list,
.search-results .mobile-nav,
.single-tenant .mailing-list,
.single-tenant .mobile-nav,
.parent-pageid-7 .mailing-list,
.parent-pageid-7 .mobile-nav,
.parent-pageid-2974 .mobile-nav,
.page-id-7 .mailing-list,
.page-id-7 .mobile-nav,
li.parent-7 span,
.tax-tenant_cat .mobile-nav {
	background: #60cae4;
}
.page-id-7 .current_page_item a {
	border-color: #60cae4 !important;
}
.page-id-7 .last-third,
.search-results .last-third,
.search-results .tools p,
.search-results #text-panel .fa,
.search-results #text-panel .title-color,
.search-results #text-panel a,
.single-tenant .tools p,
.single-tenant #text-panel .fa,
.single-tenant #text-panel .title-color,
.single-tenant #text-panel a,
.page-id-7 .tools p,
.page-id-7 #text-panel .fa,
.page-id-7 #text-panel .title-color,
.page-id-7 #text-panel a,
.parent-pageid-7 .tools p,
.parent-pageid-7 #text-panel .fa,
.parent-pageid-7 #text-panel .title-color,
.parent-pageid-7 #text-panel a,
li.parent-7 h2 a:hover {
	color: #60cae4;
}

/* Live */
.parent-pageid-8 .mailing-list,
.parent-pageid-8 .mobile-nav,
.page-id-8 .mailing-list,
.page-id-8 .mobile-nav,
li.parent-8 span {
	background: #9fa616;
}
.page-id-8 .current_page_item a {
	border-color: #9fa616 !important;
}
.page-id-8 .tools p,
.page-id-8 #text-panel .fa,
.page-id-8 #text-panel .title-color,
.page-id-8 #text-panel a,
.parent-pageid-8 .tools p,
.parent-pageid-8 #text-panel .fa,
.parent-pageid-8 #text-panel .title-color,
.parent-pageid-8 #text-panel a,
li.parent-8 h2 a:hover {
	color: #9fa616;
}
/* Functions */
.parent-pageid-9 .mailing-list,
.parent-pageid-9 .mobile-nav,
.page-id-9 .mailing-list,
.page-id-9 .mobile-nav,
li.parent-9 span {
	background: #f47321;
}
.page-id-9 .current_page_item a {
	border-color: #f47321 !important;
}
.page-id-9 .last-third,
.page-id-9 .tools p,
.page-id-9 #text-panel .fa,
.page-id-9 #text-panel .title-color,
.page-id-9 #text-panel a,
.parent-pageid-9 .tools p,
.parent-pageid-9 #text-panel .fa,
.parent-pageid-9 #text-panel .title-color,
.parent-pageid-9 #text-panel a,
li.parent-9 h2 a:hover {
	color: #f47321;
}
/* Whats on */
.tax-whats_on_cat .mailing-list,
.tax-whats_on_cat .mobile-nav,
.single-whats_on .mailing-list,
.single-whats_on .mobile-nav,
.parent-pageid-10 .mailing-list,
.parent-pageid-10 .mobile-nav,
.page-id-10 .mailing-list,
.page-id-10 .mobile-nav,
li.parent-10 span {
	background: #a41984;
}
.page-id-10 .current_page_item a {
	border-color: #a41984 !important;
}
.tax-whats_on_cat .tools p,
.tax-whats_on_cat #text-panel .fa,
.tax-whats_on_cat #text-panel .title-color,
.tax-whats_on_cat #text-panel a,
.single-whats_on .tools p,
.single-whats_on #text-panel .fa,
.single-whats_on #text-panel .title-color,
.single-whats_on #text-panel a,
.page-id-10 .tools p,
.page-id-10 #text-panel .fa,
.page-id-10 #text-panel .title-color,
.page-id-10 #text-panel a,
.parent-pageid-10 .tools p,
.parent-pageid-10 #text-panel .fa,
.parent-pageid-10 #text-panel .title-color,
.parent-pageid-10 #text-panel a,
li.parent-10 h2 a:hover {
	color: #a41984;
}


/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

a.lightcase {
	display: block;
	position: relative;
}
.video-play-button {
	background-image: url('images/video-play-button.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.flowplayer {
	margin: 0 0 30px 0;
}
body.page-template-video-page-template .flowplayer {
	margin: 0;
}
body.page-template-video-page-template {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.content-a {
	display: table;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	height: 500px;
}
.content-b {
	padding: 0 0 0 0;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	z-index: 9;
}


.mailing-list {
	text-align: center;
	overflow: hidden;
	color: #000;
	padding: 50px 0;
	background: #60cae4;
}

.mailing-list h2 {
	color: #fff;
	font-size: 42px;
	line-height: 44px;
	margin: 0 0 20px 0;
}

.mailing-list p {
	font-size: 16px;
	margin: 0 0 25px 0;
}

body .gform_wrapper.gf_browser_chrome .gform_body,
body .gform_wrapper .gform_body {
	width: 100%;
}

#gform_wrapper_1 {
	width: 45%;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

#gform_wrapper_1 .gform_body,
#gform_wrapper_1 .gform_footer  {
	width: 80%;
	float: left;
	clear: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#gform_wrapper_1 .gform_footer {
	width: 20%;
	float: right;
}

.single-for_lease .gform_footer .button,
#gform_wrapper_6 .gform_footer .button,
#gform_wrapper_3 .gform_footer .button,
#gform_wrapper_2 .gform_footer .button,
#gform_wrapper_1 .gform_footer .button,
#gform_wrapper_7 .gform_footer .button,
#gform_wrapper_8 .gform_footer .button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    padding: 7px 15px 8px 15px;
	font-size: 10px;
    line-height: 18px;
    font-weight: 700;
}

#gform_wrapper_1 .gform_footer .button:hover {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.single-for_lease .gform_footer .button:hover,
#gform_wrapper_6 .gform_footer .button:hover,
#gform_wrapper_3 .gform_footer .button:hover,
#gform_wrapper_2 .gform_footer .button:hover,
#gform_wrapper_7 .gform_footer .button:hover,
#gform_wrapper_8 .gform_footer .button:hover {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

.single-for_lease .gform_footer,
#gform_wrapper_6 .gform_footer,
#gform_wrapper_3 .gform_footer,
#gform_wrapper_2 .gform_footer,
#gform_wrapper_7 .gform_footer,
#gform_wrapper_8 .gform_footer{
	text-align: center;
	margin: 10px 0;
}

.single-for_lease .gform_footer .button,
#gform_wrapper_6 .gform_footer .button,
#gform_wrapper_3 .gform_footer .button,
#gform_wrapper_2 .gform_footer .button,
#gform_wrapper_7 .gform_footer .button,
#gform_wrapper_8 .gform_footer .button {
    background-color: #f47321;
    width: auto;
}

#gform_wrapper_7,
#gform_wrapper_8 {
    text-align: left;
}

#gform_wrapper_1 label.gfield_label+div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_1 .top_label input.large {
	width: 100%;
	margin: 0;
}

#gform_wrapper_1 ul li.gfield { margin-top: 0; }

/* For Lease form */

body.single-for_lease .gform_wrapper { margin: 0; }

body.single-for_lease .gform_wrapper input,
body.single-for_lease .gform_wrapper select,
body.single-for_lease .gform_wrapper textarea {
	width: 100%;
}

body.single-for_lease .gform_wrapper textarea {
	vertical-align: top;
	height: 100px;
}

body.single-for_lease .top_label div.ginput_container {
	margin-top: 8px;
}

body.single-for_lease .gform_wrapper ul li.gfield {
	margin-top: 0;
}

body.single-for_lease .gform_footer { padding-top: 8px; }

.placeholdersjs { color: #5e5e5e !important; }

::-webkit-input-placeholder { color: #5e5e5e; }
          :-moz-placeholder { color: #5e5e5e; }
         ::-moz-placeholder { color: #5e5e5e; }
     :-ms-input-placeholder { color: #5e5e5e !important; }
    ::-ms-input-placeholder { color: #5e5e5e !important; }
               :placeholder { color: #5e5e5e; }

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/


#footer {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	margin: 0;
	min-height: 143px;
}

#footer p {
	color: #5e5e5e;
}

#footer h3 {
	color: #000000;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 400;
}

.footer-nav {
	float: left;
	display: inline-block;
	overflow: hidden;
	padding: 5px 15px;
	margin: 0 1.25% 0 0;
	width: 15%;
	font-weight: 600;
	color: #fff;
	border-right: 1px solid #aeaeae;
}

.footer-nav ul {
	display: inline;
	float: left;
	width: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.footer-nav ul li a {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	position: relative;
	color: #5e5e5e;
	font-weight: 400;
}
.footer-nav ul li a:hover {
	color: #f47321;
}

.location {
	display: inline-block;
	float: left;
	overflow: hidden;
}

.connect {
	display: inline-block;
	float: right;
	overflow: hidden;
	width: 30%;
	text-align: right;
}

.connect .social a {
	color: #000;
	margin: 0 0 0 12px;
}
.connect .social a:hover {
	color: #f47321;
}

/*
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.copyright {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0;
	overflow: hidden;
}

.copyright .wrap {
	border-top: 1px solid #aeaeae;
	padding: 8px 0;
}
.copyright p,
.copyright a {
	color: #5e5e5e;
	font-size: 11px;
	line-height: 16px;
	text-shadow: none !important;
}

.copyright a:hover {
	color: #f47321;
}

/* Popup
blue 60cae4
green 97cf8b
darkgreen 9fa616
orange f47321
purple a41984
body text 5e5e5e
-----------------------------------------------------------------
*/

.spu-box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px 33px 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
}

.subscribe-logo {
	width: 304px;
	margin: 0 auto;
	padding: 18px 55px;
	background-color: #fff;
	moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	margin-bottom: 32px;
}

.spu-box h2 {
	font-size: 41px;
	line-height: 48px;
	margin-bottom: 5px;
	color: #fff;
}

.subscribe p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 32px;
}

.subscribe-form { padding-left: 16px; }

.subscribe .gform_wrapper { margin: 0; }

.subscribe .gform_wrapper form { margin-bottom: 0; }

.subscribe .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 10px;
}

.subscribe .gform_wrapper .top_label .gfield_label {
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
}

.subscribe .gform_wrapper .gfield_required { display: none; }

.subscribe .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .subscribe .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	margin-top: 0;
}

body .subscribe .gform_wrapper input {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #000 !important;
	padding: 9px !important;
}

.subscribe .gform_footer {
	padding-top: 10px;
	text-align: center;
}

.subscribe .gform_wrapper .gform_footer input.button {
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
    color: #fff;
    padding: 13px 16px !important;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    border: none !important;
}

.subscribe .gform_wrapper .gform_footer input.button:hover {
	background-color: #fff;
	color: #000;
}

.subscribe .gform_confirmation_message {
	color: #fff;
	font-weight: 700;
	font-size: 21px;
}

/* Ivvy Booking button on functions pages */
	.parent-pageid-9 .ivvy-booking-button {
		display: block;
		padding: 20px 0 20px 0;
	}
	.ivvy-booking-button {
		display: block;
		padding: 0 0 20px 0;
	}
	.ivvy-button {
		display: inline-block;
		padding: 6px 12px 6px 80px;
		margin-bottom: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 3px;
		-webkit-box-shadow: 0px 3px 0px rgba(50, 50, 50, 0.22);
		-moz-box-shadow: 0px 3px 0px rgba(50, 50, 50, 0.22);
		box-shadow: 0px 3px 0px rgba(50, 50, 50, 0.22);
		text-decoration: none !important;
	}
	.ivvy-button:before {
		content: ' ';
		position: absolute;
		width: 67px;
		height: 34px;
		margin-left: -74px;
		background: #000;
		opacity: 0.11;
		display: inline-block;
		border-radius: 3px;
	}
	.ivvy-button span {
		display: block;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		line-height: 1;
	}
	.ivvy-button-logo {
		display: block;
		position: absolute;
		width: 47px;
		height: 20px;
		margin-left: -63px;
		margin-top: 6px;
		background-image: url(https://www.ivvy.com.au/images/ivvy-button-logo.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.ivvy-button span.ivvy-button-heading {
		text-transform: uppercase;
	}
	.ivvy-button span.ivvy-button-text {
		font-weight: normal;
		font-size: 12px;
		padding-top: 3px;
	}
	.page-id-9 .second-third {
		width: 29%;
	}
	.page-id-9 .last-third {
		width: 31%;
	}
	
	.page-id-6 .one-third.column.first-third img {
		width: 100%;
		height: 200px;
	}

	.single-banner-image img, .outer-content img {
		width: 100%;
	}
	@media handheld, only screen and (max-width: 1240px) {
		.page-id-9 .second-third {
			width: 21%;
		}
		.page-id-9 .last-third {
			width: 29%;
		}
	}
	@media handheld, only screen and (max-width: 800px) {
		.page-id-9 .second-third {
			width: 27%;
			padding: 0 3% 0 2%;
		}
		.page-id-9 .last-third {
			width: 36%;
		}
	}
	@media handheld, only screen and (max-width: 630px) {
		.page-id-9 .second-third {
			width: 100%;
			text-align: center;
		}
		.page-id-9 .last-third {
			width: 100%;
			text-align: center;
		}
	}

img#gform_ajax_spinner_6 {
    width: 30px;
}