/* # Site-Event Theme  
Theme Name: Site-Event 
Theme URI: http://ifamily.co.uk/ 
Description: A bespoke theme for Site-Event.co.uk.   
Author: iFamily  
Author URI: http://ifamily.co.uk/  

*/


/* # 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:#191c1f}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 {
	background-color: #dfe5e6;
	color: #191c1f;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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: #191c1f;
	color: #fff;
}

::selection {
	background-color: #191c1f;
	color: #fff;
}

a {
	color: #1d3b66;
	color: #003592;
	text-decoration: none;
}

a:hover {
	color: #191c1f;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #191c1f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Font Test
--------------------------------------------- */

.lato {
	font-family: 'Lato', sans-serif;
}

.didact {
	font-family: 'Didact Gothic', sans-serif;
}

.opensans {
	font-family: 'Open Sans', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}

.source {
	font-family: 'Source Sans Pro', sans-serif;
}

.droid {
	font-family: 'Droid Sans', sans-serif;
}

.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.montserrat { 
	font-family: 'Montserrat', sans-serif;
}

.quattrocento {
	font-family: 'Quattrocento Sans', sans-serif;
}


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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	-webkit-backface-visibility: hidden;
	border-radius: 5px;
	background: rgb(223,229,230);
	background: -moz-linear-gradient(top,  rgba(223,229,230,1) 0%, rgba(116,118,121,1) 50%, rgba(101,101,103,1) 51%, rgba(88,88,90,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,229,230,1)), color-stop(50%,rgba(116,118,121,1)), color-stop(51%,rgba(101,101,103,1)), color-stop(100%,rgba(88,88,90,1)));
	background: -webkit-linear-gradient(top,  rgba(223,229,230,1) 0%,rgba(116,118,121,1) 50%,rgba(101,101,103,1) 51%,rgba(88,88,90,1) 100%);
	background: -o-linear-gradient(top,  rgba(223,229,230,1) 0%,rgba(116,118,121,1) 50%,rgba(101,101,103,1) 51%,rgba(88,88,90,1) 100%);
	background: -ms-linear-gradient(top,  rgba(223,229,230,1) 0%,rgba(116,118,121,1) 50%,rgba(101,101,103,1) 51%,rgba(88,88,90,1) 100%);
	background: linear-gradient(to bottom,  rgba(223,229,230,1) 0%,rgba(116,118,121,1) 50%,rgba(101,101,103,1) 51%,rgba(88,88,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5e6', endColorstr='#58585a',GradientType=0 );
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 7px;
}

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

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: rgb(29,59,102);
	background: -moz-linear-gradient(top,  rgba(29,59,102,1) 0%, rgba(23,48,82,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,59,102,1)), color-stop(100%,rgba(23,48,82,1)));
	background: -webkit-linear-gradient(top,  rgba(29,59,102,1) 0%,rgba(23,48,82,1) 100%);
	background: -o-linear-gradient(top,  rgba(29,59,102,1) 0%,rgba(23,48,82,1) 100%);
	background: -ms-linear-gradient(top,  rgba(29,59,102,1) 0%,rgba(23,48,82,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,59,102,1) 0%,rgba(23,48,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3b66', endColorstr='#173052',GradientType=0 );
	color: #fff;
}

.entry-content .button:hover {
	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: #191c1f;
}

.button {
	display: inline-block;
}

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

.button.wider {
	min-width: 100%;
	text-align: center;
}

.button.wider i {
	margin-left: 0.4em;
}

.button.silver:hover,
.page-id-36 .banner .button:hover,
.banner .button:hover,
.home .banner .button:hover,
.event-page .button:hover {
	background: rgb(25,28,31);
	background: -moz-linear-gradient(top,  rgba(25,28,31,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,28,31,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(25,28,31,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(25,28,31,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(25,28,31,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,28,31,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191c1f', endColorstr='#000000',GradientType=0 );
}

.button.white:hover {
	color: #dfe5e6;
}


.banner .button:hover,
.home .banner .button:hover {
	color: #fff;
}


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

.site-inner {
	clear: both;
	padding-top: 40px;
}

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

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

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

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

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

/* ### Content */

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

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

/* ### Primary Sidebar */

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

.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 {
	float: left;
	margin-left: 2.564102564102564%;
}

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

.one-third,
.two-sixths {
	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 {
	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 {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

.post-type-archive-testimonial .archive-description {
	background-color: rgba(255,255,255,0);
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 0 0 0;
}

.post-type-archive-testimonial .archive-title {
	font-size: 36px;
}

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

.search-form {
	overflow: hidden;
}

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

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

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


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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #191c1f;
}

.entry-title a:hover {
	color: #1d3b66;
}

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


/* # 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 #dfe5e6;
	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: #191c1f;
}

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	/*min-height: 160px;*/
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.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: #191c1f;
}

.header-image .site-title > a {
	background: url(/a/i/site-event-logo.png) no-repeat left;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	text-align: right;
	width: 220px;
	margin-left: 124px;
}

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

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #191c1f;
	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: #1d3b66;
}

.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; */
	padding: 0 0 0;
}

/* Custom search in nav bar
--------------------------------------------- */
li.searchme {
	display: none;
	margin-top: 5px;
	margin-bottom: 4px;
	width: 20%;
}

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

.nav-primary .genesis-nav-menu a {
	color: #191c1f;
}

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

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

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

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


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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
	border-radius: 7px;
}

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

.page-id-461 .entry-content ul.gfield_checkbox > li,
.page-id-461 .entry-content ul.gform_fields > li,
.page-id-461 .entry-content ul.gfield_radio > li{
	list-style-type: none;
}

label#label_6_1,
label#label_6_2,
label#label_6_3,
label#label_7_0,
label#label_7_1,
label#label_19_0,
label#label_19_1 {
	margin-left: 1em;
}

.page-id-461 li#field_2_26.gfield.gform_validation_container {
	display: none;
}

.page-id-461 div.ginput_container {
	margin-top: 0.6em;
	margin-bottom: 2em;
}

.page-id-461 label.gfield_label {
	font-weight: 700;
}

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

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

.entry-content ul.chooser {
	margin-bottom: 28px;
	margin-left: 0
}

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

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #dfe5e6;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #191c1f;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #1d3b66;
}

/* ## 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: #dfe5e6;
	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: #dfe5e6;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 16px;
}

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

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
	border-radius: 7px;
}


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

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

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

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

.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: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Custom Styles
---------------------------------------------------------------------------------------------------- */


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

table {
	max-width: 100%;
	border: 1px solid #dfe5e6;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dfe5e6;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dfe5e6;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #dfe5e6;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dfe5e6;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dfe5e6;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #edf1f1;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #fff;
}

/* # Clear fix for column classes
---------------------------------------------------------------------------------------------------- */
.clear-line:after {
  	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear-line {
	display: inline-block;
	width: 100%;
}
 
html[xmlns] .clear-line {
	display: block;
}
 
* html .clear-line {
	height: 1%;
}

/* # Hide custom searh
---------------------------------------------------------------------------------------------------- */

.custom-search { 
	display: none;
	list-style: none;
	}
	
#search-button {
	cursor: pointer; 
}

/* Top Navigation
--------------------------------------------- */

.nav-top {
	background-color: #fff;
	background: #fff;
	text-align: right;
	color: #191c1f;
	height: 32px;
}

#menu-top-menu.topmenu.genesis-nav-menu a {
	padding: 7px 24px;
	color: #191c1f;
	font-weight: 700;
	font-size: 18px;
}

#menu-top-menu.topmenu.genesis-nav-menu a i {
	color: #f2ae00;
}

.header-image .site-title a {
	float: left;
	min-height: 80px;
	width: 100%;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-297 a,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-298 a,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-299 a,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-300 a {
	padding: 7px 7px;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-297 a i,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-298 a i,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-299 a i,
#menu-top-menu.topmenu.genesis-nav-menu #menu-item-300 a i {
	color: #191c1f;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-297 a i:hover,
.genesis-nav-menu.menu-secondary #menu-item-24 a:hover {
	color: #3b5998;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-298 a i:hover,
.genesis-nav-menu.menu-secondary #menu-item-25 a:hover {
	color: #1D87BD;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-299 a i:hover,
.genesis-nav-menu.menu-secondary #menu-item-26 a:hover {
	color: #55ACEE;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-300 a i:hover,
.genesis-nav-menu.menu-secondary #menu-item-27 a:hover {
	color: #DD4B39;
}

#menu-top-menu.topmenu.genesis-nav-menu #menu-item-460 a i:hover,
.genesis-nav-menu.menu-secondary #menu-item-460 a:hover {
	color: #cc181e;
}


/* Footer Menu Navigation
--------------------------------------------- */

ul#menu-footer-menu.menu.genesis-nav-menu.menu-secondary {
	text-align: center;
}


/* Side Bar Navigation
--------------------------------------------- */

.entry-content ul.nav-pills li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.entry-content ul.nav-pills > li:last-child {
	margin-bottom: 0;
}

.entry-content ul.nav-pills > li {
	list-style-type: none;
}

.nav-pills>li>a {
	border-radius: 5px
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover, 
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.footer-widgets .nav>li>a:hover, 
.footer-widgets .nav>li>a:focus {
    text-decoration: none;
    background-color: #58585a
}

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

#mobile-menu {
	display: none;
	visibility: hidden;
}

/*
Colours
--------------------------------------------- */

.yellow {
	background-color: #f2ae00;
}
.blue {
	background-color: #003592;
}
.dark-grey {
	background-color: #58585a;
}
.light-grey {
	background-color: #bdbdbd;
}
.light-grey-toilet-door {
	background-color: #747679;
}
.orange {
	background-color: #ffaa52;
}
.white {
	background-color: #dfe5e6;
}
.green {
	background-color: #004d48;
}

.mint {
	background-color: #afddd1;
	color: #191c1f;
}

.black {
	background-color: #191c1f;
}

/* Circlular Images
------------------------------------------------------------ */

.circle {
    /* width:150px;
    	height:150px;*/
    background: #1AC1A5;
    /* border-radius:100px; */
    border-radius: 100%;
    border: 7px solid #dfe5e6;
}

/* Hide Email address menu items
------------------------------------------------------------ */

li#menu-item-462,
li#menu-item-463 {
	display: none;
}

.event-page li#menu-item-6,
.build-page li#menu-item-6 {
 display: none;
}

.event-page li#menu-item-462,
.build-page li#menu-item-463 {
	display: inline-block;
}


/* Banners
------------------------------------------------------------ */

#banner-1 {
    background: none;
    padding: 1em 0 0 0;
}

#banner {
    background: none;
    padding: 2em 3em 2em 3em;
}

.banner {
	/*background-color: rgb(252,56,68);*/
	background: rgb(252,56,68);
	background: url(images/banner-home-bg1.jpg) repeat-x center top;
	text-align: center;
	color: #fff;
}

.banner a {
	color: #fff;
}

.banner a:hover {
	color: #dfe5e6;
}

.home .banner h1 a {
	color: #f2ae00;
	}
.home .banner h1 a:hover {
	color: #ffaa52;
	}
	

.choice-event,
.choice-build,
.choice-equip {
	text-align: center;
	background: url(images/choice-site-equip-trans.jpg) no-repeat center top;
	height: 247px;
	padding: 0px 0px 20px 0px;
	border: 3px solid white;
	border-radius: 7px;
	cursor: pointer;
}

.choice-build {
	background: url(images/choice-site-build-trans.jpg) no-repeat center top;
}

.choice-event {
	background: url(images/choice-site-event-trans.jpg) no-repeat center top;
}

.choice-equip:hover h3,
.choice-event:hover h3,
.choice-build:hover h3 {
	opacity: 1;
}

.choice-equip:hover .button,
.choice-event:hover .button,
.choice-build:hover .button {
	background: rgba(255,255,255,0);
	color: #1d3b66;
	border-color: #1d3b66;
}

.choice-event:hover {
	opacity: 1;
}


.trans-bg {
	width: 60px;
	border: 1px solid white;
	/*border-radius: 0 0 7px 7px;*/
	display: none;
}

.choice-event h3,
.choice-build h3,
.choice-equip h3 {
	background: rgba(255,255,255,0.9);
	margin: 0 0 0 0;
	height: 160px;
	padding: 20px 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	color: #1d3b66;
	opacity: 0;
	text-shadow: 0px 1px 1px #fff;
}

.choice-event .button,
.choice-build .button,
.choice-equip .button {
	width: 90%;
	margin-top: -10px;
	min-height: 84px;
}



.banner.event {
   /* background-color: #3469b5;*/
   background-color: rgb(252,56,68);
   background: rgb(252,56,68);
   background: url(/a/i/banner.jpg) repeat-x center top;
}

.banner.build {
   /* background-color: #3469b5;*/
   background-color: rgb(252,56,68);
   background: rgb(252,56,68);
   background: url(images/banner-build-bg1.jpg) repeat-x center top;
}

.banner.construction {
   background: url(images/banner-construction-bg1.jpg) repeat-x center top;
}

.banner h4.widget-title.widgettitle,
.banner h1 {
    color: #fff;
    font-size: 25px;
    font-size: 2.5em;
    margin-top: 1em;
}

.home .banner h1 {
	font-size: 14px;
    font-size: 1.4em;
    margin-bottom: 1em;
}

h1.animated.bounceInDown {
    text-align: center;
    color: #fff;
    margin-top: 1em;
    font-size: 25px;
    font-size: 2.5em;
}

h2.animated.fadeIn.delay-1,
h2.animated.slideInRight.delay-1 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-size: 1.5em;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-2 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.delay-3 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.delay-4 {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.delay-5 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

nav.animated.fadeIn.delay-2 ul {
    list-style: none;
    margin-bottom: 2em;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

nav.animated.fadeIn.delay-2 li {
    text-align: center;
    display: inline-block;
}

.banner .button {
   /* background: #191c1f; */
    border: 2px solid #eee;
}

button#calculate-toilets,
button#calculate-toilets-construction {
	margin-top: 1em;
}

/* # Toilet Calculator
---------------------------------------------------------------------------------------------------- */
#event-calculator {
	display: none;
}

#construction-calculator {
	display: none;
}

#toilet-calculator.banner {
	background: #191c1f;
	min-height: 300px;
	color: #fff;
	width: 100%;
	display: none;
}

#toilet-calculator.banner h3 {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1rem;
}

#toilet-calculator.banner h3.toilet-display-construction,
#toilet-calculator.banner h2#wheeled-toilets {
	font-size: 4rem;
	margin-bottom: 0;
}

#toilet-calculator.banner h3.toilet-display,
#toilet-calculator.banner h3.trailer-number {
	font-size: 3.2rem;
	margin-bottom: 0;
}


#toilet-calculator.banner h3 span#toilet-label,
#toilet-calculator.banner h3 span#toilet-label-construction,
#toilet-calculator.banner h2 span#trailer-label,
#toilet-calculator.banner h2 span.female-male-label {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 0.2rem;
	vertical-align:top;
}

span.toilet-label {
	display: none;
}

span#toilet-amount,
span.toilet-label {
	text-align: left;
}

#toilet-calculator.banner .wheel-left {
	text-align: center;
}

#toilet-calculator.banner span#or-text {
	font-style: italic;
}

#toilet-calculator.banner h2 {
	color: #fff;
}

@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.2); }
	100% { -webkit-transform: scale(1); }
}

.pulse {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1500ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

/* # Enquiry Form
---------------------------------------------------------------------------------------------------- */

#enquiry-form.banner {
	background: #1d3b66;
	color: #fff;
	width: 100%;
	display: none;
}

body .gform_wrapper .gform_body .gform_fields  #field_1_6.gsection {
	/*border: 1px solid red;*/

	}
	
.gform_wrapper.three-column_wrapper ul.gform_fields {
	display: none;
}
.gform_wrapper.three-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 31.623931623931625%;
	height: 300px;
	margin-left: 2.564102564102564%;
}

.gform_wrapper.three-column_wrapper ul.gform_fields.gform_column:nth-of-type(2) {
	clear: both;
	margin-left: 0;
}

.gform_wrapper.three-column_wrapper ul.gform_fields.gform_column:nth-of-type(4) {
height: 180px;

}

.gform_wrapper.three-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

textarea#input_1_4 {
	height: 172px;
}

.gform_footer .top_label {
	
}

ul#input_1_5.gfield_radio li {
	text-align: left;
	margin-left: 30%;
}
ul#input_1_5.gfield_radio li label {
	margin-left: 20px;
}

#hide-enquiry,
#hide-calculator {
	float: right;
	cursor: pointer;
}

#hide-enquiry :hover,
#hide-calculator:hover {
	color: #999;
}

/* # Awards & Members
---------------------------------------------------------------------------------------------------- */

#awards.banner {
	background: #dfe5e6;
	background: #fff
}

#awards.banner h4.widget-title.widgettitle {
	color: #58585a;
	font-size: 13px;
	font-size: 1.3em
}

#awards.banner h4.widget-title.widgettitle:before {
	content: "\f091";
	font-family: FontAwesome;
	padding-right: 7px
}

.awards,
.clients,
.clients-events,
.members,
.chooser,
.chooser_sm {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1.5em 0;
    text-align: center
}

ul.chooser_sm {
	margin-left: 0;
	margin-top: 1.3em;
}


.chooser li,
.chooser_sm li {
    display: block;
    min-height: 240px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 1em;
}

.chooser li a {
	min-height: 240px;
}

.chooser_sm li {
	min-height: 220px;
	width: 150px;
    vertical-align: top;
    margin-left: 1.6%;
    border: 1px solid #dfe5e6;
	}
	
.chooser_sm>li:first-child,
.chooser_sm>li:nth-child(7) {
	margin-left: 0;
	}
	
.chooser_sm h3 {
	font-size: 15px;
	white-space: normal;
	text-align: center;
	vertical-align : middle;
	padding-left: 7px;
	padding-right: 7px;
}

.chooser_sm li a h3 {
	color: #58585a
}

.chooser li img {
	width: 100%;
	max-height: 211px;
	}

.chooser li.one-half img {
	min-width: 526px;
	min-height: 325px;

}

.chooser li.one-third img {
	min-width: 341px;
	min-height: 211px;

}

.chooser li.one-fourth img {
	min-width: 249px;
	min-height: 154px;
}

.chooser li.one-third {
	height: 280px;
}

.home .chooser li.one-third {
	height: 310px;
}

.chooser_sm img {
	 -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	
}

.chooser_sm li a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
   
}

.chooser_sm li:hover li {
	border: 1px solid red;
}

.chooser_sm li a:hover h3 {
	color: #191c1f;
}
.entry-content .chooser li a h3 {
	color: #191c1f;
	margin-top: -2.95em;
	padding-top: 1em;
	font-size: 18px;
	border-top: 1px solid #bdbdbd
}

.entry-content .chooser li a h2 {
	color: #191c1f;
	padding-top: 1em;
	font-size: 18px;
	margin-top: -0.45em;
	min-height: 3em;
	border-top: 1px solid #bdbdbd
}

.entry-content .chooser li:hover {
	background-color: #dfe5e6;
	cursor: pointer
}

.awards li,
.clients li,
.clients-events li,
.members li,
.chooser li,
.chooser_sm li {
    display: inline-block
}

.awards li span,
.clients li span,
.clients-events li span,
.members li span,
.awards span,
.members span {
    display: inline-block;
    margin: 0 11px .75em 0;
    height: 135px;
    background-image: url(/a/i/awards.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}


.clients-events li span {
	background-image: url(/a/i/clients-events.jpg);
	height: 60px;
}

.members li span {
	background-image: url(/a/i/members-inverted.png);
}

.entry-content .members li span,
.entry-content .members span {
	background-image: url(images/members.png);
}

@media(min-width:64em){.awards li span {
        margin-right: 32px
    }
}

/* @media(min-width:64em){.chooser li {
        margin-right: 4px
    }
} */

@media(min-width:64em){.members li span {
        margin-right: 40px
    }
}

@media(min-width:64em){.clients li span {
        margin-right: 55px
    }
}

@media(min-width:64em){.clients-events li span {
        margin-right: 42px
    }
}

.members .members__eha_member {
    width: 110px;
    background-position: 0 0
}

.members .members__afo {
    width: 94px;
    background-position: -182px 0
}

.members .members__fsb {
    width: 112px;
    background-position: -320px 0
}

.members .members__checkatrade {
    width: 221px;
    background-position: -460px 0
}

.members .members__pse {
    width: 130px;
    background-position: -715px 0
}

.members .members__nsq {
    width: 109px;
    background-position: -886px 0
}

.members .members__hae {
    width: 110px;
    background-position: -1025px 0
}


.clients .clients__berkeley_homes {
    width: 110px;
    background-position: 0 0
}

.clients .clients__jewson {
    width: 124px;
    background-position: -110px 0
}

.clients .clients__bam_nuttall {
    width: 107px;
    background-position: -236px 0
}

.clients .clients__persimmon {
    width: 161px;
    background-position: -344px 0
}

.clients .clients__balfour_beatty {
    width: 160px;
    background-position: -505px 0
}

.clients .clients__travis_perkins {
    width: 62px;
    background-position: -665px 0
}

.clients-events .clients-events__help_for_heroes {
    width: 135px;
    background-position: 0 0
}

.clients-events .clients-events__bbc {
    width: 173px;
    background-position: -135px 0
}

.clients-events .clients-events__weyfest {
    width: 108px;
    background-position: -308px 0
}

.clients-events .clients-events__chase {
    width: 150px;
    background-position: -416px 0
}

.clients-events .clients-events__guilfest {
    width: 104px;
    background-position: -566px 0
}

.clients-events .clients-events__basingstoke_and_deane {
    width: 132px;
    background-position: -670px 0
}



.index .awards li,
.index .members li {
    margin-right: 5.5px
}

@media(min-width:64em){.index .awards li,.index .members li {
        margin-right: 11px
    }
}

@media(min-width:87em){.index .awards li,.index .members li {
        margin-right: 22px
    }
}

.trailers span {
    display: inline-block;
    margin: 0 10px 0 0;
    height: 120px;
    width: 228px;
    background-image: url(images/wheeled-toilet-trailers.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}

.trailers .trailers__1_1 {
	width: 228px;
    background-position: 0 0
}

.trailers .trailers__2_1 {
	width: 228px;
    background-position: -228px 0
}

.trailers .trailers__3_1 {
	width: 228px;
    background-position: -456px 0
}

.trailers .trailers__3_2 {
	width: 228px;
    background-position: -684px 0
}

.trailers .trailers__4_2 {
	width: 228px;
    background-position: -912px 0
}

.loo-result li {
	font-size: 1em;
}

.loo-result ul {
	margin-bottom: 1em;
	}

.loo-result em {
	font-size: 0.6em;
	font-style: normal;
	text-transform: uppercase;
}

/* 4-Column Footer (Overrides default 3-column setup in Genesis, so that code must remain in place)
---------------------------------------------------------------------------*/

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3, 
.footer-widgets-4 {
	width: 21.875%; /* 252px / 1152px */
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
	float: left;
	margin-right: 4.166666666%; /* 48px / 1152px */
}
.footer-widgets-4 {
	float: right;
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 47.9166666666%; /* 552px / 1152px */
	}
	
	.footer-widgets-2 {
		float: right;
		margin: 0;
	}

}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
}

.footer-widgets-5 {
	width: 100%;
	float: left;
}

.footer-widgets-5 li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

section#text-17.widget.widget_text {
	margin-bottom: 0;
}


/* # Little Helpers
---------------------------------------------------------------------------------------------------- */
.hidden {
	display: none;
}

.centred {
	text-align: center;
}

/* # Font Awesome
---------------------------------------------------------------------------------------------------- */


/* Toilet Calculator */
#toilet-calculator #text-10 .widget-title:before {
	content: "\f1ec";
	font-family: FontAwesome;
	padding-right: 10px;
}

/* Event */
.page-id-36 .entry-title:before {
	content: "\f145";
	font-family: FontAwesome;
	padding-right: 10px;
}


.entry-content ul.fa-ul > li {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.entry-content ul.fa-ul > li {
  position: relative;
}
.entry-content .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.3em;
  text-align: center;
}

.entry-content i.fa-li.fa.fa-check {
	color: #ffaa52
}

.event-page .entry-content i.fa-li.fa.fa-check {
	color: #90ab76
}

.build-page .entry-content i.fa-li.fa.fa-check {
	color: #000
}

/* Entry Header - Make an enquiry button
---------------------------------------------------------------------------------------------------- */

div.entry-header {
	text-align: right;
	margin-top: -60px;
	margin-bottom: 1em;
	}

/* #Testimonials
---------------------------------------------------------------------------------------------------- */

div#testimonial-link-box.one-fourth {
	padding-top: 50px;
}

.testimonial_rotator_slide_title:before {
	content: "\f10d";
	font-family: FontAwesome;
	padding-right: 10px;
}

.testimonial_rotator_author_info {
	border-left: 1px solid #fff;
}

/* MICRO CLEARFIX */
.cf-tr:before, .cf-tr:after { content: " "; display: table; }
.cf-tr:after { clear: both; }
.cf-tr { zoom: 1; }


/* STRUCTURE */
.testimonial_rotator_wrap { margin: 20px 10px; padding: 10px; overflow: hidden; position: relative; }
.testimonial_rotator .slide { width: 100%; height: auto; }

.testimonial_rotator_wrap.with-prevnext { padding: 10px 40px; }


/* TESTIMONIAL WITH IMAGE */
.testimonial_rotator .has-image .img,
.testimonial_rotator_single.has-image .img { width: 20%; margin-right: 5%; float: left; padding: 0; padding-top: .5em; }

.testimonial_rotator .has-image .img img,
.testimonial_rotator_single.has-image .img img { width: 100%; max-width: 150px; height: auto; }

.testimonial_rotator .has-image .text,
.testimonial_rotator_single.has-image .text { width: 75%; float: left; padding: 0; margin: 0;}


/* SLIDE VERSION */
.testimonial_rotator.format-rotator .slide { display: none; }
.testimonial_rotator h1,
.testimonial_rotator h2 { margin: 10px 0 0 0; padding: 0; }
.testimonial_rotator .testimonial_rotator_slide_title { margin: 0 0 5px 0; }

/* SINGLE VERSION */
.testimonial_rotator_single {}
.testimonial_rotator_single .testimonial_rotator_stars { }
.testimonial_rotator_widget_wrap .testimonial_rotator_stars { padding: 10px 0; }


/* LIST VIEW */
.testimonial_rotator.format-list .slide { margin: 40px 0; }


/* EXTRAS */
.testimonial_rotator_author_info { font-size: 1.1em; font-style: italic; line-height: 1.2em; padding-left: 15px; border-left: solid 3px #fff; margin: 10px 0; }
.testimonial_rotator_microdata { display: none; }

.testimonial_rotator_stars { padding: 10px 0; }
.testimonial_rotator_star {
	margin: 0 3px 0 0;
	float: left;
	width: 20px; height: 20px;
	color: #d8b767;
	font-size: 20px;
	line-height: 20px;
}

.testimonial_rotator.rounded img { border-radius: 50%; }
.testimonial-rotator-view-more { text-decoration: none; white-space: nowrap; }

.testimonial_rotator_paged a { padding: 4px 10px; text-decoration: none; }
.testimonial_rotator_paged a:first-child { float: right; }
.testimonial_rotator_paged a:last-child { float: left; }


/* PREV / NEXT BUTTON */
.testimonial_rotator_nav {}

.testimonial_rotator_prev,
.testimonial_rotator_next { font-size: 20px; line-height: 20px; color: #666; color: rgba(0,0,0,0.2);  cursor: pointer; position: absolute; top: 45%; z-index: 8888; transition: all 0.25s; }
.testimonial_rotator_prev:hover, .testimonial_rotator_next:hover { color: rgba(0,0,0,0.5);  }

.testimonial_rotator_prev { left: 3px; }
.testimonial_rotator_next { right: 3px; }



/* WIDGET */
.testimonial_rotator_widget_wrap { position: relative; }

/* ERROR */
div.testimonial-rotator-error { color: #aa3429; font-weight: bold; display: block; padding: 10px; font-size: 11px; border-radius: 3px; text-align: center; border: solid 1px #aa3429; text-transform: uppercase; }


/* # Date Picker styling for Gravity forms
---------------------------------------------------------------------------------------------------- */
#field_1_4 .gfield_description {
	font-size: 16px;
}

a.ui-datepicker-prev.ui-corner-all {
	margin-left: 1em;
}
a.ui-datepicker-next.ui-corner-all {
	float: right;
	margin-right: 1em;
}

.ui-datepicker { 
    width: 17em; 
    padding: .2em .2em 0; 
    display: none;
    background-color: #dfe5e6;

    .ui-datepicker-header { 
        position:relative; 
        padding:.2em 0; 
        border:0px;
        font-weight: bold;
        width: 100%;
        padding: 4px 0;
        background-color: #fff;
        color: #000;
    }
    .ui-datepicker-prev,
    .ui-datepicker-next { 
        position:absolute; 
        top: 2px; 
        width: 1.8em; 
        height: 1.8em; 
    }

    .ui-datepicker-prev-hover,
    .ui-datepicker-next-hover { 
        /*top: 1px;*/ 
    }
    .ui-datepicker-prev { left:2px; }
    .ui-datepicker-next { right:2px; }

    .ui-datepicker-prev-hover { /*left:1px;*/ }
    .ui-datepicker-next-hover { /*right:1px;*/ }

    .ui-datepicker-prev span, 
    .ui-datepicker-next span { 
        display: block;
        font-size: 11px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        &:hover {
            cursor: pointer;
        }
    }
    .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        select { 
            font-size:1em; 
            margin:1px 0; 
        }
    }
    select.ui-datepicker-month-year {
        width: 100%;
    }
    select.ui-datepicker-month, select.ui-datepicker-year {
        width: 49%;
    }
    table {
        width: 100%; 
        font-size: .9em; 
        border-collapse: collapse; 
        margin:0 0 .4em; 
    }
    th { 
        padding: .7em .3em; 
        text-align: center; 
        font-weight: bold; 
        border: 0;  
    }
    td {
        border: 0; 
        padding: 1px; 
        span, a { 
            display: block; 
            padding: .2em; 
            text-align: right; 
            text-decoration: none; 
        }
    }
    .ui-datepicker-buttonpane { 
        background-image: none; 
        margin: .7em 0 0 0; 
        padding:0 .2em; 
        border-left: 0; 
        border-right: 0; 
        border-bottom: 0; 
        button { 
            float: right; 
            margin: .5em .2em .4em; 
            cursor: pointer; 
            padding: .2em .6em .3em .6em; 
            width:auto; 
            overflow:visible;
            .ui-datepicker-current {
                float:left; 
            }
        }
    }
}


/* # Animations
---------------------------------------------------------------------------------------------------- */

@charset "UTF-8";

body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}


@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.animated.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}


.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


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

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

	div.entry-header {
		text-align: center;
		margin-top: 0;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

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

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

}

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


	.site-inner,
	.wrap {
		max-width: 800px;
	}

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

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

	.genesis-nav-menu li,
	.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 {
		padding: 20px 16px;
	}

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

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

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

}

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

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

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

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

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

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

}

@media only screen and (max-width : 470px) { /* Smartphones (portrait) ----------- */

	.header-image .site-description {
		display: none;
	}
	
	h1.entry-title {
		text-align: center;
	}
	
	.banner h1 {
		font-size: 15px;
		font-size: 1.5em;
	}

	ul.gform_fields.top_label.description_below.gform_column {
		width: 100%;
	}
	
	input#gform_submit_button_1.gform_button.button {
		margin-bottom: 2em;
	}
	
	#construction-button,
	#event-button {
		min-width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	
	#event-button  {
		margin-top: 1em;
		margin-bottom: 2em;
	}

	li#menu-item-5,
	li#menu-item-5.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5,
	li#menu-item-462.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-462,
	li#menu-item-462 {
		display: none;
	}
	
	a.button {
		min-width: 300px;
	}
	
	li#menu-item-6 > a,
	li#menu-item-462 > a {
		display: none;
	}
	
	h2.animated.slideInRight.delay-1,
	h1.entry-title {
		font-size: 12px;
		font-size: 1.2em;
	}
	
	h1.entry-title {
		margin-top: 0;
	}
	
	.site-inner,
	h1.entry-title {
		padding-top: 0;
	}
	
	li#menu-item-6 > a > i.fa.fa-at.fa-lg,
	li#menu-item-462 > a > i.fa.fa-at.fa-lg {
		visibility: visible;
	}
	
	.nav-primary, #search-2 {
		display: none;
	}
	
	#menu-top-menu.topmenu.genesis-nav-menu a {
		padding: 7px 14px;
	}
	
	/* http://www.rvamedia.com/wordpress/collapsible-responsive-menu-for-genesis */
	#mobile-menu {
		cursor: pointer; 
		display: inline-block; 
		float: right; 
		height: 50px; 
		margin: 12px 0 0 0; 
		width: 240px; 
		padding: 20px 1em 1em 0;
		visibility: visible; 
		margin-top: -64px;
		background-color: #fff;
		text-align: right;
	}

	#nav_menu-3 { 
		display: none; 
	}

	body {
		background-color: #fff;
	}

	/*
.header-image .site-header .wrap {
		background-position: 10% 1em;
	}
*/	


}

/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 471px) {
	#nav_menu-3 {
		display: block !important;
	}
	.nav-primary, #search-2 {
		display: block !important;
	}
}