/* # Genesis Framework  
Theme Name: Schools Plus Venue
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: Schools Plus Venue
Author: WDL
Author URI: http://www.websitedesign.co.uk/  
Template: genesis  
Template Version: 2.1.0  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	margin: 0;
	background-color: #ededed;
	color: #424e54;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a:hover {
	color: #333;
}

p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 15px;
}

.intro p,
p.intro {
	font-size: 19px;
	line-height: 1.4;
}

p.red {
	color: #ec512f;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## OOCSS
--------------------------------------------- */

.center { margin-left: auto !important; margin-right: auto !important; }

.fl { float: left; }
.fr { float: right; }
.fln { float: none !important; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.cf:before,.cf:after, .widget-wrap:before,.widget-wrap:after { content: ""; display: table; } 
.cf:after, .widget-wrap:after { clear: both; }
.cf, .widget-wrap { zoom: 1;}

.tac { text-align: center; }
.tal, .entry-content .ctas .tal { text-align: left; }

.media { margin:0 0 10px; }
.media, .media-body { overflow:hidden; _overflow:visible; zoom:1; }
.media-body { position: relative; top: -5px; }
.media .media-left { float:left; margin-right: 10px; }
.team-member .media-left { margin-right: 25px; }
.media .media-left img{ display:block; }
.media .media-right { float:right; margin-left: 10px; }

/* ## Headings
--------------------------------------------- */

.h0,
h1, .h1, .caption-title,
h2, .h2,
h3, .h3,
h4, .home-content h4.widget-title,
h5,
h6 {
	margin: 0 0 10px;
	color: #424e54;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.h0 {
	font-size: 30px;
}

h1, .h1, .caption-title,
.widget-twitter h3 {
	font-size: 26px;
}

h2, .h2 {
	font-size: 22px;
}

h3, .h3, .home h1,
.home-content .widget-twitter h3 {
	font-size: 19px;
}

h4, .home-content h4.widget-title {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.heading-underline-red,
.widget-twitter h3,
body.contact h1 {
	padding: 0 0 27px;
	background: url(images/heading-underline-red.png) center bottom no-repeat;
}

body.contact h1 {
	padding: 0 0 20px;
	margin: 0 0 30px;
	text-align: center;
}

.home-content .widget-twitter h3 {
	padding: 0;
	background: none;
}

h1 {
	margin: 0 0 15px;
	padding: 0 0 23px;
	background: url(images/heading-underline-red.png) left bottom no-repeat;
}

.blog h1,
.archive h1,
.single-facilities h1 {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #ccdbe2;
}

.home h1 {
	padding: 0;
	background: none;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	border: 0px;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

/* ## Buttons
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
input.button,
.tagline ul.menu li a {
	width: 198px;
	height: 42px;
	padding: 0;
	background-color: #424e54;
	border: 1px solid #424e54;
	color: #fff;
	cursor: pointer;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #33434b;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

.button-red,
.button-red-inverse:hover,
input.button-red,
input.button-red-inverse:hover,
.gform_footer .button {
	background-color: #ec512f;
	border: 1px solid #ec512f;
	color: #fff !important;
}

.button-red:hover,
.button-red-inverse,
input.button-red:hover,
input.button-red-inverse,
.gform_footer .button:hover {
	background-color: #fff;
	border: 1px solid #ec512f;
	color: #ec512f !important;
}

.button-blue,
.button-blue-inverse:hover,
input.button-blue,
input.button-blue-inverse:hover {
	background-color: #2290c7;
	border: 1px solid #2290c7;
	color: #fff;
}

.button-blue:hover,
.button-blue-inverse,
input.button-blue:hover,
input.button-blue-inverse {
	background-color: #fff;
	border: 1px solid #2290c7;
	color: #2290c7;
}

.button-dark-blue-inverse {
	background-color: transparent;
	border: 1px solid #424e54;
	color: #424e54;
}

.button-dark-blue-inverse:hover {
	background-color: #424e54;
	color: #fff;
}

.button-green,
.button-green-inverse:hover {
	background-color: #39b54a;
	border: 1px solid #39b54a;
	color: #fff;
}

.button-green:hover,
.button-green-inverse {
	background-color: #fff;
	border: 1px solid #39b54a;
	color: #39b54a;
}

.button-purple,
.button-purple-inverse:hover {
	background-color: #8560a8;
	border: 1px solid #8560a8;
	color: #fff;
}

.button-purple:hover,
.button-purple-inverse {
	background-color: #fff;
	border: 1px solid #8560a8;
	color: #8560a8;
}

.button-red-inverse,
.button-blue-inverse,
.button-green-inverse,
.button-purple-inverse {
	background-color: transparent;
}

.button-transparent,
.tagline ul.menu li a {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.button-transparent:hover,
.tagline ul.menu li a:hover {
	background-color: #ec512f;
	border: 1px solid #ec512f;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Pill Buttons
--------------------------------------------- */

.pill-button {
	height: 31px;
	padding: 0 0 0 11px;
	display: inline-block;
    zoom: 1;
    *display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
}

.pill-button:hover {
	color: #fff;
}

	.pill-button i {
		width: 35px;
		height: 29px;
		margin: 0 0 0 11px;
		display: block;
		float: right;
	}

.pill-button-orange {
	background: #ec512f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec512f 0%, #ec512f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec512f), color-stop(100%,#ec512f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec512f 0%,#ec512f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec512f 0%,#ec512f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec512f 0%,#ec512f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec512f 0%,#ec512f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec512f', endColorstr='#ec512f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c63c1e;
}

.pill-button-orange:hover {
	background: #e34d2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #e34d2c 0%, #d24526 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e34d2c), color-stop(100%,#d24526)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e34d2c 0%,#d24526 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e34d2c 0%,#d24526 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e34d2c 0%,#d24526 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e34d2c 0%,#d24526 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34d2c', endColorstr='#d24526',GradientType=0 ); /* IE6-9 */
}

	.pill-button-rss i {
		background: url(images/button-rss.png) 0 0 no-repeat;
	}

	.pill-button-share i {
		background: url(images/button-share.png) 0 0 no-repeat;
	}

.pill-button-facebook {
	background: #2e4c6f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e4c6f 0%, #284260 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e4c6f), color-stop(100%,#284260)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e4c6f 0%,#284260 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e4c6f 0%,#284260 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e4c6f 0%,#284260 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2e4c6f 0%,#284260 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4c6f', endColorstr='#284260',GradientType=0 ); /* IE6-9 */
	border: 1px solid #182d45;
}

.pill-button-facebook:hover {
	background: #2a4666; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a4666 0%, #253e5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a4666), color-stop(100%,#253e5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a4666 0%,#253e5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a4666 0%,#253e5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a4666 0%,#253e5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a4666 0%,#253e5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4666', endColorstr='#253e5a',GradientType=0 ); /* IE6-9 */
}

	.pill-button-facebook i {
		width: 33px;
		background: url(images/button-facebook.png) 0 0 no-repeat;
	}

.pill-button-twitter {
	background: #1ab7e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #1ab7e2 0%, #149cd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab7e2), color-stop(100%,#149cd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1ab7e2 0%,#149cd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1ab7e2 0%,#149cd2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1ab7e2 0%,#149cd2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1ab7e2 0%,#149cd2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab7e2', endColorstr='#149cd2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1391b3;
}

.pill-button-twitter:hover {
	background: #16a6d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #16a6d8 0%, #1294cd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16a6d8), color-stop(100%,#1294cd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #16a6d8 0%,#1294cd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #16a6d8 0%,#1294cd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #16a6d8 0%,#1294cd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #16a6d8 0%,#1294cd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a6d8', endColorstr='#1294cd',GradientType=0 ); /* IE6-9 */
}

	.pill-button-twitter i {
		background: url(images/button-twitter.png) 0 0 no-repeat;
	}

.pill-button-google {
	background: #e94141; /* Old browsers */
	background: -moz-linear-gradient(top,  #e94141 0%, #d53939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e94141), color-stop(100%,#d53939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e94141 0%,#d53939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e94141 0%,#d53939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e94141 0%,#d53939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e94141 0%,#d53939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94141', endColorstr='#d53939',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bd2c2c;
}

.pill-button-google:hover {
	background: #ce3636; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce3636 0%, #c43232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce3636), color-stop(100%,#c43232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce3636 0%,#c43232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce3636 0%,#c43232 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce3636 0%,#c43232 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce3636 0%,#c43232 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3636', endColorstr='#c43232',GradientType=0 ); /* IE6-9 */
}

	.pill-button-google i {
		background: url(images/button-google.png) 0 0 no-repeat;
	}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	width: 1016px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: 6px solid #ccdbe2;
	--webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.message-container {
	width: 1016px;
	margin: 0 auto;
	padding: 10px 30px;
	background: #36647d url(images/home-feature.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: "merriweather", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
}

.nav-primary,
.content-sidebar-wrap {
	margin: 0 30px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 956px;
}

.site-inner {
	max-width: 1016px;
	padding: 0;
	clear: both;
	background-color: #fff;
}

body.home .site-inner {
	width: 100%;
	max-width: none;
}

body.general-enquiry .site-inner {
	padding: 0 0 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 628px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
	float: none;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.about-widgets .widget-twitter .twitter-block {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths,
.about-widgets .widget-twitter .twitter-block {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first,
.about-widgets .widget-twitter .first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a,
.venues h2 a {
	color: #424e54;
}

.venues h2 {
	text-transform: none;
}

.entry-title a:hover,
.venues h2 a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

/* ## Social Icons
--------------------------------------------- */

.social {
	width: 104px;
}

.site-header .social {
	width: 90px;
}

.social a.icon {
	width: 40px;
	height: 0;
	margin: 0 10px 0 0;
	padding: 40px 0 0;
	float: left;
	display: block;
	overflow: hidden;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
}

.site-header .social a.icon {
	border: 1px solid #ccdbe2;
}

	.site-header .social a.facebook {
		background-position: 0 0;
	}

	.site-header .social a.twitter {
		margin: 0;
	}

	.site-header .social a.twitter,
	.contact-details .social a.twitter {
		background-position: -40px 0;
	}

	.site-header .social a.facebook:hover,
	.contact-details .social a.facebook:hover {
		background-position: 0 -40px;
	}

	.site-header .social a.twitter:hover,
	.contact-details .social a.twitter:hover {
		background-position: -40px -40px;
	}

.site-footer .social a.icon {
	border: 1px solid #aeaeaf;
}

	.site-footer .social a.facebook,
	.site-footer .social a.facebook:hover {
		background-position: 0 -40px;
	}

	.site-footer .social a.twitter,
	.site-footer .social a.twitter:hover {
		background-position: -40px -40px;
	}

.social a.facebook:hover,
.contact-details .social a.facebook:hover {
	background-color: #34618c;
	border: 1px solid #34618c;
}

.social a.twitter:hover,
.contact-details .social a.twitter:hover {
	background-color: #27bae6;
	border: 1px solid #27bae6;
}

.contact-details .social a.icon {
	border: 1px solid #ccdbe2;
}

/* # Social Sharing
---------------------------------------------------------------------------------------------------- */

.social-share {
	margin: 0 0 15px;
}

	.social-share span {
		margin: 0 15px 0 0;
		float: left;
	}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 120px;
}

.site-header .wrap {
	padding: 18px 0 14px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 400px;
}

.header-full-width .title-area {
	width: 100%;
}

.title-area h1.site-title {
	padding: 0;
	border: none;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title a {
	width: 149px;
	min-height: 87px;
	float: left;
	background: url(images/logo.png) no-repeat left;
}

.venue-name {
	width: 230px;
	margin: 21px 0 0 20px;
	float: left;
	color: #656f73;
	font-size: 15px;
	font-weight: bold;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	width: 550px;
	margin: 19px 0 0;
	float: right;
	text-align: right;
}

	.site-header .widget-area a.button {
		width: 220px;
		margin: 0 10px 0 0;
	}

	.site-header .widget-area a.link-enquiries {
		margin: 9px 20px 0 0;
		padding: 0 22px 0 0;
		background: url(images/arrow-grey-blue.png) right 4px no-repeat;
		color: #424e54;
		font-size: 15px;
		text-transform: uppercase;
	}

	.site-header .widget-area a.link-enquiries:hover {
		background-position: right -18px;
		color: #2290c7;
	}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
}

.genesis-nav-menu li.fr {
	float: right;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f1f6f8;
	border-top: 1px solid #ccdbe2;
	border-bottom: 8px solid #ec512f;
}

.nav-primary .genesis-nav-menu a {
	padding: 0 16px 0 30px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	border-right: 1px solid #ccdbe2;
	color: #424e54;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
}

.nav-primary .genesis-nav-menu li.nav-last a {
	border: none;
}

.nav-primary .genesis-nav-menu li.nav-home a {
	padding-left: 42px;
	background-position: 12px 19px;
}

.nav-primary .genesis-nav-menu li.nav-about a {
	padding-left: 55px;
	background-position: -82px 19px;
}

.nav-primary .genesis-nav-menu li.nav-facilities a {
	padding-left: 37px;
	background-position: -373px 21px;
}

.nav-primary .genesis-nav-menu li.nav-blog a {
	padding-left: 43px;
	background-position: -516px 19px;
}

.nav-primary .genesis-nav-menu li.nav-contact a {
	padding-left: 35px;
	background-position: -674px 19px;
}

.nav-primary .genesis-nav-menu li.nav-home a:hover,
.nav-primary .genesis-nav-menu li.nav-home.current-menu-item a {
	background-position: 12px -30px;
}

.nav-primary .genesis-nav-menu li.nav-about a:hover,
.nav-primary .genesis-nav-menu li.nav-about.current-menu-item a {
	background-position: -82px -30px;
}

.nav-primary .genesis-nav-menu li.nav-facilities a:hover,
.nav-primary .genesis-nav-menu li.nav-facilities.current-menu-item a {
	background-position: -373px -28px;
}

.nav-primary .genesis-nav-menu li.nav-blog a:hover,
.nav-primary .genesis-nav-menu li.nav-blog.current-menu-item a {
	background-position: -516px -30px;
}

.nav-primary .genesis-nav-menu li.nav-contact a:hover,
.nav-primary .genesis-nav-menu li.nav-contact.current-menu-item a {
	background-position: -674px -30px;
}

.nav-primary .genesis-nav-menu li.nav-quick a:hover {
	background-position: -720px -28px;
	background-color: transparent;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #e2edf1;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Page Tagline
---------------------------------------------------------------------------------------------------- */

.tagline {
	margin: 0 30px 30px;
	padding: 27px 0;
	background: #36647d url(images/home-feature.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: "merriweather", serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

	.tagline * {
		color: #fff;
	}

/* # Home Carousel
---------------------------------------------------------------------------------------------------- */

.entry-content ul.carousel,
.entry-content ul.facility-carousel,
.entry-content ul.facility-thumb-carousel {
	margin: 0;
}

.carousel li {
	height: 440px;
	position: relative;
}

	.carousel li img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

		.carousel li .caption {
			width: 430px;
			padding: 20px;
			position: absolute;
			top: 25px;
			left: 25px;
			z-index: 2;
			background-color: #fff;
			background-color: rgba(255,255,255,0.8);
		}

			.caption a {
				color: #424e54;
				font-weight: bold;
			}

		.caption-facilities {
			width: 287px;
			padding: 20px;
			position: absolute;
			top: 25px;
			right: 25px;
			z-index: 2;
			background-color: #249ad1;
			background-color: rgba(36,154,209,0.8);
			color: #fff;
		}

			.caption-facilities-title {
				width: 100%;
				margin: 0 0 10px;
				padding: 0 0 5px;
				display: block;
				border-bottom: 1px solid #fff;
				font-size: 21px;
				font-weight: bold;
			}

			.caption-facilities p,
			.caption-facilities ul {
				margin: 0 0 10px;
				font-size: 15px;
			}

			.caption-facilities p:first-of-type {
				font-size: 18px;
			}

				.caption-facilities ul li {
					padding: 0 0 0 15px;
					background: url(images/bullet-plus.png) 0 center no-repeat;
				}

			.caption-facilities a.button {
				width: 100%;
				margin: 15px 0 0;
			}

	.carousel li li {
		height: auto;
	}

/* # Home Find Venue
---------------------------------------------------------------------------------------------------- */

.home-find-venue {
	padding: 30px 0 35px;
	background-color: #2290c7;
	border-bottom: 1px solid #187aab;
}

	.home-find-venue .h1 {
		color: #fff;
	}

	#uwpqsf_id {
		padding: 15px 0 0;
	}

		.uform_title {
			display: none;
		}

		.uwpqsf_class {
			float: left;
		}

		.tax-select-0,
		.tax-select-1 {
			width: 378px;
			height: 55px;
			position: relative;
			top: 2px;
			background: url(images/select-shadow.png) 0 0 no-repeat;
		}

		.uwpqsf_class a.select-target {
			width: 352px;
			height: 38px;
			padding: 1px;
			background: #fff;
			border: 1px solid #1878a8;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			line-height: 32px;
			text-indent: 8px;
		}

			.uwpqsf_class a.select-target b {
				width: 28px;
				height: 32px;
				right: 2px;
				background: #e3e2e2 url(images/arrow-select.png) center center no-repeat;
			}

				.uwpqsf_class a.select-target b:before,
				.uwpqsf_class a.select-target b:after {
					display: none;
				}

		.select-content {
			max-width: none !important;
			width: 352px !important;
			border: 1px solid #969797;
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			-ms-border-radius: 0 !important;
			-o-border-radius: 0 !important;
			border-radius: 0 !important;
		}

			.select.select-theme-default .select-options .select-option {
				padding: 5px 10px !important;
				font-size: 14px;
			}

			.select.select-theme-default .select-options .select-option:before {
				display: none;
			}

			.select.select-theme-default .select-options .select-option:first-child {
				-webkit-border-radius: 0 !important;
				-moz-border-radius: 0 !important;
				-ms-border-radius: 0 !important;
				-o-border-radius: 0 !important;
				border-radius: 0 !important;
			}

			.select.select-theme-default .select-options .select-option:hover,
			.select.select-theme-default .select-options .select-option.select-option-highlight {
				background-color: #f0efef !important;
				color: #424e54 !important;
			}

/* # Home Featured Venues
---------------------------------------------------------------------------------------------------- */

.home-featured-venues {
	padding: 30px 0 50px;
	background: #ecf3f7 url(images/pattern-diag-lines.png) 0 0 repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccdbe2;
}

	.home-featured-venues .h1 {
		margin: 0 0 30px;
	}

	.featured-venue {
		text-align: center;
	}

		.featured-venue a img {
			margin: 0 0 15px;
			border: 2px solid transparent;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
		}

		.featured-venue a:hover img {
			border: 2px solid #fff;
			--webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
			box-shadow: 0 0 6px rgba(0,0,0,0.3);
		}

		.featured-venue .h3 {
			margin: 0;
			display: block;
		}

		.featured-venue p.regions {
			margin: 0;
			color: #ec512f;
			font-size: 18px;
		}

		.featured-venue p {
			margin: 0 0 10px;
			font-size: 15px;
		}

/* # Home Content
---------------------------------------------------------------------------------------------------- */

.home-content {
	padding: 30px 0;
	border-top: 1px solid #ccdbe2;
}

.home article.page {
		display: none !important;
	}

	.home-content .home-content-intro {
		padding: 20px;
		background: #e1f2fa;
	}

		.home-content .home-content-intro h1 {
			font-family: 'lato', sans-serif;
			font-size: 24px;
			text-transform: none;
		}

		.home-content .home-content-intro a.button {
			width: 100%;
			color: #fff;
		}

		.home-content .home-content-intro a.button:hover {
			color: #2290c7;
		}

	.home-content .media {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 0 15px;
		border-bottom: 1px solid #ccdbe2;
	}

	.home-content .media p {
		margin: 0 0 7px;
	}

	.home-content h3 {
		font-family: 'lato', sans-serif;
	}

	.home-content p {
		font-size: 15px;
	}

	.home-content .latest-posts p a {
		border-bottom: 1px solid #424e54;
		font-weight: bold;
	}

	.home-content .latest-posts p a:hover {
		border-bottom: 1px solid #ec512f;
	}

	.home-content .latest-posts p a.location {
		padding: 0 0 0 20px;
		background: url(images/pin-blue.png) 0 0 no-repeat;
		color: #249ad1;
		border: none;
	}

	.home-content .latest-posts p a.location:hover {
		border-bottom: 1px solid #249ad1;
	}

	.home-content .widget-twitter p {
		margin: 0;
	}

	.home-content .widget-twitter img {
		width: 32px;
	}

	.home-content a {
		color: #424e54;
		font-weight: bold;
	}

	.home-content a:hover {
		color: #ec512f;
	}

	.home-content hr {
		margin: 0 0 15px;
		border: none;
		border-top: 1px solid #ccdbe2;
	}

/* # Home Feature
---------------------------------------------------------------------------------------------------- */

.home-feature {
	padding: 40px 0;
	background: #36647d url(images/home-feature.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}

	.home-feature .cta:first-child {
		margin: 0;
	}

		.home-feature .cta h3,
		.home-feature .cta p {
			text-align: left;
		}

		.home-feature .cta h3 {
			font-family: 'lato', sans-serif;
		}

		.home-feature .cta img {
			margin-right: 20px !important;
			float: left;
		}

		.home-feature .cta p {
			margin: 0 0 15px;
			padding: 0;
			background: none;
			color: #424e54;
			font-family: 'lato';
			font-size: 15px;
		}

		.home-feature .cta a.button {
			margin: 0;
		}

	.home-feature p {
		margin: 0 0 30px;
		padding: 0 0 27px;
		background: url(images/heading-underline-red.png) center bottom no-repeat;
		font-family: "merriweather", serif;
		font-size: 28px;
		font-weight: 400;
	}

	.home-feature a.button {
		margin: 0 15px;
	}

/* # About Us Page
---------------------------------------------------------------------------------------------------- */

#menu-about-us {
	margin: 40px 0 0;
}

	#menu-about-us li {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

	#menu-about-us li a {
		display: block;
	}

/* # Blog + Case Studies
---------------------------------------------------------------------------------------------------- */

.sidebar-blog {
	padding: 0 0 10px;
	border-bottom: 1px solid #ccdbe2;
	font-size: 13px;
	font-weight: bold;
}

	.sidebar-blog a.select-target {
		margin-left: 10px;
	}

.blog .entry-header,
.case-studies .entry-header {
	width: 440px;
	float: right;
}

	.blog .entry-header h2,
	.case-studies .entry-header h2 {
		margin: 0;
		font-family: 'lato', sans-serif;
		text-transform: none;
	}

	.blog .entry-header p,
	.case-studies .entry-header p {
		margin: 0 0 10px;
		padding: 0 0 7px;
		border-bottom: 1px solid #e5edf1;
		color: #249ad1;
		font-size: 15px;
	}

		.blog .entry-header p a,
		.case-studies .entry-header p a {
			color: #249ad1;
		}

	.blog .content p,
	.case-studies .entry-content p,
	.case-studies p.entry-meta {
		width: 440px;
		float: right;
		font-size: 14px;
	}

/* # Case Studies
---------------------------------------------------------------------------------------------------- */

.single .case-studies .entry-header,
.single .case-studies .entry-content p,
.single .case-studies p.entry-meta {
	width: auto;
	float: none;
}

.single .content .case-studies {
	border: none;
}

/* # CTAs
---------------------------------------------------------------------------------------------------- */

.about-ctas {
	margin: 0 0 -90px;
	position: relative;
	top: -90px;
}

.ctas .widget,
.ctas .cta {
	padding: 20px 15px 40px;
	background-color: #fafbfc;
	border: 1px solid #ccdbe2;
	-webkit-box-shadow: 0 0 0 4px #f1f4f5;
	box-shadow: 0 0 0 4px #f1f4f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	text-align: center;
}

.ctas .cta {
	margin-bottom: 20px;
}

.contact .ctas .cta,
.contact .ctas .widget {
	margin-bottom: 40px;
}

.contact .ctas .cta-wide {
	margin-bottom: 20px;
}

	.ctas .widget img,
	.ctas .cta img {
		margin: 0 0 18px;
	}

	.ctas .cta-map img {
		margin: 0;
	}

	.ctas .widget p,
	.ctas .cta p {
		font-size: 15px;
	}

	.ctas .widget p.widget-buttons {
		margin: 0;
	}

body.contact .ctas .cta-wide {
	padding: 37px 30px;
}

	body.contact .ctas .cta-wide img {
		margin: 0 30px 0 0;
	}

	body.contact .ctas .cta-wide p {
		margin: 0;
	}

/* # Home CTAs
---------------------------------------------------------------------------------------------------- */

.home-ctas .cta {
	padding: 0;
	text-align: left;
}

	.home-ctas .cta .cta-content {
		padding: 20px 20px 0;
	}

	.home-ctas .cta h3 {
		font-family: 'lato', sans-serif;
	}

	.home-ctas .cta p {
		line-height: 1.4;
	}

	.home-ctas .cta p:last-child {
		margin: 0;
	}

	.home-ctas .cta ul {
		margin: 0 0 15px;
	}

	.home-ctas .cta ul li {
		padding: 0 0 0 15px;
		background: url(images/bullet-plus-red.png) 0 center no-repeat;
	}

	.home-ctas .cta a {
		color: #424e54;
		font-weight: bold;
		text-transform: uppercase;
	}

.ctas .widget:first-child {
	margin-left: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin: 0;
}

.content .post,
.content .case-studies {
	padding: 22px 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccdbe2;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	margin: 20px 0;
	padding: 10px 0 13px;
	clear: both;
	border-top: 1px solid #ccdbe2;
	border-bottom: 1px solid #ccdbe2;
	text-align: center;
}

.pagination a,
.pagination span {
	height: 29px;
	padding: 0 12px;
	display: inline-block;
	background: #f1f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f6f8 0%, #ebf2f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f6f8), color-stop(100%,#ebf2f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f6f8 0%,#ebf2f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6f8', endColorstr='#ebf2f5',GradientType=0 ); /* IE6-9 */
	color: #424e54;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
}

.pagination a:hover,
.pagination span {
	background: #ccdbe2;
	text-decoration: none;
}

.pagination .nav-previous a,
.pagination .nav-next a {
	height: 31px;
	line-height: 31px;
}

.pagination .nav-previous a,
.pagination .nav-next a,
.pagination .page-list-inner {
	border: 1px solid #ccdbe2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.pagination .nav-previous,
.pagination .nav-next {
	width: 154px;
	min-height: 10px;
}

.pagination .nav-previous a,
.pagination .nav-next a {
	width: 100%;
	padding: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.pagination .nav-previous a {
	padding-right: 10px;
	background: #f1f6f8 url(images/arrow-prev.png) 0 0 no-repeat;
	text-align: right;
}

.pagination .nav-next a {
	padding-left: 10px;
	background: #f1f6f8 url(images/arrow-next.png) right 0 no-repeat;
	text-align: left;
}

.page-list {
	width: 320px;
	height: 31px;
	display: block;
}

.page-list-inner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	font-size: 0;
}

	.pagination .page-list-inner a,
	.pagination .page-list-inner span {
		border-right: 1px solid #dfe5e8;
		font-size: 12px;
	}

	.pagination .page-list-inner a:last-child {
		border-right: none;
	}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 25px;
}

	.sidebar-primary .widget-wrap {
		border: 1px solid #ccdbe2;
	}

		h4.widget-title {
			margin: 0;
			padding: 10px;
			background-color: #f1f6f8;
			border-bottom: 1px solid #ccdbe2;
			font-family: 'lato', sans-serif;
			font-size: 15px;
			text-transform: none;
		}

		.widget-wrap ul {
			width: 100%;
			padding: 5px 0;
		}

			.widget-wrap ul li,
			.widget-wrap ul li a {
				width: 100%;
				margin: 0;
				padding: 0;
				display: block;
				border: none;
			}

				.widget-wrap ul li a {
					padding: 5px 10px;
					color: #424e54;
					font-size: 15px;
				}

				.widget-wrap ul li a:hover,
				.widget-wrap ul li.current-cat a,
				.widget-wrap ul li.current-menu-item a,
				.widget-wrap ul li.current-menu-item a:hover,
				.widget-wrap ul li.current-menu-ancestor a,
				.widget-wrap ul li.current-menu-ancestor a:hover,
				.widget-wrap ul li.current-menu-ancestor ul li.current-menu-item a {
					background-color: #f1f6f8;
				}

				.widget-wrap ul ul {
					display: none;
				}

				.widget-wrap ul li.current-menu-item ul,
				.widget-wrap ul li.current-menu-ancestor ul {
					display: block;
				}

					.widget-wrap ul ul li a {
						padding-left: 20px;
					}

					.widget-wrap ul ul li a:before {
						content: '- ';
					}

					.widget-wrap ul li.current-menu-item ul li a,
					.widget-wrap ul li.current-menu-ancestor ul li a {
						background-color: transparent;
					}

		.home-content .widget-wrap ul {
			padding: 0;
		}

			.home-content .widget-wrap ul li,
			.home-content .widget-wrap ul li a {
				width: auto;
			}

				.home-content .widget-wrap ul li a,
				.home-content .widget-wrap ul li a:hover {
					padding: 0;
					display: inline;
					background: none;
				}

		.sgr-custom-taxonomies-menu h4 {
			text-transform: uppercase;
		}

		.sgr-custom-taxonomies-menu .widget-wrap ul {
			padding: 0;
		}

			.sgr-custom-taxonomies-menu .widget-wrap ul li a {
				height: 41px;
				padding: 0 10px;
				position: relative;
				background: url(images/arrow-accordion.png) right 1px no-repeat;
				border-top: 1px solid #ccdbe2;
				font-size: 15px;
				font-weight: bold;
				line-height: 41px;
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li:first-child a {
				border: none;
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li.open > a:after,
			.sgr-custom-taxonomies-menu .widget-wrap ul li.current-cat-parent > a:after {
				content: '';
				width: 16px;
				height: 46px;
				background: url(images/arrow-accordion-right.png);
				position: absolute;
				right: -16px;
				top: -3px;
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li.open > a:hover:after {
				background: url(images/arrow-accordion-right-hover.png);
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li a:hover {
				background: #f1f6f8 url(images/arrow-accordion.png) right 1px no-repeat;
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li.open a {
				background: url(images/arrow-accordion.png) right -39px no-repeat;
			}

			.sgr-custom-taxonomies-menu .widget-wrap ul li.open a:hover {
				background: #f1f6f8 url(images/arrow-accordion.png) right -39px no-repeat;
			}

				.sgr-custom-taxonomies-menu .widget-wrap ul ul {
					padding: 5px 0;
					border-top: 1px solid #ccdbe2;
					display: none;
				}

				.sgr-custom-taxonomies-menu .widget-wrap ul li.current-cat-parent ul {
					display: block;
				}

				.sgr-custom-taxonomies-menu .widget-wrap ul li li a,
				.sgr-custom-taxonomies-menu .widget-wrap ul li.open li a {
					height: auto;
					padding: 5px 10px 5px 25px;
					background: none;
					border: none;
					font-weight: normal;
					line-height: 1.625;
				}

				.sgr-custom-taxonomies-menu .widget-wrap ul li li a:hover,
				.sgr-custom-taxonomies-menu .widget-wrap ul li.open li a:hover,
				.sgr-custom-taxonomies-menu .widget-wrap ul li li.current-cat a {
					background: #f1f6f8;
				}

		.venue-selector .sgr-custom-taxonomies-menu {
			width: 100%;
			margin: 0;
		}

				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul {
					border-bottom: 1px solid #4f5c64;
				}

				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li a,
				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li:first-child a {
					padding-left: 25px;
					height: 33px;
					background: none;
					border-top: 1px solid #4f5c64;
					color: #fff;
					font-size: 15px;
					font-weight: normal;
					line-height: 33px;
				}

				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li a:hover,
				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li.open a {
					background-color: #2d3d45;
				}

				.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li.open a {
					background: #2d3d45 url(images/arrow-accordion.png) right -80px no-repeat;
				}

					.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul ul {
						padding: 0;
						border: none;
						border-top: 1px solid #4f5c64;
					}

						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li li a,
						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li li:first-child a {
							font-size: 14px;
						}

						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li.open li a {
							background: transparent;
						}

						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul ul li:first-child a {
							height: auto;
							border: none;
							line-height: 1.625;
						}

						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul ul li a:hover,
						.venue-selector .sgr-custom-taxonomies-menu .widget-wrap ul li.open li a:hover {
							background: #4f5c64;
						}

.widget_tribe_widget_builder_82 {
	background: url(images/venue-to-host.jpg) center center no-repeat;
	--webkit-background-size: cover;
	background-size: cover;
}

.about-widgets {
	margin: -60px 0 0;
}

.widget_tribe_widget_builder_82 {
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

.about-widgets .widget_tribe_widget_builder_82 {
	padding: 30px 0;
	text-align: left;
}

	.widget_tribe_widget_builder_82 .widget-wrap {
		border: none;
	}

	.widget_tribe_widget_builder_82 img {
		width: 44px;
		margin: 0 auto 20px;
		display: block;
	}

	.about-widgets .widget_tribe_widget_builder_82 img {
		margin: 5px 50px 0 0;
		float: left;
	}

	.about-widgets .widget_tribe_widget_builder_82 .widget-caption {
		width: 530px;
		float: left;
	}

	.widget_tribe_widget_builder_82 h3 {
		color: #fff;
	}

	.about-widgets .widget_tribe_widget_builder_82 h3 {
		color: #fff;
		font-family: 'merriweather', serif;
		font-size: 28px;
		font-weight: normal;
		text-transform: none;
	}

	.widget_tribe_widget_builder_82 p,
	.sidebar .widget_tribe_widget_builder_82 p:last-child {
		margin: 0 0 15px;
	}

	.about-widgets .widget_tribe_widget_builder_82 p {
		font-size: 16px;
	}

	.about-widgets .widget_tribe_widget_builder_82 p.widget-buttons {
		margin: 0;
		padding: 15px 0 0;
	}

.widget-twitter {
	padding: 30px 0 10px;
	background: url(images/twitter-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

.home-content .widget-twitter {
	padding: 0;
	background: none;
	text-align: left;
}

	.widget-twitter .widget-wrap {
		border: none;
	}

	.widget-twitter h3 {
		margin: 0 0 40px;
	}

	.home-content .widget-twitter h3 {
		margin: 0 0 10px;
	}

	.twitter-block {
		margin: 0 10px 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #b6c6cd;
	}

	.home-content .twitter-block {
		margin: 0 0 15px;
	}

	.about-widgets .twitter-block {
		margin: 0 0 30px;
		padding: 0 0 1px;
	}

		.widget-twitter .media-left,
		.widget-twitter .media-body {
			width: 100%;
			margin: 0;
		}

		.home-content .widget-twitter .media-left,
		.home-content .widget-twitter .media-body {
			width: auto;
			margin-right: 10px
		}

			.widget-twitter .media .media-left img {
				width: 32px;
				margin: 0 0 10px;
				display: inline;
			}

			.home-content .widget-twitter .media .media-left img {
				display: block;
			}

	.widget-twitter .button {
		margin: 10px 0 20px;
	}

	.widget-youtube {

	}

	.widget-youtube iframe {
		width: 100%;
	}

/* # Venues Map
---------------------------------------------------------------------------------------------------- */

.venues-map {
	width: 628px;
	height: 664px;
	margin: 0 0 30px;
	position: relative;
	background: url(images/map-bg.jpg) 0 0 no-repeat;
}

	.map-pin {
		height: 50px;
		padding: 0 0 0 50px;
		position: absolute;
		z-index: 10;
		display: block;
		background: url(images/map-pin.png) 0 0 no-repeat;
		color: #424e54;
		font-size: 18px;
		font-weight: bold;
	}

	.map-pin:hover {
		color: #ec512f;
	}

	.map-pin-london {
		top: 490px;
		left: 410px;
	}

	.map-pin-midlands {
		top: 440px;
		left: 350px;
	}

	.map-pin-north-of-england {
		top: 250px;
		left: 310px;
	}

	.map-pin-south-east {
		top: 530px;
		left: 440px;
	}

	.map-pin-south-west {
		top: 555px;
		left: 250px;
	}

	.map-info {
		width: 628px;
		height: 664px;
		padding: 25px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		display: none;
		background-color: #fff;
		border: 20px solid #f1f6f8;
	}

		.map-info .close {
			width: 21px;
			height: 0;
			padding: 20px 0 0;
			display: block;
			overflow: hidden;
			position: absolute;
			top: 28px;
			right: 25px;
			background: url(images/close.png) 0 0 no-repeat;
		}

		.map-info .close:hover {
			background-position: 0 -20px;
		}

.featured-venues {
	margin: 0 0 20px;
	padding: 25px 0 0;
	border-top: 1px solid #ccdbe2;
}
	
	.featured-venues .h1 {
		margin: 0 0 30px;
	}

/* # Venues Listing
---------------------------------------------------------------------------------------------------- */

.venue-filter {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccdbe2;
}

	.venue-filter label {
		margin: 0 10px 0 0;
		font-size: 13px;
		font-weight: bold;
	}

	.venue-filter a.select-target,
	.sidebar-blog a.select-target {
		width: 225px;
		height: 31px;
		padding: 1px;
		position: relative;
		top: -3px;
		background: #f1f6f8; /* Old browsers */
		background: -moz-linear-gradient(top,  #f1f6f8 0%, #ebf2f5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f6f8), color-stop(100%,#ebf2f5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f1f6f8 0%,#ebf2f5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f1f6f8 0%,#ebf2f5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6f8', endColorstr='#ebf2f5',GradientType=0 ); /* IE6-9 */
		border: 1px solid #ccdbe2;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		--webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		font-size: 12px;
		font-weight: bold;
		line-height: 27px;
		text-indent: 7px;
		text-transform: uppercase;
	}

		.venue-filter a.select-target b,
		.sidebar-blog a.select-target b {
			width: 28px;
			height: 31px;
			right: 2px;
			background: url(images/arrow-select-small.png) center center no-repeat;
			border-left: 1px solid #dfe5e8;
		}

			.venue-filter a.select-target b:before,
			.venue-filter a.select-target b:after,
			.sidebar-blog a.select-target b:before,
			.sidebar-blog a.select-target b:after {
				display: none;
			}

	.venue-filter .select-content,
	.sidebar-blog .select-content {
		max-width: none !important;
		width: 352px !important;
		border: 1px solid #969797;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		border-radius: 0 !important;
	}

		.venue-filter .select.select-theme-default .select-options .select-option {
			padding: 5px 10px !important;
			font-size: 14px;
		}

		.venue-filter .select.select-theme-default .select-options .select-option:before {
			display: none;
		}

		.venue-filter .select.select-theme-default .select-options .select-option:first-child {
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			-ms-border-radius: 0 !important;
			-o-border-radius: 0 !important;
			border-radius: 0 !important;
		}

		.venue-filter .select.select-theme-default .select-options .select-option:hover,
		.venue-filter .select.select-theme-default .select-options .select-option.select-option-highlight {
			background-color: #f0efef !important;
			color: #424e54 !important;
		}

.venues,
.archive .facilities {
	margin: 0 0 20px;
	padding: 16px 20px;
	background-color: #f1f6f8;
	border-bottom: 2px solid #ccdbe2;
}

	.venues .entry-header,
	.archive .facilities .entry-header {
		width: 385px;
		float: right;
	}

		.venues .entry-header h2,
		.archive .facilities .entry-header h2 {
			margin: 0;
			text-transform: none;
		}

		.archive .facilities .entry-header h2 {
			margin: 0 0 10px;
			padding: 0 0 10px;
			border-bottom: 1px solid #ccdbe2;
			font-family: 'lato', sans-serif;
		}

		.venues .entry-header p,
		.archive .facilities .entry-header p {
			margin: 0 0 5px;
			font-size: 17px;
		}

		.archive .facilities .entry-header p.entry-meta {
			display: none;
		}

		.venues .entry-header p.red,
		.archive .facilities .entry-header p.red {
			margin: 0 0 7px;
			padding: 0 0 7px;
			border-bottom: 1px solid #ccdbe2;
			font-size: 14px;
			line-height: 1.4;
		}

			.venues .entry-header p.red strong,
			.archive .facilities .entry-header p.red strong {
				font-size: 13px;
			}

		.venues img.alignleft,
		.archive .facilities img.alignleft {
			margin: 0;
		}
		
		.venues h2,
		.venues p,
		.archive .facilities p {
			width: 385px;
			float: right;
		}

		.venues p,
		.archive .facilities p {
			font-size: 14px;
		}

		.manager-profile p {
			width: auto;
			float: none;
		}

		.venues p:last-child,
		.archive .facilities p:last-child {
			margin: 0;
		}

			.archive .facilities p a {
				font-weight: bold;
			}

/* # Facilities
---------------------------------------------------------------------------------------------------- */

.facility-gallery .bx-wrapper {
	margin: 0 0 12px !important;
}

	.single-facilities .entry-header .entry-meta {
		display: none;
	}

	.facility-gallery li {
		height: 350px;
	}

.facility-thumb-gallery {
	margin: 0 0 12px;
}

	.facility-thumb-gallery .bx-wrapper {
		background: none;
	}

		.entry-content ul.facility-thumb-carousel li {
			list-style-type: none;
		}

		#bx-pager .bx-viewport a {
			display: block;
			opacity: 0.4;
		}

		#bx-pager a.active {
			opacity: 1;
		}

.entry-content .facility-details ul {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccdbe2;
}

	.entry-content .facility-details ul li {
		margin: 0 20px 0 0;
		padding: 0 0 0 20px;
		float: left;
		list-style-type: none;
		font-size: 15px;
		font-weight: bold;
	}

	ul li.facility-name {
		background: url(images/facility-name.png) 0 5px no-repeat;
	}

	ul li.facility-cost {
		background: url(images/facility-cost.png) 0 5px no-repeat;
	}

	ul li.facility-availability {
		background: url(images/facility-availability.png) 0 5px no-repeat;
	}

.entry-content ul.tabs {
	width: 100%;
	margin: 0;
	padding: 0;
}

	.entry-content ul.tabs li {
		float: left;
		list-style-type: none;
	}

		.entry-content ul.tabs li a {
			padding: 10px 15px;
			float: left;
			display: block;
			position: relative;
			z-index: 2;
			background-color: #f1f6f8;
			border: 1px solid #ccdbe2;
			border-bottom: none;
			-webkit-border-radius: 4px 4px 0 0;
			-moz-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
			color: #424e54;
			font-size: 15px;
			font-weight: bold;
		}

		.entry-content ul.tabs li.tab-current a {
			z-index: 3;
			background-color: #fff;
			
		}

.tab-content {
	margin: 0 0 50px;
	padding: 20px 20px 10px;
	display: none;
	border: 1px solid #ccdbe2;
	-webkit-box-shadow: 0 0 0 4px #f1f4f5;
	box-shadow: 0 0 0 4px #f1f4f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

	.tab-content p {
		font-size: 15px;
	}

.tab-content-current {
	display: block;
}

/* # Manager Profile
---------------------------------------------------------------------------------------------------- */

.manager-profile .media-left {
	margin: 0 20px 0 0;
}

.manager-profile h2 {
	width: auto;
	float: none;
}

.manager-profile p.tel {
	margin: 0 0 5px;
	padding: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}

/* # Contact Map
---------------------------------------------------------------------------------------------------- */

.contact-map-wrap {
	width: 100%;
	height: 305px;
	position: relative;
}

	.contact-map {
		height: 305px;
		background-color: #ccc;
	}

	.contact-details {
		width: 290px;
		margin: 0 0 0 -480px;
		padding: 15px;
		position: absolute;
		top: 30px;
		left: 50%;
		z-index: 2;
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
		border: 1px solid #ccdbe2;
		border: 1px solid rgba(204,219,226,0.9);
	}

		.contact-details h3 {
			padding: 0 0 5px;
			border-bottom: 1px solid #ccdbe2;
		}

		.contact-details h4 {
			margin: 0 0 5px;
			font-family: 'lato', sans-serif;
			text-transform: none;
		}

		.contact-details .social {
			width: 100%;
			margin: 0 0 10px;
			font-size: 15px;
			font-weight: bold;
		}

			.contact-details .social p {
				margin: 0;
				float: left;
				clear: left;
				line-height: 2.7;
			}

			.contact-details .social a {
				margin: 0 10px 10px 0;
				clear: left;
				color: #424e54;
			}

			.contact-details .social a:hover {
				color: #ec512f;
			}

		.contact-details a.button {
			width: 100%;
		}

/* # Contact Form
---------------------------------------------------------------------------------------------------- */

.general-enquiry h1.entry-title,
.general-enquiry .entry-content {
	text-align: center;
}

.general-enquiry h1.entry-title {
	background-position: center bottom;
}

.general-enquiry .entry-content p {
	margin: 0 0 25px;
	font-size: 19px;
}

.entry-content .gform_body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.entry-content .gform_body ul li {
		list-style-type: none;
	}

		.gform_body ul li li {
			margin-bottom: 20px;
			text-align: left;
		}

		.gform_body ul li li label {
			font-size: 18px;
			font-weight: bold;
		}

		.gform_body ul li input, .gform_body ul li textarea {
			padding: 13px;
			background-color: #e5f0f5;
			border: 1px solid #e5f0f5;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
			color: #424e54;
			font-size: 18px;
			font-weight: bold;
		}

		.gform_body ul li select {
			height: 50px;
			padding: 13px 16px;
			background-color: #e5f0f5;
			font-size: 15px;
		}

		.gform_body ul li input:focus, .gform_body ul li textarea:focus {
			border-color: #b2cdda;
			--webkit-box-shadow: 0 0 7px rgba(36,154,209,0.2);
			box-shadow: 0 0 7px rgba(36,154,209,0.2);
		}

		.gform_body ul li.gfield_error input, .gform_body ul li.gfield_error textarea {
			border-color: #ec512f;
		}

		.gform_body ul li.your-address textarea {
			height: 170px;
		}

		.gform_body ul li.enquiry textarea {
			height: 400px;
		}

		.gform_body ul li ul.gfield_checkbox {
			padding: 10px 0 0;
		}

		.gform_body ul li ul.gfield_checkbox li {
			width: 50%;
			margin: 0 0 10px;
			float: left;
		}

			.gform_body ul li ul.gfield_checkbox li label {
				font-size: 15px;
			}

		::-webkit-input-placeholder {
			color: #424e54;
			font-size: 18px;
			font-weight: bold;
		}

		:-moz-placeholder { /* Firefox 18- */
			color: #424e54;
			font-size: 18px;
			font-weight: bold;
		}

		::-moz-placeholder {  /* Firefox 19+ */
			color: #424e54;
			font-size: 18px;
			font-weight: bold;
		}

		:-ms-input-placeholder {  
			color: #424e54;
			font-size: 18px;
			font-weight: bold;
		}

		.gfield_checkbox input {
			margin: 0 10px 0 0;
		}

		.gfield_checkbox label {
			font-size: 14px;
			font-weight: bold;
		}

		.validation_message {
			display: none;
		}

		.validation_error {
			margin: 0 0 25px;
			color: #ec512f;
			font-size: 19px;
		}

.gform_footer {
	text-align: center;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3b3b3b;
	padding: 30px 0;
	color: #fafbfc;
	font-size: 16px;
	line-height: 1;
}

.site-footer a {
	color: #fafbfc;
}

.site-footer a:hover {
	color: #ec512f;
}

	.site-footer p,
	.site-footer .menu-footer-container {
		margin: 12px 30px 0 0;
	}
	
	.site-footer p.copyright,
	.site-footer .menu-footer-container {
		float: left;
	}

	.site-footer p.copyright {
		font-weight: bold;
	}

		.site-footer .menu-footer-container li {
			margin: 0 5px 0 0;
			padding: 0 5px 0 0;
			float: left;
		}

	.site-footer p.fr {
		margin-right: 0;
	}

/* # Venue Selector
---------------------------------------------------------------------------------------------------- */

.venue-selector {
	width: 350px;
	padding: 0;
	position: fixed;
	top: 0;
	right: -355px;
	bottom: 0;
	z-index: 99999;
	background-color: #33434b;
	background-color: rgba(51,67,75,0.96);
	border-left: 1px solid #243239;
	-webkit-box-shadow: -1px 0 5px rgba(0,0,0,0.5);
	box-shadow: -1px 0 5px rgba(0,0,0,0.5);
	color: #fff;
}

	.venue-selector h2 {
		padding: 25px;
		color: #fff;
	}

	.venue-selector .close {
		width: 21px;
		height: 0;
		padding: 20px 0 0;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 28px;
		right: 17px;
		background: url(images/close.png) 0 0 no-repeat;
	}

	.venue-selector .close:hover {
		background-position: 0 -20px;
	}

/* # BX Slider
---------------------------------------------------------------------------------------------------- */

.bx-wrapper {
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	*zoom: 1;
	background-color: #ecf3f7;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin: 0 auto;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	height: 12px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	background: #f1f6f8;
	border: 1px solid #cedce3;
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	--webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e97d66;
	border: 1px solid #c8482b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls {
	width: 956px;
	margin: 0 auto;
}

.facility-gallery .bx-controls {
	width: auto;
}

.bx-wrapper .bx-prev {
	left: 25px;
	background: url(images/carousel-controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	left: 66px;
	background: url(images/carousel-controls.png) no-repeat -38px 0;
}

.facility-gallery .bx-wrapper .bx-prev,
.facility-thumb-gallery .bx-wrapper .bx-prev {
	left: 0px;
}

.facility-gallery .bx-wrapper .bx-next,
.facility-thumb-gallery .bx-wrapper .bx-next {
	right: 0px;
	left: auto;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -38px;
}

.bx-wrapper .bx-next:hover {
	background-position: -38px -38px;
}

.bx-wrapper .bx-controls-direction a {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 195px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #fff;
}

.facility-gallery .bx-wrapper .bx-controls-direction a,
.facility-thumb-gallery .bx-wrapper .bx-controls-direction a {
	margin: -19px 0 0;
	top: 50%;
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a:hover {
	background-color: #424e54;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner {
		max-width: 1016px;
	}

	/*.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}*/

}

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

	.site-container,
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	/* # Notice
	--------------------------- */
	.message-container {
		width: 100%;
		text-align: center;
	}

		.message-container a.button {
			width: 100%;
		}

	.site-header .wrap {
		padding: 20px;
	}

	.header-image .site-title a {
		margin: 0 auto;
		display: block;
		float: none;
	}

	.venue-name {
		width: 100%;
		margin: 0;
		text-align: center;
		line-height: 50px;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.nav-primary {
		padding: 0 30px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu > .first > a,
	.nav-primary .genesis-nav-menu > .last > a.nav-primary  {
		padding: 0 10px !important;
		background: none;
		line-height: 50px;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	/* # Tablet
	---------------------------------------------------------------------------------------------------- */
	
	/* # Home venue finder
	--------------------------- */
	.uwpqsf_class {
		float: none;
		clear: both;
		margin: 0 auto;
	}

	.uwpqsf_submit {
		width: 378px;
	}

		.uwpqsf_submit input {
			width: 350px;
		}
	
	/* # Home content
	--------------------------- */
	.home-content {
		padding: 30px;
	}

	.home-ctas {
		padding: 30px;
	}
	/* # Widgets
	--------------------------- */
	.widget-tweets {
		width: 100%;
	}

	/* # Contact us
	--------------------------- */
	.contact-details {
		width: auto;
		margin: 15px;
		top: 15px;
		left: 5px;
		right: 5px;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.site-container {
		width: 100%;
	}

	.site-inner {
		padding: 20px;
	}

	.home .site-inner {
		padding: 20px 0;
	}

	.wrap {
		max-width: 100%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.about-widgets .widget-twitter .twitter-block {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	#menu-about-us li a {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: 12px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	.pill-button {
		text-indent: -9999px;
		overflow: hidden;
	}

	.pill-button-facebook {
		width: 34px;
	}

	.pill-button-twitter {
		width: 36px;
	}

	.pill-button-google {
		width: 36px;
	}

		.pill-button i {
			margin: 0;
		}

	.site-header .wrap {
		padding: 20px 0;
	}

	.title-area {
		padding: 0 0 10px;
		border-bottom: 1px solid #ccdbe2;
	}

	.venue-name {
		margin: 0;
		text-align: center;
	}

	.header-widget-area {
		padding: 0 15px;
	}

	a.mobile-menu {
		padding: 20px 0;
		display: block;
		background: #f1f6f8 url(images/mobile-menu.png) 10px center no-repeat;
		--webkit-background-size: 30px;
		background-size: 30px;
		border-top: 1px solid #ccdbe2;
		color: #424e54;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

	.nav-primary {
		margin: 0;
		padding: 0;
	}

		.nav-primary #menu-primary-nav,
		li.nav-quick {
			display: none;
		}

	.genesis-nav-menu li.menu-item,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu > .first > a,
	.nav-primary .genesis-nav-menu > .last > a.nav-primary  {
		padding: 0 10px !important;
		background: none;
		border: none;
		line-height: 40px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.tagline {
		margin: 0;
	}

	.media-body {
		width: 100%;
		padding: 15px 0 0;
		clear: both;
	}

	.content-sidebar-wrap {
		margin: 0;
	}

	/* # Mobile styles
	---------------------------------------------------------------------------------------------------- */
	
	/* # Header right
	--------------------------- */
	.header-widget-area .widget-caption div {
		width: 100%;
		float: none;
	}

		.header-widget-area .widget-caption div a.button {
			width: 100%;
			margin: 0;
			float: none;
		}

		.header-widget-area .widget-caption div a.link-enquiries {
			width: 100%;
			height: 42px;
			margin: 10px 0 0;
			padding: 0;
			background: #ec512f;
			border: 1px solid #ec512f;
			color: #fff;
			cursor: pointer;
			font-family: "futura-pt", sans-serif;
			font-size: 12px;
			font-weight: 700;
			line-height: 42px;
			text-align: center;
			text-transform: uppercase;
		}

		.header-widget-area .widget-caption div a.link-enquiries:hover {
			background: #fff;
			border: 1px solid #ec512f;
			color: #ec512f;
		}

	/* # Home venue finder
	--------------------------- */
	.uwpqsf_class {
		width: 100%;
		height: 57px;
		padding: 0 12px;
		background-position: 12px 0;
	}

		.uwpqsf_class a.select-target {
			width: 100%;
		}

		.uwpqsf_submit input {
			width: 100%;
		}
	
	/* # Featured venues
	--------------------------- */
	.home-featured-venues {
		padding: 30px 0 20px;
	}

	.featured-venue {
		margin-bottom: 30px;
	}
	
	/* # Home content
	--------------------------- */
	.home-content {
		padding: 20px 0;
	}

	.home-content .one-third {
		margin-bottom: 20px;
	}

	.home-content .widget-twitter {
		padding: 0 20px;
	}

	.home-feature p {
		padding: 0 12px 27px;
		font-size: 18px;
	}

	.home-ctas {
		padding: 20px;
	}

	.ctas .widget, .ctas .cta {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.ctas .widget:first-child, .ctas .cta:first-child {
		margin-top: 0;
		margin-bottom: ;
	}

	.ctas .cta {
		float: none;
	}

	.ctas .cta {
		text-align: center !important;
	}

	.home-ctas .cta {
		padding-bottom: 15px;
		text-align: left !important;
	}

		.ctas .cta img {
			margin: 0 auto !important;
			float: none !important;
		}

		.ctas .cta .fl {
			float: none !important;
		}

			.ctas .cta h3 {
				text-align: center;
			}

			.ctas .cta p {
				margin: 0 0 15px;
				text-align: center;
			}

			.home-ctas .cta h3 {
				text-align: left;
			}

			.home-ctas .cta p {
				text-align: left;
			}

		.ctas .cta a.button {
			float: none !important;
		}

		.home-ctas .cta-map {
			width: 100%;
			height: 88px;
			margin: 20px 0 0;
			padding: 25px 10px;
			position: relative;
			overflow: hidden;
			background-color: transparent;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

			.home-ctas .cta-map img {
				width: 100%;
				position: absolute;
				top: -50%;
				left: 0;
				z-index: 10;
			}

			.home-ctas .cta-map .cta-map-info {
				width: 100%;
				position: relative;
				z-index: 20;
			}

				.home-ctas .cta-map .cta-map-info a {
					height: 38px;
					display: block;
					background-color: #fff;
					border: 1px solid #424e54;
					text-align: center;
					font-family: "futura-pt", sans-serif;
					font-size: 14px;
					font-weight: bold;
					line-height: 38px;
				}

	.home-feature {
		padding: 25px 20px;
	}

	/* # Widgets
	--------------------------- */

	.twitter-feed {
		margin: 0;
	}

		.widget-twitter h3 {
			padding-top: 20px;
		}

		.twitter-feed .twitter-block,
		.about-widgets .twitter-feed .twitter-block {
			margin-bottom: 20px;
		}

	.about-widgets .widget_tribe_widget_builder_82 h3, .about-widgets .widget_tribe_widget_builder_82 p {
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
		text-align: center;
	}
	
	/* # Footer
	--------------------------- */
	.site-footer {
		padding: 15px 0;
		text-align: center;
	}

		.site-footer p {
			width: 100%;
			margin: 0 0 15px;
			float: none;
			text-align: center;
		}

		.site-footer .menu-footer-container {
			width: 100%;
			margin: 0 0 15px;
		}

			.site-footer .menu-footer-container ul {
				width: 100%;
				text-align: center;
			}

				.site-footer .menu-footer-container ul li {
					float: none;
					display: inline-block;
					zoom: 1;
					*display: inline;
				}

		.site-footer .social {
			width: 100%;
			text-align: center;
		}

			.site-footer .social a {
				float: none;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}

	/* # Blog and listing
	--------------------------- */

	.blog .entry-header,
	.archive .facilities .entry-header,
	.post-type-archive-success-stories .entry-header,
	.blog .content p,
	.blog .entry-footer,
	.post-type-archive-facilities .entry-content p,
	.post-type-archive-facilities .entry-footer,
	.post-type-archive-success-stories .entry-content p,
	.post-type-archive-success-stories .entry-footer,
	.venues .entry-header,
	.venues h2,
	.venues p {
		width: auto;
		float: none;
		clear: both;
	}

	.archive .facilities .entry-header,
	.archive .facilities img.alignleft {
		margin: 0 0 10px;
	}

	.sidebar-blog a.select-target {
		margin: 10px 0 0;
	}

	.carousel li {
		height: 250px;
	}

		.carousel li .caption {
			width: auto;
			left: 15px;
			right: 15px;
			text-align: center;
		}

		.caption-title {
			width: 100%;
			display: block;
		}

		.carousel li .caption p {
			display: none;
		}

		.carousel li img {
			width: auto;
			max-width: none !important;
			height: 100%;
			position: static;
		}

	.caption-facilities {
		width: auto;
		margin: 0 15px;
		padding: 20px;
		position: static;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #249ad1;
		color: #fff;
	}

	.facility-gallery {
		margin: 0 0 40px;
	}

	.facility-gallery li {
		height: auto;
	}

	.facility-thumb-gallery {
		display: none;
	}

	.tab-content {
		margin: 0 0 15px;
		padding: 0;
		display: block;
		background-color: #f1f6f8;
		border: 1px solid #ccdbe2;
		-webkit-box-shadow: 0 0 0 4px #f1f4f5;
		box-shadow: 0 0 0 4px #f1f4f5;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px;
	}

	.tab-content-start,
	.tab-content-current {
		background-color: #fff;
	}

		.tab-content p {
			font-size: 15px;
		}

	.tab-mobile {
		padding: 10px 20px;
		display: block;
		background: url(images/arrow-accordion.png) right 5px no-repeat;
		color: #424e54;
		font-weight: bold;
	}

	.tab-content-start .tab-mobile,
	.tab-content-current .tab-mobile {
		background: url(images/arrow-accordion.png) right -35px no-repeat;
		border-bottom: 1px solid #cfdde4;
	}

	.tab-content-mobile {
		padding: 20px 20px 10px;
		display: none;
	}

	.tab-content-start .tab-content-mobile {
		display: block;
	}

}
#widget-twitter-4 {
    display: none !important;
}
.widget-tweets {
    display: none !important;
}