/*!
Theme Name: intbau
Theme URI:
Description:
Author: Ian Batt
Author URI: http://www.ianbatt.eu
Version: 1
Tags: custom

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0 auto;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: transparent;
    color: #0f0f0f;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}
button {
	border: medium none;
background: none repeat scroll 0% 0% transparent;
outline: medium none;
cursor: pointer;
}
button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
	background:transparent;
    }
	input {
    -webkit-appearance: none;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

/*---------------- GENERAL RULES ------------ */

#splash {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	margin:0 auto;
	background-color:#f9f7f0; 
	background-image: url('images/logo-notext.svg'), none;
	background-repeat:no-repeat;
	background-position:80px 40px;
	background-size:130px;
	z-index:9980;
	/*ON/OFFdisplay:none;*/
}
#splash.index {
	background-color:#060e80; 
	background-position:50% 50%;
	background-size:200px;
	background-image: url('images/logo-white.svg'), none;
}
@-webkit-keyframes splash {
        0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg); }
	33% {-webkit-transform:rotate(120deg);
    -moz-transform:rotate(120deg);
    -o-transform:rotate(120deg); }
	66% {-webkit-transform:rotate(240deg);
    -moz-transform:rotate(240deg);
    -o-transform:rotate(240deg); }
	100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg); }
}
@-moz-keyframes splash {
       0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg); }
	33% {-webkit-transform:rotate(120deg);
    -moz-transform:rotate(120deg);
    -o-transform:rotate(120deg); }
	66% {-webkit-transform:rotate(240deg);
    -moz-transform:rotate(240deg);
    -o-transform:rotate(240deg); }
	100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg); }
}
@-o-keyframes splash {
    0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg); }
	33% {-webkit-transform:rotate(120deg);
    -moz-transform:rotate(120deg);
    -o-transform:rotate(120deg); }
	66% {-webkit-transform:rotate(240deg);
    -moz-transform:rotate(240deg);
    -o-transform:rotate(240deg); }
	100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg); }
}
@keyframes splash {
    0% {-webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg); }
	33% {-webkit-transform:rotate(120deg);
    -moz-transform:rotate(120deg);
    -o-transform:rotate(120deg); }
	66% {-webkit-transform:rotate(240deg);
    -moz-transform:rotate(240deg);
    -o-transform:rotate(240deg); }
	100% {-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg); }
}
#splash h1 {
	width:25px;
	height:25px;
	position:absolute;
	top:63px;
	left:132px;
	z-index:8500;
	background-image: url('images/loading.svg'), none;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:cover;
	-webkit-animation: splash 1.3s infinite; /* Safari 4+ */
	-moz-animation:    splash 1.3s infinite; /* Fx 5+ */
	-o-animation:      splash 1.3s infinite; /* Opera 12+ */
	animation:         splash 1.3s infinite; /* IE 10+, Fx 29+ */
}

#splash.index h1 {
	/*background-image: url('images/loading-white.svg'), none;*/
	display:none;
}

svg {height: 100%; width: 100%;}
	
body {
	font-family: GillSansMTStd-Medium, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #0F0F0F;
	width:100%;
	height:100%;
}
body.single, body.page {
}

nav {
	z-index:6666;
}

/* ~~ Element/tag selectors ~~ */

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}

/* --- TYPOGRPAHY ---- */

sup {font-size:60%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em;
	}
em {
	border-bottom:2px dotted #060e80;
}

h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, blockquote {
	font-family: DomaineDisplay-Semibold, serif;
}

h1 {
	font-style:normal;
	font-size:2.5em;
	line-height:1.2em; 
}

h2 {
	font-size:1.4em;
	line-height:1.4em;
}

h3 {
	font-size:1em;
	font-weight: 500;
}

h4 {
	font-size:.9em;
	line-height:1.1em;
	letter-spacing: 0.125em;
	text-transform:uppercase;
}
blockquote {
	padding:0;
	margin:0;
	text-indent:0;
}
p {
	font-size:1.1em;
	line-height:1.8em;
	letter-spacing:.05em; 
}

li {
	margin:10px 0;
   }

a img { 
	border: none;
}

/* ~~ styling links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #060e80;
	text-decoration:none;
}
a:visited {
	color: #060e80;
}
a:hover, a:active, a:focus { 
	color: #060e80;
}


/* --- TYPOGRPAHY ---- */

#preload-wrap {
	position:absolute;
	left:-9999px;
}


/* ---- STRUCTURE ---- */

#container {
	width: 100%;
	background-color:transparent;
	margin: 0 auto;
	padding:20px 0px 0px;
	position:relative;
	background-color:#f9f7f0; /*#f1ede2*/
	box-sizing:border-box;
	z-index:5000;
	clear: both;
}
#content {
	position:relative;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.home #content, .archive #content, .single-product #content {
	padding:80px;
}

/* ~~ HEADER ~~ */


.video-container {
    position: relative;
    max-width: 600px;
    overflow:auto;
	margin:0 auto;
}
.video-wrapper {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: #e9e9e9;
    background-size: cover;
    z-index:5;
    -ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* ~~ MENU  ~~ */
nav#menu {
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 4500;
	background-color: white;
	height: 140px;
	padding: 40px 80px;
	box-sizing:border-box;
}
	nav#menu.white {
    	background-color:transparent !important;
    	color:#fff !important;
	}
nav#nav-aid {
	position:absolute;
	top:0px;
	right:40%;
	margin-right:80px;
	z-index: 7510;
	color: #fff;
	background-color: #060e80;
	padding: 5px 10px 7px;
	font-family: DomaineDisplay-Semibold, serif;
	text-transform: uppercase;
}
nav#nav-aid:after {
	content: '';
	position:absolute;
	height: 0;
	width: 0;
	margin-left: 10px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 20px solid #060e80;
	top: 0px; 
}
#logo {
	position:absolute;
	width:129px;
	height:70px;
	background-color:transparent;
	left:80px;
	top:40px;
	z-index:9980;
	cursor:pointer;
	text-decoration:none;
	background-image: url('images/logo.svg'), none;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
	nav#menu.white #logo{
    	background-image: url('images/logo-white.svg'), none;
	}
#logo-down {
	position:fixed !important;
	width:129px;
	height:30px;
	background-color:transparent;
	left:80px;
	top:2px;
	cursor:pointer;
	text-decoration:none;
	background-image: url('images/logo.svg'), none;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:9999;
	display:none;
}
#logo:hover, nav h1:hover {
}
#by-line-patronage {
	width:40%;
	overflow:auto;
	float:right;
	font-size:9px;
	letter-spacing: .15em;
	line-height:1.6em;
	color:#060e80;
	text-transform: uppercase;
}
	#by-line, #patronage {
		width:50%;
		float:left;
	}
		#by-line span {
			margin-top: 10px;
			display: block;
			
		}
#shop-menu-item a {
  text-decoration: underline;
  font-family: DomaineDisplay-Semibold, serif;
  text-transform: none;
  font-size: 8pt;
}
	nav#menu.white #by-line-patronage, nav#menu.white a:link, nav#menu.white a:hover, nav#menu.white a:visited {
    	color:#fff;
	}
.menu-main-menu-container {
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 0px 80px;
	margin: 0 auto;
	border-top:#060e80 1px solid;
	border-bottom:#060e80 1px solid;
	background-color:#f9f7f0;
	box-sizing: border-box;
	z-index: 7500;
}
.menu-down {
	position:fixed;
	top:0;
	background-color:#fff;
}
	.nav-menu {
		right: 0px;
		width: 40%;
		font-size:12px;
		float: right;
		position: relative;
		display:block;
	}
		.nav-menu li {
			display:inline-block;
			margin:0 15px 0 0;
			padding: 10px 0px 8px;
			text-transform:uppercase;
			letter-spacing:0.125em;
			color:#454545;
			position:relative;
		}
		.nav-menu li.ajaxify {
			
		}
		.nav-menu ul.sub-menu {
			display:none;
			position:absolute;
			top:32px;
			left:50%;
			-ms-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform:translateX(-50%);
			background:#fff;
			padding:0 20px;
			border-top:1px solid #060e80;
			white-space: nowrap;
		}
		.nav-menu ul.sub-menu li {
			margin:0px;
			padding: 20px 20px 15px;
			font-size: 1em;
		}
		.nav-menu > li:hover ul.sub-menu {
			display:block;
		}
		.nav-menu a:link, nav a:visited {
			border-bottom:transparent solid 1px;
			-o-transition:border .5s ease-in;
		 	-ms-transition:border .5s ease-in;
		    -moz-transition:border .5s ease-in;
		  	-webkit-transition:border .5s ease-in;
		  	transition:border .5s ease-in;
		}
		.nav-menu .current-menu-item, .nav-menu .current-page-ancestor, .nav-menu .current-post-ancestor, .nav-menu nav a:hover  {
			border-bottom: #060e80 solid 1px;
		}
		.sub-menu .current-menu-item, .sub-menu .current-page-ancestor, .sub-menu .current-post-ancestor, nav a:hover {
		    border-bottom: none;
		}
	#shop-menu-item {
		position: absolute;
		top: 40px;
		right: 20px;
	}

#index-intro {
	position:relative;
	width:100%;
	height:400px;
	background-color:transparent;
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url("video/home.jpg"), none;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:4500;
	color:#fff;
	overflow:hidden;
	box-sizing:border-box;
}
	#index-intro a {
		color:#fff;
	}
	#index-intro em {
		border-bottom:2px solid #fff;
		font-style:normal;
	}

	#index-intro h1 {
		position:relative;
		margin:0 0 0 80px;
		max-width:600px;
		margin-top:80px;
		z-index:10;
	}

/* ~~ CONTROLS ~~ */
#ajax-overlay {
	position:fixed;
	min-width:100px;
	height: auto;
	padding:0;
	margin:0 auto;
	background-color:#FFF;
	top:0;
	overflow:auto;
	z-index:9900;
	display:none;
	clear:both;
}
#overlay-inner {
	position:relative;
	overflow:auto;
	display:block;
	clear:both;
}
.enquiry-overlay {
	padding:80px;
	box-sizing:border-box;
}
button.close {
	position:fixed;
	right:40px;
	top:40px;
	/*width:30px;
	height:30px;*/
	margin-left:-20px;
	/*background-color:transparent;
	background-image: url('images/close.svg');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:30px;*/
	z-index:9999;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:0px;
}
button.close-membership-overlay {
	position:fixed;
	right:40px;
	top:40px;
	width:30px;
	height:30px;
	margin-left:-20px;
	background-color:transparent;
	background-image: url('images/close.svg');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:30px;
	z-index:9999;
	text-indent:-9999px;
	color:#fff;
	padding:0px;
}

#totop {
	width:20px;
	height:20px;
	background-color:transparent;
	background-image: url('images/totop.png');
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-size:cover;
	position:fixed;
	right:25px;
	top:25px;
	cursor:pointer;
	display:none;
}

/* ~~ CONTENT_MAIN ~~ */
.content-wrap {
	width:100%;
	padding:80px;
	box-sizing:border-box;
	position:relative;
}
.archive .content-wrap {
	padding-left:20%;
	box-sizing:border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.col-left, .col-right {
	display: block;
	box-sizing:border-box;
	width:40%;
}
.col-left:after, .col-right:after {
	clear: both;
	overflow: auto;
}
.col-left {
	float:left;
}
.col-right {
	float:right;
}
article {
	overflow:auto;
}
article img {
	width:100%;
}
article.a:hover {
	color:#060e80;
}
.article-img {
	position:relative;
	margin: 0 auto;
	overflow:hidden;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#eee;
	background-image: url("images/bg/banner-5.jpg"), none;
}
p a:link, p a:visited {
	color: #0f0f0f;
	font-style: italic;
	border-bottom: 1px solid #060e80;
	text-decoration:none;	
}
.entry-header  {
	position:relative;
	color:#000;
	width:100%;
	padding:0;
	margin:0 auto;
	display:block;
}
.entry-header  h1 {
	margin:0 0 80px;
}
.entry-header  p {
	border-top:1px #b0b7c0 solid;
	padding:30px 0 0;
}
.entry-meta a:link {
	text-transform:uppercase;
}
.entry-meta .share {
	margin-top: 30px;
}
.entry-content {
}
.entry-content img {
	width:100%;
}
.entry-content p {
	position:relative;
	clear:both;
	padding:0;
	margin:0 0 20px 0;
	overflow:auto;
	display:block;
}
#article-content {
	max-width:720px;
}
	#article-content h2 {
		margin-top:40px;
	}
	#article-content p {
		width:80%;
		max-width:600px;
	}
	#article-content .p-image {
		width:100%;
		margin:40px 0;
		padding:0 15% 0 0;
		box-sizing: border-box;
	}
	#article-content .p-image:first-child {
		width:100%;
		margin:0px;
		padding:0px;
	}
	#article-content img {
		border-top: #fff solid 10px;
	}
	#article-content ul {
		font-size: 1.2em;
		line-height: 1.8em;
		letter-spacing: .05em;
		padding:0 0 0 40px;
		color: #424242;
		border-left:1px solid #b0b7c0;
		margin:20px 0;
		width:80%;
		max-width:600px;
	}
	#article-content aside {
		font-size: .8em;
		line-height: 1.8em;
		letter-spacing: .125em;
		text-transform: uppercase;
	}
	#article-content button {
		background-color:#060E80;
		text-transform: uppercase;
		color:#fff;
		padding:20px 30px;
		letter-spacing: 0.125em;
	}
section#related-posts {
	padding:80px;
}
	section#related-posts ul, section#related-posts h3 {
		width:60%;
		margin-left:40%;
	}
	section#related-posts ul li {
		border-top:1px solid #b0b7c0;
		padding:30px 30px 0 0px;
		margin:0 0 40px;
		font-size: 1em;
		line-height: 1.8em;
		letter-spacing: .125em;
		text-transform: uppercase;
	}
header#page-banner {
	width:100%;
	height:400px;
	position: relative;
	background-color:transparent;
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url('images/bg/banner-1.jpg'), none;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	overflow:hidden;
}
	header#page-banner h1 {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
		left:80px;
		color: #fff;
		font-size:3em;
	}
#archive-pagination {
	text-align: left;
	margin: 0 0 0 20%;
	padding: 80px 0;
	margin-top: 40px;
	clear: left;
}
	#archive-pagination a {
		text-transform:uppercase;
		font-size:.8em;
		letter-spacing:.1em;
		margin-top: 35px;
		opacity:1;
		-o-transition:opacity .5s ease-in;
	 	-ms-transition:opacity .5s ease-in;
	    -moz-transition:opacity .5s ease-in;
	  	-webkit-transition:opacity .5s ease-in;
	  	transition:opacity .5s ease-in;
		text-align:center;
		padding:20px 30px;
		background-color: transparent;
		border:1px #060E80 solid;
		line-height:1.4em;
		text-decoration:none;
		text-transform:uppercase;
	}
	#archive-pagination a:hover, #archive-pagination a:active {
		text-decoration:underline;
	}
.view-more-cta {
	padding:8px 8px 5px;
	background-color:#000;
	color:#fff;
	margin:5px 5px 0 0;
	display:inline-block;
}

/*--icon--*/
.icon {
	width:80px;
	height:90px;
	margin: 0 auto;
	background-size:contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position:absolute;
}

#member-icon {
	background-image: url("images/logos/member-icon.svg"), none;
}
#member-logo {
	background-image: url("images/logos/member-logo.svg"), none;
}
#associate-icon {
	background-image: url("images/logos/associate-icon.svg"), none;
}
#academic-icon {
	background-image: url("images/logos/academic-icon.svg"), none;
}
#corporate-icon {
	background-image: url("images/logos/corporate-icon.svg"), none;
}


#taxonomy {
	position: absolute;
	top: 230px;
	width: 12%;
	line-height: 1.8em;
}
	#taxonomy .categories ul {
		margin-top:20px;
	}
	#taxonomy .categories ul.children {
		margin:10px 0 20px;
	}
	#taxonomy li { 
		font-size:12pt;
		text-transform: uppercase;
		display: inline-block;
		position: relative;
	}
	#taxonomy .children li { 
		font-size:12pt;
		text-transform: none;
		border-bottom: 1px solid #060e80;
	}
	.cat-item-35, .cat-item-359 {
		display:none!important;
	}
/*--TEMPLATE SPECIFIC---*/

article.enquirySingle {
	overflow:visible;
}
	article.enquirySingle header p {
			margin:40px 0;
		}
		article.enquirySingle #contact_details p {
			margin:0 0 20px;
		}
.form_submit {
		text-transform: uppercase;
		background-color:#060E80;
		border:1px solid #060E80;
		color:#fff;
		padding:10px 30px;
		line-height: 1.8em;
		letter-spacing: .125em;
		font-size:.9em;
		text-transform: uppercase;
	}
.ninja-forms-cont {
	box-sizing: border-box !important;
}
	.ninja-forms-cont form {
		width:60% !important;
		margin-left:20% !important;
	}
	.ninja-forms-cont form#ninja_forms_form_8 {
		width:100% !important;
		margin:0 auto !important;
	}
		.ninja-forms-cont form input {
			padding:10px !important;
			margin:10px 0 !important;
			border:none!important;
			width: 100% !important;
			border-bottom: 1px solid #060E80 !important;
		}
		.ninja-forms-cont form textarea {
			padding:10px !important;
			margin:10px 0 !important;
			border:none!important;
			width: 100% !important;
			border-bottom: 1px solid #060E80 !important;
		}
		.ninja-forms-cont form label {
			display:none !important;
		}
	.ninja-forms-required-items {
		margin:0 0 30px !important;
	}
	.ninja-forms-response-msg p {
		border:1px solid red !important;
		padding:20px !important;
		color:red !important;
		text-align: center !important;
	}
/* ---------------------------------
HONEYPOT
----------------------------------*/

.hp-wrap {
    display: none;
}

.honeypot-wrap {
    display: none;
}

section#charter-accordian {
	width: 100%;
	padding:0 80px 80px 80px;
	box-sizing: border-box;
}
	section#charter-accordian h2 {
		background-color:#b0b7c0;
		padding:30px;
		text-transform: uppercase;
		background-size:20px;
		background-position: 95% 50%;
		background-repeat: no-repeat;
		background-image: url("images/download.svg"), none;
		cursor:pointer;
	}
	section#charter-accordian p {
		height: 0px;
		overflow: hidden;
		padding: 0px 80px;
		font-size: 1.4em;
	}

h2.homepage-title {
	padding: 0 0 10px;
	width:100%;
	border-bottom: 1px solid #b0b7c0;
	color: #b0b7c0;
}
#cta-wrap {
	position:absolute;
	right:10px;
	bottom:10px;
	text-transform: uppercase;
}
#cta-wrap button {
	padding:15px 20px 15px 20px;
	display:inline;
}
	button#charter-cta {
		text-transform: uppercase;
		background-color:#060E80;
		border:1px solid #060E80;
		color:#fff;
		background-size:20px;
		background-position: 5% 50%;
		background-repeat: no-repeat;
		background-image: url("images/download-white.svg"), none;
		padding-left:45px;
		line-height: 1.8em;
	letter-spacing: .125em;
	font-size:.9em;
	}
	button#join-cta {
		text-transform: uppercase;
		border:1px solid #fff;
		background-color:transparent;
		color:#fff;
		line-height: 1.8em;
	letter-spacing: .125em;
	font-size:.9em;
	}
section#homepage-header {
	position:relative;
	display:block;
	float:none;
	clear:both;
	overflow:auto;
	margin:0 0 40px;
	background-image: url("images/bg/banner-1.jpg"), none;
	padding-bottom: 100px;
}
	section#homepage-header h1 {
		width: 90%;
		box-sizing:border-box;
		text-align: center;
		position:relative;
		color:#fff;
	}
section#homepage-latest h2 {
	
}
	section#homepage-latest h2 {
		margin-top: 0;
	}
section#homepage-events {
	width:20%;
	background-color:#060e80;
	padding:40px;
	padding-top:35%;
	box-sizing:border-box;
	color:#fff;
	float:left;
	position:relative;
	text-align: center;
	border-right: 20px solid #f9f7f0;
}
	section#homepage-events header {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		left: 0;
		padding: 10px;
		width:100%;
		box-sizing:border-box;
	}
	section#homepage-events h4 {

	}
	section#homepage-events h4 {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px;
		width:100%;
		box-sizing:border-box;
	}
	section#homepage-events .event-date {
		position:absolute;
		width:100%;
		left: 0;
		bottom: 30px;
	}
	section#homepage-events a:link, section#homepage-events a:hover, section#homepage-events a:visited, section#homepage-events a:active {
		text-transform: uppercase;
		border-bottom:none;
		color:#fff;
	}
section#homepage-news {
	clear:both;
	padding:0 0 20px;
	overflow: auto;
	border-bottom:1px solid #b0b7c0;
}
	article.newsIndex.small {
		width:19.6%;
		padding-top:20%;
		background-size:cover;
		background-position:50% 50%;
		background-repeat: no-repeat;
		background-color: #eee;
	}
		article.newsIndex.small h2 {
			position:absolute;
			padding:10px;
			top:0px;
			font-family: GillSansMTStd-Medium, sans-serif;
			color:#fff;
			letter-spacing: 0.05em;
			width: 100%;
			font-size:1em;
			background-color:#aeb9be;
			box-sizing:border-box;
			margin:0 auto;
		}

section#homepage-promo {
	padding: 0px 80px 80px;
	color: #fff;
	text-align: center;
}
	section#homepage-promo header {
		background-image: url("images/bg/banner-3.jpg"), none;
	}
	section#homepage-promo header:hover {
		background-image: none !important;
	}
	section#homepage-promo h1 {
		font-size:3em;
	}
	section#homepage-promo a {
		color: #fff;
	}
section#homepage-social {
	position:relative;
	width:100%;
	padding:80px;
	box-sizing:border-box;
	background-color:#aeb9be;
}
	section#homepage-social h4 {
		position:absolute;
		color:#fff;
		line-height: 1.6em;
	}
	#tweets ul {
		width:100%;
		display:block;
		padding:0 0 0 20%;
		box-sizing: border-box;
	}
		#tweets ul li {
			display:inline-block;
	    	width:25%;
	    	padding:0 40px 0 0;
	    	position:relative;
	    	box-sizing:border-box;
	    	vertical-align: top;
		}
		 #tweets .tweet {
		 	overflow: hidden;
		 }
.archive-page h1 {
	width:100%;
	padding:0 0 80px 0;
	border-bottom:1px solid #b0b7c0;
	margin:0 0 40px 0;
}
article.newsIndex {
	position:relative;
	width:39.5%;
	box-sizing:border-box;
	display:inline-block;
	padding:0 20px 0 0;
	margin: 0 0 60px;
	vertical-align: top;
}
.archive article.newsIndex {
	width:49.5%;
}
	article.newsIndex .event-date {
		padding:5px 0 5px 30px;
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: 0% 50%;
		background-image: url("images/icons/date.svg"), none;
	}
	article.newsIndex .article-img, article.newsIndex header {
		height:auto;
		width: 100%;
		position:relative;
		box-sizing:border-box;
		left:0;
	}
	article.newsIndex .article-img {
		padding-top:60%;
	}
	article.newsIndex header {
		margin: 0 0 40px 0;
	}
	article.newsIndex header .inner {
		position:relative;
	}
		article.newsIndex header h2 {
			/*font-family: GillSansMTStd-Medium, sans-serif;*/
			color:#454545;
			letter-spacing: 0.025em;
			width: 85%;
			font-size:1.4em;
			margin-top:0px;
			text-decoration: underline;
		}
		article.newsIndex header p {
			color:#454545;
			font-size:.9em;
		}
		article.newsIndex header .post-meta {
			margin-top:20px;
		}
		article.newsIndex header .post-meta li {
			font-size:10pt;
			margin:10px 0;
			color:#060e80;
			text-transform: uppercase;
		}
		article.newsIndex header .post-meta .post-meta-key {
			display:none;
		}
		article.newsIndex .post-date {
			position:relative;
			text-transform: uppercase;
			font-size: .6em;
			letter-spacing: 0.125em;
			display:block;
			margin:15px 0;
		}
		article.newsIndex header .post-date a {
		    border-bottom: 1px solid #060e80;
		}
section#gallery {
    background-color: #fff;
    width: 100%;
    padding: 80px 0px;
}
ul#resources li p {
	width: 50%;
	font-size: 1em;
}
#resource-index {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0px 80px;
	box-sizing:border-box;
	overflow:auto;
}
	#resource-index ul {
		border-top: 1px solid #b0b7c0;
		width:100%;
		box-sizing:border-box;
		padding-left:40%;
		position:relative;
	}
		#resource-index ul .excerpt {
	    	position:absolute;
	    	left:0;
	    	width:40%;
	    	padding:0 40px 0 0;
		}
		#resource-index ul li {
	    	margin:40px 0;
	    	border-bottom: 1px #b0b7c0 solid;
	    	position:relative;
		}
			#resource-index ul li h4 {
				color:#060e80;
				font-size:14pt;
				letter-spacing: .025em;
				line-height: 1.4em;
				width:50%;
			}
			#resource-index ul li a {
				padding: 10px 40px 10px 50px;
				border: 1px solid #060e80;
				position:absolute;
				right:0;
				top:0;
				font-family: GillSansMTStd-Medium, sans-serif;
				font-size:10pt;
				text-transform: uppercase;
				font-style: normal;
				letter-spacing: .025em;
				background-size:20px;
				background-position: 5% 50%;
				background-repeat: no-repeat;
				background-image: url("images/download.svg"), none;
			}

article.customSingle {

}
	article.customSingle img {
		display:none;
	}
	article.postSingle header p, article.pageSingle header p {
		font-size:1.3em;
		box-sizing: border-box;
		padding:30px 20px 0 0;
	}
	article.postSingle .post-meta{
		padding: 20px;
		background-color: #aeb9be;
		margin: 80px 0px 0px;
	}
	article.postSingle .post-meta li, article.customSingle .post-meta li {
		font-size:14pt;
		margin:10px 0;
		color:#060e80;
	}
	article.customSingle h4 {
		margin:80px 0 10px;
		border-bottom: 1px solid #b0b7c0;
	}
		article.postSingle .post-meta .post-meta-key, article.customSingle .post-meta .post-meta-key {
			display:none;
		}
	article.pageSingle .col-left, article.customSingle .col-left, article.postSingle .col-left {
		width:40%;
		padding:0 80px 0 0;
	}
	article.pageSingle .col-right, article.customSingle .col-right, article.postSingle .col-right {
		width:60%;
	}
	article.pageSingle .col-left img, article.customSingle .col-left img, article.postSingle .col-left img {
		margin:80px 0 0;
	}
	article.postSingle .post-date {
		margin-top:30px;
		padding-left:25px;
		background-repeat: no-repeat;
		background-image: url("images/icons/timeb.svg"), none;
		background-size: 15px;
		background-position: 0% 14%;
	}
	article.pageSingle .col-left blockquote {
		margin-top:80px;
		border-top: 1px solid #b0b7c0;
		font-size: 1.9em;
		line-height: 1.4em;
		padding:20px 0;
		color: #454545;
		clear: left;
		text-indent: -.5em;
	}
	article.customSingle .post-categories, article.postSingle .post-categories {
		position: absolute;
		left: 80px;
		top: 30px;
		z-index:4500;
	}
		article.customSingle .post-categories a, article.postSingle .post-categories a {
			border-bottom:1px solid #060e80;
		}
	article.postSingle .col-left ul {
		text-transform: uppercase;
		font-size: 16px;
		padding: 20px 30px 0px 0px;
		letter-spacing: .1em;
		margin: 40px 0;
		border-top: 1px solid #b0b7c0;
	}
		article.postSingle .col-left li {
			color:#060E80;
			border-bottom: 1px solid #b0b7c0;
			padding:20px 0 20px 30px;
			background-repeat: no-repeat;
			background-size: 15px;
			background-position: 0% 50%;
		}
		article.postSingle .col-left li.location {
			background-image: url("images/icons/loc.svg"), none;
		}
		article.postSingle .col-left li.date {
			background-image: url("images/icons/date.svg"), none;
		}

section#members-iyp, section#charity-info {
	width:100%;
	padding:80px;
	box-sizing:border-box;
	overflow: auto;
}
	section#members-iyp h2, section#members-iyp p {
		width:60%;
	}
	section#members-iyp ul {
	  width:80%;
	  columns: 2;
	    -webkit-columns: 2;
	    -moz-columns: 2;
	  float:right;
	  margin-top:40px;
	}
	section#members-iyp ul li {
	    line-height: 1.8em;
		text-transform: uppercase;
		font-size: 16px;
		padding: 0px 30px 0px 0px;
		letter-spacing: .1em;
		margin: 0 0 15px 0;
	}
section#list-index {
	width:100%;
	background-color:#fff;
	padding:80px;
	box-sizing:border-box;
	overflow: auto;
}
	section#list-index h2 {
	  width:20%;
	  float:left;
	  margin:0px;
	}
	section#list-index ul {
	  width:80%;
	  columns: 4;
	    -webkit-columns: 4;
	    -moz-columns: 4;
	  float:right;
	}
	section#list-index ul li {
	    line-height: 1.8em;
		text-transform: uppercase;
		font-size: 16px;
		padding: 0px 30px 0px 0px;
		letter-spacing: .1em;
		margin: 0 0 15px 0;
	}

article.pageSingle .entry-meta {
	position:absolute;
	left:40px;
	top:40px;
	width:140px;
	line-height:1.4em;
	font-size: 0.7em;
    letter-spacing: 0.125em;
}
article.pageSingle .entry-meta a {
	text-transform:uppercase;
}
.page-id-463 #content {
	padding-bottom:0px;
}
#membership-select {
	padding:80px;
	overflow:auto;
	background-color:#b0b7c0;
	position:relative;
}
	/*#membership-select h2 {
			position: absolute;
			top: 85px;
			left: 80px;
			color:#fff;
			font-size:1.6em;
	}*/
	#membership-select ul {
		position:relative;
		font-size: 0pt;
	}
	#membership-select ul li {
		display:inline-block;
		width:25%;
		padding-top:13%;
		background-size:95%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		box-sizing:border-box;
	}
	#membership-select ul li#general {
		background-image: url("images/logos/associate-logo.svg"), none;
		cursor:pointer;
	} 
	#membership-select ul li#professional {
		background-image: url("images/logos/member-logo.svg"), none;
		cursor:pointer;
	} 
	#membership-select ul li#corporate {
		background-image: url("images/logos/corporate-logo.svg"), none;
	} 
	#membership-select ul li#academic {
		background-image: url("images/logos/academic-logo.svg"), none;
	} 

/* #membership-overview */

#membership-overlay {
	width:100%;
	padding:0;
	position: relative;
	position:fixed;
	display:none;
	background-color: #f9f7f0;
	top: 0px;
	z-index: 9999;
	overflow:scroll;
	}
	#membership-overlay header {
		position:relative;
		width:100%;
		overflow:auto;
		background-color:#fff;
		margin:0 0 60px;
	}
	#membership-overlay h1 {
		position:absolute;
		top:20px;
		left:20%;
		width:40%;
		color:#060E80;
		font-size:2em;
		margin-top:30px;
	}
	#membership-overlay h2 {
		position:absolute;
		top: 40px;
		right: 20%;
		line-height: 1.8em;
		font-family: GillSansMTStd-Medium, sans-serif;
		text-transform: uppercase;
		font-style: normal;
		letter-spacing: .125em;
		width: 20%;
		text-align: right;
	}
	#membership-overlay .icon {
		position:relative;
		width: 150px;
		height: 150px;
		background-size: 75px;
		background-color: #060E80;
		float: left;
	}
	#membership-overlay h5 {
		margin:0 auto;
	}
	#membership-overlay .inner {
		position:relative;
		width:100%;
		padding-bottom: 100px;
	}
	#info-professional, #info-associate {
		display:none;
	}
		#membership-overlay ul {
			width:100%;
			list-style: none;
			font-size:1.2em;
			line-height: 1.4em;
			color:#454545;
			background-color: #aeb9be;
			padding:80px 0px;
			box-sizing:border-box;
			margin-top: 40px;
			margin-bottom: 80px;
		}
		#membership-overlay h3 {
				position: absolute;
				top: 70px;
				left: 80px;
				margin:0px;
				color:#fff;
				font-size:1.6em;
			}
			#membership-overlay li {
				width:60%;
				margin: 0 0 0 20%;
				padding:0 0 10px;
				font-size: 1em;
				text-transform: uppercase;
				letter-spacing: 0.125em;
				line-height: 1.6em;
			}
		#membership-overlay .lead-para p {
			font-size:2em;
			font-family: 'DomaineDisplay-Semibold';
			line-height: 1.6em;
			color:#060E80;
		}
		#membership-overlay p, #membership-overlay aside {
			margin: 20px 0;
			margin-left:20%;
			position: relative;
			max-width: 600px;
		}
		#membership-overlay header p {
			margin:0px;
		}
		#membership-overlay aside {
			font-size: .8em;
			line-height: 1.8em;
			letter-spacing: .125em;
			text-transform: uppercase;
		}
		#membership-overlay a {
			text-transform: uppercase;
			font-size:1.1em;
			letter-spacing:.125em;
			display: block; 
			margin:20px 0;
		}
		#membership-overlay a:link, #membership-overlay a:visited {
		    color: #060e80;
		    font-style: normal;
		    border-bottom: none;
		    text-decoration: none;
		}
		#membership-overlay a.download-link {
			padding-right:25px;
			background-size:contain;
			background-position: 100% 50%;
			background-repeat: no-repeat;
			background-image: url("images/download.svg"), none;
		}
			#membership-overlay a span {
				border-bottom:1px #060e80 solid;
			}
.also {
	width:100%;
	background-color:#454545;
	color:#fff;
	padding:40px 80px;
	box-sizing:border-box;
	text-align: left;
}
	.also h1 {
		font-family: GillSansMTStd-Medium, sans-serif;
		font-size:12pt;
		text-transform: uppercase;
		font-style: normal;
		letter-spacing: .125em;
	}

#post-nav {
	margin:0 auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0px;
	background-color: #fff;
	height: 35px;
	font-size:.6em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	color:#fff;
}
	#post-nav .previous-post {
		position: absolute;
		left: 80px;
		width: 50%;
		top: 20px;
	}
	#post-nav .next-post {
		position: absolute;
		right: 80px;
		width: 50%;
		top: 20px;
	}
		#post-nav .previous-post a, #post-nav .next-post a {
			height: 30px;
			bottom: 0px;
			display: block;
			position: absolute;
			background-size: 10px;			
			background-repeat: no-repeat;
			top: -16px;
			width:100%;
			line-height: 3em;
			color:#060e80;
		}
		#post-nav .previous-post a {
			background-image: url("images/prev.svg"), none;
			background-position: 0% 50%;
			padding-left: 30px;
		}
		#post-nav .next-post a {
			background-image: url("images/next.svg"), none;
			background-position: 100% 50%;
			padding-right: 30px;
			text-align:right;
		}
#category-wrapper {
	position: relative;
	margin: 0px auto;
}
.entry-meta-span {
	display: inline-block;
	padding:5px 5px 3px;
	background-color:#000;
	color:#fff;
	margin:5px 5px 0 0;
	text-transform:uppercase;
	letter-spacing: .125em;
} 

.enquiry-overlay {
	background-color:#aeb9be;
	color:#FFF;
	clear:both;
}
#enquiry_form_response_container
{
	color: #fff;
	position: relative;
	width: 100%;
	z-index:1000;
}
#enquiry_form_response
{
	margin: 0 auto;
	z-index:1000;
	text-align:left;
}

/* ~~~~~~~ ------- ~~~~~~~~ */
/* ~~~~~~~ MODULES ~~~~~~~~ */
/* ~~~~~~~ ------- ~~~~~~~~ */

/* ~~~~~~~ BANNERS ~~~~~~~~ */

.banner {
	width:100%;
	position:relative;
	padding:80px;
	margin: 0 auto;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color:#060E80;
	color:#fff;
}
.banner.classical {
	background-image: url("images/bg/banner-1.jpg"), none;
}
.banner.stone {
	background-image: url("images/bg/banner-2.jpg"), none;
}
.banner.wood {
	background-image: url("images/bg/banner-3.jpg"), none;
}
.banner.screen {
	background-image: url("images/bg/banner-4.jpg"), none;
}
.banner.tile {
	background-image: url("images/bg/banner-5.jpg"), none;
}
.banner.corporate {
	background-image: url("images/bg/banner-6.jpg"), none;
}
.banner.membership {
	background-image: url("images/bg/banner-members.jpg"), none;
	background-position: 50% 100%;
}
.banner.about-us {
	background-color:#D59F9F;
	color:#060E80;
}
.banner.home {

}

	.banner header {
		padding-left:20%;
		width:60%;
	}
	#banner-quote.banner header {
		padding-left:0;
	}
		.banner header h1 {
			font-size:3em;
			text-transform: uppercase;
		}
		.banner header blockquote {
			font-size:2em;
			text-indent: -.5em;
		}
		.banner header p {
			font-size:1.2em;
			text-transform: uppercase;
			width:80%;
			letter-spacing: 0.125em;
		}
		p.cta span {
			font-size:10pt;
		}
	.banner .icon {
		margin-left: 5%;
		margin-top: 15px;
	}
#join-and-support {
	padding:0 80px 80px;
	box-sizing: border-box;
	overflow: auto;
}
#join-and-support article {
	margin: 0 0 5px;
	width:80%;
}
	#join-and-support article.banner {
		padding:40px;
	}

#join-and-support article header, #banner-support header {
		padding-left:0;
		width:60%;
	}

/* ~~~~~~~ PROFILES ~~~~~~~~ */

section#trustee-profiles {
	background-color:#aeb9be;
	position:relative;
	padding:80px;
	margin:0 auto;
	overflow:auto;
	width: 60%;
	float:right;
	box-sizing: border-box;
}
section#hrh-profiles {
	background-color:#fff;
	position:relative;
	padding:80px;
	margin:0 auto;
	overflow:auto;
	width: 40%;
	float:left;
	box-sizing: border-box;
}

section#trustee-profiles #profile-wrapper, section#hrh-profiles {
	position:relative;
	margin:0 auto;
}

section#trustee-profiles h2, section#hrh-profiles h2 {
	margin:0 auto;
	padding:0px 0px 20px;
	font-family: GillSansMTStd-Medium, sans-serif;
	font-size:12pt;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .125em;
	text-align: center;
}

section#trustee-profiles h4, section#hrh-profiles h4 {
	width:100%;
	margin:30px 0 0;
	padding:0 0px 20px;
	text-transform:uppercase;
	letter-spacing:.125em;
	font-size:12pt;
	line-height: 1.4em;
	color:#060e80;
}
section#trustee-profiles li, section#hrh-profiles li {
    display:inline-block;
	width: 32%;
	margin:0 auto;
	padding:0 20px 0;
	box-sizing: border-box;
	vertical-align: top;
	position:relative;
	text-align: center;
}
section#trustee-profiles li p {
	color:#454545;
	font-size: 10pt;
}
section#hrh-profiles li {
	width:66%;
	margin:0 auto;
	display:block;
}
section#trustee-profiles li .profile-img, section#hrh-profiles li .profile-img {
	position:relative;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	padding-top:100%;
	overflow:hidden;
	border-radius:50%;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.trustee-1 {
	background-image: url("images/profiles/bob.png"), none;
}
.trustee-2 {
	background-image: url("images/profiles/driehaus.png"), none;
}
.trustee-3 {
	background-image: url("images/profiles/lord-lamont.png"), none;
}
.trustee-4 {
	background-image: url("images/profiles/o-brien.png"), none;
}
.trustee-5 {
	background-image: url("images/profiles/alireza.png"), none;
}
.trustee-6 {
	background-image: url("images/profiles/clive.png"), none;
}
.hrh {
	background-image: url("images/profiles/hrh.png"), none;
}

section#profiles p {
	font-size:.8em;
}

/* ~ ~ ~ ~ FORM ~ ~ ~ */

form #form_name, form #form_email, form #form_message {
	width:100%;
	margin:10px 0;
	padding: 10px;
	box-sizing: border-box;
}

/* ~ ~ ~ ~ ~ ~ ~ */


/* -- FOOTER -- */

footer {
	position: relative;
	width:100%;
	overflow:auto;
	margin:0 auto;
	background-color: #454545;
	color:#fff;
	text-align:left;
	padding: 100px 40px;
	box-sizing:border-box;
	clear: both;
	overflow: auto;
}
	footer div#footer-logo {
		position: absolute;
		width: 129px;
		height: 50px;
		left: 80px;
		top: 100px;
		background-image: url("images/logo-white.svg"), none;
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-size: contain;
	}
	footer div#footer-blurb {
		width:40%;
		margin-left:20%;
		float:left;
	}
	footer nav {
		width:20%;
		float:left;
	}
		footer nav li {
			margin:0 0 10px;
			font-size:12px;
			letter-spacing: .125em;
		}
		footer nav li.menu-item {
			padding: 10px 0;
			width: 80%;
			border-bottom:.75px solid #fff;
		}
	footer h2 {
		margin: 0px 0 50px;
		}
	footer p {
		font-size:.9em;
		width:75%;
	}
	footer #footer-support {
		margin:0 0 50px;
	}
	footer #social-icons {
		position:relative;
		margin-top:40px;
	}
	footer #social-icons .twitter, footer #social-icons .facebook {
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-size:contain;
		padding: 0 0 0 10px;
		width:15px;
		height:15px;
		display:inline-block;
		overflow:hidden;
	}
	footer #social-icons .twitter {
		background-image: url('images/icons/twitter.svg'), none;
	}
	footer #social-icons .facebook {
		background-image: url('images/icons/facebook.svg'), none;
	}
	footer #archive-link {
		padding-left:25px;
		margin:30px 0 0;
		background-size:contain;
		background-position: 0% 50%;
		background-repeat: no-repeat;
		background-image: url("images/icons/timew.svg"), none;
	}
	footer #smallprint {
	    width:100%;
		padding:0 auto;
		clear:both;
		margin:30px 0;
		text-transform: uppercase;
		font-size: 10px;
	}
		footer #smallprint .left {
			width:40%;
			float:left;
			margin-left:20%;
			}
		footer #footer-smallprint .right {
		    width:40%;
			float:left;
		}
	footer #driehaus-logo {
		background-repeat:no-repeat;
		background-position:0% 50%;
		background-size:contain;
		width:150px;
		height:60px;
		margin:20px 0;
		overflow:hidden;
		background-image: url('images/icons/driehaus.svg'), none;
	}
	footer a:link, footer a:hover, footer a:visited, footer a:active {
		text-transform: uppercase;
		border-bottom:none;
		color:#fff;
		font-style: normal;
		letter-spacing: .125em;
	}
	#footer-blurb a {
		border-bottom:.75px solid #fff;
	}

#burger {
	height:35px;
	width:35px;
	position:absolute;
	top:0px;
	right:40px;
	cursor:pointer;
	background-image: url('images/menu.svg'), none;
	background-size:20px;
	background-position:50% 50%;
	background-repeat: no-repeat;
	display:none;
	z-index:9000;
}
#burger.active {
	background-image: url('images/close.svg'), none;
}

#breadcrumbs{
    list-style:none;
    overflow:hidden;
    position:absolute;
    top:40px;
    left:80px;
    z-index: 4000;
}
  
	#breadcrumbs li{
		font-size:12px;
	    display:inline-block;
	    vertical-align:middle;
	    margin-right:8px;
	}
	  
	#breadcrumbs .separator{
	    font-size:10px;
	    font-weight:100;
	    color:#424242;
	}
	.bread-home {
		text-indent:-9999px;
		width:12px;
		height:12px;
		background-image: url('images/home.svg'), none;
		background-size:contain;
		background-position:50% 50%;
		background-repeat: no-repeat;
		display: block;
	}

/* ~~ CONTACT ~~ */

address {
	font-style:normal;
	line-height:1.2;
}
.share-icon {
	position:absolute;
	top:-9999px;
	widht:100px;
	height:100px;
}

/* WOO COMMERCE OVERWRITES */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:20%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 80%;
    box-sizing: border-box;
}
.woocommerce-tabs {
	float: right;
	width: 80%;
	box-sizing: border-box;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding:0 0 30px 0;
    font-size: 12pt;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.125em;
    border-radius: 0px;
    color: #454545;
    border:1px solid #454545;
    background-color: transparent;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #060e80;
    color: #fff;
}
.woocommerce div.product form.cart .button {
    text-transform: uppercase;
    letter-spacing: .125em;
    font-weight: normal;
}
.woocommerce div.product div.images img {
	width:80%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
}
.woocommerce ul.products {
	padding-left:20%;
	padding-top: 80px;
	font-size:0;
}
.woocommerce div.product {
	padding-top:40px;
}
.woocommerce-tabs ul.tabs {
	display:none;
}

.woocommerce-result-count {
	display:none;
}
.related {
	margin-top:80px;
	padding-top:80px;
	border-top:1px solid #454545;
	clear: both;
}
.basket-link {
	position:absolute;
	top:80px;
	left: 80px;
}
.woocommerce-ordering {
	position:absolute;
	top:80px;
	right:80px;
}
.woocommerce-breadcrumb {
	position:absolute;
	top:80px;
	left: 20%;
	padding-left: 40px !important;
}
.page-title {
	position:absolute;
	top:150px;
	left: 80px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
	
@media only screen and (min-width: 2000px) {	
}

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

@media only screen and (max-width: 1450px) {
	section#homepage-events h2 {
		font-size:1.2em;
	}
}

@media only screen and (max-width: 1280px) {
	.nav-menu li {
			margin:0 8px 0 0;
			font-size:8pt;
		}
	.woocommerce ul.products {
	    padding-left: 0px;
	    padding-top:200px;
	}	
	.woocommerce div.product {
	    padding-top:80px;
	}	
	.woocommerce-breadcrumb {
	    position: absolute;
	    top: 100px;
	    left: 0%;
	    padding-left: 80px !important;
	}


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

@media only screen and (max-width: 1020px) {
	#by-line-patronage {
		display:none;
	}
	#burger {
		display:block;
	}
	.menu-main-menu-container {
		height:35px;
		padding:0px;
		box-sizing:border-box;
	}
	.nav-menu {
		top:0px;
		left:0px;
		padding-top:20px;
		padding-bottom:60px;
		width: 100%;
		text-align: center;
		background-color:#fff;
		display:none;
		box-sizing:border-box;
		position:fixed;
		overflow: scroll;
	}
		.nav-menu li {
			margin:0 auto;
			display: block;
			padding: 0px;
			font-size: 1em;
			margin-top:40px;
			box-sizing:border-box;
		}
			.nav-menu ul.sub-menu {
					display:block;
					position:relative;
					top:0px;
					left:0px;
					font-size: 1.6em;
					margin-top:20px;
					border-top:1px solid #060E80;
					box-sizing:border-box;
					white-space: normal;
					width:100%;
					-ms-transform: translateX(0%);
					-webkit-transform: translateX(0%);
					-moz-transform: translateX(0%);
					-o-transform: translateX(0%);
					transform: translateX(0%);
			}
				.nav-menu ul.sub-menu li {
				    padding:20px 0px;
				}

	nav#nav-aid {
		right:110px;
		margin-right:0;
		top:1px;
	}
	/* ------ SIZING -------*/
	#splash {
		background-position:40px 40px;
	}
	#splash h1 {
		left:92px;
	}
	.also {
		padding:40px;
	}
	.home #content, .archive #content, .single-product #content {
		padding:60px 40px;
	}
	nav#menu {
		padding: 40px 40px;
	}
	#logo, #logo-down {
		left:40px;
	}
	#index-intro h1 {
			margin:0 0 0 40px;
			margin-top:40px;
		}
	.enquiry-overlay {
		padding:40px;
	}
	button.close {
		right:40px;
		top:40px;
	}
	button.close-membership-overlay {
		right:40px;
		top:40px;
	}
	.content-wrap {
		padding:60px 40px;
		}
	.archive .content-wrap {
		padding:0px;
	}
	section#related-posts {
		padding:40px;
	}
	header#page-banner h1 {
			left:40px;
		}
	section#homepage-events h2 {
		font-size:1em;
	}
	#archive-pagination {
		padding: 40px 0;
		margin:0px;
		width:50%;
	}
	section#charter-accordian {
		padding:0 40px 40px 40px;
		}
		section#charter-accordian p {
			padding: 0px 40px;
		}
	section#homepage-promo {
		padding: 0px 40px 40px;
	}
	section#homepage-social {
		padding:40px;
	}
	section#gallery {
	    padding: 40px 0px
	}
	article.pageSingle .col-left, article.customSingle .col-left, article.postSingle .col-left {
			padding:0 40px 0 0;
		}
	article.customSingle .post-categories, article.postSingle .post-categories {
			left: 40px;
	}
	section#members-iyp, section#charity-info {
		padding:40px;
	}
	section#list-index {
		padding:40px;
	}
	#membership-select {
		padding:40px;
		}
	#membership-overlay ul {
				padding:40px 0px;
			}
	#membership-overlay h3 {
					top: 30px;
					left: 40px;
	}
	#post-nav .previous-post {
			left: 40px;
			}
	#post-nav .next-post {
		right: 40px;
	}
	.banner {
		width:100%;
		position:relative;
		padding:40px;
	}
	#join-and-support {
		padding:0 40px 40px;
	}
	section#trustee-profiles, section#hrh-profiles {
		padding:40px;
	}
	footer div#footer-logo {
			left: 40px;
			top: 100px;
	}
	#breadcrumbs{
	    top:20px;
	    left:40px;
	}
	.related {
		margin-top:40px;
		padding-top:40px;
	}
	.basket-link {
		top:35px;
		left: 40px;
	}

	.woocommerce-breadcrumb {
		top:60px;
		padding-left:40px !important;
	}
	.page-title {
		top:150px;
		left: 40px;
	}
	article.newsIndex .article-img, article.newsIndex header {
	    width: 100%;
	}
	#resource-index {
		padding:0 40px;
	}
	#resource-index ul {
	    padding-left: 0%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-tabs {
	    float: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    width: 50%;
	}
}

@media only screen and (max-width: 1000px) {
	.col-left, .col-right {
		width:100% !important;
		float:none;
		padding:0px !important;
		clear: left;
	}
	section#homepage-events {
		width:100%;
		padding:20px;
		margin-bottom:20px;
		float:none;
		border:none;
	}
	section#homepage-events h4, section#homepage-events header, section#homepage-events .event-date {
    	position: relative;
    	padding: 0px;
    	margin:0 auto;
	    top: auto;
	    left: auto;
    	bottom:auto;
	    -ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
	    transform: translateY(0%);
	}
	section#homepage-events h2 {
		font-size:1.4em;
	}
	article.newsIndex, .archive article.newsIndex {
			width:49%;
			margin:0 .3%;
		}
	article.newsIndex.small {
	    margin: 0 auto;
	    margin-bottom:20px;
	    width: 49%;
	}
	.post-categories, article.postSingle .post-categories {
    	position: relative;
	}
	.col-left img, article.customSingle .col-left img, article.postSingle .col-left img {
	    margin: 0px;
	}
	section#trustee-profiles, section#hrh-profiles {
	    width:100%;
	    float:none;
	}
	section#trustee-profiles, section#hrh-profiles {
	    width:100%;
	    float:none;
	}
		section#hrh-profiles li {
   			width: 32%;
   		}
   	#membership-select ul li {
	    width: 50%;
	    padding-top: 20%;
	}
	.ninja-forms-cont form {
	    width: 100% !important;
	    margin-left: 0 !important;
	    padding: 0 40px !important;
	    box-sizing:border-box;
	}
	.ninja-forms-cont form#ninja_forms_form_8 {
		padding:0px !important;
	}

}

@media only screen and (max-width: 900px) {
	#footer-logo, #footer-blurb {
		display:none;
	}
	#footer-support, #footer-explore {
		width:50%;
	}
	#footer-explore {
		margin:0 0 50px;
	}
	footer #smallprint {
    	width: 100%;
    	margin:0px;
    	padding:0px;
	}
	footer #smallprint .left, footer #smallprint .right {
		float:none;
		clear:both;
		width:80%;
		margin:0px;
	}
	section#homepage-social h4 {
		position:relative;
		color:#fff;
		line-height: 1.6em;
		margin-bottom:20px;
	}
	#tweets ul {
		padding:0px;
	}
	#join-and-support article.banner {
	    width: 100%;
	}
	#join-and-support article header, #banner-support header {
	    padding-left: 0;
	    width: 100%;
	}
	section#list-index h2, section#members-iyp h2, section#members-iyp p {
	  width:100%;
	  float:none;
	  margin:0 0 40px;
	  clear:both;
	}
	section#list-index ul, section#members-iyp ul {
	  width:100%;
	  float:none;
	}
	section#related-posts ul, section#related-posts h3 {
	    width: 100%;
	    margin-left: 0;
	}

}

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

	#membership-overlay h1, #membership-overlay h2 {
		position:relative;
		top: auto;
		right: auto;
		left:auto;
		text-align: left;
		margin:20px 0;
		padding:0px 40px;
	}
	#membership-overlay h2 p {
		margin:0px;
		padding:0px;
	}
	#membership-overlay .icon {
		position:relative;
		width: 100%;
		background-position:50% 50%;
		float: none;
	}
	#membership-overlay .lead-para p {
			font-size:1.6em;
	}
	#membership-overlay p, #membership-overlay aside {
		margin-left:0;
		padding:0 40px;
	}
}

@media only screen and (max-width: 767px) {
	section#homepage-header {
		padding-bottom:40px;
	}
	#cta-wrap {
	    position:relative;
	    width:100%;
	    right:auto;
	    margin:60px 0 0;
	}
	#tweets ul li {
    	width:100%;
	}
	section#list-index ul {
	    columns: 2;
	    -webkit-columns: 2;
	    -moz-columns: 2;
	}
	#article-content .p-image {
		padding:0px;
	}
	#membership-overlay h3 {
		top:45px;
		left:40px;
	}
	#membership-overlay ul {
	    padding: 100px 0px 40px;
	}
	#membership-overlay li {
	    width: 100%;
	    padding: 0 40px;
	    margin:20px 0px;
	    box-sizing:border-box;
	}
}

@media only screen and (max-width: 640px) {
	
	h1, blockquote {
		font-size:2.2em;
	}
	.banner header h1 {
    	font-size: 2.2em;
	}
	#index-intro h1 {x
	    width:100%;
	    padding:40px;
	    margin:0px;
	    box-sizing:border-box;
	}
	#resource-index ul li a {
		position:relative;
	}
	section#homepage-header h1 {
    	width: 100%;
	}
	.banner .icon {
	    margin: 0px;
	    position: relative;
	}
	.banner header {
	    padding-left: 0px;
	    width: 80%;
	    margin-top: 20px;
	}
		.banner header p {
		    font-size: 1em;
		    width: 100%;
		}
	#post-nav .next-post, #post-nav .previous-post {
		float: none;
		text-align: left;
		width:100%;
		padding:0;
		margin:20px 0;
	}
	.page-category {
		padding:100px 40px !important;
		box-sizing: border-box;
	}
	section#profiles #profile-wrapper, article.categoryIndex {
		width:100%;
	}
	article.enquirySingle {
		width:100%;
		box-sizing: border-box;
	}
	article.category-twitter .entry-meta-twitter {
 	   position: relative;
 	   margin-bottom: 20px;
	}
	article.enquirySingle header p {
		margin:20px 0 0;
	}
	.enquirySingle input[type="button"] {
		width:100%;
	}
	article.newsIndex, .archive article.newsIndex, article.newsIndex.small {
			width:100%;
			margin:0 auto;
			padding:0px;
			display:block;
			margin:10px 0;
	}
	#cta-wrap button {
	    width:100%;
	    display:block;
	}
		button#charter-cta {
			margin-bottom:20px;
		}
	.copyright {
		display:none;
	}
	section#trustee-profiles li, section#hrh-profiles li {
		    width: 49%;
		}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    	width: 100%;
	}
	.woocommerce-ordering {
		position:relative;
		top:auto;
		right:auto;
		margin-top:30px !important;
		float:none !important;
	}
}
@media only screen and (max-width: 520px) {
	#footer-support, #footer-explore {
		width:100%;
		margin-bottom:40px;
	}
	footer h2 {
    	margin: 0px 0 20px;
	}
	footer nav li.menu-item {
		width:100%;
	}
	section#list-index ul, section#members-iyp ul  {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	}
	#membership-select ul li {
	    width: 100%;
	    padding-top: 40%;
	}
}
@media only screen and (max-width: 420px) {
	h1, blockquote {
		font-size:2em;
	}
	.banner header {
	    width: 100%;
	}
	.banner header h1 {
    	font-size: 2em;
	}
	/* ------ SIZING -------*/
	#splash {
		background-position:20px 40px;
	}
	#membership-overlay p, #membership-overlay aside, #membership-overlay li {
		padding:0 20px;
	}
	#membership-overlay h1, #membership-overlay h2 {
		padding:0px 20px;
	}
	#membership-overlay .lead-para p {
			font-size:1.2em;
		}
	.ninja-forms-cont form {
	    padding: 0 20px !important;
	}

	#splash h1 {
		left:72px;
	}
	.also {
		padding:20px;
	}
	#resource-index {
		padding:0 20px;
	}
	.home #content, .archive #content, .single-product #content {
	    padding: 60px 20px;
	}
	nav#menu {
		padding: 20px 20px;
	}
	#logo, #logo-down {
		left:20px;
	}
	#index-intro h1 {
			padding:20px;
		}
	.enquiry-overlay {
		padding:20px;
	}
	button.close {
		right:20px;
		top:20px;
	}
	button.close-membership-overlay {
		right:20px;
		top:20px;
	}
	.content-wrap {
		padding:60px 20px;
		}
	section#related-posts {
		padding:20px;
	}
	header#page-banner h1 {
			left:20px;
		}
	section#homepage-events h2 {
		font-size:1em;
	}
	#archive-pagination {
		padding: 20px 0;
	}
	section#charter-accordian {
		padding:0 20px 20px 20px;
		}
		section#charter-accordian p {
			padding: 0px 20px;
		}
	section#homepage-promo {
		padding: 0px 20px 20px;
	}
	section#homepage-social {
		padding:20px;
	}
	section#gallery {
	    padding: 20px 0px
	}
	article.pageSingle .col-left, article.customSingle .col-left, article.postSingle .col-left {
			padding:0 20px 0 0;
		}
	article.customSingle .post-categories, article.postSingle .post-categories {
			left: 20px;
	}
	section#members-iyp, section#charity-info {
		padding:20px;
	}
	section#list-index {
		padding:20px;
	}
	#membership-select {
		padding:20px;
		}
	#membership-overlay ul {
				padding:20px 0px;
			}
	#membership-overlay h3 {
					top: 25px;
					left: 20px;
	}
	#post-nav .previous-post {
			left: 20px;
			}
	#post-nav .next-post {
		right: 20px;
	}
	.banner {
		width:100%;
		position:relative;
		padding:20px;
	}
	#join-and-support {
		padding:0 20px 20px;
	}
		#join-and-support article.banner {
		    padding: 20px;
		}
	section#trustee-profiles, section#hrh-profiles {
		padding:20px;
	}
	#breadcrumbs{
	    top:20px;
	    left:20px;
	}
	.related {
		margin-top:20px;
		padding-top:20px;
	}
	.basket-link {
		top:30px;
		left: 20px;
	}

	.woocommerce-breadcrumb {
		top:60px;
		padding-left:20px!important;
	}
	.page-title {
		top:150px;
		left: 20px;
	}
	footer {
	    padding: 40px 20px;
	}
}

.batt-logo {width:20px;}


body.admin-bar {
        margin-top: -32px;
        padding-bottom: 32px;
		
    }
    #wpadminbar {
        top: auto !important;
        bottom: 0;
		opacity:0;
    }
    #wpadminbar .quicklinks>ul>li {
        position:relative;
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        bottom:28px;
    }
	#wpadminbar:hover {
		opacity:1;
	}




	