/*!
Theme Name: Cheryl Sourkes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: cherylsourkes
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.

Cheryl Sourkes 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
--------------------------------------------------------------*/
/* Webfont: Overpass-Bold */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Bold.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Bold.woff") format("woff"), url("fonts/overpass/Overpass-Bold.ttf") format("truetype"), url("fonts/overpass/Overpass-Bold.svg#Overpass-Bold") format("svg");
	/* Legacy iOS */
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-BoldItalic */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Bold-Italic.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Bold-Italic.woff") format("woff"), url("fonts/overpass/Overpass-Bold-Italic.ttf") format("truetype"), url("fonts/overpass/Overpass-Bold-Italic.svg#Overpass-BoldItalic") format("svg");
	/* Legacy iOS */
	font-style: italic;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-Reg */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Regular.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Regular.woff") format("woff"), url("fonts/overpass/Overpass-Regular.ttf") format("truetype"), url("fonts/overpass/Overpass-Regular.svg#Overpass-Regular") format("svg");
	/* Legacy iOS */
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-Italic */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Italic.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Italic.woff") format("woff"), url("fonts/overpass/Overpass-Italic.ttf") format("truetype"), url("fonts/overpass/Overpass-Italic.svg#Overpass-Italic") format("svg");
	/* Legacy iOS */
	font-style: italic;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-Light */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Light.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Light.woff") format("woff"), url("fonts/overpass/Overpass-Light.ttf") format("truetype"), url("fonts/overpass/Overpass-Light.svg#Overpass-Light") format("svg");
	/* Legacy iOS */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-LightItalic */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-Light-Italic.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-Light-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-Light-Italic.woff") format("woff"), url("fonts/overpass/Overpass-Light-Italic.ttf") format("truetype"), url("fonts/overpass/Overpass-Light-Italic.svg#Overpass-LightItalic") format("svg");
	/* Legacy iOS */
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-ExtraLight */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-ExtraLight.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-ExtraLight.woff") format("woff"), url("fonts/overpass/Overpass-ExtraLight.ttf") format("truetype"), url("fonts/overpass/Overpass-ExtraLight.svg#Overpass-ExtraLight") format("svg");
	/* Legacy iOS */
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

/* Webfont: Overpass-ExtraLightItalic */
@font-face {
	font-family: 'Overpass';
	src: url("fonts/overpass/Overpass-ExtraLight-Italic.eot");
	/* IE9 Compat Modes */
	src: url("fonts/overpass/Overpass-ExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/overpass/Overpass-ExtraLight-Italic.woff") format("woff"), url("fonts/overpass/Overpass-ExtraLight-Italic.ttf") format("truetype"), url("fonts/overpass/Overpass-ExtraLight-Italic.svg#Overpass-ExtraLightItalic") format("svg");
	/* Legacy iOS */
	font-style: italic;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Overpass', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 15px;
}

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-family: "Overpass", sans-serif;
	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, q {
	quotes: "" "";
}

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

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, 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: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;
	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"],
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;
}

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

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

a:visited {
	color: #666666;
}

a:hover, a:focus, a:active {
	color: #666666;
}

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: 1.5em;
	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: 769px) {
	.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%;
}

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

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

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

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

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

.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,
.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-left: auto;
	margin-right: auto;
}

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

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

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

/*--------------------------------------------------------------
# Theme vars
--------------------------------------------------------------*/
.hide {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Overpass", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #222;
}

.site-title {
	font-family: "Overpass", sans-serif;
	font-size: 1.5rem;
	font-weight: 100;
	margin: 0;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (min-width: 360px) {
	.site-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 550px) {
	.site-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 769px) {
	.site-title {
		font-size: 4rem;
		margin-left: -.1em;
	}
}

.site-title a {
	text-decoration: none;
	color: #404040;
}

.page-title {
	margin: 0 0 1rem;
	font-weight: 100;
	font-size: 1.25rem;
}

.fncy-vimeo-gallery {
	display: block;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}

.fncy-vimeo-gallery .fncy-vimeo-embed {
	display: block;
	float: left;
	padding: 1rem;
	width: 100%;
}

@media only screen and (min-width: 921px) {
	.fncy-vimeo-gallery .fncy-vimeo-embed {
		width: 50%;
	}
}

.item-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}

.item-grid .hentry {
	width: 50%;
	/* three items */
	display: flex;
	flex-direction: column;
	padding: 0 .5rem;
}

.item-grid .hentry:nth-child(1):nth-last-child(3), .item-grid .hentry:nth-child(2):nth-last-child(2), .item-grid .hentry:nth-child(3):nth-last-child(1) {
	width: 33.3333%;
}

.item-grid .hentry .entry-header {
	order: 2;
}

.item-grid .hentry .entry-header .entry-title {
	font-size: 0.875rem;
	margin: .5em 0;
}

@media only screen and (min-width: 601px) {
	.item-grid .hentry .entry-header .entry-title {
		font-size: 1rem;
	}
}

.item-grid .hentry .entry-content {
	order: 1;
	margin-top: 0;
}

.item-grid .hentry .entry-content img {
	display: block;
	width: 100%;
	height: auto;
}

.item-grid.long .hentry {
	width: 50%;
}

@media only screen and (min-width: 601px) {
	.item-grid.long .hentry {
		width: 33.333333%;
	}
}

@media only screen and (min-width: 921px) {
	.item-grid.long .hentry {
		width: 25%;
	}
}

.gallery--grid {
	display: flex;
	list-style: none;
	margin: 0 -.5rem;
	padding: 0;
	flex-wrap: wrap;
	align-content: stretch;
}

.gallery--grid li {
	width: 50%;
	padding: .5rem;
	display: flex;
	align-items: stretch;
}

@media only screen and (min-width: 601px) {
	.gallery--grid li {
		width: 33.333333%;
	}
}

@media only screen and (min-width: 921px) {
	.gallery--grid li {
		width: 25%;
	}
}

.gallery--grid li a {
	display: block;
	flex-grow: 1;
	align-items: center;
}

.gallery--grid li a img {
	display: block;
}

.homepage-year {
	font-size: .875rem;
}

#page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 .5rem;
}

#masthead {
	position: relative;
	margin-bottom: 1rem;
}

.site-branding {
	padding-top: .5rem;
}

#site-navigation .nav-menu {
	margin-top: .5rem;
}

#site-navigation .nav-menu li {
	display: block;
	float: none;
}

#site-navigation .nav-menu li a {
	padding: .25rem 0;
	display: block;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 769px) {
	#site-navigation .nav-menu li {
		display: inline-block;
		padding: 0 .5rem;
	}
	#site-navigation .nav-menu li:first-child {
		padding-left: 0;
	}
	#site-navigation .nav-menu li a {
		display: inline-block;
		width: auto;
	}
	#site-navigation .nav-menu li.current-menu-item a,
	#site-navigation .nav-menu li.current-work-ancestor a,
	#site-navigation .nav-menu li:hover a {
		padding-bottom: 0;
		border-bottom: 1px solid #a6a6a6;
	}
}

.menu-toggle {
	position: absolute;
	top: .2rem;
	text-shadow: none;
	right: 0;
	background-image: none;
	background-color: transparent;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0;
}

@media screen and (min-width: 360px) {
	.menu-toggle {
		top: .4rem;
	}
}

@media screen and (min-width: 550px) {
	.menu-toggle {
		top: .5rem;
	}
}

.menu-toggle i {
	font-size: 1rem;
}

@media screen and (min-width: 360px) {
	.menu-toggle i {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 550px) {
	.menu-toggle i {
		font-size: 2rem;
	}
}

#breadcrumbs {
	display: none;
	font-size: 0.875rem;
}

@media only screen and (min-width: 601px) {
	#breadcrumbs {
		display: block;
	}
}

.page-cv .entry-title {
	margin: 0 0 1rem;
	font-weight: 100;
	font-size: 1.25rem;
}

.page-cv .entry-content {
	margin-top: 0;
}

.page-cv h2 {
	font-size: 1rem;
}

.page-cv ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.fb {
	font-family: helvetica, arial, sans-serif;
}

.fb .site-branding,
.fb .page-title,
.fb .year {
	display: none;
}

.fb .fb-header-wrap {
	background: url(img/bg-fb-header.png) repeat-x left center;
}

.fb .fb-header-wrap .menu-toggle {
	color: white;
	top: .6rem;
}

.fb .fb-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 .5rem;
}

.fb .fb-branding {
	height: 50px;
}

@media only screen and (min-width: 601px) and (max-width: 920px) {
	.fb .fb-branding {
		height: 56px;
	}
}

@media only screen and (min-width: 921px) {
	.fb .fb-branding {
		height: 82px;
	}
}

.fb .fb-branding .site-title {
	font-size: 1rem;
	margin: 0;
	padding-top: 12px;
	width: 110px;
	height: auto;
}

@media only screen and (min-width: 601px) and (max-width: 920px) {
	.fb .fb-branding .site-title {
		width: 140px;
	}
}

@media only screen and (min-width: 921px) {
	.fb .fb-branding .site-title {
		padding-top: 30px;
		width: 170px;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
   * Remove all paddings around the image on small screen
   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*# sourceMappingURL=magnific-popup.css.map */

/*# sourceMappingURL=style.css.map */