/*
Theme Name: Funfinder
Theme URI: http://www.pixelplay.co.nz
Description: Funfinder theme by <a href="http://www.pixelplay.co.nz">Pixelplay</a>
Version: 1
Author: Pixelplay
Author URI: http://www.pixelplay.co.nz
Tags: funfinder
*/

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

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc);}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background: #fff;
	margin: 0;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
a img {
	border: none;
}

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

#header {
	min-height: 100px;
}
#logo {
	float: left;
	width: 265px;
	height: 50px;
	margin-top: 25px;
}

/* Select Region
-------------------------------------------------------------- */ 

#select-region {
	float: right;
	height: 35px;
}
#select-region a {
	display: block; 
	height: 35px;
	padding: 9px 15px 11px 15px;
	color: #333;
	border-top-color: #eee;
	background: #eee;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	border-radius: 0 0 5px 5px;
	border: 1px solid #d6d6d6;
	text-shadow: 1px 1px 0 #fff;
}
#select-region a:hover {
	color: #333;
	text-decoration: none;
	background-color: #d6d6d6;
	border: 1px solid #c0c0c0;
}

/* Utility Menu
-------------------------------------------------------------- */ 

#utility-menu, #utility-btns {
	float: right;
	height: 35px;
}
#utility-menu ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}
#utility-menu ul li {
	float: right; 
	margin: 0;
	padding: 0;
}
#utility-menu ul li a {
	display: block; 
	height: 35px;
	padding: 0 15px 0 16px;
	color: #333;
	font-size: 13px;
	line-height: 35px;
	text-decoration: none;
	background: url(images/utility-menu-divider.gif) no-repeat top left;
}
#utility-menu ul li:last-child a {
	background-image: none;
}
#utility-menu ul li a:hover {
	color: #999;
	text-decoration: none;
}

/* Search
-------------------------------------------------------------- */ 

#search-btn {
	float: right;
	height: 35px;
	margin-left: 5px;
}
#search-btn a {
	display: block; 
	height: 35px;
	width: 35px;
	padding: 9px 15px 11px 15px;
	color: #333;
	border-top-color: #eee;
	background: #eee url(images/search-btn.png) no-repeat 1px 1px;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	border-radius: 0 0 5px 5px;
	border: 1px solid #d6d6d6;
	text-shadow: 1px 1px 0 #fff;
}
#search-btn a:hover {
	color: #333;
	text-decoration: none;
	background-color: #d6d6d6;
	border: 1px solid #c0c0c0;
}
#search-box {
	position: relative;
	float: right;
	clear: right;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 248px;
	margin: 15px 0 0 0;
	background-color: #fff;
	border: 5px solid #ddd;
	border-radius: 5px;
	z-index: 3000;
}
#search-box:after {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: #ddd transparent;
}
.search input#searchField {
	float: left;
	display: inline;
	height: 30px;
	width: 208px;
	background: none;
	border: none;
	color: #333;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.search input.button {
	float: right;
	display: inline;
	height: 30px;
	width: 30px;
	background: none;
	border: none;
	margin: 0;
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}
input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* Menu
-------------------------------------------------------------- */ 

#menu-container {
	float: right;
	clear: right;
	width: 675px;
	height: 45px;
	margin-top: 20px;
}
#menu-container ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}
#menu-container ul li {
	float: right; 
	margin: 0 0 0 5px;
	padding: 0;
}
#menu-container ul li a {
	display: block; 
	height: 45px;
	width: 210px;
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 45px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	background-image: url(images/menu-shadow.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-radius: 5px 5px 0 0;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
#menu-container ul li.thrill a {
	background-color: #f06632;
}
#cat-thrill #menu-container ul li.thrill a {
	background-color: #f06632;
	background-image: none;
}
#menu-container ul li.thrill a:hover, #cat-thrill #menu-container ul li.thrill a:hover {
	background-color: #d85c2d;
	background-image: none;
}
#menu-container ul li.chill a {
	background-color: #2bb6d1;
}
#cat-chill #menu-container ul li.chill a {
	background-color: #2bb6d1;
	background-image: none;
}
#menu-container ul li.chill a:hover, #cat-chill #menu-container ul li.chill a:hover {
	background-color: #27a3bc;
	background-image: none;
}
#menu-container ul li.events a {
	background-color: #aac329;
}
#cat-events #menu-container ul li.events a {
	background-color: #aac329;
	background-image: none;
}
#menu-container ul li.events a:hover, #cat-events #menu-container ul li.events a:hover {
	background-color: #99af25;
	background-image: none;
}
#menu-container ul li a:hover, #menu-container ul li.active a {
	text-decoration: none;
	background-image: none;
}

/* Slider
-------------------------------------------------------------- */ 

#slider, #sect-banner {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
}
#slider .bx-controls {
	width: 940px;
	margin: 0 auto;
}
#slider .bx-wrapper .bx-pager,
#slider .bx-wrapper .bx-controls-auto {
	top: 25px;
	width: 940px;
	margin: 0 auto;
	z-index: 150;
	text-align: right !important;
}
#sect-banner #slider .bx-wrapper .bx-pager,
#sect-banner #slider .bx-wrapper .bx-controls-auto {
	display: none;
}
#slider .bx-wrapper .bx-pager a {
	text-align: center !important;
}
.slider-shadow {
	display:block;
	position:relative;
}
.slider-shadow img {
	display:block;
}
.slider-shadow:before
{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	-moz-box-shadow:inset 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow:inset 0px 0px 20px rgba(0,0,0,0.2);
}
#slider .caption-container span {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	height: 60px;
	width: 100%;
	font-size: 15px;
	line-height: 60px;
	font-weight: bold;
	font-style: italic;
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 450;
}
#slider .caption-thrill span {
	background: url(images/caption-thrill-bg.png);
}
#slider .caption-chill span {
	background: url(images/caption-chill-bg.png);
}
#slider .caption-events span {
	background: url(images/caption-events-bg.png);
}
#slider .caption-container span h2 {
	float: left;
	font-size: 36px;
	line-height: 60px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #fff;
}
#slider .caption-container span a {
	display: inline-block;
	float: right;
	font-size: 18px;
	line-height: 30px;
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	padding: 0 15px;
	text-shadow: none;
}
#slider .caption-thrill span a {
	color: #f06632;
}
#slider .caption-chill span a {
	color: #2bb6d1;
}
#slider .caption-events span a {
	color: #aac329;
}
#slider .caption-container span a:hover {
	text-decoration: none;
}
#slider .caption-thrill span a:hover {
	color: #d85c2d;
}
#slider .caption-chill span a:hover {
	color: #27a3bc;
}
#slider .caption-events span a:hover {
	color: #99af25;
}

/* Body
-------------------------------------------------------------- */

#body-bg {
	width: 100%;
	background: #eee;
	padding: 30px 0 60px;
}
#body {
	float: left;
	width: 620px;
}
.body-white {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}
#body-full-width {
	width: 100%;
}
h1 {
	font-family: 'Asap', sans-serif;
	color: #666;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-family: 'Asap', sans-serif;
	color: #666;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
h3, h4, h5, h6 {
	color: #666;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
p {
	margin: 10px 0 15px 0;
}
a {
	color: #2bb6d1;
	text-decoration: none;
}
a:hover {
	color: #27a3bc;
	text-decoration: none;
}
a.button {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-style: italic;
	background: #f06632;
}
a.button:hover {
	background: #d85c2d;
}
.centered {
	text-align: center;
}
div.ddsg-wrapper p {
	display: none;
}
.datetime {
	font-size: 11px;
}
.left {
	float: left;
	margin: 0 5px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 5px;
}
.last {
	margin-right: 0;
}
.clear-floats {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Listings
-------------------------------------------------------------- */

#listings-container {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	position: relative;
}
#no-listings-container {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	margin-top: -20px;
}
#featured-listings-container {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	margin-bottom: 20px;
	position: relative;
}
#cat-thrill #featured-listings-container {
	box-shadow: 0 0 10px #f7b298;
	
}
#cat-chill #featured-listings-container {
	box-shadow: 0 0 10px #95DAE8;
}
#cat-events #featured-listings-container {
	box-shadow: 0 0 10px #d4e194;
}
.listing {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
/* #cat-thrill #featured-listings-container .listing {
	border-bottom: 1px solid #fbd9cc;
}
#cat-chill #featured-listings-container .listing {
	border-bottom: 1px solid #caedf3;
}
#cat-events #featured-listings-container .listing {
	border-bottom: 1px solid #eaf0c9;
} */
.listing:last-of-type, #cat-thrill #featured-listings-container .listing:last-of-type, #cat-chill #featured-listings-container .listing:last-of-type, #cat-events #featured-listings-container .listing:last-of-type {
	border-bottom: none;
}
.listing-photo {
	float: left;
	position: relative;
	width: 160px;
	height: 110px;
	margin: 0 15px 0 0;
	overflow: hidden;
}
.listing-photo .rollover {
	display: block;
	position: absolute;
	width: 160px;
	height: 110px;
	top: 0;
	left: 0;
	border-radius: 5px;
}
.listing-thrill .listing-photo .rollover {
	background: rgba(241,94,41, 0.25);
}
.listing-chill .listing-photo .rollover {
	background: rgba(46,148,201, 0.25);
}
.listing-events .listing-photo .rollover {
	background: rgba(126,189,5, 0.25);
}
.listing-photo img {
	position: relative;
}
.listing-photo img {
	border-radius: 5px;
}
.featured {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 6px;
	border-radius: 5px 0 5px 0;
	z-index: 100;
}
#cat-thrill .featured {
	background: url(images/featured-thrill-bg.png);
}
#cat-chill .featured {
	background: url(images/featured-chill-bg.png);
}
#cat-events .featured {
	background: url(images/featured-events-bg.png);
}
.listing h3 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	font-family: 'Asap', sans-serif;
}
.listing-thrill h3, .listing-thrill h3 a {
	color: #f06632;
}
.listing-thrill h3 a:hover {
	color: #d85c2d;
}
.listing-chill h3, .listing-chill h3 a {
	color: #2bb6d1;
	line-height: 18px;
}
.listing-chill h3 a:hover {
	color: #27a3bc;
}
.listing-events h3, .listing-events h3 a {
	color: #aac329;
}
.listing-events h3 a:hover {
	color: #99af25;
}
.listing .listing-region {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 0;
}
.listing-actions {
	width: 100%;
}
.listing .listing-price, .listing-body .listing-price {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-style: italic;
	background: #666666;
}
.listing .listing-price {
	float: left;
	margin: 0 5px 0 0;
}
.listing-body .listing-price {
	float: left;
	margin: 0 5px 5px 0;
}
.listing a.button {
	float: right;
	padding: 5px 10px;
}
.listing-thrill a.button {
	background: #f06632;
}
.listing-thrill a.button:hover {
	background: #d85c2d;
}
.listing-chill a.button {
	background: #2bb6d1;
}
.listing-chill a.button:hover {
	background: #27a3bc;
}
.listing-events a.button {
	background: #aac329;
}
.listing-events a.button:hover {
	background: #99af25;
}
.listing a.button {
	text-decoration: none;
}
.more-fun {
	clear: both;
	text-align: center;
}
.more-fun h3 {
	padding: 20px 0 50px 0;
	background: url(images/arrow-down.gif) center 50px no-repeat;
}
.more-fun-buttons a.button {
	width: 48%;
	height: 55px;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	line-height: 55px;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	box-shadow: 1px 2px 0px 0px rgb( 217, 217, 217 );
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
.more-fun-buttons a.thrill {
	background: #f06632;
	margin-right: 4%;
}
.more-fun-buttons a.thrill:hover {
	background: #d85c2d;
}
.more-fun-buttons a.chill {
	background: #2bb6d1;
}
.more-fun-buttons a.chill:hover {
	background: #27a3bc;
}
.more-fun-buttons a.events {
	background: #aac329;
}
.more-fun-buttons a.events:hover {
	background: #99af25;
}
#listing-pagination {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	margin-top: 10px;
}
.wp-pagenavi {
    display: block;
    float: right;
}
#listing-pagination .wp-pagenavi a, #listing-pagination .wp-pagenavi span, .search .wp-pagenavi a, .search .wp-pagenavi span {
    border: none;
    float: left;
}
.search .navigation {
	height: 30px;
}
.search .wp-pagenavi {
	margin: 10px 0;
}
.wp-pagenavi span.current {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	min-width: 23px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 5px 0 5px 5px !important;
	padding: 4px 5px 6px 5px !important;
	background: #ccc;
}
.wp-pagenavi span.pages {
    padding-top: 5px !important;
}
.wp-pagenavi a {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	min-width: 23px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 5px 0 5px 5px !important;
	padding: 5px !important;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
	padding: 4px 5px 6px 5px !important;
}
#cat-thrill .wp-pagenavi a {
	background: #f06632;
}
#cat-thrill .wp-pagenavi a:hover {
	background: #d85c2d;
}
#cat-chill .wp-pagenavi a {
	background: #2bb6d1;
}
#cat-chill .wp-pagenavi a:hover {
	background: #27a3bc;
}
#cat-events .wp-pagenavi a {
	background: #aac329;
}
#cat-events .wp-pagenavi a:hover {
	background: #99af25;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 300px;
}
.promo {
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 12px;
	background: #fff;
	border-radius: 5px;
}
.promo h2 {
	margin: 0;
	padding: 0 0 0 28px;
	color: #aac329;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	background: url(images/promo-h2-bg.gif) 0 1px no-repeat;
}
.promo a:hover {
	border-bottom: 1px dashed #cbe4f1;
}
.promo  a.button {
	float: right;
	margin: 0;
}
.promo  a.button:hover {
	border: none;
}

/* Events Sidebar Listings
-------------------------------------------------------------- */

#events-sidebar {
	clear: both;
	width: 100%;
	background: #fff;
	border-radius: 5px;
}
#sidebar .event-date-label {
	border-radius: 5px 0 5px 0;
	padding: 4px 0;
	width: 30px;
	top: 10px;
	left: 0;
	box-shadow: none;
}
#sidebar .tax-events .event-date-label {
	top: 15px;
	left: 0;
}
#sidebar .event-date-label .month {
	font-size: 9px;
	line-height: 9px;
}
#sidebar .event-date-label .day {
	font-size: 16px;
	line-height: 16px;
}
.events-listing {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin: 0 10px;
	position: relative;
}
.events-listing:last-of-type {
	border-bottom: none;
}
.events-listing .listing-photo {
	float: left;
	width: 110px;
	margin: 0 15px 0 0;
	height: 74px;
}
.events-listing .listing-photo img {
	border-radius: 5px;
}
#events-sidebar h2 {
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	background-color: #aac329;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 8px 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	font-style: italic;
}
.events-listing h3 {
	font-family: 'Asap', sans-serif;
	margin: 0;
	color: #aac329;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}
.events-listing a {
	color: #aac329;
}
.events-listing a:hover {
	color: #99af25;
}
.events-listing .listing-date {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 4px 0;
}
.events-listing .listing-region {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 4px 0;
}
#events-sidebar a.button {
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #aac329;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	font-style: italic;
}
#events-sidebar a.button:hover {
	background-color: #99af25;
	text-decoration: none;
}

/* Categories
-------------------------------------------------------------- */

#category-header {
	width: 100%;
	color: #fff;
}
#category-header h1, #category-header h2 {
	color: #fff;
	text-transform: capitalize;
	font-style: italic;
	font-size: 36px;
	line-height: 36px;
	padding: 12px 0;
	margin: 0;
}
#cat-thrill #category-header {
	 background-color: #f06632;
}
#cat-chill #category-header {
	 background-color: #2bb6d1;
}
#cat-events #category-header {
	 background-color: #aac329;
}
#category-breadcrumbs {
	width: 100%;
}
#cat-thrill #category-breadcrumbs {
	background: #d85c2d;
}
#cat-chill #category-breadcrumbs {
	background: #27a3bc;
}
#cat-events #category-breadcrumbs {
	background: #99af25;
}
#page-breadcrumbs-container {
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.breadcrumbs {
	padding: 10px 0;
}
.breadcrumbs, .breadcrumbs a {
	color: #666;
}
.breadcrumbs a {
	font-size: 12px;
	line-height: 12px;
	margin: 0 8px;
}
.breadcrumbs a:hover {
	color: #333;
}
.breadcrumbs a.location {
	margin: 0 5px 0 0;
	background: #eee;
}
.breadcrumbs a.location, #cat-events .breadcrumbs a.location, #cat-thrill .breadcrumbs a.location, #cat-chill .breadcrumbs a.location {
	position: relative;
	border-radius: 5px 0 0 5px;
	padding: 2px 2px 2px 7px;
	margin-right: 10px;
}
#cat-thrill .breadcrumbs a.location {
	background: #a84723;
}
#cat-chill .breadcrumbs a.location {
	background: #1e7f92;
}
#cat-events .breadcrumbs a.location {
	background: #77881d;
}
.breadcrumbs a.location:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left: 10px solid #eee;
}
#cat-thrill .breadcrumbs a.location:after {
	border-left: 10px solid #a84723; 
}
#cat-chill .breadcrumbs a.location:after {
	border-left: 10px solid #1e7f92; 
}
#cat-events .breadcrumbs a.location:after {
	border-left: 10px solid #77881d; 
}
#cat-thrill .breadcrumbs, #cat-thrill .breadcrumbs a {
	 color: #fbd9cc;
}
#cat-chill .breadcrumbs, #cat-chill .breadcrumbs a {
	 color: #caedf3;
}
#cat-events .breadcrumbs, #cat-events .breadcrumbs a {
	 color: #eaf0c9;
}
#cat-events .breadcrumbs a:hover, #cat-thrill .breadcrumbs a:hover, #cat-chill .breadcrumbs a:hover {
	 color: #fff;
}
#tabs {
	position: absolute;
	right: 0;
	bottom: 0;
}
#mobile-tabs {
	display: none;
}
#tabs a, #mobile-tabs a {
	display: block;
	float: right;
	border-radius: 5px 5px 0 0;
	font-family: 'Asap', sans-serif;
	color: #eee;
	font-size: 20px;
	line-height: 20px;
	padding: 8px 40px 7px 15px;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}
#mobile-tabs a {
	border-bottom: 1px solid #eee;
}
#cat-thrill #tabs a, #cat-thrill #mobile-tabs a {
	color: #f06632;
	background: #eee url(images/icon-thrill-plus.png) no-repeat right center;
}
#cat-thrill #tabs a.selected, #cat-thrill #mobile-tabs a.selected {
	color: #f06632;
	background-image: url(images/icon-thrill-minus.png);
	background-color: #fff;
}
#cat-thrill #tabs a:hover, #cat-thrill #mobile-tabs a:hover {
	color: #f06632;
	background-color: #fff;
}
#cat-thrill #mobile-tabs a:hover, #cat-thrill #mobile-tabs a.selected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#cat-chill #tabs a, #cat-chill #mobile-tabs a {
	color: #2bb6d1;
	background: #eee url(images/icon-chill-plus.png) no-repeat right center;
}
#cat-chill #tabs a.selected, #cat-chill #mobile-tabs a.selected {
	color: #2bb6d1;
	background-image: url(images/icon-chill-minus.png);
	background-color: #fff;
}
#cat-chill #tabs a:hover, #cat-chill #mobile-tabs a:hover {
	color: #2bb6d1;
	background-color: #fff;
}
#cat-chill #mobile-tabs a:hover, #cat-chill #mobile-tabs a.selected {
	border-bottom: 1px solid #fff;
}
#cat-events #tabs a, #cat-events #mobile-tabs a {
	color: #99af25;
	background: #eee url(images/icon-events-plus.png) no-repeat right center;
}
#cat-events #tabs a.selected, #cat-events #mobile-tabs a.selected {
	color: #aac329;
	background-image: url(images/icon-events-minus.png);
}
#cat-events #tabs a:hover, #cat-events #mobile-tabs a:hover {
	color: #aac329;
	background-color: #fff;
}
#cat-events #mobile-tabs a:hover, #cat-events #mobile-tabs a.selected {
	border-bottom: 1px solid #fff;
}
#categories-container {
	display: none;
	width: 100%;
	background: #fff;
	padding: 30px 0 10px 0;
}
#categories {
	width: 960px;
}

/* Categories Menu
-------------------------------------------------------------- */

#categories .cat-btn {
	float: left;
	position: relative;
	width: 300px;
	height: 150px;
	margin: 0 10px 20px 10px;	
}
#categories .cat-btn a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #f06632;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px #f7b298;
}
/* Add arrow to current category */
.term-air #categories #cat-btn-air:after, .term-land #categories #cat-btn-land:after, .term-water #categories #cat-btn-water:after, .term-activities #categories #cat-btn-activities:after, .term-attractions #categories #cat-btn-attractions:after, .term-eat-drink #categories #cat-btn-eat-and-drink:after { 
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -10px;
	right: 140px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent; 
	border-top: 10px solid #f06632;
}
.term-activities #categories #cat-btn-activities:after, .term-attractions #categories #cat-btn-attractions:after, .term-eat-drink #categories #cat-btn-eat-and-drink:after { 
	border-top: 10px solid #2bb6d1;
}
#cat-chill #categories .cat-btn a {
	background: #2bb6d1;
	box-shadow: 0 0 5px #95dae8;
}
#cat-events #categories .cat-btn a {
	background: #aac329;
	box-shadow: 0 0 5px #d4e194;
}
#categories .cat-btn a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 35px;
	background: #f06632;
	border-radius: 0 0 5px 5px;
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	bottom: 0;
}
#cat-chill #categories .cat-btn a span {
	background: #2bb6d1;
}
#cat-events #categories .cat-btn a span {
	background: #aac329;
}
.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.5;
}

#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#categories ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#categories ul li a {
	position: relative;
	background: #eee;
	border-radius: 5px;
	font-family: 'Asap',sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	min-width: 300px;
	margin: 0 10px 10px 10px;
}
#cat-thrill #categories ul li a {
	color: #f06632;
}
#cat-thrill #categories ul li a:hover, #cat-thrill #categories ul li.current-cat a {
	color: #fff;
	background: #f06632;
}
#cat-chill #categories ul li a {
	color: #2bb6d1;
}
#cat-chill #categories ul li a:hover, #cat-chill #categories ul li.current-cat a {
	color: #fff;
	background: #2bb6d1;
}
#cat-events #categories ul li a {
	color: #99af25;
}
#cat-events #categories ul li a:hover, #cat-events #categories ul li.current-cat a {
	color: #fff;
	background: #99af25;
}
#categories ul li ul {
	display: none;
}

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

#map-container {
	display: none;
	width: 100%;
	height: 400px;
}
#map-small-container {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	border: 3px solid #fff;
	border-radius: 5px;
}
#map-container .infobox {
	font-family: 'Asap', sans-serif;
	background: #fff;
	border-radius: 5px;
	padding: 10px 36px 10px 10px;
	position: relative;
	left: 13px;
	top: -46px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}
#map-container .infobox:before {
    background-color: #fff;
    box-shadow: -2px 2px 2px rgba(0,0,0,.3);
    content: " ";
    display: block;
    height: 14px;
    left: -7px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate( 45deg );
	transform: rotate( 45deg );
    width: 14px;
}
#map-container a.close-bubble {
	background: url(images/icon-thrill-close.png);
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 6px;
	top: 6px;
}
#cat-chill #map-container a.close-bubble {
    background: url(images/icon-chill-close.png);
}
#cat-events #map-container a.close-bubble {
    background: url(images/icon-events-close.png);
}
#map-container a.close-bubble:hover {
	background-position: 0 -20px;
}
#map-container a.button {
	font-family: 'Open Sans', Arial, sans-serif;
	float: none;
	font-size: 13px;
	line-height: 13px;
	margin: 8px 5px 0 0;
	padding: 3px 10px 5px;
}
#cat-thrill #map-container a {
	color: #f06632;
}
#cat-thrill #map-container a.button {
	color: #fff;
	background: #f06632;
}
#cat-thrill #map-container a.button:hover {
	background: #d85c2d;
}
#cat-chill #map-container a {
	color: #2bb6d1;
}
#cat-chill #map-container a.button {
	color: #fff;
	background: #2bb6d1;
}
#cat-chill #map-container a.button:hover {
	background: #27a3bc;
}
#cat-events #map-container a {
	color: #aac329;
}
#cat-events #map-container a.button {
	color: #fff;
	background: #aac329;
}
#cat-events #map-container a.button:hover  {
	background: #99af25;
}

/* Listing
-------------------------------------------------------------- */

#body-container .listing-body {
	width: 600px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}
.listing-body h1 {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
}
#cat-thrill .listing-body h1 {
	color: #f06632;
}
#cat-chill .listing-body h1 {
	color: #2bb6d1;
}
#cat-events .listing-body h1 {
	color: #aac329;
}
.listing-body .listing-actions {
	margin: 15px 0;
}
#body-container .listing-sidebar {
	width: 320px;
}
#listing-photos, #single-listing-photo, #single-listing-photo img {
	width: 100%;
}
#listing-photos .bx-wrapper, #single-listing-photo {
	margin-bottom: 20px;
}
#listing-photos img, #single-listing-photo img {
	border-radius: 5px;
}
.listing-footer {
	margin: 40px 0 0 0;
}
a.btn-booking-enquiry {
	display: block;
	width: 100%;
	height: 55px;
	font-family: 'Asap', sans-serif;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	box-shadow: 1px 2px 0px 0px rgb( 217, 217, 217 );
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
#cat-thrill a.btn-booking-enquiry {
	background: #f06632;
}
#cat-thrill a.btn-booking-enquiry:hover {
	background: #d85c2d;
}
#cat-chill a.btn-booking-enquiry {
	background: #2bb6d1;
}
#cat-chill a.btn-booking-enquiry:hover {
	background: #27a3bc;
}
#cat-events a.btn-booking-enquiry {
	background: #aac329;
}
#cat-events a.btn-booking-enquiry:hover {
	background: #99af25;
}
.listing-sidebar .box {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.listing-sidebar .box h2 {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 12px 0;
	padding: 0;
	font-style: italic;
}
.listing-sidebar .box h2 i.fa {
	font-size: 20px;
	position: relative;
    top: -1px;
	margin-right: 7px;
}
.listing-sidebar .box h2 i.fa-calendar-o {
	font-size: 18px;
	top: -2px;
}
.listing-sidebar .box h2 i.fa-clock-o {
	font-size: 22px;
	top: 0;
}
#cat-thrill .listing-sidebar .box h2 {
	color: #f06632;
}
#cat-chill .listing-sidebar .box h2 {
	color: #2bb6d1;
}
#cat-events .listing-sidebar .box h2 {
	color: #aac329;
}
.listing-sidebar .box p {
	margin: 0;
}
#contact-table td {
	padding-bottom: 10px;
	vertical-align: top;
}
#contact-table td.contact-actions {
	padding-bottom: 0;
}
#contact-table td.label {
	width: 90px;
	font-size: 14px;
	font-weight: bold;
}
.listing-sidebar #contact-info .icons a {
	margin: 0 5px 0 0;
}
.listing-sidebar #contact-info .icons a:hover {
	opacity: 0.85;
}
.listing-sidebar #contact-info a.button, .listing-sidebar #ticket-info a.button {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	box-shadow: 1px 2px 0px 0px rgb( 217, 217, 217 );
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
.listing-sidebar #contact-info a#map-btn-sm {
	width: auto;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 15px;
	font-style: normal;
}
.listing-sidebar #contact-info a#map-btn-sm i.fa {
	margin-right: 5px;
}
.listing-sidebar #contact-info a.last {
	margin-right: 0;
}
#cat-thrill .listing-sidebar a.button {
	background: #f06632;
}
#cat-thrill .listing-sidebar a.button:hover {
	background: #d85c2d;
}
#cat-chill .listing-sidebar a.button {
	background: #2bb6d1;
}
#cat-chill .listing-sidebar a.button:hover {
	background: #27a3bc;
}
#cat-events .listing-sidebar a.button {
	background: #aac329;
}
#cat-events .listing-sidebar a.button:hover  {
	background: #99af25;
}
#cat-thrill .listing-body a, #cat-thrill .listing-sidebar a {
	 color: #f06632;
}
#cat-chill .listing-body a, #cat-chill .listing-sidebar a {
	 color: #2bb6d1;
}
#cat-events .listing-body a, #cat-events .listing-sidebar a  {
	 color: #aac329;
}
.listing-sidebar .box p.event-date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.event-date-label {
	background: #aac329;
	color: #fff;
	border-radius: 5px 0 0 5px;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: -60px;
	z-index: 100;
	box-shadow: inset -10px 0px 10px -10px #77881d;
}
.tax-events .event-date-label {
	top: 15px;
	left: -75px;
}
.event-date-label .month {
	color: #eaf0c9;
	display: block;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	width: 100%;
}
.event-date-label .day {
	color: #fff;
	display: block;
	font-size: 26px;
	line-height: 26px;
	width: 100%;
}
.event-over-message {
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: #e74c3c;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}
.event-over .event-date-label .day, .event-over .listing-sidebar .box p.event-date, .event-over .listing-sidebar .box p.event-time {
	text-decoration: line-through;
}

/* Listing Photo Slider
-------------------------------------------------------------- */

#listing-photos .bx-wrapper .bx-pager,
#listing-photos .bx-wrapper .bx-controls-auto {
	top: 10px;
	right: 10px;
	z-index: 150;
}
#listing-photos .bx-wrapper img, #single-listing-photo img {
	height: auto;
}

/* Add Listing Form
-------------------------------------------------------------- */

table.select-listing {
	float: left;
	width: 380px;
	margin: 20px 30px;
	border-radius: 5px;
	border: 1px solid #eee;
	border-bottom: none;
	box-shadow: 0 0 10px #eee;
}
table.select-listing td {
	padding: 8px 20px;
	border-bottom: 1px solid #eee;
}
table.select-listing td.place-holder {
	text-align: center;
	color: #ccc;
}
.basic-listing-header, .featured-listing-header {
	background: #555;
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 12px !important;
	border-radius: 5px 5px 0 0;
}
.old-price {
	text-decoration: line-through;
}
table.select-listing .price, .orange {
	color: #f06632;
}
table.select-listing i.fa {
	color: #f06632;
	margin-right: 5px;
}
table.select-listing a.button {
	float: none;
    font-size: 20px;
    line-height: 20px;
    margin: 10px auto;
    padding: 12px 30px;
	text-align: center;
	font-style: normal;
}
table.select-listing a.button i.fa {
	color: #fff;
	margin-right: 7px;
}
.gform_wrapper {
	margin-top: 0 !important;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
input[type=file] {
   border: none;
}
input#input_1_14, input#input_2_14 {  /* Featured Image */
   width: 100% !important;
}
.gform_wrapper ul li.gfield {
	padding: 10px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
    margin: 0 !important;
}
.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    margin-bottom: 0 !important;
    padding-right: 0 !important;
}
.gform_wrapper form ul li.gfield_html { /* Block bottom */
	border-bottom: 1px solid #eee;
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0 !important;
}
.gform_wrapper .left_label .gfield_label {
    width: 17% !important;
}
.gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    margin-left: 17% !important;
}
.gform_wrapper .gsection {
	background: #555;
	color: #fff;
	border-top: 1px solid #eee;
	border-bottom: none !important;
	margin: 0 !important;
	border-radius: 5px 5px 0 0;
}
.gform_wrapper .gsection h2.gsection_title {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	margin: 5px 0 !important;
}
/* Add icons */
.gform_wrapper #field_1_53 h2, .gform_wrapper #field_1_26 h2, .gform_wrapper #field_1_38 h2, .gform_wrapper #field_1_22 h2, .gform_wrapper #field_1_23 h2, .gform_wrapper #field_1_52 h2, .gform_wrapper #field_1_24 h2, .gform_wrapper #field_1_35 h2 {
	position: relative;
	left: 30px;
}
.gform_wrapper #field_1_53 h2:before, .gform_wrapper #field_1_26 h2:before, .gform_wrapper #field_1_38 h2:before, .gform_wrapper #field_1_22 h2:before, .gform_wrapper #field_1_23 h2:before, .gform_wrapper #field_1_52 h2:before, .gform_wrapper #field_1_24 h2:before, .gform_wrapper #field_1_35 h2:before {
	position:absolute;
	font-family: FontAwesome;
	color: #f06632;
	font-style: normal;
	font-weight: normal;
	top:0;
	left:-30px;
}
.gform_wrapper #field_1_53 h2:before {
	content: "\f0e8";
}
.gform_wrapper #field_1_26 h2:before {
	content: "\f040";
}
.gform_wrapper #field_1_38 h2:before {
	content: "\f155";
}
.gform_wrapper #field_1_22 h2:before {
	content: "\f030";
}
.gform_wrapper #field_1_23 h2:before {
	content: "\f082";
}
.gform_wrapper #field_1_52 h2:before {
	content: "\f075";
}
.gform_wrapper #field_1_24 h2:before {
	content: "\f0e0";
}
.gform_wrapper #field_1_35 h2:before {
	content: "\f0ca";
}
.gform_wrapper .gsection .gsection_description {
	color: #ccc;
	padding: 4px 0 0 0;
	margin: 0;
}
.gform_wrapper form ul li.scroll-box { /* T&Cs */
	height: 190px;
	overflow: scroll;
	border-radius: 0 !important;
	font-size: 11px;
	margin-bottom: 0 !important;
}
.gform_wrapper form ul li#field_1_33 {
	padding-top: 25px;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 0 !important;
	text-align: center;
	width: 100% !important;
	margin-left: 0 !important;
}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
    margin-left: 16% !important;
	padding-left: 1em !important;
}
#body-container .gform_wrapper .left_label ul.gfield_radio {
	padding: 0 !important;
}
#body-full-width .gform_wrapper ul.gfield_checkbox li, #body-full-width .gform_wrapper ul.gfield_radio li {
    padding: 0 10px 0 0 !important;
}
.hidden-listing-type { /* Hide dynamic listing type */
	display: none;
}
#gform_1 li#field_1_60 { /* Hide Selected Category */
	display: none;
}
.page-id-168 li.basic { /* Hide Slideshow images and social links options for basic listing */
	display: none;
}
.gform_wrapper .gform_footer input.gform_button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 20px !important;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	border: none;
	margin: 15px auto;
	padding: 12px 30px;
	font-weight: bold;
	background: #f06632;
	cursor: pointer;
	text-align: center;
}
.gform_wrapper .gform_footer input.gform_button:hover {
	background: #d85c2d;
}
.validation_error {
	background: #ffdfe0;
	padding: 10px;
}
#body-container .gform_wrapper li.gfield_html {
	width: 100% !important;
 	max-width: 100% !important;
	margin-left: 0 !important;
}
#body-container .gform_wrapper .left_label ul.gfield_checkbox, #body-container .gform_wrapper .left_label ul.gfield_radio {
	margin: 0 !important;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin: 0 !important;
}
#body-container .gform_wrapper .left_label ul.gfield_radio {
	padding: 0 !important;
}

/* Add Event Form
-------------------------------------------------------------- */

#select-event-container h1 i.fa {
    color: #aac329;
}
#select-event-container table.select-listing .price, .green {
	color: #aac329;
}
#select-event-container table.select-listing i.fa {
	color: #aac329;
}
#select-event-container table.select-listing a.button {
	background: #aac329;
}
#select-event-container table.select-listing a.button:hover {
	background: #99af25;
}
#select-event-container table.select-listing a.button i.fa {
	color: #fff;
}
.gform_wrapper ul#input_2_54 li.gchoice_2_54_1 { /* Hide Events category */
	display: none !important;
}
.gform_wrapper ul li#field_2_65, .gform_wrapper ul li#field_2_66 { /* Hide start and end date timestamps */
	display: none !important;
}
/* Add icons */
.gform_wrapper #field_2_53 h2, .gform_wrapper #field_2_26 h2, .gform_wrapper #field_2_38 h2, .gform_wrapper #field_2_22 h2, .gform_wrapper #field_2_23 h2, .gform_wrapper #field_2_52 h2, .gform_wrapper #field_2_24 h2, .gform_wrapper #field_2_35 h2 {
	position: relative;
	left: 30px;
}
.gform_wrapper #field_2_53 h2:before, .gform_wrapper #field_2_26 h2:before, .gform_wrapper #field_2_38 h2:before, .gform_wrapper #field_2_22 h2:before, .gform_wrapper #field_2_23 h2:before, .gform_wrapper #field_2_52 h2:before, .gform_wrapper #field_2_24 h2:before, .gform_wrapper #field_2_35 h2:before {
	position:absolute;
	font-family: FontAwesome;
	color: #aac329;
	font-style: normal;
	font-weight: normal;
	top:0;
	left:-30px;
}
.gform_wrapper #field_2_53 h2:before {
	content: "\f0e8";
}
.gform_wrapper #field_2_26 h2:before {
	content: "\f040";
}
.gform_wrapper #field_2_38 h2:before {
	content: "\f145";
}
.gform_wrapper #field_2_22 h2:before {
	content: "\f030";
}
.gform_wrapper #field_2_23 h2:before {
	content: "\f082";
}
.gform_wrapper #field_2_52 h2:before {
	content: "\f075";
}
.gform_wrapper #field_2_24 h2:before {
	content: "\f0e0";
}
.gform_wrapper #field_2_35 h2:before {
	content: "\f0ca";
}
#gform_wrapper_2 .gform_footer input.gform_button, #gform_wrapper_2 .gform_footer input[type="submit"] {
	background: #aac329;
}
#gform_wrapper_2 .gform_footer input.gform_button:hover {
	background: #99af25;
}
.page-id-218 li.basic { /* Hide Slideshow images for basic events */
	display: none;
}
#gform_wrapper_2 {
	display: block !important; /* Fix for Add Event form disappearing */
}

/* Booking Enquiry ansd Contact Form
-------------------------------------------------------------- */

#booking-enquiry-form h2, h2.contact-form-h2 {
	background: #555;
	color: #fff;
	border-top: 1px solid #eee;
	border-bottom: none !important;
	margin: 0 !important;
	border-radius: 5px 5px 0 0;
}
#booking-enquiry-form h2, h2.contact-form-h2 {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	padding: 10px;
	width: 98%;
}
#booking-enquiry-form .gform_wrapper, #gform_wrapper_3 .gform_wrapper {
    margin: 0;
}
#booking-enquiry-form a.button, #gform_wrapper_3 a.button {
	float: none;
	font-size: 20px !important;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	border: none;
	margin: 15px auto 0 auto;
	padding: 12px 30px;
	font-weight: bold;
	font-style: normal;
	background: #ccc;
	cursor: default;
	text-align: center;
}
#booking-enquiry-form p, #gform_wrapper_3 p {
	text-align: center;
	margin: 0;
}
#booking-enquiry-form form ul li.gfield_html, #gform_wrapper_3 form ul li.gfield_html { /* Block bottom */
	border-bottom: none;
	border-radius: 0;
	margin-bottom: 0 !important;
	padding: 0 10px;
}
#booking-enquiry-form .gform_footer, #gform_wrapper_3 .gform_footer, #gform_wrapper_7 .gform_footer { /* Block bottom */
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 5px 5px;
	margin: 0 !important;
	text-align: center;
}

/* Payment Form
-------------------------------------------------------------- */

.gform_wrapper span.ginput_product_price {
    color: #333 !important;
}
.gform_wrapper span.ginput_total {
    color: #333 !important;
    font-size: 18px !important;
	font-weight: bold !important;
}


/* MailChimp Newsletter Form
-------------------------------------------------------------- */

#gform_wrapper_6 .left_label .gfield_label {
    width: 105px !important;
}

/* MailChimp Newsletter Form
-------------------------------------------------------------- 

#mc_embed_signup form {
    padding: 0 !important;
	border: 1px solid #eee;
	border-radius: 5px;
}
#mc_embed_signup div {
    padding: 0 10px;
}
#mc_embed_signup div.clear {
    text-align: center;
}
#mc_embed_signup h2 {
	background: #555;
	color: #fff;
	margin: 0 0 10px 0 !important;
	border-radius: 5px 5px 0 0;
	font-size: 22px;
	font-style: italic;
	padding: 10px !important;
	width: 100%;
}
#mc_embed_signup input.button {
	float: none;
	font-size: 20px !important;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	border: none !important;
	margin: 15px auto;
	padding: 12px 30px;
	font-weight: bold;
	font-style: normal;
	background: #f06632;
	text-align: center;
	height: 46px !important;
}
#mc_embed_signup input.button:hover {
	background: #d85c2d;
}
#mc_embed_signup input {
    border: 1px solid #ccc !important;
    border-radius: 4px;
}*/

/* Select Region
-------------------------------------------------------------- */

#region-list {
	text-align: center;
}
#region-list h2 {
	margin: 5px 0 15px 0;
	font-size: 24px;
	line-height: 24px;
}
#region-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#region-list ul#north-island {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#region-list ul#south-island {
	float: left;
	width: 48%;
}
#region-list ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#region-list ul li h2 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 20px;
}
#region-list ul li a {
	position: relative;
	color: #2bb6d1;
	background: #eee;
	border-radius: 5px;
	font-family: 'Asap',sans-serif;
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	min-width: 100%;
	margin: 0 0 5px 0;
}
#region-list ul li a:hover {
	color: #fff;
	background: #2bb6d1;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Responsive Images
-------------------------------------------------------------- */

.entry-content img,
.comment-content img,
#footer img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, #sect-body img {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	height: auto;
}

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

#footer-container {
	clear: both;
	width: 100%;
	background-color: #fff;
}
#footer {
	padding: 30px 0;
	font-size: 12px;
}
#footer-col1, #footer-col2, #footer-col3 {
	float: left;
	width: 310px;
	padding-right: 20px;
}
#footer-col2 {
	width: 320px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#footer-col2, #footer-col3 {
	padding-left: 20px;
}
#footer-col3 {
	padding-right: 0;
}
#footer p {
	margin: 0 0 12px 0;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
ul#footer-category-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#footer-category-menu li {
	margin: 0;
	padding: 0;
}
ul#footer-category-menu li a {
	display: inline-block;
	font-family: 'Asap', sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	background: url(images/footer-events-bullet.gif) 0 5px no-repeat;
}
ul#footer-category-menu li.thrill a {
	background-image: url(images/footer-thrill-bullet.gif);
}
ul#footer-category-menu li.chill a {
	background-image: url(images/footer-chill-bullet.gif);
}
ul#footer-category-menu li.events a {
	background-image: url(images/footer-events-bullet.gif);
}
ul#footer-category-menu li.thrill a:hover {
	color: #f06632
}
ul#footer-category-menu li.chill a:hover {
	color: #2bb6d1;
}
ul#footer-category-menu li.events a:hover {
	color: #aac329;
}
ul.footer-menu {
	float: left;
	width: 50%;
	margin: 20px 0 25px 0;
	padding: 0;
	list-style: none;
}
ul.footer-menu li {
	margin: 0;
	padding: 0;
}
ul.footer-menu li {
	margin: 0;
	padding: 0;
}
ul.footer-menu li a {
	display: inline-block;
	padding: 0 0 0 13px;
	margin: 0 0 7px 0;
	background: url(images/footer-bullet.gif) 0 8px no-repeat;
}
#view-full-site, #view-mobile-site {
	display: none;
}

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

@media screen and (max-width: 960px) {
	html { 
		background-image: none;
	}
	.wrapper {
		width: 90%;
	}
	#body, #sidebar, #body-container .listing-body, #body-container .listing-sidebar {
		width: 100%;
	}
	#sidebar {
		margin-top: 40px;
	}
	#utility-menu {
		display: none;
	}
	#menu-container {
		width: 100%;
	}
	#menu-container ul li {
		width: 32%;
		margin-left: 2%;
	}
	#menu-container ul li:last-child {
		margin: 0;
	} 
	#menu-container ul li a {
		width: 100%;
	}
	#slider .bx-controls {
		width: 90%;
	}
	#slider .bx-wrapper .bx-pager, #slider .bx-wrapper .bx-controls-auto {
		width: 90%;
	}
	#tabs {
		display: none;
	}
	#mobile-tabs {
		display: block;
	}
	#categories-map-container {
		background: #eee;
		padding: 20px 0;
	}
	#categories-container {
		clear: both;
		width: 90%;
		padding: 15px 15px 0 15px;
		border-radius: 5px 0 5px 5px;
		margin: 0 auto;
	}
	#categories-container .wrapper {
		width: 100%;
	}
	#categories .cat-btn {
		margin: 0 15px 15px 0;
	}
	#map-container {
		clear: both;
		width: 90%;
		border-radius: 5px 0 5px 5px;
		margin: 0 auto;
	}
	.featured {
		left: auto;
		right: 0;
		border-radius: 0 5px 0 5px;
	}
	.event-date-label {
		border-radius: 5px 0 5px 0;
		padding: 5px 0;
		width: 40px;
		top: 20px;
		left: 20px;
		box-shadow: none;
	}
	.tax-events .event-date-label {
		top: 15px;
		left: 0;
	}
	.event-date-label .month {
		font-size: 12px;
		line-height: 12px;
	}
	.event-date-label .day {
		font-size: 18px;
		line-height: 18px;
	}
	#footer-col1, #footer-col2 {
		width: 50%;
	}
	#footer-col2 {
		padding-right: 0;
		border-right: none;
	}
	#footer-col3 {
		width: 100%;
		padding: 20px 0 0 0;
		border-top: 1px solid #eee;
	}
}
@media screen and (max-width: 600px) {
	#utility-btns {
		clear: both;
		width: 100%;
		margin-top: 20px;
	}
	#select-region {
		width: 80%;
	}
	#select-region a {
		width: 100%;
		border-radius: 5px;
	}
	#region-list ul#north-island, #region-list ul#south-island {
		width: 100%;
		margin-right: 0;
	}
	#search-btn {
		width: 18%;
		margin-left: 2%;
	}
	#search-btn a {
		width: 100%;
		background-position: top center;
		border-radius: 5px;
	}
	#search-box {
		width: 100%;
	}
	.search input#searchField {
		width: 85%;
	}
	#slider .bx-controls, #slider .caption-container span {
		display: none;
	}
	#categories ul li, #categories ul li a {
		float: none;
		width: 100%;
		min-width: 100%;
		margin: 0 0 10px 0;
	}
	table.select-listing {
		width: 100%;
		margin: 30px 0;
	}
	.gform_wrapper .left_label .gfield_label, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
		width: 90% !important;
	}
	.gform_wrapper .ginput_container {
		width: 90% !important;
		clear: both;
	}
	.listing-photo, .listing-photo img {
		width: 110px;
		height: auto;
	}
	.listing-photo .rollover {
		display: none;
		border-radius: 5px;
	}
	.listing .listing-price {
		clear: left;
		margin: 0 5px 5px 0;
	}
	#footer-col1, #footer-col2 {
		width: 100%;
	}
	#footer-col2 {
		padding: 0;
		border-left: none;
		border-top: 1px solid #eee;
	}
}
@media screen and (max-width: 600px) {
	#categories .cat-btn {
		width: 100%;
		max-width: 300px;
	}
}