/*!
Theme Name: Anthem
Theme URI: http://underscores.me/
Author: Derek Hindley
Author URI: http://thehumandoing.ca
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anthem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Anthem is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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-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,
optgroup,
textarea {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Raleway', sans-serif;
	font-feature-settings: 'ss01' 1;
}

h1 {
	font-size: 54px;
	font-size: 7.5vw;
	font-weight: 900 !important;
	margin: 0;
	padding: 0;
	line-height: .8;
	text-transform: uppercase;
}

h1 span.sub-text{
	font-size: 30pt;
	font-size: 3vw;
}

h2{
	font-size: 15.7pt;
	font-size: 2.5vw;
	font-weight: 800;
}

h3{
	font-size: 14pt;
	font-size: 1.7vw;
}

h4{
	font-size: 12pt;
	font-size: 1.2vw;
}

h5{
	font-size: 10pt;
	font-size: 1.1vw;
}

p {
	margin-bottom: 1.5em;
	font-size: 18pt;
	font-size: 1.5vw;
}

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 https://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. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
}

ul li{
	padding: 5px 0;
	font-size: 11px;
	font-size: 1.6vw;
	font-weight: 800;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: black;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

nav{
	display: none;
	vertical-align: top;
	text-align: right;
	font-weight: 800;
}

#hamburger.is-active nav{
	display: inline-block;
}

nav ul li{
	text-align: right;
}

nav ul li a{

}

nav ul li a{
	color: #000000;
}

nav ul li:hover a{
	color: #ec008c;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#masthead{
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#logo{
	position: absolute;
	left: 0;
	padding: 1vw 5vw;
}

#menu{
	position: absolute;
	right: 0;
	padding: 0vw 5vw;
}

html, body, #siteContent, #main, .scene_element, #page, .home,.single{
	height: 100%;
}

section{
	height: 100%;
	display: flex !important;
	flex-direction: column;
	position: relative;
}

section:first{
	position: absolute;
	z-index: -1;
}

section:nth-child(1){z-index: 0;}
section:nth-child(2){z-index: 1;}
section:nth-child(3){z-index: 2;}
section:nth-child(4){z-index: 3;}


.section-padding{
	padding: 0vh 5vw;
	height: auto;
}

.bar{
	width: 100%;
	height: 3px;
	background-color: #ec008c;
	position: absolute;
	top: 50%;
}

.section-content{
	margin: auto 0;
}

.section-content h1{
	width: 100vw;
	position: relative;
    z-index: 1;
}

a{
	color: #ec008c;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
}
h1 a{
	color: inherit;
	text-decoration: none;
}

.section-content h1.padded-strike{
	width: 90vw;
	margin: 0 5vw;
}

.section-content h1.padded-strike:before, .section-content .full-strike:before, .xtra-padded-content h2.padded-strike:before{
	border-top: 1px solid #000000;
	content:"";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}

.xtra-padded-content h2.pink-bar:before{
	border-color: #ec008c !important;
}

.section-content .full-strike{
	width: 100vw;
	position: relative;
    z-index: 1;
	width: 100vw !important;
	color: #ec008c !important;
}

.xtra-padded-content h2{position: relative;}

.xtra-padded-content{
	position: relative;
	padding: 0 5%;
}

.xtra-padded-content .full-strike{
	position: absolute;
	left: 0;
}

.padded-content .full-strike, .xtra-padded-content .full-strike{
	margin: 0;
	padding: 0 !important;
}

.section-content .full-strike:before{
	border-top: 3px solid #ec008c !important;
}

.padded-content p, .padded-content h2, .padded-content h3, .padded-content h4{
	width: 90vw;
	margin: 0 5vw;
}

.section-footer{
	text-align: center;
}

.the-children{
	height: 50%;
}

.the-children h2{
	font-size: 12px;
	font-size: 2vw;
	color: #fff;
}

.txt-center{
	text-align: center;
}

.hamburger{
	display: inline-block;
	font-size: 2vw;
	padding: 0 !important;
	color: #fff;
	mix-blend-mode: difference;
}

.is-active .hamburger-box{
	height: 18px;
}
.hamburger-box{
	height: 14px;
	width: 25px;
}

.hamburger:focus{
	outline: none;
}

.hamburger-inner{margin-top: 0}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after{
	background: #fff;
	/*outline: 1px solid rgba(236,0,140,.5);
	-webkit-box-shadow:outset 0px 0px 0px 1px #ec008c;
    -moz-box-shadow:outset 0px 0px 0px 1px #ec008c;
    box-shadow:outset 0px 0px 0px 1px #ec008c;*/
	width: 25px;
	height: 2px;
}
.hamburger:hover{
	opacity: 1;
}

.single-anthem-work .hamburger{padding: 3px !important;}
.single-anthem-work #hamburger .is-active{
	background-color: #ec008c;
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
}

.single-anthem-work #hamburger .is-active:hover .hamburger-inner,
.single-anthem-work #hamburger .is-active:hover .hamburger-inner:before,
.single-anthem-work #hamburger .is-active:hover .hamburger-inner:after{
	background-color: #000;
}

.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after{
	background-color: #ec008c;
	outline:none;
	mix-blend-mode: initial;
}
.hamburger:hover .hamburger-label{
	color: #ec008c;
}

.hamburger--slider .hamburger-inner{
	top: 3px;
}

.hamburger--slider .hamburger-inner:before{
	top: 5px;
}

.hamburger--slider .hamburger-inner:after{
	top: 10px;
}

.is-active .hamburger-inner:after{
	top: 20px;
}

.hamburger-label, nav ul li a{
    margin-right: 5px;
    vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	margin-top: 2px;
	font-family: 'Raleway', sans-serif;
}

.hamburger-label{
	display: inline-block;
	margin-top: 5px;
}

nav{margin-top:5px;}

#hamburger.is-active .hamburger-label {
	visibility: none;
}

.black, .black ul li a, .black nav, .black .hamburger-label {color: #000000;}
.white, .white ul li a, .white nav, .white .hamburger-label {color: #ffffff;}
.black .hamburger-inner, .black .hamburger-inner:before, .black .hamburger-inner:after{background-color: #000000;}
.white .hamburger-inner, .white .hamburger-inner:before, .white .hamburger-inner:after{background-color: #ffffff;}

/*
* Work PAge & People
*/
.staff-section {
	flex-direction: row;
	flex-wrap: wrap;
}

#work-samples {
	height: auto;
	background: rgb(70, 70, 70);
}

#work-samples img {
	display: block;
}

#work-samples .pure-g{height: auto;}
.work-thumb-container, .people-thumb-container{
	height: 33.33%;
	position: relative;
	text-align: center;
	color: #fff;
}

.people-thumb-container {
	width: 33.3333vw;
	max-height: 33.333vw;
	height: auto !important;
	letter-spacing: 0;
	line-height: 1;
	overflow: hidden;
}

.people-text {
	opacity: 0;
	transition: 0.4s ease all;
}

.people-thumb-container:hover .people-text {
	opacity: 1;
	transform: translate(0, 0);
	transition: 0.4s ease all;
}

@media(max-width:767px){
	.people-thumb-container {
		width: 50vw;
		max-height: 50vw;
	}
}

.people-thumb-container img {
	display: block;
}

.work-overlay .work-thumb-container{
	height: 31.33%;
}



.work-grid-active{
	visibility: visible !important;
}

.work-header{
	height: 50vh;
	position: relative;
}

.work-header .work-thumb{
	-webkit-filter: none;
       -moz-filter: none;
         -o-filter: none;
        -ms-filter: none;
			filter: none;
}

.work-link, .people-link{
	color: #fff;
}
.work-thumb, .people-thumb{
	object-fit: cover;
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
			filter: grayscale(100%);
	transition: all 0.5s ease;
}

.work-thumb:hover, .people-thumb:hover{
	-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
   transition: all 0.5s ease;
   color: #ec008c;
}

.work-thumb:hover, .work-link:hover, .people-thumb:hover, .people-link:hover{
	color: #ec008c !important;
}

.work-text{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.work-text h2{
	line-height: .8em;
	pointer-events: none;
	text-transform: uppercase;
	color: #fff;
}
/*
* PEOPLE PAGED
*/
.people-text{
	position: absolute;
    bottom: 0;
	width: 100%;
	text-align: center;
}

.people-text h2{
	margin-bottom: 5px !important;
}

.people-text h3{
	margin-bottom: 5px !important;
}

.child-section{
	height: auto !important;
}

.child-section .pure-g, .people-thumb-container{height: 100%;}

.single-anthem-work .section-content h1.txt-center{color: #fff !important}

.not-featured-work {
	display: none;
}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#more-work-button {
	position: absolute;
	bottom: -60px;
	left: 0px;
	right: 0px;
	margin: auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	font-size: 25px;
	font-weight: 900;
	width: 200px;
}

#more-work-button:before {
	content: " ";
	width: 0;
	height: 2px;
	background: rgba(236, 0, 140, 0.68);
	display: block;
	position: absolute;
	top: 17px;
	left: -50px;
	z-index: -1;
	transition: 0.4s ease all;
}

#more-work-button:hover:before {
	width: 240px;
	transition: 0.4s ease all;
}

#more-work-button:after {
	content: " ";
	width: 240px;
	height: 2px;
	background: #ec008c;
	display: block;
	position: absolute;
	top: 32px;
	left: -50px;
	z-index: -1;
}







/*
* GALLERY
*/

/*.gallery-container{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}*/

#pinGallery{
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	position: relative;
}

.gallery-item{
	width: 100%;
	height: 100%;
	position: absolute;
}

.gallery-img{
	object-fit: cover;
	width: 100vw;
	height: 94vh;
}

.footer-text{
	font-weight: lighter;
	position: absolute;
    text-align: center;
    bottom: 2%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}


.footer-text p{clear: both; font-weight: lighter; text-align: center;}

.contact-single{
	margin-bottom: 6vh;
}

.work-nav{
	position: fixed;
	bottom: 0;
	z-index: 9999 !important;
	width: 100%;
	height: auto;
	background-color: #ec008c;
}
.work-nav ul{
	text-align: center;
}
.work-nav ul a, #work-grid{
	text-align: center;
	width: 33%;
	float: left;
	border-left: 1px solid #fff;
}

.work-nav ul a:hover i, .work-nav #work-grid:hover i{
	color: #000;
}

#work-grid:hover{cursor: pointer;}

.work-overlay{
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	visibility: hidden;
	background-color: black;
}

.work-nav ul a:nth-child(1){
	border-left: none !important;
}

.work-nav ul li i{
	color: #fff;
}

.people-text h3{padding: 0;margin: 0}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo{
	/*width: 50%;
	min-height: 10px;
	max-height: 25px;*/
	width: 150px;
	height: auto;
}
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 * From: http://smoothstate.com/typical-implementation.html
 */
 .m-scene .scene_element {
	animation-duration: .75s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;
  }

  .m-scene .scene_element--fadein {
	animation-name: fadeIn;
  }

  .m-scene.is-exiting .scene_element {
	animation-direction: alternate-reverse;
  }

  .align-bottom{
	  vertical-align: bottom;
  }
  /*
   * Keyframes
   */
  @keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }

  @media screen and (max-width: 35.5em){
	  h1{font-size: 12.5vw;}
	  h2, .the-children h2{font-size: 4.5vw;}
	  h3{font-size: 3.5vw;}
	  h4{font-size: 2.5vw;}
	  h5, .footer-text p{font-size: 2vw;}
	  p{font-size: 3.5vw;}

	  .the-children h4{position: absolute; bottom: 0; width: 31.33%; padding: 2%}
	  .the-children h4 br{display: none}

	  section:nth-child(1) .section-footer{/*display: none-webkit-transform: translateZ(0);*/}

	  ul li{font-size: 2.5vw}

	  #pinGallery{display:none !important}

	  .single-anthem-work .hamburger {
		padding: 10px 5px !important;
		}
  }
  @supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	/*section:nth-child(1){
		height: 85vh;
	}
	section:nth-child(2){
		top: 0vh;

	}
	section:nth-child(3){
		top: 0vh;
	}
	section:nth-child(4){
		top: 0vh;
	}

	section:nth-child(5){
		top: 7vh;
	}


	section:last-child{margin-bottom: 15vh;}
	*/

  }
