/*
Theme Name: cadence
Theme URI: http://www.codexdigital.com.au/
Author: Codex Digital
Author URI: http://www.codexdigital.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cadence
Tags:

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.

cadence is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {

}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Cadence
--------------------------------------------------------------*/

body, html
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body
{
	font-family: 'Lato', sans-serif;
	overflow: auto;
}

h1
{
	font-weight: normal;
	text-transform: uppercase;
}

#masthead,
#detailsToggle,
#sideInfo,
.site-branding,
.site-branding a,
#sideInfo .fader,
.childNav li,
#mastheadToggle,
#mastheadToggle:before,
.thumbnail,
.hoverEffect,
#sideInfo .backlink,
#sideInfo .entry-title
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#sideInfo,
#masthead
{

	position: absolute;
	left: 0;
	top:0;
	padding-top: 115px;
	min-height:768px;
	width: 400px;
	max-width: 100%;

	z-index: 90;
		/*	background-color: rgba(0,0,0,0.8);*/
}

@media (min-width: 600px)
{
	#sideInfo,
	#masthead
	{
		padding-top: 150px;
	}
}
@media (min-width: 768px)
{
	#sideInfo,
	#masthead
	{
		min-height: 100%;
		background-color: transparent;
	}
}
#sideInfo.invisible
{
	overflow: hidden;
}

#masthead.category,
#sideInfo
{
	background-color: rgba(0,0,0,0.8);
}
#sideInfo
{
	overflow: hidden;
}

#sideInfo .fader
{
	position: relative;
	opacity: 1;
	left: 0;

}
#sideInfo.invisible .fader
{
	opacity: 0;
	left: 60px;
}


#sideInfo .content
{
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;

	color: white;
	font-size: 14px;
	padding: 10px 50px 10px 50px;
	margin-bottom: 50px;
	position: relative;
	left: 0;
}
#sideInfo .content a,
#sideInfo .content a:visited
{
	color: white;
}

#sideInfo .content a:hover
{
	color: #93cdfd;
	text-decoration:none;
}

#sideInfo .content i.fa
{
	margin-right: 0.5em;
}
#sideInfo .entry-title
{
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#sideInfo .backlink
{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#sideInfo .backlink,
#sideInfo .entry-title
{
	position: relative;
	left: 0;
}

#sideInfo.closed
{
	z-index: 70;
}

#sideInfo.closed.invisible
{
	z-index: 90;
}

@media (max-width: 600px)
{
	#sideInfo.closed
	{
		background-color: rgba(0,0,0,0);
	}

	#sideInfo.closed .content,
	#sideInfo.closed .backlink,
	#sideInfo.closed .entry-title
	{
		opacity: 0 !important;
		left: 60px !important;
	}
	#sideInfo.closed .content
	{
		height: 0;
	}


	#sideInfo.closed .backlink
	{
		padding: 15px 0 0px 50px;
	}
	#sideInfo.closed .entry-title
	{
		padding: 0px 50px 15px 50px;
	}
}





#sideInfo.invisible.closed
{
	background-color: rgba(0,0,0,0.8);
	min-height: 768px;
}

#masthead
{
	z-index: 100;

	height: 100%;
}
#masthead.closed
{
	left: -400px;

}


#mastheadToggle
{
	position: fixed;
	top: 36px;
	left: 14px;
	color: white;
	font-size: 56px;
	z-index: 400;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#mastheadToggle:before
{
	content: '';
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	top:0;
	left:0;
	width:100%;
	height: 100px;
	display: block;
	opacity: 1;
}
#masthead.scrollGallery #mastheadToggle:before
{
	display: none;
}

#mastheadToggle .stroke-minus,
#mastheadToggle .stroke-plus
{
	background-color: white;
	position: absolute;
}
body.page-template-category #masthead.closed .stroke-minus,
body.page-template-category #masthead.closed .stroke-plus
{
	background-color: #666;
}

#mastheadToggle .stroke-minus
{
	top:22px;
	height: 6px;
	width:100%;
}
#mastheadToggle .stroke-plus
{
	left:22px;
	width: 6px;
	height:100%;
	display: none;
}
#masthead.closed .stroke-plus,
#masthead.closed .stroke-minus
{
	display: block;
}
@media (min-width: 600px)
{
	#mastheadToggle
	{
		top: 94px;
		left: 50px;
	}
	#mastheadToggle:before
	{
		top:-100px;
		opacity: 0;
	}
}

#detailsToggle
{
	position: fixed;
	bottom: 0;
	left: 0;
	color: white;

	z-index: 400;
	width: 100%;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	background-color: rgba(0,0,0,0.9);

}
#detailsToggle.closed
{

	bottom: 50px;
	background-color: rgba(0,0,0,0);
}
#detailsToggle.closed:hover
{

	background-color: rgba(0,0,0,0.4);
}
#detailsToggle:before
{
	font-family: FontAwesome;
	content: "\f03e"
}
#detailsToggle:after
{
	padding-left: 0.5em;
	content: "View Images"
}
#detailsToggle.closed:before
{
	content: "\f036"
}
#detailsToggle.closed:after
{
	content: "View Text"
}

@media (min-width: 600px)
{
	#detailsToggle
	{
		top: -80px;
		/*top: 70px;*/
		left: 130px;
	}
}

#primary
{
	padding-top: 190px;
	position: absolute;
	width: 100%;
	/*height: 100%;
	background-color: #111111;*/
}
body.page-template-category,
body.page-template-category #primary
{
	background-color: #f1f1f1;
	min-height: 100%;
}

#primary.category
{
	padding-left: 0;
	padding-top: 100px;
}

@media (min-width: 600px)
{
	#primary.category
	{
		padding-top: 190px;
	}
}
@media (min-width: 768px)
{
	#primary
	{
		padding-left: 400px;
	}

	#primary.category
	{

		padding-left: 50px;
		padding-right: 50px;
	}
}
#main
{

}

#site-navigation ul,
#site-navigation li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation a,
.backlink
{


	display: block;
	color: white;
	font-size: 27px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0 5px 50px;

	font-weight: normal;
}
.backlink,
.backlink:visited
{
	padding-top: 10px;
	font-size: 16px;
	color: #aaaaaa;
}
.backlink:hover
{
	color: #ffffff;
}

.site-branding
{
	position: fixed;
	right: 10px;
	top: 10px;
	width: 80px;
	height: 80px;
	z-index: 200;

}
@media (min-width: 600px)
{
	.site-branding
	{
		right: 50px;
		top: 20px;
		width:130px;
		height:130px;
	}
}

.site-branding a
{
	display: block;
	line-height: 0;
	background-color: rgba(0,0,0,0.85);
}
.site-branding.closed a
{
	background-color: rgba(0,0,0,0.1);
}

.entry-title
{
	color: #ffffff;
	line-height: 1.1em;
	padding: 5px 50px 10px 50px;
	margin: 0;
}

.childNav ul,
.childNav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.childNav ul
{
	/*text-align: center;*/
}
.childNav li
{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

@media (min-width: 768px)
{
	.childNav li
	{
		width: 50%;
	}
}
@media (min-width: 1024px)
{
	.childNav li
	{
		width: 33.333333%;
	}
}
@media (min-width: 1921px)
{
	.childNav li
	{
		width: 25%;
	}
}
/*
@media (min-width: 905px)
{
	.childNav li
	{
		width: 33.333333%;
	}
}
@media (min-width: 1355px)
{
	.childNav li
	{
		width: 25%;
	}
}
@media (min-width: 1800px)
{
	.childNav li
	{
		width: 20%;
	}
}
@media (min-width: 2240px)
{
	.childNav li
	{
		width: 16.666666%;
	}
}
*/
.childNav:after
{
	content: "";
	width:0;
	height: 0;
	clear: both;
}
.childNav a
{
	margin: 0 0 10px 0;
	display: block;
	text-decoration: none;
	color: #222;
	font-size: 16px;
	line-height: 0;
	text-transform: uppercase;
	position: relative;

}
@media (min-width: 768px)
{
	.childNav a
	{
		margin: 0 5px 10px 5px;
	}
}
.childNav a span
{
	display: block;
	line-height: 1.4em;
	padding: 20px 25px;
	background-color: rgba(255,255,255,1);
	position: relative;
	z-index: 20;

}

.hoverEffect
{
	text-align: center;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	font-size: 60px;

	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.childNav a:hover .hoverEffect
{
	opacity: 1;
	padding-bottom: 50px;
}

.thumbnail
{
	height: 200px;
	background-position: center top;
	background-repeat:  no-repeat;
	background-size: cover;
	background-color: #333;
}

@media (min-width: 300px)
{
	.thumbnail
	{
		background-position: center center;
		height: 260px;

	}
}

@media (min-width: 450px)
{
	.thumbnail
	{
		
		height: 380px;

	}
}

@media (min-width: 768px)
{
	.thumbnail
	{
		background-position: center center;
		height: 200px;

	}
}

@media (min-width: 1024px)
{
	.thumbnail
	{
		height: 250px;

	}
}
@media (min-width: 1400px)
{
	.thumbnail
	{
		height: 350px;

	}
}




.cadenceGallery,
.cadenceGallery li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cadenceGallery
{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;

}

.cadenceGalleryKey li
{
	-webkit-transition: background-color 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out;
	-ms-transition: background-color 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
}
.cadenceGallery li
{


	position: fixed;
	top:0;
	display: inline-block;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;


}

.cadenceGalleryKey,
.cadenceGalleryKey li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cadenceGalleryKey
{
	z-index: 80;
	position: fixed;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;


}
.cadenceGalleryKey li
{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 1px;
	border: 1px solid rgba(255,255,255,0.5);

}
.cadenceGalleryKey li.active
{
	background-color: #fff;
}
.cadenceGalleryKey li:hover
{
	border-color: white;
	cursor: pointer;
}


.footer
{

	padding: 10px 50px 10px 50px;
	color: rgba(255,255,255,0.4);
	font-size: 12px;
}

.social
{
	margin: 30px 50px 0 50px;
	padding: 10px 0 10px 0;

	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.3);
	font-size: 2em;

}
.social a,
.social a:visited,
.footer a,
.footer a:visited
{
	margin-right: 5px;
	color: rgba(255,255,255,0.4);
}
.social a:hover,
.footer a:hover
{
	color: #fff;
}

#sideInfo .gallery
{
	display: none;
}

form.cadenceForm input[type=text],
form.cadenceForm textarea,
form.cadenceForm select
{
	background-image: none;
	background-color: rgba(0,0,0,1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
	border-radius: 0;
	width: 100% !important;
	color: #aaa;
	padding: 10px;
}

form.cadenceForm input[type=submit],
form.cadenceForm input[type=submit]:hover
{

	background-color: rgba(0,0,0,1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
	box-shadow: none;
	font-size: 16px !important;
	text-transform: uppercase;
	text-shadow: none;
	color: white;
	border-radius: 0;
	padding: 1em 2em;
}

form.cadenceForm input[type=text]:focus,
form.cadenceForm textarea:focus
{
	border-bottom-color: rgba(255,255,255,0.7);
}
form.cadenceForm input[type=submit]:focus
{
	border-color: rgba(255,255,255,0.7);
}

form.cadenceForm label
{
	font-weight: normal !important;
}
form.cadenceForm .gfield_required
{
	display: none;
}
form.cadenceForm .validation_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message
{
	color: white !important;
	font-weight: normal !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
	background-color:transparent !important;;
	margin: 0 !important;;
	border: none !important;;
}


#sideInfo .sidePeople li .entry-title,
#sideInfo .sidePeople li .content
{
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#sideInfo .sidePeople li .entry-title
{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.sidePeople,
.sidePeople li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidePeople li
{
	position: absolute;
	width: 100%;
	z-index: 100;
	pointer-events:none;
}

.sidePeople li.active
{
	position: initial;
	pointer-events:all;
}

#sideInfo .sidePeople li .entry-title,
#sideInfo .sidePeople li .content
{
	position: relative;
	left: 60px;
	opacity: 0;
}
#sideInfo .sidePeople li.active .entry-title,
#sideInfo .sidePeople li.active .content
{
	left: 0;
	opacity: 1;
}



.peopleCat
{
	color: #aaaaaa;
	font-size: 1.6em;
}

/* ---- Video ---- */


#playVideo
{
	

	position: absolute;
	z-index: 90;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	transform: translateY(50%) !important;
	bottom:50% !important;
	top: auto !important;
		/**/
	
}
#stopVideoButton
{
	margin: 120px auto 0;
}

#stopVideoButton,
#playVideo
{
	background-color: rgba(0,0,0,0.7);
	/*
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
	box-shadow: none;
	*/
	font-size: 16px !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #ddd;
	border-radius: 0;
	padding: 1em 2em;
	width: 230px;
	z-index: 91;
	text-align: center;
	
}

#stopVideoButton
{
	margin: 0 auto;
	position: absolute;
	z-index: 110;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:0;
}

#stopVideoButton:hover,
#playVideo:hover
{
	background-color: rgba(0,0,0,1);
	cursor: pointer;
	color: white;
}

.videoContainer
{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity:0;
	z-index: 0;
	background-color: rgba(0,0,0,0);
	-webkit-transition: opacity 0.6s ease-in-out 1s,  background-color 0.6s ease-in-out 2s;
	-moz-transition:  opacity 0.6s ease-in-out 0s,  background-color 0.6s ease-in-out 2s;
	-ms-transition:  opacity 0.6s ease-in-out 0s,  background-color 0.6s ease-in-out 2s;
	-o-transition:  opacity 0.6s ease-in-out 0s,  background-color 0.6s ease-in-out 2s;
	transition:  opacity 0.6s ease-in-out 1s,  background-color 0.6s ease-in-out 2s;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoContainer.playing
{
	background-color: rgba(0,0,0,0.8);
	opacity:1;
	z-index: 92;
}