/*
Theme Name: 2015 - Updates
Theme URI: http://hayward.nu
Author: JD HAYWARD
Author URI: http://hayward.nu
Description: 
Version: 5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: No Tags 
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@font-face{
	font-family: fontello;
	src: url(fonts/fontello.ttf);
}
@font-face{
	font-family: good;
	src: url(fonts/GoodDelicate.ttf);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html, body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: times new roman, times, georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 1rem;
	line-height: 1.3;
	overflow-x: hidden;
}

a {
	color: #2d2d2d;
	text-decoration: none;
}
a:active, 
a:focus,
a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 1rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}

h4:before,
h4:after {
	border-top: 1px solid #111;
    content: "";
    display: block;
    left: 50%;
    margin: 2rem 0;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 15px;
}
h4 span:before,
h4 span:after {
	content: '-';
	margin: 0 .4rem;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 2.4rem;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 2.6rem;
    position: relative;
}

blockquote p {
	margin-bottom: .4rem;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 90%;
	left: .25rem;
	margin-top: 1rem;
	text-transform: uppercase;
}
blockquote cite:before {
	content: '-';
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

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

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 2rem;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.hide {
	display: none;
}

.entry-content ul li, 
.event-list li {
	box-sizing: border-box;
	font-size: 90%;
	letter-spacing: .1rem;
	list-style: none;
	padding: .4rem;
	text-transform: uppercase;
}
.entry-content ul li a {
	text-decoration: none;
}
.entry-content ul li a:hover {
	text-decoration: underline;
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	overflow: hidden;
	position: relative;
}
.home .site {
	background-color: #fff;
}

.main-content {
	width: 100%;
}


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

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-backface-visibility: hidden;
	
	background: rgba(255, 255, 255, 1);
	
	height: 100vh;
	
	left: -100%;
	margin: 0 auto 24px;
	padding: 60px 0;
	position: fixed;
	width: 50%;
	z-index: 4;
}
.toggle .site-header {
	left: 0;
}
.site-header hgroup {
	box-sizing: border-box;
	border: none;
	float: left;
	height: 48px;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 10;
}
.background .site-header {
}
.site-header > div {
	margin: 0 auto;
	position: relative;
}
.site-header > div:after {
	clear: both;
	content: '';
	display: block;
}

.header-main { 
	background: #fff;
	padding: 1rem 0;
	transition: all .6s;
	-webkit-transition: all .6s;
}
.background .header-main {
	background: transparent;
}

.site-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	vertical-align: top;
}

.site-title a,
.site-title a:hover {
}
.site-title a {
}
.site-title svg {
	height: auto;
	margin: 0;
	width: 12.6rem;
}
.site-title svg * {
	fill: #111;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.background .site-title svg * {
	fill: #fff;
}

/*  */

.header-overview {
	display: none;
	font-size: 16px;
	margin: 16px 0;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 1;
}
.header-overview ul, 
.header-overview li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-overview li span, 
.header-overview li a {
	color: #fff;
	display: inline-block;
	font-style: italic;
	margin-right: 15px;
}
.header-overview li a:hover {
	text-decoration: underline;
}

.header-overview li a:after {
	content: '\00bb';
	display: inline-block;
	margin-left: 2px;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation li,
.site-navigation a {
	display: inline-block;
	position: relative;
}

.site-navigation a:after  {
	border-bottom: 1px solid #111;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	margin-top: -.375rem;
	position: absolute;
	top: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 100%;
}
.background .site-navigation a:after  {
	border-color: #fff;
}
.site-navigation .current-menu-item > a:after, 
.site-navigation a:hover:after {
	margin-top: -.125rem;
	opacity: 1;
}

.site-navigation a:hover {
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	
}

/* Primary Navigation */

.site-navigation {
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

.site-navigation .nav-menu { }

.site-navigation.toggled-on .nav-menu { }

.site-navigation a {
	letter-spacing: .065rem;
	margin-left: 2rem;
	padding: .4rem 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	text-transform: uppercase;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.background .site-navigation a {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

/* Secondary Navigation */
/*
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}
*/
.menu-toggle {
	background: transparent none;
	border-radius: 0;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 22px;
	margin: 0 15px 0 0;
	overflow: hidden;
	padding: 0;
	right: 0;
	text-align: center;
}

.menu-toggle:before {
	color: #2d2d2d;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent none;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

/* social menu */

.menu-social-container {
}
.menu-social-container:after {
	clear: both;
	content: '';
	display: block;
}
.menu-social-container ul, 
.menu-social-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-social-container ul li, 
.menu-social-container ul li a {
	display: inline-block;
	text-align: left;
}
.menu-social-container ul li a {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 1.6rem;
	margin: 0 0 0 .2rem;
	position: relative;
	text-indent: -9999px;
	width: 1.6rem;
}

.menu-social-container ul a:after {
	color: #000;
	content: '\e800';
	display: block;
	font-family: fontello;
	font-size: 97.5%;
	height: 1em;
	left: 50%;
	margin: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	transform: translateX(-50%) translateY(-60%);
	-webkit-transform: translateX(-50%) translateY(-60%);
	top: 50%;
	width: 1em;
}

.menu-social-container ul .tw a:after {
	content: '\e803';
}
.menu-social-container ul .ig a:after {
	content: '\e804';
}
.menu-social-container ul .yt a:after {
	content: '\e805';
}
/**
 *
 * updates from the bottom bit...
 *
 -----------------------------
 */
 
.site-header {
	font-size: 90%;
	height: auto;
	left: 0;
	padding: 0 1rem 2rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.site-title {
	float: left;
}
.site-header .site-title a {
}
.site-header .site-title a:before {
}
/*  */

#pre-masthead {
	background: #000;
	margin: 0 -1rem;
	padding: 1rem 1rem;
	text-align: right;
}
#pre-masthead > div {
	display: inline-block;
	vertical-align: middle;
}

.menu-social-container {
}

/*  */

.header-overview {
	margin: 0;
	position: relative;
	text-align: left;
}
.header-overview ul, 
.header-overview li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-overview li span, 
.header-overview li a {
	display: inline-block;
	font-style: italic;
	margin: 0 1rem;
}

.primary-navigation {
	position: relative;
	text-align: right;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	box-sizing: border-box;
	min-height: calc(100vh - 2.1rem);
	min-height: -webkit-calc(100vh - 2.1rem);
	padding-top: 16rem;
}

.hentry {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto 48px;
	padding: 0;
	position: relative;
	text-align: center;
}
.hentry.background, 
.hentry.dark {
}
.home .hentry {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.dark.hentry, 
.dark.hentry a {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 48rem;
	padding: 2rem 0 0;
}

.site-content .entry-header {
	max-width: 100%;
}

.page-content {
	margin-bottom: 48px;
}

.column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 4rem;
	-webkit-column-gap: 4rem;
	font-size: 90%;
	margin-bottom: 2.4rem;
	text-align: justify;
	width: auto !important;
}
.column p {
	margin-bottom: 1.4rem;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: .25rem;
	line-height: 1.3;
	margin: 0 0 1rem;
	position: relative;
	text-transform: uppercase;
}
.entry-title:before {
	background: #111;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	margin: -2rem -1rem;
	position: absolute;
	top: 0; 
	width: 2rem;
}
.dark .entry-title:before {
	background: #fff;
}

/*
.single .entry-title {
	font-family: times new roman, times, georgia, serif;
	font-size: inherit;
	font-style: italic;
	text-transform: none;
}
*/

.entry-title a, 
.entry-title span {
	position: relative;
}

.entry-title .entry-return {
	position: relative;
}
.entry-title .entry-return:after {
	display: none;
}

.entry-title a:hover {
	
}

.single .entry-header,
.site-content .entry-header {
	padding: 0 0 2rem;
	text-align: center;
}


.site-content .has-post-thumbnail .entry-header {
}

.entry-subtitle {
	font-size: 100%;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.15rem;
    margin: 0 0 4rem;
    text-transform: uppercase;
}
.entry-subtitle span:before, 
.entry-subtitle span:after {
	content: '—';
	margin: 0 .4rem;
}
.entry-header nav {
	font-size: 90%;
	margin: 1rem 0;
}
.entry-header nav a {
	letter-spacing: .1rem;
	margin: 0 .4rem;
	position: relative;
	text-transform: uppercase;
}
.entry-header nav a:hover {
	text-decoration: none;
}
.entry-header nav a:before {
	content: '|';
	margin: 0 .6rem 0 0;
}

.entry-header nav a:after  {
	border-bottom: 1px solid #111;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 100%;
}
.entry-header nav a.current:after, 
.entry-header nav a:hover:after {
	margin-top: .25rem;
	opacity: 1;
}

.entry-header nav a:first-child:before {
	content: none;
}
.entry-header nav a span:after {
	content: '.';
}
#gallery-download {
	border: 2px solid #000;
	display: block;
	margin: 2rem auto 0;
	max-width: 18rem;
	padding: 1rem 2rem;
	text-transform: uppercase;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#gallery-download:hover {
	background: #000;
	color: #fff;
}
/*
[class*='client-gallery'] .gallery {
	
}
[class*='client-gallery'] .gallery figure {
	padding: .2rem;
	width: 25%;
}
[class*='client-gallery'] .gallery figure div {
	background: rgba(0, 0, 0, .1);
	min-height: 8rem;
}
[class*='client-gallery'] .gallery figure img {
	display: inline-block;
	max-height: 8rem;
	vertical-align: middle;
	width: auto;
}
[class*='client-gallery'] .gallery .gallery-item:nth-child(3n+1) {
	clear: none;
}
[class*='client-gallery'] .gallery .gallery-item:nth-child(4n+1) {
	clear: left;
}
*/


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {  }

.page .entry-content {
	padding-top: 0;
}
.entry-content {
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/*  */

.home .entry-content > div {
	width: 100%;
}

.home .entry-content [class*='-container']{
}

.entry-content nav {
	margin-left: 20px;
	margin-bottom: 32px;
}
.entry-content nav a {
	display: block;
	position: relative;
	text-decoration: none;
}
.entry-content nav a span {
	margin-right: 15px;
	text-decoration: underline;
}
.entry-content nav a.current:before {
	content: url(css/current.png);
	margin: -8px 10px;
	position: absolute;
	right: 100%;
	top: 50%;
}

.case-studies-container {
	
}

.case-studies-container section {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	opacity: 0;
	margin-top: 10px;
	position: absolute;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}
.case-studies-container section.current {
	margin-top: 0;
	opacity: 1;
	z-index: 1;
}

.tax-list li {
	box-sizing: border-box;
	float: left;
	letter-spacing: .1rem;
	list-style: none;
	margin-bottom: .4rem;
	padding: .4rem;
	text-transform: uppercase;
	width: 25%;
}
.tax-list li:nth-child(4n+1) {
	clear: left;
}
.tax-list li a, 
.tax-list li a:hover {
	display: block;
	position: relative;
	text-decoration: none !important;
}
.tax-list li a span {
	background-position: 50% 50%;
	background-size: cover;
	display: inline-block;
	height: 10rem;
	opacity: 0;
	position: relative;
	transition: opacity 1s;
	width: 100%;
	z-index: 1;
}
.tax-list li a span:nth-child(2) {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 0 !important;
}
.tax-list li a:hover span {
	opacity: 1;
	z-index: 1;
}
.tax-list li a b {
	display: inline-block;
	font-weight: normal;
	padding-top: .4rem;
	position: relative;
}
.tax-list li a b:after {
	border-bottom: 1px solid #111;
    content: "";
    display: block;
    left: 0;
    margin-top: .125rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.tax-list li a:hover b:after {
	margin-top: .375rem;
	opacity: 1;
}

.tax-list li img {
	margin: 0 0 .6rem;
}

/*
.single .tax-list {
	margin: 0 0 2rem;
	padding: 0;
}
.single .tax-list li {
	float: none;
	font-size: 90%;
	text-align: center;
	width: 100%;
}
.single .tax-list li img {
	display: none;
}
*/

/*  */

.services-list li {
	box-sizing: border-box;
	font-size: 90%;
	letter-spacing: .1rem;
	list-style: none;
	padding: .4rem;
	text-transform: uppercase;
}
.services-list li a {
	text-decoration: none;
}
.services-list li a:hover {
	text-decoration: underline;
}

/*  */

[class*='container'] {
	position: relative;
}

[class*='container'] section {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	opacity: 0;
	margin-top: 10px;
	position: absolute;
	width: 100%;
}
[class*='container'] section.current {
	margin-top: 0;
	opacity: 1;
	z-index: 1;
}

.clients-right,
.info-right,
.services-right {
	margin-top: 32px;
	margin-bottom: 32px;
}

.services-container .services-right blockquote:nth-of-type(1):after, 
.services-container .services-right blockquote:nth-of-type(2):before {
	display: none;
}
.services-container .services-right blockquote:nth-of-type(2):after {
	margin: -44px 256px;
}

/*  */

/*

.single-event-management .hentry {
	box-sizing: border-box;
	max-width: 64rem;
}
.single-event-management .hentry:after {
	clear: both;
	content: '';
	display: block;
}
.single-event-management .hentry .entry-image {
	float: right;
	font-size: 90%;
	text-align: left;
	width: 50%;
}
.single-event-management .hentry .entry-image img {
	display: block;
	margin-bottom: .6rem;
}
.single-event-management .hentry .entry-header, 
.single-event-management .hentry .entry-content {
	float: left;
	padding: 0;
	text-align: center;
	width: 38%;
}
*/

/*  */

.gallery {
	xxxheight: 280px;
	overflow: hidden;
	position: relative;
}
.case-studies-container .gallery iframe,
.case-studies-container .gallery img {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	height: 100%;
	position: absolute;
	top: 0;
	width: auto;
}
.gallery iframe,
.gallery img {
	xxxopacity: 0;
}

.client-gallery .gallery img,
.gallery.loaded iframe,
.gallery.loaded img {
	opacity: 1;
}
.case-studies-container .gallery .gallery-item {
	height: 100%;
	overflow: visible;
	position: static;
}

.gallery b {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
.gallery b:after {
	content: url(css/arrow-left.png);
	display: block;
	left: 0;
	margin: -40px 20px;
	position: absolute;
	top: 50%;
}
.gallery b.next {
	left: auto;
	right: 0;
}
.gallery b.next:after {
	content: url(css/arrow-right.png);
	left: auto;
	right: 0;
}

.case-studies-container .gallery-nav {
	margin-bottom: 32px;
	margin-right: -1px;
}
.case-studies-container .gallery-nav:after {
	clear: both;
	content: '';
	display: block;
}

.gallery-nav b {
	-moz-transition: all .75s;
	-ms-transition: all .75s;
	-o-transition: all .75s;
	-webkit-transition: all .75s;
	transition: all .75s;
	
	background: #d2d2d2;
	cursor: pointer;
	display: block;
	float: left;
	height: 7px;
	position: relative;
}
.gallery-nav b.current {
	background: #63ffb9;
}
.gallery-nav b:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 2px;
}

/*  */

.ble-team {  }
.ble-team ul, 
.ble-team ul li { list-style: none; }

.ble-team ul:after {
	clear: both;
	content: '';
	display: block;
}
.ble-team ul li { 
	box-sizing: border-box;
	float: left;
	font-size: 90%;
	letter-spacing: 0;
	padding: .6rem;
	text-align: left; 
	text-transform: none;
	width: 20%;
}
.ble-team ul li:nth-child(5n+1) {
	clear: left;
}
.ble-team ul li img, 
.ble-team ul li p {
	margin-bottom: 1.4rem;
}

.initial {
	display: block;
    float: left;
    font-family: good;
    font-size: 450%;
    line-height: 1;
    margin: 0.2rem 0.5rem -1.4rem -0.1rem;
    padding: 0;
}

/*  */
.archive article {
	display: none;
}
/*
[class*='event-management'] .column,
.archive .column {
	font-size: 90%;
	margin: 0 -8rem;
}
*/
.archive article.current {
	display: block;
}

[class*='event-management'] .gallery,
.archive .gallery {
	display: none;
}
.showcase-container {
	position: relative;
}
.showcase {
	background: #111;
	height: 28rem;
	overflow: auto;
	white-space: nowrap;
}
.showcase a {
	position: relative;
}
.showcase img {
	height: 100% !important;
	position: relative;
	width: auto;
	white-space: nowrap;
}

.case-studies-container .gallery-nav b:last-of-type:after {
	content: none;
}

.hentry .case-studies-container section > h3 {
	float: left;
}

/*  */

[class*='client-gallery'] .case-studies-container .gallery img {
	position: static;
}

/*  */

.events-container {	
	position: relative;
}
.home .events-container {
}
.single .events-container {
		-moz-columns: 2;
		-ms-columns: 2;
		-o-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		-moz-column-gap: 48px;
		-ms-column-gap: 48px;
		-o-column-gap: 48px;
		-webkit-column-gap: 48px;
		column-gap: 48px;
	}

.events-container section {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	opacity: 0;
	margin-top: 10px;
	position: absolute;
	width: 100%;
}
.events-container section.current {
	margin-top: 0;
	opacity: 1;
	z-index: 1;
}
.events-container section .gallery {
	
}
.events-container section .gallery .gallery-item {
	clear: none !important;
	margin: 0;
	width: 25%;
}

.events-container ul {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
.events-container ul:after {
	clear: both;
	content: '';
	display: block;
}
.events-container ul li {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	float: left;
	margin: 0 0 24px;
	padding: 0;
	width: 100%;
}
.events-container ul li > a {
	background-color: #f8f8f8;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	height: 220px;
	position: relative;
}
.events-container ul li > a:after {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(0, 0, 0, .3);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.events-container ul li > a:hover:after {
	opacity: 1;
}

.events-container ul li h3 {
	margin: 0;
	padding: 0;
}
.events-container ul li h3 a {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 7px 10px 7px 18px;
	position: relative;
	text-decoration: none;
}
.events-container ul li h3 a:before {
	content: url("css/current.png");
	left: 0;
	margin: -8px 5px;
	position: absolute;
	top: 50%;
}

/**/

.ble-information-container {
	position: relative;
}

.ble-information section {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	opacity: 0;
	margin-top: 10px;
	position: absolute;
	width: 100%;
}
.ble-information section.current {
	margin-top: 0;
	opacity: 1;
	z-index: 1;
}

.ble-awards, 
.ble-awards li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ble-awards li {
	margin-bottom: 36px;
	padding-left: 32px;
	position: relative;
}
.ble-awards li:after {
	content: url(css/award-bullet.png);
	left: 0;
	position: absolute;
	top: 18px;
}

.ble-awards li .entry-title {
	font-size: 36px;
	text-decoration: none;
	word-wrap: normal;
}
.ble-awards li:first-of-type {
	border-bottom: 1px dotted #000;
	padding: 0 0 12px 0;
}
.ble-awards li:first-of-type:after {
	content: none;
}
.ble-awards li:first-of-type .entry-title {
	font-size: 48px;
}

.ble-awards .entry-title a:after, 
.ble-awards .entry-title span:after {
	content: none;
}

.ble-who {
	-moz-animation: spinner 15s infinite;
	-ms-animation: spinner 15s infinite;
	-o-animation: spinner 15s infinite;
	-webkit-animation: spinner 15s infinite;
	animation: spinner 15s infinite;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	min-height: 450px;
}

.ble-who > div {
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	display: block;
	
	position: absolute;
	text-align: center;
	width: 100%;
}
.ble-who > div:nth-child(2) {
	
	-moz-transform: rotateY(120deg);
	-ms-transform: rotateY(120deg);
	-o-transform: rotateY(120deg);
	-webkit-transform: rotateY(120deg);
	transform: rotateY(120deg);
}
.ble-who > div:nth-child(3) {	
	-moz-transform: rotateY(240deg);
	-ms-transform: rotateY(240deg);
	-o-transform: rotateY(240deg);
	-webkit-transform: rotateY(240deg);
	transform: rotateY(240deg);
}

@-moz-keyframes spinner{
	28% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);

	}
	33% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	61% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	66% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	95% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	100% {
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);

	}
}
@-ms-keyframes spinner{
	28% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);

	}
	33% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	61% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	66% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	95% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	100% {
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);

	}
}
@-webkit-keyframes spinner{
	28% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);

	}
	33% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	61% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	66% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	95% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	100% {
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);

	}
}
@keyframes spinner{
	28% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);

	}
	33% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	61% {
		-moz-transform: rotateY(120deg);
		-ms-transform: rotateY(120deg);
		-o-transform: rotateY(120deg);
		-webkit-transform: rotateY(120deg);
		transform: rotateY(120deg);

	}
	66% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	95% {
		-moz-transform: rotateY(240deg);
		-ms-transform: rotateY(240deg);
		-o-transform: rotateY(240deg);
		-webkit-transform: rotateY(240deg);
		transform: rotateY(240deg);

	}
	100% {
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);

	}
}

.ble-who div .entry-subtitle {
	margin-bottom: 24px;
	position: relative;
}
.ble-who div .entry-subtitle:before {
	background: #2d2d2d;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	margin: 8px -90px;
	position: absolute;
	top: 100%;
	width: 180px;
}

.ble-who div .entry-title {
	font-size: 60px;
	line-height: .9;
	text-decoration: none;
}
.ble-who div:nth-of-type(1) .entry-title span {
	font-size: 72px;
}
.ble-who div div:nth-of-type(2) {
	display: inline-block;
	font-size: 32px;
	margin: -6px 0 18px;
	position: relative;
}
.ble-who div div:nth-of-type(2):before, 
.ble-who div div:nth-of-type(2):after {
	background: #2d2d2d;
	content: '';
	display: block;
	height: 1px;
	left: 100%;
	margin: 0 7px;
	position: absolute;
	top: 50%;
	width: 70px;
}
.ble-who div div:nth-of-type(2):after {
	left: auto;
	right: 100%;
}
.ble-who div:nth-of-type(3) .entry-title {
	font-size: 46px;
}

.ble-who .entry-title a:after, 
.ble-who .entry-title span:after {
	content: none;
}

.ble-who div:nth-child(3) .entry-title span {
	font-size: 62px;
}

/*  */

.ble-who div:nth-child(3) div:nth-of-type(3) .entry-title {
	font-size: 52px;
}
.ble-who div:nth-child(2) div .entry-title {
	font-size: 54px;
}
.ble-who div:nth-child(2) div:nth-of-type(3) .entry-title span {
	font-size: 72px;
}
.ble-who div:nth-child(2) div:nth-of-type(3) .entry-title span:nth-of-type(1) {
	font-size: 60px;
}

/*  */

.single-event .gallery,
.single-case-study .gallery {
	height: 560px;
	overflow: hidden;
	position: relative;
}
.single-event .gallery iframe,
.single-event .gallery img, 
.single-case-study .gallery iframe,
.single-case-study .gallery img {
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;	
	transition: all .4s;
	height: 100%;
	position: absolute;
	top: 0;
	width: auto;
}
.single-event .gallery .gallery-item, 
.single-case-study .gallery .gallery-item {
	height: 100%;
	overflow: visible;
	position: static;
}

.single-event .gallery b, 
.single-case-study .gallery b {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.single-event .gallery b.next, 
.single-case-study .gallery b.next {
	left: auto;
	right: 0;
}

.single-event .gallery-nav,
.single-case-study .gallery-nav {
	margin-right: -1px;
	margin-bottom: 32px;
}
.single-event .gallery-nav:after, 
.single-case-study .gallery-nav:after {
	clear: both;
	content: '';
	display: block;
}

.single-event .gallery-nav b, 
.single-case-study .gallery-nav b {
	-moz-transition: all .75s;
	-ms-transition: all .75s;
	-o-transition: all .75s;
	-webkit-transition: all .75s;
	transition: all .75s;
	
	cursor: pointer;
	display: block;
	float: left;
	height: 5px;
	position: relative;
}
.single-event .gallery-nav b.current, 
.single-case-study .gallery-nav b.current {
	background: #63ffb9;
}
.single-event .gallery-nav b:after, 
.single-case-study .gallery-nav b:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 1px;
}
.single-event .gallery-nav b:last-of-type:after, 
.single-case-study .gallery-nav b:last-of-type:after {
	content: none;
}

/**/

.hentry section:after {
	clear: both;
	content: '';
	display: block;
}

.hentry section > h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	width: 240px;
}
.hentry section > h3 span {
	margin-right: 15px;
	text-decoration: underline;
}

.hentry section span.hide {
	display: none;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.wide,
.tax-list, 
.gallery, 
#team-list {
	margin: 0 -10.8rem 2rem;
	padding: 2rem 0;
	width: auto !important;
}
.tax-list:after, 
.gallery:after, 
#team-list:after {
	clear: both;
	content: '';
	display: block;
}

.gallery-item {
	box-sizing: border-box;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.showcase a:before,
.gallery-item:before {
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	background: url(css/spinner.png) 50% 50% no-repeat;
	content: '';
	height: 40px;
	left: 50%;
	margin: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
.gallery-item img {
	position: relative;
}

@keyframes spinner {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spinner {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.gallery-item > div {
	background: #111;
	margin: .2rem;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 28%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: left;
}
.gallery-columns-3 .gallery-item:nth-child(3n+2) {
	max-width: 44%;
}

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

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

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

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

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

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

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 0 auto 4px;
	max-width: 1180px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

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

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {  }


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

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

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	
}

.site-footer {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	
	background-color: rgba(255, 255, 255, 1);
	font-size: 14px;
	position: relative;
	z-index: 3;
}
.background .site-footer {
	xxxbackground-color: rgba(255, 255, 255, .7);
}	

.footer-sidebar {
	margin: 0 auto;
	padding: .4rem 1rem;
	text-align: right;
}

.footer-sidebar p {
	display: inline;
}

.site-info {
	
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

#parallax-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	transition: background-color 1s;
	width: 100%;
}
.background #parallax-container {
	background: #000;
}
#parallax-container > div {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#parallax-container .display,
#parallax-container .section div {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	width: 100%;
}
#parallax-container .section div {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#parallax-container .section div.image {
	background-color: #fff;
}
#parallax-container .display:after {
	background: rgba(0, 0, 0, .3);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#parallax-container .display.current, 
#parallax-container .section .current {
	opacity: 1;
	transition-delay: 0;
	-webkit-transition-delay: 0;
	z-index: 1;
}

#parallax-container > div img {
	display: none;
}

#parallax-container > div span {
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 1;
}

#parallax-container > div span.teal i {
	background-color: #63ffb9;
}
#parallax-container > div span.grey i {
	background-color: #222;
}
#parallax-container > div span i {
	background-position: 50% 50%;
	background-size: cover;
}
/*
#main-content > .nav {
	-moz-transition: all .75s;
	-ms-transition: all .75s;
	-o-transition: all .75s;
	-webkit-transition: all .75s;
	transition: all .75s;
	
	cursor: pointer;
	display: block;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100px;
	z-index: 100;
}
#main-content > .nav.disabled {
	opacity: .2
}

#main-content > .nav.prev {
	left: 0;
	right: auto;
}

#main-content > .nav b {
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	background: #63ffb9;
	height: 240px;
	margin-top: -120px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
}
#main-content > .nav b:nth-child(1) {
	margin-right: 25px;
}
#main-content > .nav:hover b:nth-child(1) {
	margin-right: 0px;
}

#main-content > .nav.prev b {
	left: 0;
	right: auto;
}
#main-content > .nav.prev b:nth-child(1) {
	margin-left: 25px;
}
#main-content > .nav.prev:hover b:nth-child(1) {
	margin-left: 5px;
}
*/

/**
 *
  * loader
   *
    */
#loader {  }
#loader {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loader-bar {
	animation: spin 1s linear infinite;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	background: url(css/spinner.png) 50% 50% no-repeat;
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(720deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(720deg);
	}
}

/**
 *
  * loggin' in
   *
    */

#login {
	background: rgba(0, 0, 0, .6);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
#login .bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#login .form {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 300px;
}

#login .form .entry-title {
	margin-bottom: 48px;
}
#login .form .entry-title span:after {
	top: 100%;
}

#login .form p {
	margin-bottom: 12px;
}

#login .form p.login-lost {
	margin-bottom: 0;
	text-align: right;
}

#login .form p.login-submit {
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 24px;
	padding-top: 6px;
}

.login-password label, 
.login-username label {
	display: none;
}

.login-password input, 
.login-username input {
	xxxtext-align: center;
	width: 100%;
}

#login .form button, 
#login .form input[type='button'], 
#login .form input[type='submit'] {
	display: block;
	width: 100%;
}

/*
 *
 *
 *
 */

#popup {
	background: rgba(255, 255, 255, .9);
	display: none;
	left: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}
#popup.open {
	display: block;
}
#popup > a {
	display: block;
	margin: 10px auto;
	max-width: 1180px;
	text-align: right;
}

#popup .next, 
#popup .prev {
	background: url(css/gallery-right.png) 50% 50% no-repeat;
	height: 160px;
	margin: -80px 20px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 50%;
	width: 80px;
}
#popup .prev {
	background-image: url(css/gallery-left.png);
	left: 0;
	right: auto;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

#colophon,
#masthead {
	background: transparent none;
}

.background #masthead, 
.background #colophon {
	background: rgba(255, 255, 255, 0);
	color: #fff;
}

.background #masthead a, 
.background #colophon a {
	color: #fff;
}

/* the front page */

.home article:first-child .entry-title {
	font-size: 500%;
	font-style: italic;
}
.home article:first-child .entry-content {
	font-size: 140%;
} 

/*  */

.nav-links {
	border: none;
	display: none;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image, 
span.nav {
	border: none;
	cursor: pointer;
	height: 20rem;
	left: 0;
	position: fixed;
	text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 8rem;
	z-index: 10;
}

.showcase-container span.nav {
	position: absolute;
	z-index: 100;
}

.post-navigation a[rel="next"],
.image-navigation .next-image, 
span.nav.next {
	left: auto;
	right: 0;
}
span.nav.disabled {
	opacity: .1;
}
.post-navigation a:before, 
.post-navigation a:after,
span.nav:before,
span.nav:after {
	border-top: 1px solid #111;
	content: '';
	display: block;
	left: 1rem;
	position: absolute;
	top: 50%;
	transform-origin: 0 .5px;
	-webkit-transform-origin: 0 .5px;
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	transition: all .6s;
	-webkit-transition: all .6s;
	width: 8.5rem;
} 

.showcase-container span.nav:before,
.showcase-container span.nav:after {
	border-color: #fff;
	width: 6rem;
}

.background .post-navigation a:before, 
.background .post-navigation a:after,
.background span.nav:before,
.background span.nav:after {
	border-top: 1px solid #fff;
}
span.nav:after,
.post-navigation a:after {
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}

span.nav.next:before,
span.nav.next:after,
.post-navigation a[rel="next"]:before, 
.post-navigation a[rel="next"]:after {
	left: auto;
	right: 1rem;
	transform-origin: 100% .5px;
	-webkit-transform-origin: 100% .5px;
}

#wpgmza_map {
	margin: 0 0 2.4rem;
}

#swipe-target {
	display: none;
}

/**
 **
 **
 ** 
 **/
.more-link,
a.back {
	display: block;
	font-size: 90%;
	letter-spacing: .05rem;
	margin-bottom: -1.8rem;
	text-transform: uppercase;
}
.archive a.back {
	margin: 2rem auto .4rem;
}
a.back:hover span {
	text-decoration: underline;
}

