/*!
 * Theme Name: Hyalite
 * Theme URI: http://www.cedaro.com/wordpress/themes/hyalite/
 * Author: Cedaro
 * Author URI: http://www.cedaro.com/
 * Description: Hyalite is a minimalistic, micro-blogging WordPress theme with a focus on typography and the ability to display a portfolio.
 * Version: 1.7.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: hyalite
 */


/**
 * normalize.css v3.0.2 | MIT License | git.io/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,
hgroup,
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 {
	-moz-box-sizing: content-box;
	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"] {
	cursor: pointer;

	-webkit-appearance: button;
}

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"] {
	-moz-box-sizing: border-box;
	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"] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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


/**
 * Icons
 * -----------------------------------------------------------------------------
 */

.icon,
.format-icon,
.grofile-accounts a:before,
.social-navigation a:before,
.site-search-toggle:before,
.widget-title .rsswidget:first-child:before,
.mejs-button:before,
.block-grid-item-thumbnail:before,
.nav-menu-toggle:before {
	display: inline-block;
	font-family: "Genericons";
	font-size: 1em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;

	speak: none;
}


/**
 * Typography
 * -----------------------------------------------------------------------------
 */

body {
	color: rgba(0, 0, 0, 0.73);
	font-size: 16px;
	line-height: 1.75;
}

body,
button,
input,
select,
textarea {
	font-family: "Libre Baskerville", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 1.75em;
	overflow: hidden;
	padding-left: 2.375em;
	padding-right: 1.75em;
	position: relative;
}

blockquote:before {
	border-left: 4px solid rgba(0, 0, 0, 0.13);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	display: block;
	font-style: 400;
	text-align: right;
}

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

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

blockquote.pull-quote {
	color: rgba(0, 0, 0, 0.73);
	padding-left: 0;
	padding-right: 0;
}

blockquote.pull-quote:before {
	border-left: 0;
	position: static;
}

blockquote.pull-quote p {
	display: inline;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

pre,
code,
kbd,
tt,
var {
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 85%;
	padding: 0.14285714em 0.28571429em;
}

pre {
	border-color: rgba(0, 0, 0, 0.13);
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 0.75em 1.25em;
	white-space: pre-wrap;
}

pre code {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 100%;
	padding: 0;
}

abbr,
acronym {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.13);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

@media (min-width: 800px) {
	ul,
	ol {
		list-style-position: outside;
		padding-left: 0;
	}
}

@media (min-width: 1100px) {
	blockquote.stretch-wide {
		margin-left: -93px;
		margin-right: -93px;
	}
}


/**
 * Elements
 * -----------------------------------------------------------------------------
 */

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 3.5em;
}

hr:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 3.125em auto 0;
	position: relative;
	width: 60px;
}

hr.no-divider:after {
	display: none;
}

ol,
ul {
	margin: 0 0 1.75em;
	padding-left: 1.25em;
}

ol ol,
ul ol,
ol ul,
ul ul {
	margin-bottom: 0;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

li > ol,
li > ul {
	margin-left: 1.75em;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin: 0 0 1.75em;
	width: 100%;
}

caption {
	color: rgba(0, 0, 0, 0.73);
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
}

th {
	font-weight: 700;
}

td {
	font-weight: 400;
}

th,
td {
	border: solid rgba(0, 0, 0, 0.13);
	border-width: 0 0 1px;
	padding: 0.625em 0;
	text-align: left;
}

thead {
	color: rgba(0, 0, 0, 0.73);
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

thead th {
	padding: 0.5em 0;
}

fieldset {
	border-width: 0;
	clear: both;
	margin: 0 0 3.5em;
	padding: 0;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	color: rgba(0, 0, 0, 0.73);
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 1.75em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	width: 100%;
}

img {
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #ababab;
	font-family: "Libre Baskerville", serif;
}

:-moz-placeholder {
	color: #ababab;
	font-family: "Libre Baskerville", serif;
}

::-moz-placeholder {
	color: #ababab;
	font-family: "Libre Baskerville", serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ababab;
	font-family: "Libre Baskerville", serif;
}


/**
 * Forms
 * -----------------------------------------------------------------------------
 */

label {
	color: rgba(0, 0, 0, 0.73);
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
}

button,
input,
select {
	font-family: "Libre Baskerville", serif;
	vertical-align: baseline;

	*vertical-align: middle;
}

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

html input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.button {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.41);
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.25;
	padding: 0.33333333em 1.08333333em 0.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus,
.button:focus {
	border-color: rgba(0, 0, 0, 0.41);
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.button a {
	color: rgba(0, 0, 0, 0.41);
	text-decoration: none;
}

.button a:hover,
.button a:focus {
	color: rgba(0, 0, 0, 0.6);
}

.button-alt {
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.9);
	color: #fff;
}

.button-alt:hover {
	background-color: rgba(0, 0, 0, 0.73);
	border-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

p .button {
	margin-bottom: 0.3125em;
	margin-top: 0.3125em;
}

form {
	font-size: 16px;
	font-size: 1.6rem;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	font-family: sans-serif;
	font-size: 0.875em;
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.875em;
	padding: 0.57142857em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.41);
	color: rgba(0, 0, 0, 0.73);
}

textarea {
	font-family: "Libre Baskerville", serif;
	width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	font-weight: 400;
}


/**
 * Layout
 * -----------------------------------------------------------------------------
 */

.page-stripe,
.site-header,
.site-content,
.site-footer {
	clear: both;
	float: left;
	width: 100%;
}

.page-fence,
.content-fence,
.footer-widgets,
.social-navigation,
.credits {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	width: 100%;
}

.page-fence {
	max-width: 1100px;
}

.content-fence,
.footer-widgets,
.social-navigation,
.credits {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 769px) {
	.content-fence,
	.footer-widgets,
	.social-navigation,
	.credits {
		padding-left: 0;
		padding-right: 0;
		width: 760px;
	}

	.layout-full .content-fence {
		max-width: 1100px;
		width: 1100px;
	}
}


/**
 * Navigations
 * -----------------------------------------------------------------------------
 */

a {
	color: inherit;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

a:hover,
a:focus,
a:active {
	color: #278dbc;
}

a:focus {
	outline: thin dotted;
}


/* Nav Menus
------------------------------------------------------------------------------*/

.nav-menu {
	line-height: 1.3846;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu .menu {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
	display: none;
	position: absolute;
	top: 120%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	visibility: hidden;
	width: 100%;
}

.nav-menu .menu:before,
.nav-menu .menu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
}

.nav-menu .menu:before {
	border-bottom-color: rgba(0, 0, 0, 0.41);
	border-width: 5px;
	margin-left: -5px;
}

.nav-menu .menu:after {
	border-bottom-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}

.nav-menu .menu ul {
	background: rgba(0, 0, 0, 0.04);
	display: none;
	text-transform: none;
}

.nav-menu .menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	display: block;
}

.nav-menu .menu li li {
	border-bottom: none;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.nav-menu .menu a {
	color: rgba(0, 0, 0, 0.73);
	display: block;
	padding: 1em 5.83333333em;
	position: relative;
	text-decoration: none;
}

.nav-menu .sub-menu-toggle {
	border: none;
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 0;
	display: block;
	font-style: normal;
	line-height: 1.5;
	padding: 0.8em 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3.33333333em;
}

.nav-menu .sub-menu-toggle:before {
	content: "+";
	font-size: 2.5em;
	line-height: 0.66666667;
}

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

.nav-menu .is-sub-menu-open > ul {
	display: block;
}

.nav-menu .is-sub-menu-open > a > .sub-menu-toggle {
	background-color: rgba(0, 0, 0, 0.04);
}

.nav-menu .is-sub-menu-open > a > .sub-menu-toggle:before {
	content: "\2212";
}

.nav-menu .menu-fallback-notice {
	font-size: 0.75em;
	padding: 1.66666667em 0;
}

.nav-menu-toggle {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.73);
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 0.2em;
	line-height: 3.33333333;
	margin: 1.25em 0 0.83333333em;
	padding: 0 1.66666667em;
	text-transform: uppercase;
}

.nav-menu-toggle:hover,
.nav-menu-toggle:active,
.nav-menu-toggle:focus {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.6);
}

.nav-menu-toggle:before {
	content: "\f419";
	line-height: 3.33333333em;
	margin-right: 0.83333333em;
	position: relative;
	top: -1px;
}

/* @noflip */
.rtl .sub-menu-toggle {
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.is-open .menu {
	display: block;
	top: 100%;
	visibility: visible;
}

.is-open .nav-menu-toggle {
	border: 1px solid rgba(0, 0, 0, 0.6);
}

.no-js .menu {
	display: block;
	position: relative;
}

.no-js .menu ul {
	display: block;
}

@media (min-width: 768px) {
	.nav-menu ul {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.nav-menu .menu {
		background: transparent;
		border: none;
		box-shadow: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 91.66666667em;
		opacity: 1;
		position: static;
		visibility: visible;
	}

	.nav-menu .menu:before,
	.nav-menu .menu:after {
		display: none;
	}

	.nav-menu .menu ul {
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.41);
		border-radius: 4px;
		box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
		display: block;
		margin: 0 0 0 -7em;
		opacity: 0;
		position: absolute;
		top: 105%;
		left: 50%;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		visibility: hidden;
		width: 14em;
		z-index: 70;
	}

	.nav-menu .menu ul:before,
	.nav-menu .menu ul:after {
		border: solid transparent;
		content: " ";
		height: 0;
		pointer-events: none;
		position: absolute;
		bottom: 100%;
		left: 50%;
		width: 0;
	}

	.nav-menu .menu ul:before {
		border-bottom-color: rgba(0, 0, 0, 0.41);
		border-width: 5px;
		margin-left: -5px;
	}

	.nav-menu .menu ul:after {
		border-bottom-color: #fff;
		border-width: 4px;
		margin-left: -4px;
	}

	.nav-menu .menu ul li {
		border: none;
		display: block;
	}

	.nav-menu .menu ul li:first-child a {
		border-width: 0;
	}

	.nav-menu .menu ul a {
		border: none;
		border-radius: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.13);
		color: rgba(0, 0, 0, 0.6);
		display: block;
		font-size: 1.08333333em;
		padding: 0.76923077em;
		width: 100%;
	}

	.nav-menu .menu li {
		border-width: 0;
		display: inline-block;
		position: relative;
	}

	.nav-menu .menu li:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.nav-menu .menu a {
		border: 1px solid transparent;
		border-radius: 4px;
		display: block;
		padding: 0.41666667em 0.5em;
		text-decoration: none;
	}

	.nav-menu .menu :hover > a {
		color: rgba(0, 0, 0, 0.41);
	}

	.nav-menu .sub-menu-toggle {
		display: none;
	}

	.nav-menu .current-menu-item:hover > a {
		color: rgba(0, 0, 0, 0.73);
		cursor: default;
	}

	.nav-menu-toggle {
		display: none;
	}
}


/* Comments Navigation
------------------------------------------------------------------------------*/

.comments-area .paged-comments-nav {
	margin-bottom: 1.75em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.paged-comments-nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	text-align: right;
}

.paged-comments-nav .page-numbers {
	margin: 0 0.1875em;
}

.paged-comments-nav .current {
	color: #292e33;
	font-weight: 700;
}

.paged-comments-nav a.next,
.paged-comments-nav a.prev {
	display: none;
}

.paged-comments-nav span.prev {
	float: left;
}

.comment-navigation-title {
	display: inline-block;
	line-height: 1.85;
	margin: 0;
	text-transform: uppercase;
}


/* Page Links
------------------------------------------------------------------------------*/

.page-links {
	clear: both;
	font-size: 0.75em;
	margin: 2.33333333em 0;
	text-align: center;
}

.page-links a {
	text-decoration: none;
}

.page-links a .page-number {
	background-color: transparent;
	border-color: transparent;
	color: rgba(0, 0, 0, 0.73);
}

.page-links a:hover .page-number {
	text-decoration: underline;
}

.page-links .page-number {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.41);
	border-radius: 4px;
	display: inline-block;
	padding: 0.33333333em 0.75em;
}


/* Post Navigation
------------------------------------------------------------------------------*/

.post-navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	text-align: center;
}

.post-navigation .nav-links:before {
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	float: left;
	position: relative;
	width: 50%;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation .meta-nav {
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 5;
	text-transform: uppercase;
}

.post-navigation .post-title {
	color: rgba(0, 0, 0, 0.73);
	display: block;
	overflow: hidden;
	padding: 1.25em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-decoration: none;
	text-indent: -999px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-navigation .post-title:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.post-navigation {
		margin-left: 0;
		margin-right: 0;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		height: 7.5em;
	}

	.post-navigation .meta-nav {
		line-height: 2.33333333;
		margin-top: 1.83333333em;
	}

	.post-navigation .post-title {
		padding-top: 3.75em;
		text-indent: 0;
	}
}

@media (min-width: 1100px) {
	.post-navigation {
		margin-left: -95px;
		margin-right: -95px;
		max-width: 950px;
	}
}


/* Posts Navigation
------------------------------------------------------------------------------*/

.posts-navigation {
	margin: 2.5em 0 0.625em;
	position: relative;
	text-align: center;
}

.posts-navigation a {
	border: 1px solid rgba(0, 0, 0, 0.41);
	border-right-width: 0;
	color: rgba(0, 0, 0, 0.8);
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 1.16666667em 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	width: 10em;
}

.posts-navigation a:hover {
	background: rgba(0, 0, 0, 0.04);
	text-decoration: none;
}

.posts-navigation .nav-links {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	background-color: #fff;
	float: left;
}

.posts-navigation .nav-previous:first-child a,
.posts-navigation .nav-next:first-child a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.posts-navigation .nav-previous:last-child a,
.posts-navigation .nav-next:last-child a {
	border-bottom-right-radius: 4px;
	border-right-width: 1px;
	border-top-right-radius: 4px;
}


/* Post Type Navigation (see .nav-menu for main styles)
------------------------------------------------------------------------------*/

.post-type-navigation {
	font-size: 0.75em;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.post-type-navigation {
		margin-left: 0;
		margin-right: 0;
	}

	.post-type-navigation .current-menu-item a {
		background-color: #fff;
		border-color: rgba(0, 0, 0, 0.41);
	}

	.post-type-navigation .nav-menu-toggle {
		border: none;
		color: rgba(0, 0, 0, 0.8);
		cursor: default;
		font-weight: 700;
		padding-left: 0;
		padding-right: 0.5em;
	}

	.post-type-navigation .nav-menu-toggle:before {
		display: none;
	}

	.post-type-navigation .nav-menu-toggle:after {
		content: ":";
	}

	.post-type-navigation .menu {
		display: inline;
	}

	.post-type-navigation .nav-menu-toggle {
		display: none;
	}
}


/* Site Navigation (see .nav-menu for main styles)
------------------------------------------------------------------------------*/

.site-navigation .menu,
.site-navigation .nav-menu-toggle {
	font-size: 0.75em;
	margin-bottom: 1.66666667em;
}

.site-navigation .menu li.current_page_item > a,
.site-navigation .menu li.current-menu-item > a {
	color: rgba(0, 0, 0, 0.41);
}

/* Sticky Nav */
.site-navigation.headroom--not-top {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.13);
	position: fixed;
	top: 0;
	width: 100%;
}

.site-navigation.headroom--not-top .site-logo-link {
	border: none;
	height: 40px;
	margin: 0;
	top: 10px;
	left: 10px;
	width: 40px;
}

.site-navigation.headroom--not-top .site-logo-link img {
	border: none;
}

.site-navigation.headroom--not-top .site-search.is-open .site-search-toggle {
	color: #fff;
}

.site-navigation.headroom--not-top .site-search-toggle {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.41);
}

.site-navigation.headroom--not-top .site-search-toggle:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.73);
}

.site-navigation.headroom--not-top .menu {
	margin-bottom: 0;
	padding: 0.91666667em 0;
}

@media (min-width: 768px) {
	.site-navigation.nav-menu .menu a {
		padding-bottom: 0.83333333em;
		padding-top: 0.83333333em;
	}

	.site-navigation.nav-menu .menu ul a {
		padding: 0.76923077em;
	}

	.site-navigation .sub-menu .divider > a {
		border-color: rgba(0, 0, 0, 0.41);
		border-top-width: 3px;
	}

	.has-site-header-image .site-navigation .menu > li > a,
	.has-site-header-image .site-navigation .menu:hover > li > a {
		color: #fff;
	}

	.has-site-header-image .site-navigation .menu > li > a:hover {
		opacity: 0.8;
	}

	.has-site-header-image .headroom--not-top .menu > li > a,
	.has-site-header-image .headroom--not-top .menu:hover > li > a {
		color: rgba(0, 0, 0, 0.73);
	}
}

@media (max-width: 768px) {
	.headroom--not-top .nav-menu-toggle {
		border-color: rgba(0, 0, 0, 0.13);
		padding-bottom: 0.83333333em;
		padding-top: 0.83333333em;
	}

	.headroom--not-top .nav-menu-toggle,
	.headroom--not-top .nav-menu-toggle:hover,
	.headroom--not-top .nav-menu-toggle:focus {
		border-bottom: none;
		border-radius: 0;
		border-top: none;
		margin: 0;
	}

	.headroom--not-top .nav-menu-toggle:hover,
	.headroom--not-top .nav-menu-toggle:focus {
		border-color: inherit;
	}

	.headroom--not-top .is-open .menu {
		top: 100%;
	}

	.headroom--not-top .is-open .nav-menu-toggle {
		border-bottom: none;
		border-top: none;
	}
}


/* Social Navigation
------------------------------------------------------------------------------*/

.social-navigation {
	font-size: 2em;
	line-height: 1;
	padding: 0.6875em 0;
	text-align: center;
}

.social-navigation .menu {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.social-navigation .menu-item {
	display: inline-block;
	margin: 0.25em 0.34375em;
}

.social-navigation a {
	color: #d4d5d6;
	display: block;
	height: 1em;
	line-height: 1;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 1em;
}

.social-navigation a:before {
	content: "\f415";
	text-align: center;
}

.social-navigation a:hover {
	color: #969696;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f204";
}

.social-navigation a[href*="/feed/"]:before,
.social-navigation .icon-feed a:before {
	content: "\f413";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="github.com"]:before,
.social-navigation a[href*="github.io"]:before {
	content: "\f200";
}

.social-navigation a[href*="plus.google.com"]:before,
.social-navigation a[href*="profiles.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f207";
}

.social-navigation a[href*="mailto"]:before {
	content: "\f410";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f209";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before,
.social-navigation a[href*="skype:"]:before {
	content: "\f220";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.org"]:before,
.social-navigation a[href*="wordpress.com"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}


/**
 * Accessibility
 * -----------------------------------------------------------------------------
 */

#wpstats,
.says,
.site-description,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 1em;
	font-weight: 700;
	outline: none;
	padding: 1em 2em;
	top: -9999em;
	left: -9999em;
	text-decoration: none;
	text-transform: none;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	top: 0.5em;
	left: 0.5em;
	width: auto;
	z-index: 100000;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 1em;
	font-weight: 700;
}


/**
 * Alignments
 * -----------------------------------------------------------------------------
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.75em 1.75em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.75em 1.75em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-bottom: 1.75;
	margin-top: 0.4em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.aligncenter,
.stretch,
.stretch-wide,
.stretch-left,
.stretch-right {
	clear: both;
	display: block;
	width: auto;
}

.alignleft,
.stretch-left {
	margin: 0;
}

.alignright,
.stretch-right {
	margin: 0;
}

.alignleft,
.alignright {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.stretch,
img.stretch-wide,
img.stretch-left,
img.stretch-right,
.aligncenter,
.alignleft,
.alignright,
.img-aligncenter,
.img-alignleft,
.img-alignright {
	margin-bottom: 1.875em;
	margin-top: 1.875em;
}

img.stretch:before,
img.stretch-wide:before,
img.stretch-left:before,
img.stretch-right:before,
.aligncenter:before,
.alignleft:before,
.alignright:before,
.img-aligncenter:before,
.img-alignleft:before,
.img-alignright:before,
img.stretch:after,
img.stretch-wide:after,
img.stretch-left:after,
img.stretch-right:after,
.aligncenter:after,
.alignleft:after,
.alignright:after,
.img-aligncenter:after,
.img-alignleft:after,
.img-alignright:after {
	content: " ";
	display: table;
}

img.stretch:after,
img.stretch-wide:after,
img.stretch-left:after,
img.stretch-right:after,
.aligncenter:after,
.alignleft:after,
.alignright:after,
.img-aligncenter:after,
.img-alignleft:after,
.img-alignright:after {
	clear: both;
}

.img-aligncenter {
	text-align: center;
}

.img-aligncenter img {
	display: inline-block;
}

.img-alignleft img,
.img-alignright img {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.background-cover {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 360px) {
	.alignleft {
		padding-right: 40px;
		text-align: left;
	}

	.alignright {
		padding-left: 40px;
		text-align: left;
	}

	.pull-quote.alignleft,
	.pull-quote.alignright {
		width: 360px;
	}
}

@media (min-width: 660px) {
	.stretch-wide .wp-caption-text {
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.13);
		font-size: 0.875em;
		font-style: normal;
		margin: -2.14285714em 2.14285714em 1.75em;
		padding: 1.21428571em;
		position: relative;
	}
}

@media (min-width: 1100px) {
	.stretch {
		margin-left: -95px;
		margin-right: -95px;
		max-width: 950px;
	}

	.pull-quote,
	.stretch-wide {
		margin-left: -170px;
		margin-right: -170px;
		max-width: 1100px;
	}

	.stretch-left,
	.stretch-right {
		max-width: 930px;
	}

	.alignleft,
	.stretch-left {
		margin-left: -170px;
		margin-right: 0;
	}

	.alignright,
	.stretch-right {
		margin-left: 0;
		margin-right: -170px;
	}
}


/**
 * Clearings
 * -----------------------------------------------------------------------------
 */

.clearfix:before,
.hentry:before,
.comment-meta:before,
.gallery:before,
.post-navigation:before,
#infinite-handle:before,
.clearfix:after,
.hentry:after,
.comment-meta:after,
.gallery:after,
.post-navigation:after,
#infinite-handle:after {
	content: " ";
	display: table;
}

.clearfix:after,
.hentry:after,
.comment-meta:after,
.gallery:after,
.post-navigation:after,
#infinite-handle:after {
	clear: both;
}


/**
 * Animations
 * -----------------------------------------------------------------------------
 */

.fade-in {
	-webkit-animation: fade-in 0.6s linear;
	animation: fade-in 0.6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translatez();
	-webkit-transform: translatez();
	transform: translatez();
}

.spin {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


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

.site-header {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 3.75em 0;
	position: relative;
	text-align: center;
	z-index: 20;
}

.site-header:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 26px auto 0;
	position: relative;
	width: 60px;
}

/* Site Header Image */
.site-header-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

/* Adjustments for images in the header */
.has-site-logo .site-header,
.has-site-header-image .site-header {
	min-height: 240px;
}

.has-site-logo .site-header:after {
	display: none;
}

.has-site-header-image .site-header {
	background-color: #000;
}

.has-site-header-image .site-header:after {
	border-color: #fff;
}

.has-site-header-image .site-header .nav-menu .nav-menu-toggle,
.has-site-header-image .site-header .nav-menu.is-open .nav-menu-toggle {
	border-color: #fff;
}

.has-site-header-image .site-header .nav-menu .nav-menu-toggle:hover,
.has-site-header-image .site-header .nav-menu.is-open .nav-menu-toggle:hover,
.has-site-header-image .site-header .nav-menu .nav-menu-toggle:focus,
.has-site-header-image .site-header .nav-menu.is-open .nav-menu-toggle:focus {
	border-color: inherit;
}

.has-site-header-image .site-header .fluid-width-video-wrapper:before {
	border-top-color: rgba(0, 0, 0, 0.13);
}

.has-site-header-image .site-header .nav-menu-toggle {
	color: #fff;
}

.has-site-header-image .site-title a {
	color: #fff;
}

/* Site Title / Logo */
.site-title {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin: -0.29166667em 0.625em 0.45833333em;
	position: relative;
	text-transform: uppercase;
}

.site-title a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.site-logo-link {
	height: 130px;
	margin-left: -65px;
	position: absolute;
	bottom: -65px;
	left: 50%;
	width: 130px;
}

.site-logo {
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 100%;
	display: block;
}

.site-logo img {
	border-radius: 100%;
	height: 100%;
	width: 100%;
}

/* Site Search */
.site-search {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 100%;
}

.site-search .search-form {
	display: none;
	font-size: 1.5em;
	overflow: hidden;
	width: 100%;
}

.site-search .search-form label {
	float: left;
	font-size: 1em;
	padding-right: 2.5em;
	width: 100%;
}

.site-search .search-field {
	background-color: transparent;
	border: none;
	color: rgba(0, 0, 0, 0.73);
	float: left;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 400;
	max-width: 100%;
	padding: 0.66666667em;
	width: 100%;
}

.site-search .search-field:focus {
	color: rgba(0, 0, 0, 0.8);
}

.site-search .search-submit {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 1em;
	height: 2.5em;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 2.5em;
	width: 2.5em;
}

.site-search .search-submit:hover {
	background: none;
}

.site-search-toggle {
	background-color: rgba(51, 51, 51, 0.2);
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75em;
	height: 3.33333333em;
	line-height: 3.33333333;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0.83333333em;
	right: 0.83333333em;
	text-indent: 3.33333333em;
	-webkit-transition: none;
	transition: none;
	width: 3.33333333em;
}

.site-search-toggle:hover,
.site-search-toggle:active,
.site-search-toggle:focus {
	background-color: rgba(51, 51, 51, 0.3);
	color: #fff;
	outline: none;
}

.site-search-toggle:before {
	content: "\f400";
	font-size: 2em;
	height: 1.66666667em;
	line-height: 1.66666667;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-indent: 0;
	width: 1.66666667em;
}

.site-search.is-open {
	background-color: #fff;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.13);
}

.site-search.is-open .search-form {
	display: block;
}

.site-search.is-open .site-search-toggle {
	background: #292e33;
	border-radius: 0;
	height: 5em;
	line-height: 5;
	top: 0;
	right: 0;
	text-indent: 5em;
	width: 5em;
}

.site-search.is-open .site-search-toggle:before {
	line-height: 2.5;
	width: 2.5em;
}


/**
 * Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	word-wrap: break-word;
}

.widget ul {
	padding-left: 0;
}

.widget,
.widget-title {
	margin: 0 0 1.25em;
}

.widget a,
.widget-title a {
	color: #969696;
	text-decoration: none;
}

.widget a:hover,
.widget-title a:hover,
.widget a:focus,
.widget-title a:focus {
	color: #d4d5d6;
	text-decoration: underline;
}

.widget-title {
	color: #d4d5d6;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.33333333;
	text-transform: uppercase;
}

.widget_calendar caption {
	text-align: center;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	content: "\f413";
	margin-top: -1px;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	color: #f60;
	text-decoration: none;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss ul {
	color: #969696;
}

.widget_rss ul a {
	color: #d4d5d6;
}

.widget_rss ul li {
	margin-bottom: 1.25em;
}

.widget_rss ul .rsswidget {
	display: block;
}

.widget_rss cite {
	display: block;
}

.widget_rss cite,
.widget_rss .rssSummary {
	font-size: 0.875em;
}

.widget_rss .rss-date {
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	margin: 0.25em 0 0.5em;
	text-transform: uppercase;
}

.widget_search .search-form {
	margin: 0 auto;
	max-width: 290px;
	position: relative;
}

.widget_search label {
	margin: 0;
	max-width: 100%;
	text-align: center;
}

.widget_search .search-field {
	border-radius: 4px 0 0 4px;
}

.widget_search .search-submit {
	background-color: #f7f7f7;
	border-radius: 0 4px 4px 0;
	display: inline-block;
	margin: 0 0 0 -0.83333333em;
}

.footer-widgets .widget_text a {
	color: #d4d5d6;
	text-decoration: underline;
}

.footer-widgets .widget_text a:hover,
.footer-widgets .widget_text a:focus {
	color: #969696;
}


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

.has-site-header-image .site-content {
	padding-top: 3em;
}

.has-site-logo .site-content {
	padding-top: 8.125em;
}

.archive .site-content,
.blog .site-content,
.search .site-content {
	padding-bottom: 3em;
}

.content-area {
	clear: both;
}

.content-area .fluid-width-video-wrapper {
	background-color: rgba(0, 0, 0, 0.04);
}

.site-content-title {
	margin-top: 0;
}

.headroom {
	width: 100%;
}

.headroom--unpinned {
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.headroom--pinned {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Entries */
.hentry {
	margin-bottom: 1.75em;
	position: relative;
}

.entry-image {
	margin-bottom: 1.4375em;
	text-align: center;
}

.entry-image a {
	display: inline-block;
	max-width: 100%;
}

.entry-image img {
	display: block;
	margin: 0 auto;
}

.entry-video {
	text-align: center;
}

.entry-header {
	position: relative;
	text-align: center;
}

.entry-header:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 2.0625em auto 2.5em;
	position: relative;
	width: 60px;
}

.entry-header .edit-link {
	color: rgba(0, 0, 0, 0.41);
	margin: 2.33333333em 0;
}

.entry-header .edit-link:hover {
	color: rgba(0, 0, 0, 0.6);
}

.entry-header .entry-meta {
	display: none;
	font-size: 0.75em;
	font-style: italic;
}

.entry-header .entry-meta a {
	font-style: normal;
	letter-spacing: 0.2em;
	margin: 0 0.41666667em;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-header .entry-meta a:hover,
.entry-header .entry-meta a:focus {
	text-decoration: underline;
}

.entry-title {
	color: rgba(0, 0, 0, 0.8);
	margin: 0 0 0.75em;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	color: rgba(0, 0, 0, 0.8);
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.16666667;
	margin-bottom: 0.66666667em;
	margin-top: 0.66666667em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 2.33333333;
	margin-bottom: 1.33333333em;
	margin-top: 1.33333333em;
	text-transform: uppercase;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 1em;
	margin-top: 1em;
}

.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 1em;
	margin-top: 1em;
}

.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.33333333;
	margin-bottom: 1.33333333em;
	margin-top: 1.33333333em;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1,
.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2,
.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3,
.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4,
.entry-content h5,
.entry-summary h5,
.page-content h5,
.comment-content h5,
.entry-content h6,
.entry-summary h6,
.page-content h6,
.comment-content h6 {
	color: rgba(0, 0, 0, 0.73);
	font-family: "Libre Baskerville", serif;
	text-align: center;
}

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

.entry-meta {
	color: rgba(0, 0, 0, 0.6);
}

.entry-meta a {
	color: inherit;
}

.entry-meta .posted-by,
.entry-meta .posted-on .sep {
	display: none;
}

.entry-footer {
	clear: both;
}

.group-blog .entry-meta .posted-by,
.group-blog .entry-meta .posted-on .sep {
	display: inline;
}

.has-author-profile .entry-meta .posted-by,
.has-author-profile .entry-meta .posted-on .sep {
	display: none;
}

time.updated {
	display: none;
}

.entry-thumbnail {
	margin: 1.5em 0;
}

.entry-thumbnail img {
	display: block;
}

.entry-content {
	margin-bottom: 1.875em;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content > :first-child .more-link:first-child {
	display: none;
}

.entry-content .more-link {
	color: rgba(0, 0, 0, 0.41);
	font-style: italic;
	text-decoration: underline;
}

.lead {
	margin: 0 0 1.75em;
}

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

.edit-link {
	display: inline-block;
}

.edit-link a,
.edit-link a:hover {
	text-decoration: none;
}

.term-list {
	font-size: 0.875em;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

.term-list a {
	color: rgba(0, 0, 0, 0.41);
	text-decoration: none;
}

.term-list a:hover {
	text-decoration: underline;
}

.term-list li {
	display: inline-block;
	margin: 0 10px;
}

.block-grid .term-list {
	margin-bottom: 0.41666667em;
	margin-top: 1em;
}

.no-results {
	text-align: center;
}

/* Single */
.single .entry-content {
	margin-bottom: 2.8125em;
}

/* Entry Terms */
.entry-terms {
	margin-bottom: 4.375em;
	margin-top: 1.8125em;
	position: relative;
	text-align: center;
}

.entry-terms:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 0.875em auto 1.875em;
	position: relative;
	width: 60px;
}

.entry-terms .term {
	display: inline-block;
}

.entry-terms .term:first-child .term-title {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.entry-terms .term:last-child .term-title {
	border-bottom-right-radius: 4px;
	border-right-width: 1px;
	border-top-right-radius: 4px;
}

.entry-terms .term-title {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.41);
	border-right-width: 0;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.25;
	margin: 0 0 1.16666667em;
	padding: 1px 0.83333333em 0;
	text-align: center;
	text-transform: uppercase;
}

.entry-terms .term-title:hover,
.entry-terms .term-title:focus {
	color: rgba(0, 0, 0, 0.8);
}

.entry-terms .term-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}

.entry-terms .is-open .term-title {
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.8);
}

.entry-terms .is-open .term-title:hover {
	cursor: default;
}

.entry-terms .is-open .term-list {
	display: inline-block;
}

.entry-terms .term--post_tag a:before {
	content: "#";
}

/* Archives */
.page-header {
	text-align: center;
}

.page-header:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 24px auto 60px;
	position: relative;
	width: 60px;
}

.page-title {
	color: rgba(0, 0, 0, 0.8);
	margin: 0 0 0.125em;
}

.page-title span {
	color: rgba(0, 0, 0, 0.6);
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.page-description + .nav-menu {
	margin-top: 2.08333333em;
}

.archive .hentry,
.blog .hentry,
.search .hentry {
	margin-bottom: 0.5em;
}

.archive .entry-header,
.blog .entry-header,
.search .entry-header {
	margin-bottom: 1.6875em;
}

.archive .entry-header:after,
.blog .entry-header:after,
.search .entry-header:after {
	display: none;
}

.archive .entry-content:after,
.blog .entry-content:after,
.search .entry-content:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 33px auto 46px;
	position: relative;
	width: 60px;
}

/* Search */
.search-term {
	display: block;
}

.search .entry-content {
	text-align: center;
}

/* Not Found */
.not-found {
	margin-bottom: 3.75em;
	text-align: center;
}

@media (max-width: 767px) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 1.5em;
	}
}

@media (min-width: 660px) {
	.lead {
		font-size: 1.5em;
		line-height: 1.66666667;
	}
}


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

.format-icon {
	display: none;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
}

.format-icon:before {
	content: "\f100";
}

.format-icon--aside:before {
	content: "\f101";
}

.format-icon--audio:before {
	content: "\f109";
}

.format-icon--chat:before {
	content: "\f108";
}

.format-icon--gallery:before {
	content: "\f473";
}

.format-icon--image:before {
	content: "\f473";
}

.format-icon--link:before {
	content: "\f107";
}

.format-icon--quote:before {
	content: "\f106";
}

.format-icon--status:before {
	content: "\f105";
}

.format-icon--video:before {
	content: "\f104";
}


/* Shared Format Styles
------------------------------------------------------------------------------*/

.format-aside .entry-title .permalink,
.format-audio .entry-title .permalink,
.format-chat .entry-title .permalink,
.format-gallery .entry-title .permalink,
.format-image .entry-title .permalink,
.format-link .entry-title .permalink,
.format-quote .entry-title .permalink,
.format-standard .entry-title .permalink,
.format-status .entry-title .permalink,
.format-video .entry-title .permalink {
	display: inline-block;
}

.format-aside .entry-title .permalink:hover,
.format-audio .entry-title .permalink:hover,
.format-chat .entry-title .permalink:hover,
.format-gallery .entry-title .permalink:hover,
.format-image .entry-title .permalink:hover,
.format-link .entry-title .permalink:hover,
.format-quote .entry-title .permalink:hover,
.format-standard .entry-title .permalink:hover,
.format-status .entry-title .permalink:hover,
.format-video .entry-title .permalink:hover {
	text-decoration: none;
}

.format-aside .entry-title .permalink:hover .headline,
.format-audio .entry-title .permalink:hover .headline,
.format-chat .entry-title .permalink:hover .headline,
.format-gallery .entry-title .permalink:hover .headline,
.format-image .entry-title .permalink:hover .headline,
.format-link .entry-title .permalink:hover .headline,
.format-quote .entry-title .permalink:hover .headline,
.format-standard .entry-title .permalink:hover .headline,
.format-status .entry-title .permalink:hover .headline,
.format-video .entry-title .permalink:hover .headline {
	text-decoration: underline;
}

.format-audio .entry-header:after,
.format-gallery .entry-header:after,
.format-image .entry-header:after,
.format-video .entry-header:after {
	display: none;
}

.format-audio .entry-title,
.format-gallery .entry-title,
.format-image .entry-title,
.format-video .entry-title {
	font-size: 1.5em;
}

.format-aside .entry-header:after,
.format-quote .entry-header:after,
.format-status .entry-header:after,
.search .format-gallery .entry-header:after,
.search .format-image .entry-header:after,
.search .format-video .entry-header:after {
	display: none;
}

.format-aside .entry-title,
.format-quote .entry-title,
.format-status .entry-title,
.search .format-gallery .entry-title,
.search .format-image .entry-title,
.search .format-video .entry-title {
	line-height: 0.53333333;
}

.format-aside .headline,
.format-quote .headline,
.format-status .headline,
.search .format-gallery .headline,
.search .format-image .headline,
.search .format-video .headline {
	line-height: 1.5;
	margin-top: 0.5em;
}

.format-aside .format-icon,
.format-quote .format-icon,
.format-status .format-icon,
.search .format-gallery .format-icon,
.search .format-image .format-icon,
.search .format-video .format-icon {
	display: block;
}

.format-aside .headline,
.format-quote .headline,
.format-status .headline {
	display: none;
}


/* Format: Link
------------------------------------------------------------------------------*/

.format-link {
	text-align: center;
}

.format-link .entry-header {
	margin-bottom: 1.375em;
}

.format-link .entry-title {
	font-size: 1.5em;
}

.format-link .entry-content {
	word-wrap: break-word;
}

.format-link .format-icon {
	display: block;
	margin-bottom: 0.84375em;
}


/* Format: Quote
------------------------------------------------------------------------------*/

.format-quote blockquote {
	color: rgba(0, 0, 0, 0.8);
	padding: 0;
}

.format-quote blockquote:before {
	display: none;
}

.format-quote blockquote cite {
	font-size: 0.875em;
}


/* Format: Standard
------------------------------------------------------------------------------*/

.format-standard .entry-header .entry-meta {
	display: block;
}


/* Format: Status
------------------------------------------------------------------------------*/

.format-status .entry-content {
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	word-wrap: break-word;
}


/* Format: Video
------------------------------------------------------------------------------*/


/* Responsive Post Formats
------------------------------------------------------------------------------*/

@media (min-width: 480px) {
	.format-status .entry-content {
		font-size: 1.5em;
	}

	.format-quote blockquote {
		font-size: 1.5em;
	}

	.format-quote blockquote cite {
		font-size: 0.66666667em;
	}
}


/* Comments
------------------------------------------------------------------------------*/

.comments-area {
	background-color: rgba(0, 0, 0, 0.04);
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 5.71428571em;
	position: relative;
}

.comments-area pre,
.comments-area code {
	background-color: #fff;
}

.comments-visible {
	padding-bottom: 4.28571429em;
	padding-top: 10em;
}

.comments-visible .comments-header:hover,
.comments-visible .comments-header:focus {
	background-color: rgba(0, 0, 0, 0.13);
}

.comments-visible .comment-list,
.comments-visible .comment-respond {
	display: block;
}

.comments-header {
	background-color: rgba(0, 0, 0, 0.13);
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	font-size: 0.85714286em;
	letter-spacing: 0.2em;
	padding: 2.5em;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.comments-header:hover,
.comments-header:focus {
	background-color: rgba(0, 0, 0, 0.04);
}

.comments-header a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.comments-header a:hover {
	text-decoration: underline;
}

.comments-header .comments-title {
	color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

.comments-header .comments-reply {
	display: inline-block;
	margin-bottom: 0;
}


/* Comment List
------------------------------------------------------------------------------*/

.comment-list {
	display: none;
	list-style: none;
	margin: 0 -0.71428571em 4.28571429em;
	padding: 0;
}

.comment-list .avatar {
	border-radius: 100%;
	float: left;
	height: 60px;
	margin-right: 1.42857143em;
	width: 60px;
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list.show-avatars .pingback,
.comment-list.show-avatars .trackback {
	font-style: italic;
	padding: 0 0 1.71428571em;
}

.comment {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	margin: 0;
	padding: 0;
}

.comment-body {
	padding: 1.42857143em 0.71428571em 0;
	position: relative;
}

.comment-body .reply a {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.41);
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.25;
	padding: 0.33333333em 1.08333333em 0.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.comment-body .reply a:hover,
.comment-body .reply a:focus {
	border-color: rgba(0, 0, 0, 0.41);
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.comment-body .edit-link {
	display: inline-block;
}

.comment-body .edit-link:before {
	content: "\00b7";
	margin-right: 5px;
}

.pingback,
.trackback {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.pingback .comment-body,
.trackback .comment-body {
	margin-bottom: 0;
	padding-top: 0;
}

.comment-meta {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Libre Baskerville", serif;
	line-height: 1.5;
	margin-bottom: 1em;
	position: relative;
}

.comment-meta a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.comment-meta a:hover {
	text-decoration: underline;
}

.comment-author {
	color: rgba(0, 0, 0, 0.8);
	display: block;
	font-size: 1.14285714em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.64285714em;
	text-transform: none;
}

.comment-author a {
	color: rgba(0, 0, 0, 0.73);
}

.comment-metadata {
	font-size: 0.85714286em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.comment-content {
	color: rgba(0, 0, 0, 0.8);
	word-wrap: break-word;
}

.comment-content p {
	margin-bottom: 1.75em;
}

.bypostauthor {
	content: "";
}

/* Child Comments */
.comment .children {
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	list-style: none;
	margin: 1.75em 0 -3em;
}

.comment .children .children {
	margin: 0;
	position: relative;
}

.comment .children .comment {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment .children .comment-body {
	background: rgba(0, 0, 0, 0.04);
}


/* Comment Form
------------------------------------------------------------------------------*/

.comment-respond {
	display: none;
}

.comment-respond p {
	margin-bottom: 0;
	position: relative;
}

.comment-respond form {
	clear: both;
	margin: 0;
	padding: 0;
}

.comment-respond label {
	display: block;
	margin-bottom: 0.25em;
}

.comment-respond .comment-notes {
	margin-bottom: 1.42857143em;
	text-align: center;
}

.comment-respond .required {
	color: #f00;
	position: absolute;
	right: 0.625em;
	bottom: 22%;
	z-index: 10;
}

.comment-respond .form-submit {
	clear: both;
	float: none;
	margin: 0;
}

.comment-respond .form-submit input {
	border-color: rgba(0, 0, 0, 0.13);
}

.comment-respond .logged-in-as {
	margin-bottom: 1.75em;
	text-align: center;
}

.comment-reply-title {
	color: rgba(0, 0, 0, 0.73);
	font-size: 1.71428571em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 0 0 0.83333333em;
	text-align: center;
	text-transform: uppercase;
}

.comment-reply-title small {
	display: inline-block;
	font-family: sans-serif;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 0.83333333em;
}

.comment-notes .required {
	position: static;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	border: 1px solid rgba(0, 0, 0, 0.13);
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 1.42857143em;
	position: relative;
	width: 100%;
}

/* Comment Reply Form */
.comment-list .comment-respond {
	background: rgba(0, 0, 0, 0.04);
	border-left-width: 0;
	border-right-width: 0;
	margin: 1.75em 0 0;
}

.comment-list .comment-reply-title {
	margin-bottom: 0.83333333em;
}

/* Responsive styles */
@media (min-width: 481px) {
	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 48%;
	}

	.comment-form-email {
		float: right;
	}

	.comment-form-url {
		clear: both;
	}
}

@media (min-width: 768px) {
	.comment-list {
		margin-left: 0;
		margin-right: 0;
	}

	.comment-list .avatar {
		margin-top: -0.64285714em;
	}

	.comment,
	.pingback,
	.trackback {
		margin-bottom: 1.71428571em;
	}

	.comment .children {
		margin: 0 0 2.85714286em;
		padding-left: 2.85714286em;
	}

	.comment-body {
		margin-bottom: 2.5em;
		padding-left: 0;
		padding-right: 0;
	}

	.comment-reply-title small {
		margin: 0;
		position: absolute;
		top: 3.33333333em;
		right: 1.66666667em;
	}
}


/* Front Page
------------------------------------------------------------------------------*/

.front-page .entry-image {
	margin: 0 0 3em;
}

.home.page .site-content {
	margin-bottom: 3em;
}

.home.is-full-screen-header .site-content {
	margin-bottom: 0;
	padding-top: 0;
}

.home.is-full-screen-header .site-content > .content-area {
	margin-bottom: 3em;
	margin-top: 3em;
}

.home.has-site-logo.is-full-screen-header .site-content {
	padding-top: 8.125em;
}

.home.has-site-logo.is-full-screen-header .site-content > .content-area {
	margin-top: 0;
}


/* Page Templates
------------------------------------------------------------------------------*/

/* Full Width */
.layout-full .pull-quote,
.layout-full .stretch,
.layout-full .stretch-wide {
	margin-left: 0;
	margin-right: 0;
}

.layout-full .alignleft,
.layout-full .stretch-left {
	margin-left: 0;
}

.layout-full .alignright,
.layout-full .stretch-right {
	margin-right: 0;
}

.layout-full .entry-image {
	margin-left: auto;
	margin-right: auto;
}

/* Grid Page */
.archive-grid {
	margin-bottom: 2em;
}

.archive-grid .no-results {
	margin-bottom: 1.75em;
}

.archive-grid .page-footer:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 0 auto 3.75em;
	position: relative;
	width: 60px;
}

/* Portfolio Archive */
.archive-portfolio {
	margin-bottom: 3em;
}

.archive-portfolio .page-footer:after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 0 auto 3.75em;
	position: relative;
	width: 60px;
}

.archive-portfolio .archive-link {
	clear: both;
	margin-bottom: 1.75em;
	text-align: center;
}


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

.site-footer {
	background: #292e33;
	color: #d4d5d6;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 3.125em 0;
	text-align: center;
}

.site-footer a {
	font-weight: 400;
}

.site-footer p {
	margin-bottom: 1.75em;
}

.site-footer ul,
.site-footer ol {
	list-style: none;
	margin-top: 0;
}

.site-footer ul ul,
.site-footer ol ul,
.site-footer ul ol,
.site-footer ol ol {
	margin: 0;
}

.site-footer select {
	border-color: #292e33;
	color: #292e33;
	font-size: 0.875em;
	height: 2.14285714em;
}

.site-footer caption,
.site-footer th,
.site-footer tfoot {
	color: #d4d5d6;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 2.33333333;
	margin-bottom: 1.33333333em;
	margin-top: 1.33333333em;
	text-transform: uppercase;
}

.site-footer tbody {
	color: #969696;
}

.site-footer th,
.site-footer td {
	border-color: #969696;
}

.site-footer .wp-caption-text {
	color: #969696;
}


/* Credits
------------------------------------------------------------------------------*/

.credits {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.33333333;
	text-transform: uppercase;
}

.credits a {
	color: #d4d5d6;
	text-decoration: none;
}

.credits a:hover,
.credits a:focus {
	color: #969696;
	text-decoration: underline;
}


/**
 * Media
 * -----------------------------------------------------------------------------
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

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

p > embed,
span > embed,
p > iframe,
span > iframe,
p > object,
span > object,
p > video,
span > video {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-bottom: 1.75em;
	margin-top: 0;
}

.fluid-width-video-wrapper {
	-webkit-animation: fade-in 0.6s linear;
	animation: fade-in 0.6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 1.75em;
	position: relative;
	text-align: center;
	-ms-transform: translatez();
	-webkit-transform: translatez();
	transform: translatez();
}

.fluid-width-video-wrapper:before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	display: inline-block;
	margin: 0;
}

.infinite-loader,
.fluid-width-video-wrapper:before {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border: 7px solid transparent;
	border-radius: 1em;
	border-top-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13), inset 0 0 0 1px rgba(0, 0, 0, 0.13);
	font-size: 2.5em;
	height: 1em;
	width: 1em;
}

.entry-content .img-only {
	margin-bottom: 1.75em;
}


/* Captions
------------------------------------------------------------------------------*/

.wp-caption {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.75em;
	font-style: italic;
	margin-top: 0.83333333em;
	text-align: center;
}


/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	font-size: 0.75em;
	line-height: 1.75;
	margin: 2em -0.875%;
	text-align: center;
}

.gallery img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.gallery .gallery-item {
	display: inline-block;
	margin: 0;
	padding: 0.875%;
	position: relative;
	vertical-align: top;
}

.gallery .gallery-caption {
	margin: 0;
	position: absolute;
	right: 4.375%;
	bottom: 4.375%;
	left: 4.375%;
}

.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-icon a {
	display: block;
}

.no-touch .gallery .gallery-item:hover .gallery-caption {
	display: block;
}

.no-touch .gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.41);
	display: none;
	padding: 10px;
}

.no-touch .gallery-columns-6 .gallery-item:hover .gallery-caption,
.no-touch .gallery-columns-7 .gallery-item:hover .gallery-caption,
.no-touch .gallery-columns-8 .gallery-item:hover .gallery-caption,
.no-touch .gallery-columns-9 .gallery-item:hover .gallery-caption {
	display: none;
}

.no-touch .gallery-icon a:hover {
	opacity: 0.5;
}

@media only screen and (min-width: 400px) {
	.gallery .gallery-item {
		width: 50%;
	}
}

@media only screen and (min-width: 600px) {
	.gallery-item:nth-of-type(n) {
		clear: none;
	}

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

	.gallery-columns-1 .gallery-item .gallery-caption {
		right: 0.875%;
		bottom: 0.875%;
		left: 0.875%;
	}

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

	.gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
		clear: both;
	}

	.gallery-columns-2 .gallery-item .gallery-caption {
		right: 1.75%;
		bottom: 1.75%;
		left: 1.75%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33.3333%;
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
		clear: both;
	}

	.gallery-columns-3 .gallery-item .gallery-caption {
		right: 2.625%;
		bottom: 2.625%;
		left: 2.625%;
	}

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

	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
		clear: both;
	}

	.gallery-columns-4 .gallery-item .gallery-caption {
		right: 3.5%;
		bottom: 3.5%;
		left: 3.5%;
	}

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

	.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
		clear: both;
	}

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

	.gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
		clear: both;
	}

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

	.gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
		clear: both;
	}

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

	.gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
		clear: both;
	}

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

	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		clear: both;
	}
}


/**
 * WP Media Elements
 * -----------------------------------------------------------------------------
 */

.me-plugin {
	position: absolute;
}


/* Player Overrides
------------------------------------------------------------------------------*/

body .mejs-container {
	background: none;
	padding-bottom: 0.625em;
	padding-top: 0.625em;
}

body .mejs-container .mejs-controls {
	background: none;
	top: 0.625em;
}

body .mejs-container .mejs-controls .mejs-button {
	position: relative;
}

body .mejs-container .mejs-controls .mejs-button:before {
	font-size: 21px;
	line-height: 1.4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

body .mejs-container .mejs-controls .mejs-button button {
	background: none;
}

body .mejs-container .mejs-controls .mejs-play:before {
	content: "\f452";
}

body .mejs-container .mejs-controls .mejs-pause:before {
	content: "\f448";
}

body .mejs-container .mejs-controls .mejs-volume-button:before {
	content: "\f109";
}

body .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
	height: 10px;
	top: 10px;
}

body .mejs-container .mejs-controls .mejs-time span {
	margin-top: 2px;
}

body .mejs-container .mejs-controls .mejs-time-rail span {
	border-radius: 0;
}

body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
}

body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -1.9em;
}

/* Shortcode */
body .wp-audio-shortcode {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 1.75em 0;
}


/* Player Playlist Overrides
------------------------------------------------------------------------------*/

body .wp-playlist {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 1.777em 0 3.5em;
	padding: 0;
}

body .wp-playlist .wp-playlist-current-item img {
	margin-right: 1.25em;
	max-width: 70px;
}

body .wp-playlist-caption,
body .wp-playlist-item-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
}

body .wp-playlist-current-item {
	border-bottom: 1px solid;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0.625em;
}

body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
	font-weight: 700;
}

body .wp-playlist-tracks {
	border-top: 1px solid;
	margin: 0;
}

body .wp-playlist-item {
	padding: 0.625em;
}

body .wp-playlist-item:last-child {
	border-bottom: 1px solid;
}

body .wp-playlist-item-length {
	top: auto;
	right: 0.625em;
	bottom: 0.75em;
}

body .wp-playlist-item-artist {
	display: block;
}


/* Player & Playlist Color Styles
------------------------------------------------------------------------------*/

body .wp-playlist-light {
	background: none;
	color: rgba(0, 0, 0, 0.73);
}

body .mejs-container .mejs-controls .mejs-time span {
	color: rgba(0, 0, 0, 0.8);
}

body .mejs-controls .mejs-button {
	color: rgba(0, 0, 0, 0.8);
}

body .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .mejs-controls .mejs-time-rail .mejs-time-float {
	background: rgba(0, 0, 0, 0.04);
}

body .mejs-controls .mejs-time-rail .mejs-time-current {
	background: rgba(0, 0, 0, 0.13);
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-top-color: rgba(0, 0, 0, 0.04);
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(0, 0, 0, 0.04);
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: rgba(0, 0, 0, 0.13);
}

body .wp-playlist-item:last-child {
	border-color: rgba(0, 0, 0, 0.13);
}

body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
	color: rgba(0, 0, 0, 0.8);
}

body .wp-audio-shortcode,
body .wp-playlist-current-item,
body .wp-playlist-tracks,
body .wp-playlist-item {
	border-color: rgba(0, 0, 0, 0.13);
}

body .wp-playlist-item:hover,
body .wp-playlist-item:focus,
body .wp-playlist-playing {
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.8);
}

body .wp-playlist-item-artist {
	color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 480px) {
	body .wp-playlist-item-artist {
		display: inline-block;
	}

	body .wp-playlist-item-length {
		bottom: 0.875em;
	}
}


/**
 * Modules
 * -----------------------------------------------------------------------------
 */


/* Block Grid
------------------------------------------------------------------------------*/

.block-grid {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 -0.9375em;
	padding: 0;
	text-align: center;
}

.block-grid:before,
.block-grid:after {
	content: " ";
	display: table;
}

.block-grid:after {
	clear: both;
}

.block-grid .block-grid-item {
	margin-bottom: 1.75em;
}

.block-grid--centered {
	text-align: center;
}

.block-grid--centered .block-grid-item {
	float: none;
}

.block-grid-item {
	display: inline-block;
	float: left;
	padding: 0 1.25em;
	vertical-align: top;
	width: 100%;
}

.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-item:nth-of-type(1n+1) {
	clear: both;
}

.block-grid-item-thumbnail {
	background: rgba(0, 0, 0, 0.04);
	display: block;
	margin-bottom: 1.6875em;
	overflow: hidden;
	position: relative;
}

.block-grid-item-thumbnail:before {
	color: rgba(0, 0, 0, 0.13);
	content: "";
	font-size: 3.75em;
	height: 1em;
	line-height: 1;
	margin-left: -0.5em;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	text-decoration: none;
	width: 1em;
}

.block-grid-item-thumbnail img {
	-webkit-backface-visibility: hidden;
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	width: 100%;
}

.block-grid-item-thumbnail:hover img {
	opacity: 0.5;
}

.block-grid .block-grid-item-thumbnail {
	padding-top: 75%;
}

.block-grid--square .block-grid-item-thumbnail {
	padding-top: 100%;
}

.block-grid--portrait .block-grid-item-thumbnail {
	padding-top: 125%;
}

.block-grid-item-title {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.16666667;
	margin-bottom: 0.20833333em;
	margin-top: 0.66666667em;
}

.block-grid-item-title a {
	color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	text-decoration: none;
}

.block-grid-item-title a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.block-grid {
		margin-left: -0.9375em;
		margin-right: -0.9375em;
	}

	.block-grid--centered .block-grid-item {
		margin-right: -0.25em;
	}

	.block-grid-2 .block-grid-item {
		width: 50%;
	}

	.block-grid-2 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-2 .block-grid-item:nth-of-type(2n+1) {
		clear: both;
	}

	.block-grid-3 .block-grid-item {
		width: 33.33333%;
	}

	.block-grid-3 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-3 .block-grid-item:nth-of-type(3n+1) {
		clear: both;
	}

	.block-grid-4 .block-grid-item {
		width: 25%;
	}

	.block-grid-4 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-4 .block-grid-item:nth-of-type(4n+1) {
		clear: both;
	}

	.block-grid-5 .block-grid-item {
		width: 20%;
	}

	.block-grid-5 .block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-5 .block-grid-item:nth-of-type(5n+1) {
		clear: both;
	}
}


/* Callouts
------------------------------------------------------------------------------*/

.callout {
	background-color: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	margin: 1.75em 0;
	padding: 1.4375em 1.75em;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	margin-top: 0;
}

.callout p:last-child,
.callout ul:last-child {
	margin-bottom: 0;
}

.callout.warning {
	background-color: #fcf8e2;
}

.callout.alert {
	background-color: #ffefef;
}

.callout.info {
	background-color: #e7f4fd;
}


/* Columns
------------------------------------------------------------------------------*/

@media (min-width: 768px) {
	.columns {
		margin-bottom: 1.75em;

		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 5em;
		-moz-column-gap: 5em;
		column-gap: 5em;
		-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.04);
		-moz-column-rule: 1px solid rgba(0, 0, 0, 0.04);
		column-rule: 1px solid rgba(0, 0, 0, 0.04);
	}
}


/* Drop Caps
------------------------------------------------------------------------------*/

span.drop-cap,
.drop-cap:first-letter {
	color: rgba(0, 0, 0, 0.73);
	display: block;
	float: left;
	font-size: 3.3125em;
	line-height: 1;
	padding-right: 0.1509434em;
	padding-top: 0.05660377em;
}

span.drop-cap {
	padding: 0;
}


/* Pull Quotes
------------------------------------------------------------------------------*/

.pull-quote {
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 1.33333333em;
	margin-top: 1.33333333em;
	text-align: center;
}

.pull-quote:before {
	content: "\201C";
	display: inline-block;
	text-align: right;
}

.pull-quote:after {
	content: "\201D";
	display: inline;
	width: 0.83333333em;
}

.pull-quote.alignleft,
.pull-quote.alignright {
	padding-bottom: 40px;
	padding-top: 40px;
}

@media (min-width: 800px) {
	.pull-quote:before {
		margin-left: -0.83333333em;
		width: 0.83333333em;
	}
}


/**
 * Jetpack (plugin)
 * @link http://jetpack.me/
 * -----------------------------------------------------------------------------
 */


/* Jetpack: Contact Forms
------------------------------------------------------------------------------*/

.content-area .contact-form {
	margin: 0 0 1.75em;
	text-align: center;
}

.content-area .contact-form > div {
	margin-bottom: 1.25em;
}

.content-area .contact-form label {
	margin-bottom: 0.3125em;
}

.content-area .contact-form label.checkbox,
.content-area .contact-form label.radio {
	font-weight: 400;
	margin: 0;
}

.content-area .contact-form label span {
	color: rgba(0, 0, 0, 0.6);
	font-size: 80%;
}

.content-area .contact-form input[type="checkbox"],
.content-area .contact-form input[type="email"],
.content-area .contact-form input[type="radio"],
.content-area .contact-form input[type="text"],
.content-area .contact-form select,
.content-area .contact-form textarea {
	margin: 0;
}

.content-area .contact-form input[type="email"],
.content-area .contact-form input[type="text"] {
	text-align: center;
}


/* Jetpack: Galleries
------------------------------------------------------------------------------*/

.gallery-row {
	margin: 0 auto;
}

.tiled-gallery {
	margin: 2.33333333em 0;
}

.tiled-gallery-item > a {
	display: block;
	opacity: 1;
	overflow: hidden;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.tiled-gallery-item > a:hover {
	opacity: 0.5;
}

.slideshow-window {
	background-color: transparent;
	border-color: transparent;
}


/* Jetpack: Grofiles
------------------------------------------------------------------------------*/

.grofile {
	text-align: center;
}

.grofile a {
	color: inherit;
}

.grofile ul {
	padding-left: 0;
}

.grofile > p,
.grofile > ul:last-of-type {
	margin-bottom: 0;
}

.grofile .grofile-thumbnail {
	background-color: rgba(0, 0, 0, 0.04);
	border-radius: 100%;
	height: 120px;
	margin-bottom: 0.375em;
	width: 120px;
}

.grofile .grofile-meta {
	margin-bottom: 1.25em;
}

.grofile .grofile-meta h4 {
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0 0 0.25em;
}

.grofile .grofile-meta h4 a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.grofile .grofile-accounts {
	display: inline-block;
	font-size: 2em;
	line-height: 1;
	list-style: none;
	margin: 0 0 0.875em;
	padding: 0;
	text-align: center;
	width: auto;
}

.grofile .grofile-accounts li {
	float: left;
	margin: 0 0.34375em;
}

.grofile .grofile-accounts a {
	text-decoration: none;
}

.grofile .grofile-accounts a:before {
	content: "\f107";
}

.grofile .grofile-accounts a:hover,
.grofile .grofile-accounts a:focus {
	color: rgba(0, 0, 0, 0.41);
}

.grofile .grofile-accounts a[href*="facebook.com"]:before {
	content: "\f203";
}

.grofile .grofile-accounts a[href*="flickr.com"]:before {
	content: "\f211";
}

.grofile .grofile-accounts a[href*="linkedin.com"]:before {
	content: "\f208";
}

.grofile .grofile-accounts a[href*="plus.google.com"]:before,
.grofile .grofile-accounts a[href*="profiles.google.com"]:before {
	content: "\f206";
}

.grofile .grofile-accounts a[href*="tumblr.com"]:before {
	content: "\f214";
}

.grofile .grofile-accounts a[href*="twitter.com"]:before {
	content: "\f202";
}

.grofile .grofile-accounts a[href*="vimeo.com"]:before {
	content: "\f212";
}

.grofile .grofile-accounts a[href*="wordpress.org"]:before,
.grofile .grofile-accounts a[href*="wordpress.com"]:before {
	content: "\f205";
}

.grofile .grofile-accounts a[href*="youtube.com"]:before {
	content: "\f213";
}

.grofile h4,
.grofile .grofile-accounts a > span,
.grofile .grofile-full-link,
.grofile .grofile-accounts-logo {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.content-area .entry-footer .grofile:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 2em auto 2em;
	position: relative;
	width: 60px;
}


/* Jetpack: Infinite Scroll
------------------------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	font-size: 0.75em;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 0.83333333em 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#infinite-handle span {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.41);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.73);
	display: inline-block;
	padding: 1.16666667em 1em 1em;
}

.infinite-loader {
	margin: 0 auto;
}

.infinite-loader .spinner {
	display: none;
	visibility: hidden;
}


/**
 * Media
 * -----------------------------------------------------------------------------
 */

.jetpack-video-wrapper {
	-webkit-animation: fade-in 0.6s linear;
	animation: fade-in 0.6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	text-align: center;
	-ms-transform: translatez();
	-webkit-transform: translatez();
	transform: translatez();
}

.jetpack-video-wrapper iframe,
.jetpack-video-wrapper object,
.jetpack-video-wrapper embed {
	display: inline-block;
	margin: 0;
}

.content-area .jetpack-video-wrapper {
	background-color: rgba(0, 0, 0, 0.04);
}

.has-site-header-image .site-header .jetpack-video-wrapper:before {
	border-top-color: rgba(0, 0, 0, 0.13);
}

.hentry .fb_iframe_widget,
.hentry .googlemaps,
.hentry .PDS_Poll,
.hentry .jetpack-video-wrapper,
.site .hentry .presentation-wrapper,
.site .hentry .jetpack-recipe,
.site .hentry .slideshow-window,
.site .hentry .video-player {
	margin-bottom: 1.75em;
}


/* Jetpack: Portfolio Project
------------------------------------------------------------------------------*/

.single-jetpack-portfolio .entry-header .entry-meta {
	display: none;
}

.entry-terms .term--jetpack-portfolio-tag a:before {
	content: "#";
}


/* Jetpack: Portfolio Projects
------------------------------------------------------------------------------*/

.tax-jetpack-portfolio-type .term-list a:before {
	content: "#";
}

/* Shortcode */
.jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title {
	margin-top: 1.125em;
}

.jetpack-portfolio-shortcode .portfolio-entry-title {
	font-weight: 400;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta {
	font-size: 0.875em;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta span,
.jetpack-portfolio-shortcode .portfolio-entry-meta a {
	font-size: 16px;
	font-size: 1.6rem;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta a {
	color: rgba(0, 0, 0, 0.41);
	text-decoration: none;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta a:hover {
	text-decoration: underline;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta li {
	display: inline-block;
	margin: 0 10px;
}

.jetpack-portfolio-shortcode .project-tags,
.jetpack-portfolio-shortcode .project-types span,
.jetpack-portfolio-shortcode .portfolio-entry-content {
	display: none;
}


/* Jetpack: Related Posts
------------------------------------------------------------------------------*/

div#jp-relatedposts .jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0.64285714em;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	color: rgba(0, 0, 0, 0.73);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 0 0 0.3125em;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	display: none;
}


/* Jetpack: Sharing
------------------------------------------------------------------------------*/

.sharedaddy {
	margin-bottom: 1.875em;
	margin-top: 2.8125em;
	position: relative;
	text-align: center;
}

.sharedaddy:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.41);
	content: " ";
	display: block;
	margin: 0.875em auto 1.875em;
	position: relative;
	width: 60px;
}

.sharedaddy .sharedaddy {
	margin: 0;
}

.sharedaddy .sharedaddy:before {
	display: none;
}

.sharedaddy h3.sd-title,
.sharedaddy div#jp-relatedposts h3.jp-relatedposts-headline {
	color: rgba(0, 0, 0, 0.6);
	display: block;
	float: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.25;
	margin: 0 0 1.16666667em;
}

.sharedaddy h3.sd-title:before,
.sharedaddy div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}


/* Jetpack: Widgets (includes WP.com widgets)
------------------------------------------------------------------------------*/

/* Gravatar Profiles */
.widget-grofile a {
	text-decoration: underline;
}

.widget-grofile .grofile-accounts li:before {
	display: none;
}

.widget-grofile .grofile-links li {
	display: inline-block;
}

.widget-grofile .grofile-links li + li:before {
	content: "\00B7";
	display: inline-block;
	margin: 0 0.625em;
}

/* Author Grid */
.widget_author_grid img {
	border-radius: 100%;
}

.widget_author_grid li {
	display: inline-block;
	margin: 0 0.625em;
}

/* Authors */
.widget_authors a {
	display: block;
	margin-bottom: 1.75em;
}

.widget_authors ul ul {
	margin-bottom: 1.75em;
}

.widget_authors ul ul a {
	display: inline;
	margin-bottom: 0;
}

.widget_authors .avatar {
	border-radius: 100%;
	display: block;
	margin: 0 auto 0.625em;
}

/* Facebook Likebox */
.widget_facebook_likebox iframe {
	margin-bottom: 0;
}

/* Goodreads */
.gr_custom_widget h2,
.gr_custom_widget > div > div {
	margin-bottom: 1.75em;
}

/* Milestone */
.milestone-content {
	margin: 0 auto;
}

/* My Community */
.widget_jetpack_my_community .avatar {
	border-radius: 100%;
	display: block;
}

.widget_jetpack_my_community .widgets-multi-column-grid ul li {
	display: inline-block;
	float: none;
	padding: 0 0.625em 1.25em;
}

/* Posts I Like */
.widget_jetpack_posts_i_like .widget-grid-view-image {
	display: inline-block;
	float: none;
	max-width: 33%;
}

.widget_jetpack_posts_i_like .widget-grid-view-image a {
	margin: 0 0.625em 1.25em;
	opacity: 1;
}

.widget_jetpack_posts_i_like .widget-grid-view-image a:hover,
.widget_jetpack_posts_i_like .widget-grid-view-image a:focus {
	opacity: 0.5;
}

/* Subscription */
.widget_blog_subscription h3 label {
	color: inherit;
}
