/* # Genesis Framework  
Theme Name: Schools Plus
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: Schools Plus Main Site
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;
	border-top: 6px solid #ccdbe2;
	color: #424e54;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.page-id-8,
body.page-id-182 {
	background-color: #fff;
}

.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;
}

::-webkit-input-placeholder {
   color: #424e54;
}

:-moz-placeholder { /* Firefox 18- */
   color: #424e54;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #424e54;  
}

:-ms-input-placeholder {  
   color: #424e54;  
}

.wpjb-field {
	margin: 0 0 10px;
}

.wpjb-label {
	margin: 0 0 6px;
	display: block;
	font-size: 14px;
	line-height: 1.3 !important;
}

.wpjb-field textarea {
	height: 100px;
}

.wpjb-field label {
	font-size: 14px;
}

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

.center { margin: 0 auto; }

.fl { float: left; }
.fr { float: right; }
.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,
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,
.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,
.single-post h1,
.archive h1,
.recruitment h1,
.single-case-studies h1,
.single-success-stories h1 {
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #ccdbe2;
}

.blog h1.site-title {
	padding: 0;
	border: none;
}

.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 {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccdbe2;
	color: #424e54;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
}

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

textarea {
	resize: none;
}

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

::-moz-placeholder {
	color: #424e54;
}

::-webkit-input-placeholder {
	color: #424e54;
}

/* ## 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;
}

.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;
}

.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-inner,
.wrap {
	margin: 0 auto;
	max-width: 1056px;
}

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

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

/* ## 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%;
}

.home .content-sidebar-wrap {
	overflow: hidden;
}

/* ### 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;
}
	
	.search-form input {
		margin: 0 0 20px;
	}

.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;
}

/* ## Search for your venue widget
--------------------------------------------- */

.widgettitle {
	border-bottom: none !important;
	padding: 10px 10px 10px 16px !important;
}

.fyn_searchfield {
	margin: 0 auto;
	text-align: center;
	background-color: #f1f6f8;
	position: relative;
	padding: 0 15px;
}

.fyn_searchfield input[name="fyn_postalcode"],
.fyn_searchfield input[name="s"] {
	width: 100%;
	border-radius: 3px;
	height: 40px;
	margin-bottom: 15px;
}

.fyn_searchfield input[name="send"] {
	background-color: none;
	background: url(images/search_icon.png) no-repeat;
	border: none;
	width: 19px;
	height: 38px;
	position: absolute;
	top: -54px;
	right: 26px;
	-webkit-appearance: none;
	-moz-appearance: none;
	--appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
}

#get_venues_names {
	margin-bottom: 15px;
}

.fyn_searchfield input[name="clear"] {
	display: none;
}

#search_results {
	margin: 0 auto;
	text-align: center;
}

#search_results .entry-header {
	text-align: left;
}

#search_results .venues .entry-header p.distance {
	width: 100px;
	margin: 0 0 0 10px;
	float: right;
	border: none;
}

	#search_results .venues .entry-header p.distance .FYN_viewmap {
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;
	}

#search_results .venues .entry-header p {
	width: auto;
	float: left;
}

#search_results .venues .entry-header a.button {
	width: auto;
	height: auto;
	margin: 22px 0 0 15px;
	padding: 8px 10px;
	clear: right;
	font-family: 'lato', sans-serif;
	text-transform: none;
	line-height: 1;
}

#FYN_map {
	width: 510px !important;
	height: 474px !important;
}

button.ui-button {
	outline: 0;
}

input[name="fyn_postalcode"]::-webkit-input-placeholder,
input#get_venues_names::-webkit-input-placeholder {
   color: #aab2b6;
}

input[name="fyn_postalcode"]:-moz-placeholder,
input#get_venues_names:-moz-placeholder { /* Firefox 18- */
   color: #aab2b6; 
}

input[name="fyn_postalcode"]::-moz-placeholder,
input#get_venues_names::-moz-placeholder {  /* Firefox 19+ */
   color: #aab2b6;
}

input[name="fyn_postalcode"]:-ms-input-placeholder,
input#get_venues_names:-ms-input-placeholder {  
   color: #aab2b6;
}

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

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

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

.entry-title 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;
}

.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,
	.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 .mobile .social a.icon {
	margin-bottom: 15px;
}

	.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;
}

.contact-details .social a.icon-map {
	background-position: -80px 0;
}

.contact-details .social a.icon-map:hover {
	background-color: #424e54;
	background-position: -80px -40px;
}

.widget-dark .social {
	width: 100%;
	padding: 15px 0 0;
}

	.widget-dark .social a.icon {
		float: none;
		display: inline-block;
		zoom: 1;
		*display: inline;
		background-color: #ec512f;
	}

	.widget-dark .social a.facebook {
		background-position: 0px -40px;
	}

	.widget-dark .social a.twitter {
		background-position: -40px -40px;
	}

	.widget-dark .social a.icon:hover {
		background-color: #D54627;
		border: none;
	}

/* # 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: 149px;
}

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

.site-title {
	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;
}

.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: 800px;
	margin: 19px 0 0;
	float: right;
	text-align: right;
}

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

	.site-header .widget-area a.link-enquiries {
		margin: 9px 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-venues a {
	padding-left: 37px;
	background-position: -215px 19px;
}

.nav-primary .genesis-nav-menu li.nav-recruitment a {
	padding-left: 45px;
	background-position: -373px 19px;
}

.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: -604px 19px;
}

.nav-primary .genesis-nav-menu li.nav-quick {
	background: url(images/arrow-red.png) right center no-repeat;
}

.nav-primary .genesis-nav-menu li.nav-quick a {
	background-position: -720px 21px;
	border: none;
	color: #ec512f;
}

.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,
.nav-primary .genesis-nav-menu li.nav-about.current-page-ancestor a {
	background-position: -82px -28px;
}

.nav-primary .genesis-nav-menu li.nav-venues a:hover,
.nav-primary .genesis-nav-menu li.nav-venues.current-menu-item a,
.nav-primary .genesis-nav-menu li.nav-venues.current-page-ancestor a {
	background-position: -215px -27px;
}

.nav-primary .genesis-nav-menu li.nav-recruitment a:hover,
.nav-primary .genesis-nav-menu li.nav-recruitment.current-menu-item a,
.nav-primary .genesis-nav-menu li.nav-recruitment.current-page-ancestor 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,
.nav-primary .genesis-nav-menu li.nav-contact.current-page-ancestor a {
	background-position: -604px -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 .current-page-ancestor > 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 {
	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;
}

.page-id-8 .tagline,
.page-id-182 .tagline {
	padding-top: 60px;
	padding-bottom: 100px;
}

	.tagline * {
		color: #fff;
	}

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

.carousel li {
	height: 483px;
}

	.carousel li .carousel-box {
		width: 317px;
		height: 242px;
		float: left;
		position: relative;
		overflow: hidden;
		border-right: 4px solid #fff;
		border-bottom: 4px solid #fff;
		background: #638898;
	}

	.carousel li .carousel-box-first {
		width: 634px;
	}

	.carousel li .carousel-box-end {
		width: 320px;
		border-right: 2px solid #fff;
	}

		.carousel li .carousel-box a {
			width: 100%;
			height: 100%;
			display: block;
			color: #fff;
			text-align: center;
		}

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

			.carousel li .carousel-box .box-content {
				width: 100%;
				height: 242px;
				padding: 80px 0 0;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				background-color: rgba(56,107,133,0.7);
				-webkit-transition: opacity .2s ease-in-out;
				-moz-transition:    opacity .2s ease-in-out;
				-ms-transition:     opacity .2s ease-in-out;
				-o-transition:      opacity .2s ease-in-out;
				transition:         opacity .2s ease-in-out;
			}

			.carousel li .carousel-box a:hover .box-content {
				opacity: 0;
			}

				.carousel li .carousel-box a .box-content .box-title {
					font-family: "futura-pt", sans-serif;
					font-size: 26px;
					font-weight: 700;
					text-transform: uppercase;
				}

				.carousel li .carousel-box a .box-content p.box-caption {
					padding: 0 80px;
					font-size: 15px;
				}

/* # 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;
		border: none !important;
	}

		.uform_title {
			display: none;
		}

		.uwpqsf_class {
			width: auto !important;
			margin: 0 !important;
			float: left;
			clear: none !important;
		}

		.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 > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-'] {
			padding: 0 5px !important;
		}

		.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 {
		padding: 0 0 25px;
		position: relative;
		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;
		}

		.featured-venue a.button {
			margin: 0 0 0 -100px;
			position: absolute;
			bottom: 0;
			left: 50%;
		}

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

.home-content {
	padding: 40px 0;
}

	.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 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,
	.home-content .latest-posts p a.location:hover {
		border-bottom: 1px solid #ec512f;
	}

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

	.home-content .latest-posts p a.location:hover {
		padding: 0 0 0 20px;
		background: url(images/pin-red.png) 0 0 no-repeat;
	}

	.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 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;
	}

	.home-feature .button + .button {
		margin-top: 15px;
	}

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

.home-ctas {
	padding: 40px 0;
}

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

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

.tagline ul.menu {
	margin: 40px 0 0;
}

	.tagline ul.menu li {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

	.tagline ul.menu li a {
		display: block;
	}

.know-more .left,
.know-more .right {
	width: 50%;
	padding-bottom: 20px;
	float: left;
	position: relative;
}

.know-more .left {
	padding-right: 20px;
	border-right: 1px solid #ccdbe2;
}

.know-more .right {
	padding-left: 20px;
}

	.know-more .left .media {
		margin-bottom: 20px;
	}

	.know-more .left p,
	.know-more .right p {
		width: auto;
		float: none;
		font-size: 15px;
	}

	.know-more .left a.button,
	.know-more .right a.button {
		width: 273px;
		position: absolute;
		bottom: 0;
	}

.downloads li {
	float: left;
	margin: 0 20px 0 0;
}

/* # 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 h1 span,
.archive h1 span {
	color: #656f73;
	font-family: 'lato', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}

.blog .entry-header,
.post-type-archive-case-studies .entry-header,
.post-type-archive-success-stories .entry-header {
	width: 440px;
	float: right;
}

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

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

		.blog .entry-header span {
			color: #424e54;
		}

		.blog .entry-header span.date,
		.blog .entry-header span.date span {
			color: #249ad1;
		}

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

	.blog .content p,
	.blog .entry-footer,
	.post-type-archive-case-studies .entry-content p,
	.post-type-archive-case-studies .entry-footer,
	.post-type-archive-success-stories .entry-content p,
	.post-type-archive-success-stories .entry-footer {
		width: 440px;
		float: right;
		font-size: 14px;
	}

		.blog .entry-footer a,
		.post-type-archive-case-studies .entry-footer a,
		.post-type-archive-success-stories .entry-footer a {
			color: #249ad1;
			font-weight: bold;
		}

			.blog .entry-footer a:hover,
			.post-type-archive-case-studies .entry-footer a:hover,
			.post-type-archive-success-stories .entry-footer a:hover {
				color: #ec512f;
			}

/* # 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;
}

body.contact .ctas .cta {
	padding: 45px 15px 48px;
}

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

	body.contact .ctas .cta h2 {
		margin: 0 0 0px;
		font-size: 21px;
	}

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

	body.contact .ctas .cta p {
		font-size: 18px;
	}

	.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;
	}

/* # 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;
	}

/* # 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: 588px;
		height: 624px;
		margin: 20px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		display: none;
		background-color: #fff;
		border: 1px solid #b0bec5;
	}

		.map-info h2 {
			margin: 0 0 15px;
			padding: 20px;
			border-bottom: 1px solid #ccdbe2;
		}

		.map-info p {
			margin: 0 0 20px;
			padding: 0 20px;
		}

		.map-info .map {
			width: 578px;
			height: 447px;
			margin: 0 auto;
			position: relative;
		}

			.map-info .map a {
				width: 100px;
				padding: 5px;
				display: block;
				position: absolute;
				background-color: #fff;
				border: 1px solid #ccdbe2;
				color: #424e54;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
				line-height: 1.2;
			}

			.map-info .map a:hover {
				background-color: #424e54;
				border: 1px solid #424e54;
				color: #fff;
			}

		#map-info-london .map {
			background: url(images/maps/london.jpg) 0 0 no-repeat;
		}

		#map-info-midlands .map {
			background: url(images/maps/midlands.png) 0 0 no-repeat;
		}

		#map-info-north-of-england .map {
			height: 513px;
			position: relative;
			top: -20px;
			background: url(images/maps/north-of-england.png) 0 0 no-repeat;
		}

		#map-info-south-east .map {
			background: url(images/maps/south-east.png) 0 0 no-repeat;
		}

		#map-info-south-west .map {
			background: url(images/maps/south-west.png) 0 0 no-repeat;
		}

		.map-info .close {
			width: 21px;
			height: 0;
			padding: 20px 0 0;
			display: block;
			overflow: hidden;
			position: absolute;
			top: 23px;
			right: 25px;
			background: url(images/close.png) 0 -40px 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;
		}

.tax-venue-region .venues,
.venues {
	margin: 0 0 20px !important;
	padding: 16px 20px;
	background-color: #f1f6f8;
	border-bottom: 2px solid #ccdbe2;
}

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

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

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

		.venues .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 {
				font-size: 13px;
			}

		.venues img.alignleft {
			margin: 0;
		}

		.venues p {
			width: 385px;
			float: right;
			font-size: 14px;
		}

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

.blog-view-venue {
	margin: 20px 0;
}

.blog-view-venue p {
	width: auto;
	float: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.3;
}

/* # Leadership Team
---------------------------------------------------------------------------------------------------- */

.team-member {
	margin: 20px 0 0;
}

	.team-name {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.2;
	}

	.team-position {
		margin: 0 0 7px;
		padding: 0 0 7px;
		border-bottom: 1px solid #ccdbe2;
		font-size: 15px;
	}

	.team-member p {
		font-size: 14px;
	}

/* # Recruitment
---------------------------------------------------------------------------------------------------- */

.pill-button-rss {
	margin: 0 0 0 10px;
}

.wpjb-job {
	margin: 0 0 25px;
	border-bottom: 1px solid #ccdbe2;
}

	.wpjb-column-title a {
		color: #424e54;
		font-size: 21px;
		font-weight: bold;
	}

	.entry-content .wpjb-column-title ul,
	.entry-content .job-details ul {
		margin: 0 0 6px;
		padding: 0 0 6px;
		border-bottom: 1px solid #ccdbe2;
	}

	.entry-content .job-details ul {
		border: none;
	}

		.entry-content .wpjb-column-title ul li,
		.entry-content .job-details ul li {
			margin: 0 30px 0 0;
			padding: 0 0 0 20px;
			float: left;
			list-style-type: none;
		}

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

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

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

	.wpjb-job p {
		margin: 0 0 10px;
		font-size: 14px;
	}

	.wpjb-column-content a {
		color: #249ad1;
		font-weight: bold;
	}

	.wpjb-column-content a:hover {
		color: #e5554e;
	}

.wpjb-page-single {
	border: none;
}

.job-intro p {
	font-size: 19px;
}

#wpjb-logo {
	width: 185px;
}

.job-details {
	width: 425px;
	margin: 0 0 30px;
	padding: 20px;
	background-color: #f1f6f8;
	border-bottom: 2px solid #ccdbe2;
}

	.job-details a.button {
		width: 185px;
		margin: 0 15px 0 0;
	}

	.job-details a.button-red {
		margin: 0;
	}

.wpjb-job-content {
	padding: 15px 0 0;
	clear: both;
	border-top: 1px solid #ccdbe2;
}

	.wpjb-job-content .wpjb-job-text {
		margin: 0;
	}

	.wpjb-job .wpjb-job-text p {
		font-size: 16px;
	}

.wpjb-none,
.wpjb-overlay {
    display: none;
}

.wpjb-flash-error,
.wpjb-flash-info {
	margin: 30px 0 0 !important;
	padding: 10px 20px;
	background-color: #bd5959;
	color: #fff;
	font-weight: bold;
}

.wpjb-flash-info {
	margin: 0 0 30px;
	background-color: #91bd59;
}

#wpjb-apply-form {
	margin: 30px 0 0;
	padding: 20px;
	background-color: #f1f6f8;
	border: 1px solid #ccdbe2;
}

	.wpjb-job-apply fieldset {
		margin: 0;
		padding: 0;
		border: none;
	}

	.wpjb-job-apply fieldset.wpjb-fieldset-apply {
		margin: 0 0 20px;
	}

		.wpjb-job-apply fieldset legend {
			margin: 0 0 10px;
			font-size: 19px;
			font-weight: bold;
		}

		.wpjb-upload-actions a img {
			vertical-align: baseline !important;
		}

		.wpjb-error input,
		.wpjb-error textarea {
			border-color: #dab2b2;
			--webkit-box-shadow: 0 0 2px rgba(209,40,36,0.2);
			box-shadow: 0 0 2px rgba(209,40,36,0.2);
		}

		.entry-content ul.wpjb-errors {
			margin: 0 0 10px;
			color: #bd5959;
		}

			.entry-content ul.wpjb-errors li {
				list-style-type: none;
				font-weight: bold;
				font-size: 14px;
			}

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

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

	.contact-map {
		height: 460px;
		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;
		}

		.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 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;
		}

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

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

		::-moz-placeholder {
			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;
}

/* # 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;
	}

	.sidebar-primary .widget-recent-posts .widget-wrap {
		padding: 20px;
	}

		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: 0;
		}

			.widget-wrap ul li,
			.widget-wrap ul li a {
				width: 100%;
				margin: 0;
				padding: 0;
				display: block;
				border: none;
			}
			
			.sidebar-primary .widget-recent-posts .widget-wrap ul li {
				margin: 0 0 15px;
				padding: 0 0 15px;
				border-bottom: 1px solid #ccdbe2;
			}

				.sidebar-primary .widget-recent-posts .widget-wrap ul li a {
					width: auto;
					padding: 0;
					display: inline;
					border: none;
					font-size: 15px;
					font-weight: bold;
				}

				.sidebar-primary .widget-recent-posts .widget-wrap ul li a:hover {
					background-color: transparent;
					color: #ec512f;
				}

				.sidebar-primary .widget-recent-posts .widget-wrap ul li p a.location {
					padding: 0 0 0 20px;
					background: url(images/pin-red.png) 0 0 no-repeat;
					color: #ec512f;
					border: none;
				}

				.sidebar-primary .widget-recent-posts .widget-wrap ul li p a.location:hover {
					border-bottom: 1px solid #ec512f;
				}

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

				.widget-wrap ul li:first-child a,
				.home-content .widget-wrap ul li a {
					border: none;
				}

				.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;
						border: none;
					}

		.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,
			.sgr-custom-taxonomies-menu .widget-wrap ul li.current-cat-parent > 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,
.widget-dark {
	padding: 20px 0;
	background: url(images/venue-to-host.jpg) center center no-repeat;
	--webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.widget-dark {
	padding: 20px;
}

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

.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,
	.widget-dark 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,
	.widget-dark p {
		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-dark .button {
		margin-top: 15px;
	}

.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;
	}

.sidebar-primary .widget_wpjb-search .widget-wrap {
	padding: 15px;
	background-color: #f1f6f8;
}

	.widget_wpjb-search .widget-wrap h4.widget-title {
		padding: 0;
		border-bottom: none;
		font-size: 18px;
	}

	.widget_wpjb-search .widget-wrap input.job-search {
		height: 40px;
		margin: 10px 0;
		padding: 0 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.widget_wpjb-search .widget-wrap input.button {
		width: 135px;
		font-size: 15px;
	}

.wpjb-widget-smart-alert {
	margin: 20px 0 15px;
	padding: 17px;
	background-color: #e7f5fa;
	border: none;
	border-bottom: 2px solid #ccdbe2;
}

	.wpjb-widget-smart-alert h4.widget-title {
		margin: 0 0 2px;
		padding: 0;
		background-color: transparent;
		border: none;
		font-size: 18px;
	}

	.wpjb-widget-smart-alert p {
		margin: 0 0 10px;
	}

	.entry-content .wpjb-widget-smart-alert ul,
	.entry-content .wpjb-widget-smart-alert ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.entry-content .wpjb-widget-smart-alert ul {
		margin: 0 0 5px;
	}

	.entry-content .wpjb-widget-smart-alert ul li {
		margin: 0 11px 0 0;
		float: left;
	}

		.entry-content .wpjb-widget-smart-alert ul li input {
			width: 200px;
			height: 34px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
		}

		.entry-content .wpjb-widget-smart-alert ul li input.wpjb-button {
			width: 160px;
			height: 34px;
			line-height: 34px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
		}

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

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

.entry {
	margin: 0;
}

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

.single-post .content .post,
.single-case-studies .case-studies,
.single-success-stories .success-stories {
	padding: 0;
	border: none;
}

	.single-post .content .post .entry-meta {
		display: none;
	}

.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;
}

.pagination .nav-previous a:hover {
	background: #ccdbe2 url(images/arrow-prev.png) 0 0 no-repeat;
}

.pagination .nav-next a:hover {
	background: #ccdbe2 url(images/arrow-next.png) right 0 no-repeat;
}

.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;
}

/* # 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;
	}

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

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

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

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

.bx-wrapper .bx-viewport {
	width: 956px !important;
	margin: 0 auto;
	overflow: visible !important;
	/*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: -30px;
	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 {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

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

.bx-wrapper .bx-controls-direction {
	
}

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

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

.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: -261px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #fff;
}

.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) {

	.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%;
	}

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

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

	.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;
	}
	
	/* # Contact us
	--------------------------- */
	.contact-details {
		width: auto;
		margin: 15px;
		top: 15px;
		left: 5px;
		right: 5px;
	}

	.featured-venue a.button {
		position: static;
		margin: 0;
	}

}

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

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

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.site-inner {
		padding: 20px;
	}

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

	.sidebar .widget_tribe_widget_builder_82 {
		padding: 20px 0 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,
	.tagline ul.menu 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;
	}

	.button {
		max-width: 100%;
	}

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

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

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

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

	.pill-button-rss {
		text-indent: 0;
	}

		.pill-button i {
			margin: 0;
		}

		.pill-button-rss i {
			margin: 0 0 0 11px;
		}

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

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

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

	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 {
		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;
	}

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

	.home-content .media-body {
		width: auto;
		padding: 0;
		clear: none;
	}

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

		.header-widget-area .widget-caption div a.button {
			max-width: 97%;
			margin: 0 5px;
		}

		.header-widget-area .widget-caption div a.button-red {
			float: left;
		}

	/* # 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: ;
	}
	
	/* # About Us menu
	--------------------------- */
	.page-id-8 .tagline,
	.page-id-182 .tagline {
		padding-bottom: 30px;
	}

	.tagline ul.menu li {
		width: 100%;
		float: none;
		display: block;
	}

		.tagline ul.menu li a {
			width: 80%;
			margin: 0 auto 13px;
		}

	.about-ctas {
		position: static;
	}

	.about-widgets {
		margin: 0;
	}

	/* # 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;
	}

	.about-widgets .widget_tribe_widget_builder_82 img {
		margin: 0 auto 20px;
		float: none;
	}

	.about-widgets .widget_tribe_widget_builder_82 .widget-caption {
		width: 100%;
		float: none;
		text-align: center;
	}

	.know-more .left,
	.know-more .right {
		width: 100%;
		height: auto;
		padding: 0;
		border: none;
	}

	.know-more .left {
		margin: 0 0 20px;
	}

		.know-more .left a.button,
		.know-more .right a.button {
			position: static;
		}
	
	/* # 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,
	.post-type-archive-case-studies .entry-header,
	.post-type-archive-success-stories .entry-header,
	.blog .content p,
	.blog .entry-footer,
	.post-type-archive-case-studies .entry-content p,
	.post-type-archive-case-studies .entry-footer,
	.post-type-archive-success-stories .entry-content p,
	.post-type-archive-success-stories .entry-footer,
	.venues .entry-header,
	.venues p {
		width: auto;
		float: none;
		clear: both;
	}

	/* # Jobs
	--------------------------- */

	.job-details {
		width: 100%;
		margin: 15px 0 0;
	}

		.job-details li {
			clear: both;
		}

		.job-details a.button {
			width: 100%;
			margin: 10px 0 0;
		}

	/* # Contact us
	--------------------------- */

	body.contact .ctas .cta {
		float: none;
	}

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

		body.contact .ctas .cta-wide img {
			margin: 0 auto;
			float: none !important;
		}

		body.contact .ctas .cta-wide .fl {
			float: none !important;
		}

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

		body.contact .ctas .cta-wide a.button {
			float: none !important;
		}

	.gform_body .gfield {
		padding: 0;
	}

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

	.bx-wrapper .bx-viewport {
		width: 100% !important;
	}

	.bx-controls {
		width: 100%;
	}

		.bx-wrapper .bx-controls-direction a {
			top: -420px;
		}

		.bx-wrapper .bx-prev {
			left: 0;
		}

		.bx-wrapper .bx-next {
			right: 0;
		}

	.carousel li {
		height: auto;
	}

		.carousel li .carousel-box {
			width: 50%;
			height: 200px;
			float: left;
			position: relative;
			overflow: hidden;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			background: #638898;
		}

		.carousel li .carousel-box-first {
			width: 100%;
		}

		.carousel li .carousel-box-end {
			width: 50%;
		}

			.carousel li .carousel-box .box-content {
				height: 200px;
				padding: 50px 0 0;
			}

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

				.carousel li .carousel-box a .box-content .box-title {
					font-size: 20px;
					line-height: 1.3;
				}

				.carousel li .carousel-box a .box-content p.box-caption {
					padding: 0 20px;
				}

	/* # Venue Filter
	---------------------------------------------------------------------------------------------------- */

	.venue-filter label {
		margin-bottom: 10px;
	}

	/* # Pagination
	---------------------------------------------------------------------------------------------------- */
	
	.page-list {
		width: 100%;
		float: none;
	}

	.pagination .nav-previous,
	.pagination .nav-next {
		width: 32px;
	}

	.pagination .nav-next {
		float: right;
	}

	.pagination .nav-previous a,
	.pagination .nav-next a {
		text-indent: -9999px;
		text-align: left;
	}

}

@media print {

	.venue-selector,
	.bx-wrapper,
	.site-header,
	.nav-primary,
	.home-find-venue,
	aside.sidebar {
		display: none;
	}

}

.acf-map {
	width: 100%;
	height: 664px;
	border: transparent solid 0px;
	margin: 0 0 30px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.acf-map .gmnoprint {
	display: none;
}

#fyn_searchform,
#searchform {
	margin-bottom: 0px;
}

#menu-item-9599 a {
    background-image: url(images/enni.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 9px 20px;
    padding-left: 35px;
}
#menu-item-9599 a:hover {
    background-position: 7px -33px;
}
@media only screen and (max-width:64.375em) { 
    #menu-item-9599 a {
        background:none;
    }
}
#widget-twitter-4 {
    display: none !important;
}
.widget-tweets {
    display: none !important;
}

.gmw-element-wrapper input.gmw-action-button,
.gmw-form-wrapper input.gmw-form-button {
	background-color: #424e54;
	border: 1px solid #424e54;
	color: #fff;
	cursor: pointer;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.gmw-element-wrapper input.gmw-action-button:hover,
.gmw-form-wrapper input.gmw-form-button:hover {
	border: 1px solid #33434b;
	background-color: #33434b;
}

.job-details .wpjb-form-toggle.wpjb-form-job-apply {
    display: none !important;
}

.job-details .button-blue {
    width: 100% !important;
    margin-right: 0px !important;
}