/*
Theme Name: Patch
Theme URI: http://pixelgrade.com/demos/patch/
Author: Pixelgrade
Author URI: http://pixelgrade.com
Description: An algorithmic design experiment that cleverly imagines the best layout for your content. Patch brings unity and balance to your beautiful crafted diversity.
Version: 1.2.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patch
Domain Path: /languages/
Tags: adaptive, blog, bold, bright, clean, custom-menu, editor-style, featured-images, geometric, infinite-scroll, journal, left-sidebar, lifestream, light, magazine, microformats, minimal, modern, multiple-menus, news, one-column, post-formats, responsive-layout, rtl-language-support, scrapbooking, site-logo, smart, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, video, white
Status: inactive

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.

Patch is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.

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

/**
 *
 * Table of Contents
 * --------------------------------------------------
 * 1.0 - Normalize
 * 2.0 - Reset
 * 3.0 - Base Styles
 *   3.1 - Typography
 *   3.2 - Images
 *   3.3 - Forms
 * 4.0 - Helpers
 *   4.1 - Theme specific classes
 *   4.2 - Alignments
 * 5.0 - Vendor
 *   5.1 - Font Awesome
 * 6.0 - Patterns
 * 7.0 - Components
 *   7.1 - Grid
 *   7.2 - Navigation
 *   7.3 - Author
 *   7.4 - Footer
 *   7.5 - Comments
 *   7.6 - Tags
 *   7.7 - Widgets
 *   7.8 - Search form
 *   7.9 - Pagination
 *   7.10 - Related posts
 * 8.0 - Pages
 *   8.1 - Single
 *   8.2 - General
 * 9.0 - Layout
 *   9.1 - Page
 *   9.2 - Sidebar
 * 10.0 - Blocks
 * 11.0 - Overwrites
 */

/**
 * 1.0 - Normalize
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/**
 * 2.0 - Reset
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

abbr[title],
dfn[title] {
	cursor: help;
}

u,
ins {
	text-decoration: none;
}

ins {
	border-bottom: 1px solid;
}

/**
 * 3.0 - Base Styles
 *   3.1 - Typography
 */

.entry-card .entry-image .hover,
.entry-card .entry-title {
	line-height: 1.45;
}

.entry-card .entry-content,
.entry-card .entry-content--short {
	line-height: 1.5;
}

.entry-card--text .entry-header--long .entry-title,
.entry-card--portrait .entry-header--medium .entry-title,
.entry-card--tall .entry-header--medium .entry-title {
	line-height: 1.33;
}

.entry-card--text .entry-header--medium .entry-title,
.entry-card--text .entry-header--short .entry-title,
.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	line-height: 1.25;
}

.entry-card--text .entry-header--medium .entry-title,
.entry-card--text .entry-header--short .entry-title,
.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	letter-spacing: 0;
}

.entry-card .entry-image .hover,
.entry-card--text .entry-header--long .entry-title,
h1,
.site-title,
h2,
.entry-card .entry-title {
	letter-spacing: 0.04em;
}

.entry-card--portrait .entry-title,
.entry-card--tall .entry-title {
	letter-spacing: 0.02em;
}

.entry-card .entry-content {
	font-size: 14px;
}

.entry-card .entry-content--short {
	font-size: 16px;
}

.entry-card .entry-image .hover {
	font-size: 26px;
}

.entry-card--text .entry-header--long .entry-title {
	font-size: 30px;
}

.entry-card--text .entry-header--medium .entry-title {
	font-size: 36px;
}

.entry-card--text .entry-header--short .entry-title {
	font-size: 42px;
}

html {
	background-color: white;
	font-size: 100%;
	line-height: 1.5;
}

body {
	color: #3e3f40;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.screen-reader-text,
.infinite-scroll .posts-navigation {
	display: none;
}

.hyphening {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

/* Headings */

h1,
.site-title,
h2,
h3,
h4,
h5 {
	color: #171617;
	font-weight: normal;
}

h1,
.site-title {
	font-family: Oswald, sans-serif;
	font-size: 1.875rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	text-transform: uppercase;
}

.single h1.entry-title,
.page h1.entry-title,
.single .entry-title.site-title,
.page .entry-title.site-title {
	font-size: 3.5rem;
	margin-bottom: 0;
}

h2 {
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 1.875rem;
	text-transform: uppercase;
}

h3 {
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	font-weight: 200;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}

h4 {
	color: #171617;
	font-family: Oswald, sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	text-transform: uppercase;
}

h5 {
	font-family: Roboto, sans-serif;
	font-size: 0.6875rem;
	letter-spacing: 0.02em;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	text-transform: uppercase;
}

/* Paragraphs */

p {
	margin-bottom: 2.25rem;
	margin-top: 0;
}

b,
strong {
	font-weight: bold;
}

/* Links */

a:not([class*="wp-block"]):not(.img-link) {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

h1 a:not([class*="wp-block"]):not(.img-link),
h2 a:not([class*="wp-block"]):not(.img-link),
h3 a:not([class*="wp-block"]):not(.img-link),
.site-title a:not([class*="wp-block"]):not(.img-link) {
	color: #ffde00;
}

.single .entry-content a:not([class*="wp-block"]):not(.img-link),
.page .entry-content a:not([class*="wp-block"]):not(.img-link) {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	position: relative;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .single .entry-content a:not([class*="wp-block"]):not(.img-link),
[class*="has-background"] .page .entry-content a:not([class*="wp-block"]):not(.img-link) {
	background-size: 100% 100%;
}

.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".jpg"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".jpeg"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".png"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".gif"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".bmp"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[href*="attachment"],
.single .entry-content a:not([class*="wp-block"]):not(.img-link)[rel*="attachment"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".jpg"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".jpeg"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".png"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".gif"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href$=".bmp"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[href*="attachment"],
.page .entry-content a:not([class*="wp-block"]):not(.img-link)[rel*="attachment"] {
	background: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.single .entry-content a:not([class*="wp-block"]):not(.img-link):hover,
.page:not(.entry-card) .entry-content a:not([class*="wp-block"]):not(.img-link):hover {
	background-size: 100% 0%;
}

.single .entry-content .gallery a:not([class*="wp-block"]):not(.img-link),
.page .entry-content .gallery a:not([class*="wp-block"]):not(.img-link) {
	background: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.nav--main a:not([class*="wp-block"]):not(.img-link) {
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 2px;
	padding-right: 2px;
}

.edit-link a:not([class*="wp-block"]):not(.img-link) {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	display: inline-block;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin: 20px 0;
	position: relative;
	position: relative;
	text-transform: uppercase;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .edit-link a:not([class*="wp-block"]):not(.img-link) {
	background-size: 100% 100%;
}

.edit-link a:not([class*="wp-block"]):not(.img-link):hover {
	background-size: 100% 0%;
}

.grid__item .entry-content a {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	position: relative;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .grid__item .entry-content a {
	background-size: 100% 100%;
}

.grid__item .entry-content a:hover {
	background-size: 100% 0%;
}

::selection {
	background: #ffde00;
	color: #000000;
}

/* Lists */

acronym {
	border-bottom: 1px dotted #3e3f40;
}

/* Blockquotes */

blockquote {
	color: #171617;
	font-family: Oswald, sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 2.25rem;
	text-transform: uppercase;
}

blockquote cite {
	color: #b5b5b5;
	font-size: 1.125rem;
	font-style: normal;
	text-transform: none;
}

blockquote em cite {
	font-style: italic;
}

/* Tables */

table {
	border-top: 0;
	margin-bottom: 1.5em;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}

table th {
	text-align: left;
}

table tr {
	border-bottom: 1px solid #b5b5b5;
}

table th,
table td {
	font-family: inherit;
	font-size: inherit;
	padding: 12px;
	vertical-align: middle;
}

/* Code */

pre {
	border: 1px solid #b5b5b5;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2.25em;
	padding-right: 2.25em;
	padding-top: 1.5em;
	position: relative;
}

pre:before {
	background: #b5b5b5;
	color: white;
	content: "\f121";
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	padding: 3px;
	position: absolute;
	top: 0;
}

.entry-content ol {
	padding-left: 22px;
}

.entry-content ul {
	padding-left: 17px;
}

.entry-content ol li,
.entry-content ul li {
	padding-bottom: 0.375em;
}

/**
 *   3.2 - Images
 */

img {
	height: auto;
	max-width: 100%;
}

/* Figures and Captions */

.wp-caption {
	color: #888888;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: auto;
}

.wp-caption img {
	display: inline-block;
}

.wp-caption-text {
	font-size: 14px;
	padding: 10px 0 0;
	text-align: center;
}

.archive__grid .wp-caption-text {
	border-bottom: 0;
}

/* Galleries */

.gallery {
	margin-left: -20px;
	margin-top: -20px;
}

.gallery .gallery-item {
	border: 0 solid transparent;
	display: inline-block;
	margin: 0;
	margin-top: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}

.gallery .gallery-caption {
	border: 0;
}

.entry-content .gallery {
	margin-bottom: 20px;
	margin-top: 0;
}

.entry-card .gallery {
	margin-left: -2px;
	margin-top: -2px;
}

.entry-card .gallery-item {
	margin-top: 2px;
	padding-left: 2px;
}

.entry-card figcaption {
	display: none;
}

.gallery-item img {
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

/**
 *   3.3 - Images
 */

input[type="submit"] {
	background-color: #ffde00;
	border-radius: 0;
	color: white;
	letter-spacing: 0.2em;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	transition: all 0.2s;
}

.fs-11px,
input[type="submit"] {
	font-size: 0.6875em;
	line-height: 1.09091;
}

input[type="submit"]:hover {
	background-color: #171617;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.form-control {
	border: 1px solid #b5b5b5;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	padding: 12px;

	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	border: 1px solid #b5b5b5;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	padding: 12px;
}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin-right: 12px;
}

select {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
	background-position: right 8px top 55%;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-right: 32px;
}

input[type="submit"],
button {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	border: 0;
	border-radius: 0;
	color: #171617;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 26px;
	padding: 0 0.1em 0 0.3em;
	position: relative;
	text-transform: uppercase;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] input[type="submit"],
[class*="has-background"]
  button {
	background-size: 100% 100%;
}

input[type="submit"]:hover,
button:hover {
	background-size: 100% 0%;
}

.radio-inline,
.checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 12px;
	vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 6px;
	margin-top: 0;
}

.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}

.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	margin-bottom: 0;
	width: 100%;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

/**
 * 4.0 - Helpers
 */

/* Clearfix */

.clearfix:after,
.grid:after,
.entry-card:after,
.nav--main:after,
:first-child:not(input) ~ .form-submit:after,
.nav:after,
.nav--main ul:after,
.media:after,
.entry-card .entry-meta:after,
.comments-area-title:after,
.comment-reply-title:after,
.comment-form:after,
.comment-navigation:after,
.single .site-content .container:after,
.page .site-content .container:after,
.error404 .site-content .container:after,
.search-no-results .site-content .container:after,
.no-posts .site-content .container:after {
	clear: both;
	content: "";
	display: table;
}

.hide,
.hidden,
.assistive-text,
.screen-reader-text,
[hidden] {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

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

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

.table-row-group {
	display: table-row-group;
}

.table-column {
	display: table-column;
}

.table-column-group {
	display: table-column-group;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-scroll {
	overflow: scroll;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fit {
	max-width: 100%;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.static {
	position: static;
}

.light,
.entry-card .entry-header--long .entry-title,
.nav--main a {
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.pointer-auto {
	pointer-events: auto;
}

.pointer-none {
	pointer-events: none;
}

/**
 *   4.1 - Theme specific classes
*/

.intro {
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	line-height: 1.75;
}

.dropcap {
	color: #171617;
	float: left;
	font-family: Oswald, sans-serif;
	font-size: 4.625em;
	font-weight: 200;
	line-height: 1.13514;
	line-height: 1;
	margin-bottom: 0.03243em;
	margin-right: 0.16216em;
	text-shadow: 2px 2px 0px white, 4px 4px 0px #ffde00;
}

.highlight {
	background: #ffde00;
	padding: 3px 6px;
}

/**
 *   4.2 - Alignments
*/

/**
 * Fluid images for responsive purposes.
 * Offset `alt` text from surrounding copy.
 */

img {
	font-style: italic;
	height: auto;
	max-width: 100%;
}

.aligncenter,
.alignnone,
.alignleft,
.alignright {
	display: block;
	margin: 0;
	margin-bottom: 1.2rem;
}

.archive__grid .aligncenter,
.archive__grid
  .alignnone,
.archive__grid
  .alignleft,
.archive__grid
  .alignright {
	margin-bottom: 0;
}

.widget .aligncenter,
.blog .aligncenter,
.archive .aligncenter,
.search .aligncenter,
.widget
  .alignnone,
.blog
  .alignnone,
.archive
  .alignnone,
.search
  .alignnone,
.widget
  .alignleft,
.blog
  .alignleft,
.archive
  .alignleft,
.search
  .alignleft,
.widget
  .alignright,
.blog
  .alignright,
.archive
  .alignright,
.search
  .alignright {
	margin: 0;
}

.aligncenter,
.alignnone {
	text-align: center;
}

.aligncenter img,
.alignnone img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.alignleft,
.alignright {
	margin-top: 1.5rem;
}

p + .alignleft,
p + .alignright {
	margin-top: 0;
}

p > .alignleft:first-child,
p > :first-child > .alignleft:first-child,
p > .alignright:first-child,
p > :first-child > .alignright:first-child {
	margin-top: 0;
}

.alignleft {
	float: left;
	margin-right: 2.25rem;
}

.alignright {
	float: right;
	margin-left: 2.25rem;
}

figure {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

figure img {
	display: block;
}

/**
 * 5.0 - Vendor
 *   5.1 - Font Awesome
 */

/**
 * 6.0 - Patterns
 */

.nav,
.nav--main ul {
	list-style: none;
	margin-left: 0;
}

.nav > li,
.nav--main ul > li,
.nav > li > a,
.nav--main ul > li > a {
	display: inline-block;
	zoom: 1;

	*display: inline;
}

.nav--stacked > li {
	display: list-item;
}

.nav--stacked > li > a {
	display: block;
}

.nav--block {
	/**
         * Remove whitespace caused by `inline-block`.
         */
	letter-spacing: -0.31em;
	line-height: 1;
	white-space: nowrap;
	word-spacing: -0.43em;
}

.nav--block > li {
	letter-spacing: normal;
	word-spacing: normal;
}

.nav--block > li > a {
	padding: 0.75em;
}

.media {
	display: block;
}

.media__img {
	float: left;
	margin-right: 24px;
}

.media__img > img {
	display: block;
}

.media__body {
	display: block;
	overflow: hidden;
}

.media__body,
.media__body > :last-child {
	margin-bottom: 0;
}

/**
 * 7.0 - Components
 *   7.1 - Grid
 */

.site {
	padding-top: 60px;
}

.site .admin-bar {
	padding-top: 92px;
}

.site-main {
	padding-bottom: 60px;
}

.grid,
.pagination {
	margin: 0 auto;
	max-width: 400px;
}

.grid {
	border-right: 0 solid transparent;
	position: relative;
	transition: height 0.3s ease-in-out;
}

.grid__item {
	border-left: 0 solid transparent;
	margin-bottom: 30px;
	width: 100%;
}

.grid,
.grid__item {
	border-color: rgba(255, 255, 0, 0.25);
}

.layout-grid .page-header {
	margin-top: 50px;
}

.layout-grid .page-title {
	margin-top: 0;
}

.entry-card,
.site-header {
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 0.3s ease-in-out;
}

.entry-card.is-visible,
.site-header.is-visible {
	opacity: 1;
}

.entry-card {
	background: white;
	padding-top: 1px;
	position: relative;
}

.entry-card .entry-meta {
	font-family: Roboto, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 4px;
	opacity: 0;
	padding-bottom: 12px;
	position: absolute;
	transform: translateZ(0);
	z-index: -1;
}

.entry-card .entry-meta .byline {
	margin-bottom: -5px;
}

.entry-card .entry-meta .byline,
.entry-card .entry-meta .posted-on {
	margin-top: 5px;
}

.entry-card .entry-meta > * {
	float: left;
}

.touch .entry-card .entry-meta {
	opacity: 1;
	overflow: hidden;
	position: static;
}

.entry-card .entry-time {
	display: none;
}

.entry-card .entry-image {
	background-color: black;
	display: block;
	position: relative;
	z-index: 32;
}

.entry-card .entry-image figure {
	height: auto;
	max-width: 100%;
}

.entry-card .entry-image > .entry-image-wrapper img {
	display: block;
	margin: 0 auto;
	transition: filter 0.3s ease-in-out;
	transition: -webkit-filter 0.3s ease-in-out;
}

.entry-card .entry-image .hover {
	color: white;
	font-family: Oswald, sans-serif;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.3s;
	z-index: 100;
}

.entry-card .entry-header {
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0px;
	position: relative;
}

.entry-card .entry-header[class] a {
	color: currentColor;
	text-decoration: none;
}

.entry-card .entry-title {
	margin: 0;
}

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

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

.entry-card .entry-content p {
	margin-bottom: 15px;
}

.entry-card .entry-content p:last-of-type {
	margin-bottom: 0;
}

.entry-card:hover .entry-image .entry-image-wrapper {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.entry-card:hover .entry-image .hover {
	opacity: 1;
}

.entry-card--text .entry-header {
	background: #000000;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 20px;
}

.entry-card--text .entry-title {
	color: white;
}

.entry-card--tall .entry-image {
	max-width: 45%;
}

.entry-card--tall,
.entry-card--portrait {
	margin-bottom: 10px;
}

.entry-card--tall .entry-image,
.entry-card--portrait .entry-image {
	float: left;
	margin-bottom: 8px;
	margin-right: 12px;
	position: relative;
	z-index: 40;
}

.entry-card--tall .entry-content,
.entry-card--portrait .entry-content {
	margin-top: 2px;
}

.entry-card--tall .entry-content p:last-of-type,
.entry-card--portrait .entry-content p:last-of-type {
	margin-bottom: 0;
}

.entry-card--tall .entry-header,
.entry-card--portrait .entry-header {
	margin-bottom: -6px;
	top: -6px;
}

.entry-card--portrait .entry-image {
	max-width: 55%;
}

.entry-card.format-gallery .tiled-gallery {
	margin-bottom: 0;
}

.entry-card.format-gallery .gallery-group a img {
	opacity: 1;
	transition: opacity 0.2s;
}

.entry-card.format-gallery .gallery-group a img:hover {
	opacity: 0.75;
}

.entry--even {
	position: relative;
	z-index: 20;
}

.entry--even .entry-card.entry-card--tall .entry-meta,
.entry--even .entry-card.entry-card--portrait .entry-meta {
	right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-meta > *,
.entry--even .entry-card.entry-card--portrait .entry-meta > * {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-meta .posted-on:before,
.entry--even .entry-card.entry-card--portrait .entry-meta .posted-on:before {
	display: none;
}

.entry--even .entry-card.entry-card--tall .entry-meta .posted-on:after,
.entry--even .entry-card.entry-card--portrait .entry-meta .posted-on:after {
	content: "/";
	margin-left: 4px;
}

.entry--even .entry-card.entry-card--tall .entry-image,
.entry--even .entry-card.entry-card--portrait .entry-image {
	float: right;
	margin-left: 12px;
	margin-right: 0;
}

.entry--even .entry-card.entry-card--tall .entry-header,
.entry--even .entry-card.entry-card--portrait .entry-header {
	text-align: right;
}

.entry--even .entry-card.entry-card--tall .entry-content,
.entry--even .entry-card.entry-card--portrait .entry-content {
	text-align: right;
}

.sticky .sticky-post {
	background: #ffde00;
	display: block;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 15px;
	z-index: 1;
}

.sticky .sticky-post:before,
.sticky .sticky-post:after {
	border-right: 8px solid transparent;
	border-top: 8px solid #ffde00;
	bottom: -8px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.sticky .sticky-post:after {
	border-left: 8px solid transparent;
	border-right: none;
	left: auto;
	right: 0;
}

.entry-card .entry-content {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	margin-top: 8px;
	position: relative;

	-ms-hyphens: manual;
}

.entry-card .entry-meta + .entry-content {
	margin-top: 0;
}

.entry-card .entry-title {
	font-family: Oswald, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

.entry-card--text .entry-header--long .entry-title {
	font-weight: normal;
}

.entry-card--portrait .entry-title,
.entry-card--tall .entry-title {
	font-weight: bold;
}

.entry-card--portrait .entry-title a,
.entry-card--tall .entry-title a {
	color: #171617;
	font-weight: inherit;
}

.entry-card--portrait .entry-header--short .entry-title,
.entry-card--tall .entry-header--short .entry-title {
	font-size: 36px;
	font-weight: bold;
}

.entry-card--portrait .entry-header--medium .entry-title,
.entry-card--tall .entry-header--medium .entry-title {
	font-size: 30px;
}

.entry-card--portrait .entry-header--long .entry-title,
.entry-card--tall .entry-header--long .entry-title {
	font-weight: bold;
}

.entry-card.format-quote .entry-content {
	background-color: black;
	background-position: center center;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 44px;
	padding-right: 24px;
	padding-top: 44px;
}

.entry-card.format-quote .entry-content a {
	box-shadow: inset 0 -3px 0 #ffde00;
	color: white;
}

.entry-card.format-quote .entry-content a:hover {
	color: #ffde00;
}

.entry-card.format-quote blockquote {
	color: white;
	font-size: 24px;
	margin-bottom: 0;
}

.entry-card.format-quote blockquote * {
	color: currentColor;
}

.entry-card.format-quote .entry-quote--short blockquote {
	font-size: 30px;
}

.entry-card.format-quote cite {
	color: white;
	display: block;
	font-size: 15px;
	margin-top: 18px;
	text-transform: uppercase;
}

.entry-card.format-image .entry-image img {
	display: block;
}

/**
 *   7.2 - Navigation
 */

.nav--social a:before,
.author__social-links a:before {
	content: "\f1e0";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	pointer-events: auto;
	text-align: center;
}

.nav--social a[href*="mailto:"]:before,
.author__social-links a[href*="mailto:"]:before,
.nav--social a[href*="mail"]:before,
.author__social-links a[href*="mail"]:before {
	content: "\f0e0";
}

.nav--social a[href*="feed"]:before,
.author__social-links a[href*="feed"]:before,
.nav--social a[href*="rss"]:before,
.author__social-links a[href*="rss"]:before {
	content: "\f09e";
}

.nav--social a[href*="behance"]:before,
.author__social-links a[href*="behance"]:before {
	content: "\f1b4";
}

.nav--social a[href*="delicious"]:before,
.author__social-links a[href*="delicious"]:before {
	content: "\f1a5";
}

.nav--social a[href*="deviantart"]:before,
.author__social-links a[href*="deviantart"]:before {
	content: "\f1bd";
}

.nav--social a[href*="digg"]:before,
.author__social-links a[href*="digg"]:before {
	content: "\f1a6";
}

.nav--social a[href*="dribbble"]:before,
.author__social-links a[href*="dribbble"]:before {
	content: "\f17d";
}

.nav--social a[href*="facebook"]:before,
.author__social-links a[href*="facebook"]:before {
	content: "\f230";
}

.nav--social a[href*="flickr"]:before,
.author__social-links a[href*="flickr"]:before {
	content: "\f16e";
}

.nav--social a[href*="foursquare"]:before,
.author__social-links a[href*="foursquare"]:before {
	content: "\f180";
}

.nav--social a[href*="github"]:before,
.author__social-links a[href*="github"]:before {
	content: "\f09b";
}

.nav--social a[href*="plus.google"]:before,
.author__social-links a[href*="plus.google"]:before {
	content: "\f0d5";
}

.nav--social a[href*="instagram"]:before,
.author__social-links a[href*="instagram"]:before {
	content: "\f16d";
}

.nav--social a[href*="linkedin"]:before,
.author__social-links a[href*="linkedin"]:before {
	content: "\f0e1";
}

.nav--social a[href*="pinterest"]:before,
.author__social-links a[href*="pinterest"]:before {
	content: "\f0d2";
}

.nav--social a[href*="reddit"]:before,
.author__social-links a[href*="reddit"]:before {
	content: "\f1a1";
}

.nav--social a[href*="skype"]:before,
.author__social-links a[href*="skype"]:before {
	content: "\f17e";
}

.nav--social a[href*="soundcloud"]:before,
.author__social-links a[href*="soundcloud"]:before {
	content: "\f1be";
}

.nav--social a[href*="spotify"]:before,
.author__social-links a[href*="spotify"]:before {
	content: "\f1bc";
}

.nav--social a[href*="stumbleupon"]:before,
.author__social-links a[href*="stumbleupon"]:before {
	content: "\f1a4";
}

.nav--social a[href*="tumblr"]:before,
.author__social-links a[href*="tumblr"]:before {
	content: "\f173";
}

.nav--social a[href*="twitter"]:before,
.author__social-links a[href*="twitter"]:before {
	content: "\f099";
}

.nav--social a[href*="vimeo"]:before,
.author__social-links a[href*="vimeo"]:before {
	content: "\f194";
}

.nav--social a[href*="vine"]:before,
.author__social-links a[href*="vine"]:before {
	content: "\f1ca";
}

.nav--social a[href*="vk.com"]:before,
.author__social-links a[href*="vk.com"]:before {
	content: "\f189";
}

.nav--social a[href*="weibo"]:before,
.author__social-links a[href*="weibo"]:before {
	content: "\f18a";
}

.nav--social a[href*="xing"]:before,
.author__social-links a[href*="xing"]:before {
	content: "\f168";
}

.nav--social a[href*="yahoo"]:before,
.author__social-links a[href*="yahoo"]:before {
	content: "\f19e";
}

.nav--social a[href*="youtube"]:before,
.author__social-links a[href*="youtube"]:before {
	content: "\f167";
}

.nav--social a[href*="angel.co"]:before,
.author__social-links a[href*="angel.co"]:before {
	content: "\f209";
}

.nav--social a[href*="yelp"]:before,
.author__social-links a[href*="yelp"]:before {
	content: "\f1e9";
}

.nav--social a[href*="last.fm"]:before,
.author__social-links a[href*="last.fm"]:before {
	content: "\f202";
}

.nav--social a[href*="slideshare"]:before,
.author__social-links a[href*="slideshare"]:before {
	content: "\f1e7";
}

.nav--social a[href*="twitch.tv"]:before,
.author__social-links a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.nav--social a[href*="bloglovin"]:before,
.author__social-links a[href*="bloglovin"]:before {
	content: "\f004";
}

.nav--social a[href*="#search"]:before,
.author__social-links a[href*="#search"]:before {
	content: "\f002";
}

.nav--social a[href*="medium.com"]:before,
.author__social-links a[href*="medium.com"]:before {
	content: "\f23a";
}

.nav--social a[href*="whatsapp"]:before,
.author__social-links a[href*="whatsapp"]:before {
	content: "\f232";
}

.nav--social a[href*="leanpub"]:before,
.author__social-links a[href*="leanpub"]:before {
	content: "\f212";
}

.nav--social a[href*="renren"]:before,
.author__social-links a[href*="renren"]:before {
	content: "\f18b";
}

.nav--social a[href*="twitch.tv"]:before,
.author__social-links a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.site-header {
	opacity: 0;
	text-transform: uppercase;
}

.site-header .site-title[class] a {
	color: black;
	text-decoration: none;
}

.site-title {
	color: #171617;
	font-size: 30px;
	line-height: 1.25;
	margin: 0 0 0 -3px;
	text-align: center;
}

.sidebar .site-title a {
	font-weight: 500;
}

.site-description {
	font-size: 0.8125rem;
	text-align: center;
	text-transform: none;
}

.site-logo-link {
	display: block;
}

.nav--main {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 24px;
	/*.sub-menu*/
}

.single .nav--main,
.page:not(.entry-card) .nav--main {
	margin-bottom: 8px;
}

.nav--main li {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.nav--main li > a {
	line-height: 34px;
	margin-left: -7px;
	margin-right: -6px;
	padding-left: 7px;
	padding-right: 6px;
}

.nav--main li[class*="current-menu"] > a,
.nav--main li:hover > a {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	position: relative;
}

[class*="has-background"] .nav--main li[class*="current-menu"] > a,
[class*="has-background"]
      .nav--main li:hover > a {
	background-size: 100% 100%;
}

.nav--main a {
	display: block;
	letter-spacing: 0.06em;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}

.nav--main .menu-item-has-children {
	padding-right: 0.5em;
}

.nav--main .menu-item-has-children > a:after {
	content: "+";
	margin-left: 0.25em;
}

.nav--main ul {
	display: block;
	min-width: 10em;
}

.nav--main ul li:last-child {
	margin-bottom: 0;
}

.mobile-header {
	display: none;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.admin-bar .mobile-header {
	top: 32px;
}

#demosite-activate-wrap ~ .mobile-header {
	top: 80px;
}

.admin-bar #demosite-activate-wrap ~ .mobile-header {
	top: 112px;
}

.mobile-header .site-logo-link {
	left: 50%;
	margin-top: 10px;
	position: absolute;
	top: 0;

	will-change: transform;
}

.mobile-header .site-logo-link,
.mobile-header .site-logo-link img {
	height: 30px;
	width: auto;
}

.mobile-header-wrapper {
	background: white;
	border-bottom: 1px solid #e2e3e3;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.navigation__trigger,
.search__trigger {
	background: none;
	border: 0;
	font-size: 24px;
	left: 0;
	line-height: 1;
	outline: 0;
	padding: 12px;
	position: absolute;
	top: 0;

	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
}

.search__trigger {
	left: auto;
	right: 0;
}

.nav--social {
	font-size: 18px;
	left: -6px;
	position: relative;
}

.nav--social[class][class][class] a {
	color: transparent;
}

.nav--social a {
	overflow: hidden;
	white-space: nowrap;
	width: 1.75em;
}

.nav--social a:before {
	background: transparent;
	border-radius: 3px;
	color: #171617;
	display: inline-block;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-align: center;
	transition: background 0.2s;
}

.nav--social a:hover:before {
	background: #ffde00;
}

.single .site-header,
.page .site-header,
.no-posts .site-header {
	border-left: 0;
	opacity: 1;
	z-index: 1;
}

/**
 *   7.3 - Author
 */

.author-info {
	border: 1px solid #e2e3e3;
	border-top-width: 4px;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 36px;
	margin-top: 54px;
	padding: 20px;
}

.author-info__avatar {
	-webkit-filter: saturate(0) contrast(1.5);
	filter: saturate(0) contrast(1.5);
	margin-right: 20px;
}

.author-info__avatar img {
	margin: 0;
	max-width: none;
}

.author-info__title,
.author-info__link {
	display: inline-block;
}

.author-info__title {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	margin-right: 0.5em;
}

.author-info__link {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	position: relative;
	text-transform: uppercase;
	top: -2px;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .author-info__link {
	background-size: 100% 100%;
}

.author-info__link:hover {
	background-size: 100% 0%;
}

.author-info__bio {
	margin-bottom: 12px;
	margin-top: 8px;
}

.author__social-links li {
	display: inline-block;
	margin-right: 10px;
}

.author__social-links a {
	color: currentColor;
}

.author__social-links a:before {
	content: "\f0ac";
	font-size: 18px;
	margin-right: 6px;
}

.avatar.grav-clone {
	border-width: 2px !important;
	margin: 0 !important;
}

/**
 *   7.4 - Footer
 */

.site-footer {
	background: black;
	color: #b5b5b5;
	font-size: 13px;
	padding: 12px;
}

.site-footer > * {
	display: block;
	text-align: center;
}

.site-footer[class] a {
	color: #b5b5b5;
	font-weight: 300;
	text-decoration: none;
	transition: color 0.2s;
}

.site-footer[class] a[rel="designer"] {
	color: white;
}

.site-footer[class] a:hover {
	color: #ffde00;
}

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

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

.nav--footer {
	list-style-type: none;
}

.nav--footer li {
	display: inline-block;
}

.nav--footer li:after {
	color: #b5b5b5;
	content: "/";
	margin: 0 5px;
}

.nav--footer li:last-child:after {
	content: none;
}

.back-to-top-button {
	padding: 0.375rem;
}

div#infinite-footer {
	background: black;
	color: white;
	height: 50px;
	z-index: 50;
}

div#infinite-footer .container {
	background: transparent;
	display: table;
	height: 100%;
}

div#infinite-footer .blog-credits,
div#infinite-footer .blog-info {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

div#infinite-footer .blog-credits {
	color: white;
}

div#infinite-footer .blog-credits a {
	color: #b5b5b5;
}

div#infinite-footer .blog-info {
	color: white;
}

div#infinite-footer .blog-info a {
	color: #b5b5b5;
}

/**
 *   7.5 - Comments
 */

.comments-area {
	margin-top: 24px;
	padding-top: 48px;
	position: relative;
}

.comments-area:before {
	border-left: 1px solid #b5b5b5;
	bottom: 0;
	content: "";
	left: 20px;
	position: absolute;
	top: 48px;
}

.comments-area:after {
	content: "\00b7";
	font-size: 1.75em;
	left: 0;
	line-height: 1.8;
	position: absolute;
	top: 100%;
}

.comments-area.no-comments:after {
	display: none;
}

.comment-number,
.comments-area:after,
.comment-number--dark,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background: white;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.comment-number--dark,
.comments-area:after,
.comment-reply-title:before,
.add-comment .add-comment__button {
	background-color: #171617;
	border: 0;
	color: white;
	display: inline-block;
	margin-right: 24px;
}

.comment-number.no-comments {
	position: relative;
	z-index: 1;
}

.comments-area-title .comments-title,
.comments-area-title a,
.comment-reply-title .comments-title,
.comment-reply-title a {
	display: inline-block;
	vertical-align: middle;
}

.comments-area-title .comments-title,
.comment-reply-title .comments-title {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	margin-right: 12px;
	text-transform: none;
	transform: none;
}

.comments-area-title .total,
.comment-reply-title .total {
	position: relative;
	z-index: 1;
}

.comments-area-title {
	margin-bottom: 60px;
	padding-left: 40px;
}

.no-comments .comments-area-title {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.comments-area-title .comment-number {
	left: -40px;
	margin-right: -20px;
	position: relative;
}

.commentlist > .comment,
.commentlist > .pingback,
.commentlist > .trackback {
	padding-left: 40px;
}

.comments_add-comment {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	position: relative;
	text-transform: uppercase;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .comments_add-comment {
	background-size: 100% 100%;
}

.comments_add-comment:hover {
	background-size: 100% 0%;
}

.commentlist {
	border-left: 0;
	list-style: none;
	margin: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

li.comment,
li.pingback,
li.trackback {
	display: block;
	margin-bottom: 0;
	margin-bottom: 24px;
	margin-top: 24px;
	position: relative;
}

li.comment .comment-number,
li.pingback .comment-number,
li.trackback .comment-number {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

li.comment:last-child,
li.pingback:last-child,
li.trackback:last-child {
	margin-bottom: 0;
}

li.comment .children,
li.pingback .children,
li.trackback .children {
	margin-top: 24px;
	position: relative;
}

li.comment .media__body,
li.pingback .media__body,
li.trackback .media__body {
	overflow: visible;
}

li.depth-2:before {
	left: -40px;
	width: 60px;
}

.comment__author-name {
	font-size: 16px;
	font-weight: bold;
}

.comment__author-name a {
	color: black;
	font-size: 16px;
}

.bypostauthor .comment__author-name:before {
	color: #ffde00;
	content: "\f005";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
}

.comment-article {
	margin-bottom: 0;
	margin-left: 20px;
}

.comment-article:hover .comment-edit-link,
.comment-article:hover .comment-reply-link {
	opacity: 1;
}

.comment__avatar {
	margin-right: 0.75em;
}

.comment__avatar img {
	height: auto;
	width: 3.75em;
}

.comment__avatar:empty {
	display: none;
}

.comment__time {
	color: #b5b5b5;
	font-size: 14px;
}

.comment__time a {
	color: currentColor;
	font-weight: normal;
}

.comment__avatar {
	margin-bottom: 24px;
}

.comment__content {
	font-size: 15px;
	margin-bottom: 24px;
	position: relative;
}

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

.comment__links {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.71429;
	margin-left: 1.71429em;
}

.comment-edit-link,
.comment-reply-link {
	color: #3e3f40;
	margin-right: 0.85714em;
	opacity: 0;
	transform: translateZ(0);
	transition: opacity 0.15s ease-in-out;
}

.comment-reply-link {
	color: #b5b5b5;
}

.comment-form p.logged-in-as {
	margin-bottom: 0.75em;
}

.comment-reply-title {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 24px;
	margin-top: 0;
	min-height: 40px;
	padding-left: 60px;
}

.comment-reply-title:before {
	content: "\f067";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	line-height: 42px;
	position: absolute;
	top: 0;
}

.comment .comment-reply-title:before {
	display: none;
}

.comment .comment-reply-title {
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 0;
}

.comment .comment-reply-title a {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	color: black;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-left: 15px;
	margin-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .comment .comment-reply-title a {
	background-size: 100% 100%;
}

.comment .comment-reply-title a:hover {
	background-size: 100% 0%;
}

.comment-reply-title .comment-number {
	line-height: 44px;
}

.comment-reply-title a {
	margin-top: -7px;
}

.comment-respond {
	margin-bottom: 1.5em;
	position: relative;
}

.comment .comment-respond {
	margin-left: 1.5em;
}

#cancel-comment-reply-link {
	text-decoration: underline;
}

/* Comments Form */

.comment-form input,
.comment-form textarea {
	border: 1px solid #b5b5b5;
	border-radius: 0;
	box-shadow: none;
	font-weight: 300;
}

.comment-form iframe {
	padding-left: 36px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin-bottom: 1.5em;
	width: 100%;
}

.comment-form-comment,
.logged-in-as {
	margin-bottom: 0;
	width: 100%;
}

.comment-form-comment label,
.logged-in-as label {
	display: none;
}

.comment-form-comment textarea,
.comment-subscription-form textarea {
	border: 1px solid #b5b5b5;
	font-size: 1em;
	line-height: 1.5;
	max-width: 100%;
	padding: 0.75em;
	width: 100%;
}

:first-child:not(input) ~ .form-submit {
	margin-bottom: 0;
	margin-top: 0.75em;
	position: relative;
	text-align: right;
}

.comment-respond.js :first-child:not(input) ~ .form-submit {
	border: 0;
}

.comment-respond.js :first-child:not(input) ~ .form-submit:hover {
	background: none;
}

:first-child:not(input) ~ .form-submit #submit {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	background-size: 100% 0;
	border: 0;
	color: #171617;
	float: right;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 26px;
	padding: 0 0.1em 0 0.3em;
	position: relative;
	text-transform: uppercase;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] :first-child:not(input) ~ .form-submit #submit {
	background-size: 100% 100%;
}

:first-child:not(input) ~ .form-submit #submit:hover {
	background-size: 100% 0%;
}

.comment-subscription-form {
	clear: left;
	float: left;
	margin-bottom: 0.375em;
	margin-top: 0.75em;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

.comment-subscription-form input[type="checkbox"] {
	margin-right: 0.75em;
	position: relative;
	top: -0.05em;
}

.add-comment {
	margin-top: 3em;
}

.add-comment .add-comment__button {
	font-size: 1.5em;
	line-height: 1.5;
	margin-right: 0.5em;
	position: relative;
	z-index: 1;
}

.add-comment .add-comment__text {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
}

/* Comments Navigation */

.comment-navigation {
	margin-bottom: 3em;
	margin-top: 3em;
	padding-left: 3.75em;
	position: relative;
}

.comment-navigation .comment-number {
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
}

.comment-navigation .assistive-text {
	font-size: 28px;
	margin-left: 8px;
	margin-top: 0;
	transform: none;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	font-size: 18px;
}

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

.comment-navigation .nav-previous a:before {
	content: "\2190 ";
}

.comment-navigation .nav-previous a:after {
	content: "";
}

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

.comment-navigation .nav-next a:before {
	content: "";
}

.comment-navigation .nav-next a:after {
	content: " \2192";
}

.nocomments {
	transform: none;
}

.nocomments span {
	display: inline-block;
	font-size: 1.75em;
	line-height: 1.28571;
	line-height: 48px;
	vertical-align: middle;
}

.no-comments-box {
	position: relative;
	z-index: 1;
}

div#respond {
	padding-top: 0;
}

div#respond #reply-title {
	margin-top: 0;
}

div#respond p.comment-subscription-form label {
	color: #999999;
}

/**
 *   7.6 - Tags
 */

.tags-links {
	display: block;
	margin-bottom: 20px;
}

.tags-links a {
	color: #b5b5b5;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	text-transform: uppercase;
}

.tags-links a:before {
	content: "#";
}

/**
 *   7.7 - Widgets
 */

.widget {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget ul,
.widget ol {
	line-height: 1.4;
}

.widget ul li,
.widget ol li {
	margin-bottom: 15px;
}

.widget ul {
	list-style-type: none;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	margin-bottom: 1.5625rem;
	margin-top: 0;
}

.widget_categories > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul {
	font-size: 0;
	margin-bottom: -0.75em;
}

.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_archive > ul > li {
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	padding-right: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
}

.widget_categories > ul > li a,
.widget_pages > ul > li a,
.widget_meta > ul > li a,
.widget_archive > ul > li a {
	display: inline;
}

.widget_categories > ul ul,
.widget_pages > ul ul,
.widget_meta > ul ul,
.widget_archive > ul ul {
	display: none;
}

.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_archive li {
	margin-bottom: 0.75em;
}

/* Widget - Calendar */

.widget_calendar table {
	color: #b5b5b5;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.widget_calendar th {
	padding-bottom: 0.75em;
	text-align: center;
}

.widget_calendar td,
.widget_calendar th {
	padding: 6px 0;
}

.widget_calendar tr {
	border: 0;
}

.widget_calendar tfoot {
	padding: 0.75em;
}

.widget_calendar caption {
	color: #3e3f40;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
}

.widget_calendar a {
	color: #000000;
}

.widget_calendar a:hover {
	color: #000000;
}

.widget_calendar thead {
	color: #000000;
}

.widget_calendar tfoot a {
	color: #3e3f40;
}

.widget_calendar tfoot td {
	border-bottom: 0;
}

/* Widget - Recent Comments */

.recentcomments {
	color: #b5b5b5;
}

.recentcomments a {
	color: #000000;
}

/* Widget - RSS */

.widget_rss li {
	margin-bottom: 24px;
}

.widget_rss cite {
	display: block;
	margin-top: 6px;
}

.rsswidget {
	font-weight: bold;
	text-decoration: underline;
}

.rss-date:before {
	content: "-";
	display: inline-block;
	margin: 0 3px;
}

.widget_rss_links a {
	display: inline-block;
	vertical-align: middle;
}

.jetpack_subscription_widget.widget,
.widget_blog_subscription.widget {
	background-color: black;
	border-top: 0;
	color: white;
	margin: 30px 0 30px -60px;
	padding: 30px 30px 30px 60px;
}

.jetpack_subscription_widget.widget input[type=submit],
.jetpack_subscription_widget.widget button,
.widget_blog_subscription.widget input[type=submit],
.widget_blog_subscription.widget button {
	background-size: 100% 100%;
}

.jetpack_subscription_widget #subscribe-text p,
.widget_blog_subscription #subscribe-text p {
	margin-top: 2.25em;
}

.jetpack_subscription_widget .widget-title,
.widget_blog_subscription .widget-title {
	color: white;
	margin-bottom: 20px;
}

.jetpack_subscription_widget input#subscribe-field,
.widget_blog_subscription input#subscribe-field {
	background: white;
	border: 2px solid #d7d7d7;
	color: #171617;
	height: 36px;
	padding: 0.375em;
	width: 100%;
}

.jetpack_subscription_widget input[type="submit"],
.widget_blog_subscription input[type="submit"] {
	border: 1px solid white;
	color: #171617;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	letter-spacing: 0.1em;
	margin-right: 2px;
	padding: 0 10px;
	text-transform: uppercase;
}

.widget_recent_entries a {
	font-weight: 500;
	margin-bottom: 3px;
}

.widget_recent_entries .post-date {
	color: #b5b5b5;
	font-size: 12px;
}

.milestone-widget strong {
	color: white;
}

.widget_top-posts .widget-grid-view-image {
	width: 50%;
}

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
	width: 20%;
}

.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
	width: 80%;
}

.widget_recent_comments td {
	padding-bottom: 12px !important;
	padding-top: 12px !important;
}

/**
 *   7.8 - Search form
 */

.search-form {
	border: 2px solid #d7d7d7;
	height: 38px;
	overflow: hidden;
	width: 100%;
}

.search-form,
.search-form + p {
	margin: 0 auto;
	max-width: 620px;
}

.search-form > label,
.search-form .search-field {
	box-sizing: border-box;
	display: block;
	height: 34px;
}

.search-form .search-field {
	border: 0;
	outline: 0;
	padding: 8px 12px;
	width: 100%;
}

.search-form .search-submit {
	background-color: #ffde00;
	border: 1px solid white;
	box-shadow: none;
	color: #171617;
	float: right;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	letter-spacing: 0.1em;
	padding: 0 10px 3px 10px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-100%);
}

.overlay--search {
	background: white;
	border-left: 1px solid #b5b5b5;
	display: table;
	height: 100%;
	left: 100%;
	padding-left: 48px;
	padding-right: 48px;
	position: fixed;
	top: 0;
	transition: left 0.3s ease-in-out;
	width: 100%;
	z-index: 151;
}

.overlay--search .search-form {
	border: 0;
}

.overlay--search .search-form > label {
	height: auto;
	position: static;
}

.overlay--search .search-form,
.overlay--search .search-field {
	display: block;
	font-family: Oswald, sans-serif;
	height: auto;
}

.overlay--search .search-field,
.overlay--search .search-submit {
	position: static;
}

.overlay--search .search-submit {
	display: none;
}

.overlay--search .search-field {
	border: 0;
	color: #000000;
	font-size: 72px;
	height: auto;
	outline: 0;
	padding: 0;

	-webkit-appearance: none;
}

.overlay--search .search-field::-webkit-input-placeholder {
	color: #000000;
}

.overlay--search .search-field:-moz-placeholder {
	color: #000000;
}

.overlay--search .search-field::-moz-placeholder {
	color: #000000;
}

.overlay--search .search-field:-ms-input-placeholder {
	color: #000000;
}

.overlay--search.is-visible {
	left: 0;
}

.overlay__wrapper {
	display: table-cell;
	vertical-align: middle;
}

.overlay__close {
	cursor: pointer;
	height: 48px;
	position: absolute;
	right: 48px;
	top: 48px;
	width: 48px;
}

.admin-bar .overlay__close {
	top: 84px;
}

.overlay__close:before,
.overlay__close:after {
	background: #3e3f40;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	transform: rotate(45deg);
}

.overlay__close:before {
	height: 0.16em;
	margin-top: -0.08em;
	top: 50%;
	width: 100%;
}

.overlay__close:after {
	height: 100%;
	left: 50%;
	margin-left: -0.08em;
	width: 0.16em;
}

/**
 *   7.9 - Pagination
 */

.pagination {
	border: none;
	font-size: 0;
	padding-left: 0;
	position: relative;
	text-align: center;
}

.infinite-scroll .pagination {
	display: none;
}

.pagination:after {
	content: none;
}

.pagination li {
	margin-bottom: 0.9375rem;
}

.pagination a,
.pagination span {
	border: 1px solid #e2e3e3;
	border-radius: 50%;
	color: #b5b5b5;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	min-width: 30px;
	opacity: 0.5;
	position: relative;
	transition: all 0.15s linear;
	z-index: 2;
	zoom: 1;
}

.pagination a:after {
	content: none;
}

.pagination a:hover {
	border-color: #3e3f40;
	color: #171617;
	opacity: 1;
}

.pagination span.current {
	border: 1px solid #3e3f40;
	border-radius: 50%;
	color: #171617;
	opacity: 1;
}

.neverending .pagination {
	display: none;
}

.infinite-scroll .pagination {
	display: none;
}

.page-numbers.prev,
.page-numbers.next {
	border: 0;
	border-radius: 0;
	color: #171617;
	height: auto;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

.page-numbers.prev.disabled,
.page-numbers.next.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.page-numbers.prev i,
.page-numbers.next i {
	margin: 0 12px;
}

.page-numbers.prev:before,
.page-numbers.prev:after,
.page-numbers.next:before,
.page-numbers.next:after {
	position: relative;
	top: 2px;
}

.page-numbers.prev {
	left: 0;
}

.page-numbers.prev:before {
	content: url("assets/svg/arrow-left.svg");
	margin-right: 1.25rem;
}

.page-numbers.next {
	right: 0;
}

.page-numbers.next:after {
	content: url("assets/svg/arrow-right.svg");
	margin-left: 1.25rem;
}

.pagination--single {
	display: inline-block;
	vertical-align: middle;
}

.post-pagination__title {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.posts-navigation,
#infinite-handle {
	font-family: Oswald, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#infinite-handle,
.infinite-loader {
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.infinite-loader .spinner {
	left: 0 !important;
}

div#infinite-handle span {
	background: transparent;
	border-radius: 0;
	color: #171617;
	cursor: pointer;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div#infinite-handle span:after {
	background-color: #ffde00;
	bottom: 2px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	transition: all 0.1s linear;
	width: 100%;
	z-index: -1;
}

div#infinite-handle:hover span:after {
	height: 100%;
}

div#infinite-handle button {
	position: relative;
	text-transform: uppercase;
	z-index: 5;
}

.infinite-scroll .grid {
	margin-bottom: 60px;
}

/**
 *   7.10 - Related posts
 */

body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
	text-transform: uppercase;
}

body div.sharedaddy h3.sd-title,
body div#jp-relatedposts h3.jp-relatedposts-headline,
body div.sharedaddy h3.sd-title em,
body div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 500;
}

body div.sharedaddy h3.sd-title {
	display: none !important;
}

body div.sharedaddy h3.sd-title:before {
	display: none;
}

body div.sharedaddy a.sd-link-color {
	background: none !important;
	box-shadow: none !important;
}

body div.sharedaddy .sd-button[class][class][class] {
	background: none;
}

body .sd-content ul li {
	display: inline-block;
}

body .sd-social-icon-text #sharing_email .sharing_send,
body .sd-social-icon-text .sd-content ul li .option a.share-ustom,
body .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-content ul li.advanced a.share-more,
body .sd-social-icon-text .sd-content ul li.preview-item div.option.option-smart-off a,
body .sd-social-icon-text .sd-social-icon .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li .digg_button > a,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li > a.sd-button,
body .sd-social-icon-text .wpl-button a {
	background: none;
	border: 1px solid #e2e3e3;
	border-radius: 0;
	box-shadow: none;
	color: #171617;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-right: 15px;
	padding: 2px 19px 3px;
	padding-left: 40px;
	position: relative;
	text-transform: uppercase;
}

body .sd-social-icon-text #sharing_email .sharing_send:hover,
body .sd-social-icon-text .sd-content ul li .option a.share-ustom:hover,
body .sd-social-icon-text .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-content ul li.advanced a.share-more:hover,
body .sd-social-icon-text .sd-content ul li.preview-item div.option.option-smart-off a:hover,
body .sd-social-icon-text .sd-social-icon .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-social-icon-text .sd-content ul li a.sd-button:hover,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li .digg_button > a:hover,
body .sd-social-icon-text .sd-social-official .sd-content > ul > li > a.sd-button:hover,
body .sd-social-icon-text .wpl-button a:hover {
	background: none;
	border: 1px solid #e2e3e3;
}

body .sd-social-icon-text .share-facebook > a:before {
	color: #3461a1;
}

body .sd-social-icon-text .share-twitter > a:before {
	color: #28aae1;
}

body .sd-social-icon-text .share-pinterest > a:before {
	color: #cd2026;
}

body .sd-social-icon-text .sd-content ul li a.sd-button:before {
	border-right: 1px solid #e2e3e3;
	height: 100%;
	left: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

body .entry-content .sd-content a {
	box-shadow: none;
}

body div#jp-relatedposts,
body div.sharedaddy {
	margin: 20px 0;
	padding: 0;
}

body div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: Oswald, sans-serif;
}

body div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 0;
	opacity: 1 !important;
	transition: none !important;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-img {
	margin-bottom: 10px;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 10px;
}

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

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-date,
body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	color: #3e3f40;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	font-weight: normal;
}

body div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-date {
	display: none !important;
}

body div#jp-relatedposts .jp-relatedposts-post-a {
	background: none;
	display: block;
	padding: 0;
}

div#jp-post-flair {
	padding: 0;
}

/**
 * 8.0 - Pages
 *   8.1 - Single
 */

.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.page:not(.entry-card) .comments-area,
.page:not(.entry-card) .nocomments,
.page:not(.entry-card) #respond.comment-respond,
.single .entry-footer,
.single .entry-header-wrap,
.page:not(.entry-card) .entry-footer,
.page:not(.entry-card) .entry-header-wrap,
.attachment-navigation,
.nav-links {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.single .comments-area,
.single .nocomments,
.single #respond.comment-respond,
.page:not(.entry-card) .comments-area,
.page:not(.entry-card) .nocomments,
.page:not(.entry-card) #respond.comment-respond {
	margin-bottom: 0;
	margin-top: 0;
}

.single .entry-content,
.page:not(.entry-card) .entry-content {
	margin-bottom: 42px;
}

.single .entry-content a:not([class*="wp-block"]):not(.img-link):not(.sd-button),
.page:not(.entry-card) .entry-content a:not([class*="wp-block"]):not(.img-link):not(.sd-button) {
	padding-left: 2px;
	padding-right: 2px;
}

.single .entry-featured,
.page:not(.entry-card) .entry-featured {
	margin-bottom: 24px;
}

.single .entry-featured > img,
.page:not(.entry-card) .entry-featured > img {
	display: block;
	margin: 0 auto;
}

.single .entry-image--landscape .entry-featured,
.single .entry-image--wide .entry-featured,
.page:not(.entry-card) .entry-image--landscape .entry-featured,
.page:not(.entry-card) .entry-image--wide .entry-featured {
	margin-bottom: 24px;
	margin-top: 24px;
}

.single .entry-image--portrait,
.single .entry-image--tall,
.page:not(.entry-card) .entry-image--portrait,
.page:not(.entry-card) .entry-image--tall {
	float: none;
}

.single .entry-image--portrait .entry-featured,
.single .entry-image--tall .entry-featured,
.page:not(.entry-card) .entry-image--portrait .entry-featured,
.page:not(.entry-card) .entry-image--tall .entry-featured {
	margin-bottom: 24px;
}

.single .entry-image--portrait .entry-content,
.single .entry-image--tall .entry-content,
.page:not(.entry-card) .entry-image--portrait .entry-content,
.page:not(.entry-card) .entry-image--tall .entry-content {
	clear: right;
}

.single .entry-image--portrait .entry-header,
.single .entry-image--tall .entry-header,
.page:not(.entry-card) .entry-image--portrait .entry-header,
.page:not(.entry-card) .entry-image--tall .entry-header {
	margin-bottom: 1.5em;
}

.single .entry-header,
.page:not(.entry-card) .entry-header {
	margin-bottom: 1.5em;
}

.single .entry-title,
.page:not(.entry-card) .entry-title {
	margin: 0;
}

.single .entry-meta,
.page:not(.entry-card) .entry-meta {
	position: static;
}

.single .entry-meta > *,
.page:not(.entry-card) .entry-meta > * {
	display: inline-block;
	margin-bottom: 5px;
}

.single .entry-content > *,
.page:not(.entry-card) .entry-content > * {
	margin-left: auto;
	margin-right: auto;
}

.single .entry-content > :not(.alignwide):not(.alignfull),
.page:not(.entry-card) .entry-content > :not(.alignwide):not(.alignfull) {
	max-width: 620px;
}

.single .entry-content > .alignfull,
.page:not(.entry-card) .entry-content > .alignfull {
	max-width: none;
}

.page-links {
	font-weight: 400;
	margin: 2.5rem 0;
}

.page-links .current {
	font-weight: 300;
}

.page-links a,
.page-links span {
	padding: 8px !important;
}

.page-links a {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	transition: background-size 0.15s ease-out;
}

[class*="has-background"] .page-links a {
	background-size: 100% 100%;
}

.page-links a:hover {
	background-size: 100% 0%;
}

.single .page-links span,
.page:not(.entry-card) .page-links span {
	display: inline-block;
}

.attachment-navigation {
	font-size: 0;
}

.attachment-navigation a {
	display: block;
}

.attachment-navigation .navigation-item {
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	width: calc(50% + 12px);
}

.attachment-navigation .navigation-item--previous {
	margin-left: -12px;
}

.attachment-navigation .navigation-item--next {
	margin-right: -12px;
}

.attachment-navigation .navigation-item__name {
	font-size: 13px;
}

.attachment-navigation .post-thumb {
	display: block;
	overflow: hidden;
	padding-top: 50%;
	position: relative;
}

.attachment-navigation .post-thumb img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.attachment-navigation .post-title {
	margin-top: 12px;
}

.entry-content .jetpack-video-wrapper {
	margin-bottom: 1.125em;
}

.tiled-gallery {
	margin-bottom: 0;
}

.entry-footer {
	clear: both;
}

/**
 *   8.2 - General
 */

.entry-meta {
	font-family: Oswald, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 31;
}

.cat-links,
.entry-format {
	background-color: #ffde00;
	margin-right: 10px;
	padding: 6px 14px;
}

.byline {
	color: #171617;
	text-transform: capitalize;
}

.byline .author {
	text-transform: uppercase;
}

.posted-on {
	color: #b5b5b5;
	display: inline-block;
	margin-left: 4px;
}

.posted-on a {
	color: currentColor;
	font-weight: 300;
}

.posted-on:before {
	content: "/";
	margin-right: 4px;
}

.entry-time:before {
	content: "@";
	margin: 0 5px;
}

.no-posts .site-header {
	display: inline-block;
	float: none;
	opacity: 1;
	vertical-align: top;
}

.no-posts .site-branding {
	margin-left: 0;
	margin-right: 0;
}

.no-posts .page-header {
	margin-top: 0;
}

.no-posts .page-title {
	margin-top: 0;
}

.no-posts .site-main {
	max-width: 720px;
	padding-top: 0;
}

.no-posts .site-content {
	padding: 30px;
}

/**
 * 9.0 - Layout
 *   9.1 - Page
 */

/**
 *   9.2 - Sidebar
 */

.single .content-area,
.page .content-area,
.error404 .content-area,
.search-no-results .content-area,
.no-posts .content-area {
	width: 100%;
}

.sidebar {
	clear: left;
	position: relative;
}

.sidebar a {
	font-weight: 300;
	position: relative;
}

.sidebar a:before {
	background: transparent;
}

.sidebar .widget a:hover {
	background-color: #ffde00;
	background-image: linear-gradient(-90deg, transparent 0%, #ffffff 0%, #ffffff 100%, transparent 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 1em;
	position: relative;
}

[class*="has-background"] .sidebar .widget a:hover {
	background-size: 100% 100%;
}

/**
 * 10.0 - Blocks
 */

.wp-block-code:before,
.wp-block pre:before {
	content: none;
}

.wp-block-code {
	border: 1px solid #b5b5b5;
	border-radius: 0;
	color: currentColor;
	font-family: monospace, monospace;
	font-size: inherit;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2.25em;
	padding-right: 2.25em;
	padding-top: 1.5em;
	position: relative;
	white-space: pre-wrap;
}

.wp-block-code .block-editor-plain-text {
	font-size: inherit;
}

.wp-block-preformatted pre,
.wp-block-verse pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

.wp-block-separator.is-style-dots {
	border: 0;
}

.wp-block-separator.is-style-dots:before {
	color: inherit;
}

.wp-block-separator {
	border: none;
	border-bottom: 1px solid currentColor;
	margin: 1.5em auto;
}

.wp-block-separator:not([class*="is-style"]) {
	max-width: 100px;
}

.wp-block-table table {
	border-collapse: collapse;
}

.wp-block-gallery[class] {
	display: flex;
	padding-left: 0;
}

.wp-block-gallery[class] .blocks-gallery-item[class][class] {
	padding-bottom: 0;
}

.wp-block {
	clear: both;
}

.alignleft,
.aligncenter,
.alignright,
.alignwide,
.alignnone {
	clear: both;
}

.wp-block-group.has-background p {
	margin-bottom: 0;
}

.wp-block-pullquote,
.wp-block-quote {
	border: 0;
}

.wp-block-pullquote:not(.has-background),
.wp-block-quote:not(.has-background) {
	margin: 0;
	padding: 0;
}

.wp-block-pullquote.has-background blockquote,
.wp-block-quote.has-background blockquote {
	margin-bottom: 0;
}

.wp-block-pullquote cite,
.wp-block-quote cite {
	color: currentColor;
}

.wp-block-pullquote[class*="align"] {
	max-width: 100%;
}

.wp-block-pullquote.alignleft {
	margin-left: -3.75em;
	margin-right: 3em;
}

.wp-block-pullquote.alignright {
	margin-left: 3em;
	margin-right: -3.75em;
}

.wp-block-pullquote[class][class] p,
.wp-block-quote[class][class] p {
	font: inherit;
}

.wp-block-quote__citation,
.wp-block-quote cite {
	color: currentColor;
	text-transform: uppercase;
}

.wp-block-button {
	margin-bottom: 2.25rem;
}

.wp-block-file .wp-block-file__button[class] {
	font-size: 18px;
	padding: 12px 24px;
}

.wp-block-file .wp-block-file__button[class]:hover {
	opacity: 1;
}

.wp-block-jetpack-slideshow[class][class][class] a,
.wp-block-jetpack-map__gm-container[class][class] a {
	background: transparent;
	box-shadow: none;
	color: inherit;
	position: absolute;
}

.wpnbha[class][class][class][class] a,
.wpnbha[class][class][class][class] .cat-links {
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.wpnbha[class][class][class][class] .cat-links {
	padding: 0;
}

.wp-block-table td,
.wp-block-table th,
.wp-block-calendar[class] td,
.wp-block-calendar[class] th {
	padding: 12px;
}

.wp-block-archives-list,
.wp-block-categories__list,
.wp-block-latest-comments,
.wp-block-rss {
	padding-left: 0;
}

.wp-block-image,
.wp-block-image .img-link {
	display: block;
}

.wp-block-image:not([class*="align"]) figcaption {
	text-align: left;
}

.wp-block-social-links[class] {
	display: flex;
	margin-left: 0;
	margin-right: 0;
	margin-top: -8px;
	padding-left: 0;

	flex-wrap: wrap;
}

.wp-block-social-links[class] .wp-social-link[class] {
	margin-top: 8px;
	text-align: center;
}

.wp-block-social-links[class] .wp-social-link[class] a {
	background: transparent;
	box-shadow: none;
	color: inherit;
	padding: 6px;
}

.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-cover[class*="has-background"] .is-style-outline,
.wp-block-cover-image[class*="has-background"] .is-style-outline {
	color: #ffffff;
}

.wpnbha .entry-title a {
	color: inherit;
}

.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h1,
.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h2,
.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h3,
.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h4,
.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h5,
.wp-block-jetpack-timeline .timeline-item > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/heading"] > h6 {
	margin-top: 0;
}

.wp-block-jetpack-timeline .timeline-item > .timeline-item__dot + * {
	margin-top: 0;
}

.wp-block-jetpack-timeline .timeline-item > :last-child {
	margin-bottom: 0;
}

.wp-block-jetpack-timeline .wp-block-jetpack-timeline-item[class][class] {
	padding: 12px 24px;
}

.wp-block-jetpack-address[class][class] a {
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.jetpack-field-label .required {
	color: inherit;
}

.contact-form[class] input[type="text"],
.contact-form[class] input[type="email"],
.contact-form[class] input[type="tel"],
.contact-form[class] input[type="url"] {
	width: 100%;
}

.contact-form[class] .grunion-field-label {
	display: flex;

	align-items: baseline;
}

.contact-form[class] .grunion-field-label > span:last-of-type {
	margin-left: auto;
}

.contact-form[class] .grunion-field-label.checkbox {
	align-items: center;
}

.contact-form[class] .grunion-radio-label,
.contact-form[class] .grunion-checkbox-label,
.contact-form[class] .grunion-checkbox-multiple-label {
	display: flex;

	align-items: center;
}

.contact-form[class] input[type="radio"],
.contact-form[class] input[type="checkbox"] {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-embed-responsive:not(.block-editor-page) .wp-block-embed.wp-has-aspect-ratio iframe {
	position: relative;
}

.wp-embed-responsive:not(.block-editor-page) .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: none;
}

/**
 * 11.0 - Overwrites
 */

.entry-card .entry-content,
.single .entry-content,
.page:not(.entry-card) .entry-content,
.entry-title {
	-ms-word-break: break-word;
	word-break: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

	-webkit-word-break: break-word;
	-webkit-word-wrap: break-word;
}

.entry-title {
	overflow: hidden;
}

.entry-title a {
	font-weight: inherit;
}

.post:before {
	content: "";
	display: block;
	float: left;
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}

.site-content {
	min-height: calc(100vh - 60px);
}

.infinite-scroll.neverending .site-content {
	min-height: 100vh;
}

.infinite-scroll.neverending.no-posts .site-content {
	min-height: calc(100vh - 60px);
}

.admin-bar .site-content {
	min-height: calc(100vh - 60px - 32px);
}

.admin-bar.infinite-scroll.neverending .site-content {
	min-height: calc(100vh - 32px);
}

.admin-bar.infinite-scroll.neverending.no-posts .site-content {
	min-height: calc(100vh - 60px - 32px);
}

.edit-link {
	display: none;
}

.entry-image {
	overflow: hidden;
}

.entry-image-shadow {
	background: black;
	box-shadow: black 0 0 25px;
	margin-left: -1px;
	opacity: 0;
	transition: 0.3s linear opacity;
	transition-delay: 0.25s;
}

.is-visible .entry-image-shadow {
	opacity: 1;
}

#wpstats,
#botd,
#botd2 {
	bottom: 0;
	left: -9999px;
	position: fixed;
}

.no-scroll {
	overflow: hidden;
}

.jetpack-video-wrapper .video-player,
.jetpack-video-wrapper .videopress-poster,
.jetpack-video-wrapper .videopress-placeholder,
.entry-featured .video-player,
.entry-featured .videopress-poster,
.entry-featured .videopress-placeholder {
	height: auto !important;
	width: 100% !important;
}

.jetpack-video-wrapper .videopress-poster,
.entry-featured .videopress-poster {
	display: block;
}

.jetpack-video-wrapper .play-button span,
.entry-featured .play-button span {
	margin: 0 !important;
	transform: translateX(-50%) translateY(-50%);
}

.jetpack-video-wrapper .play-button img,
.entry-featured .play-button img {
	height: auto !important;
	width: auto !important;
}

.jetpack-video-wrapper .play-button + div,
.entry-featured .play-button + div {
	position: absolute !important;
	right: 0;
}

@media not screen and (min-width: 320px) {
	.layout-grid .entry-image--tall,
	.layout-grid .entry-image--portrait {
		max-width: 35%;
	}
}

@media not screen and (min-width: 480px) {
	.layout-grid .entry-header {
		margin-right: 0;
		padding-left: 24px;
	}

	.layout-grid .entry-image + .entry-header {
		margin-left: 24px;
		margin-right: 24px;
	}

	.layout-grid .entry-content {
		margin-left: 24px;
		margin-right: 24px;
	}

	.layout-grid .entry-image--square {
		margin-left: 24px;
	}

	.layout-grid .entry-image--tall,
	.layout-grid .entry-image--portrait {
		max-width: 40%;
	}

	.layout-grid .entry-meta {
		margin-left: 24px;
		margin-right: 24px;
	}

	.entry-card.format-quote .entry-content {
		padding-left: 24px;
	}

	.comments_add-comment {
		margin-left: 20px;
	}
}

@media (min-width: 480px) {
	.entry-card.entry-card--portrait .entry-image,
	.entry-card.entry-card--tall .entry-image {
		margin-left: -48px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-left: -24px;
	}

	.entry-card--wide .entry-image,
	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		margin-left: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall {
		margin-left: 24px;
	}

	.entry-card .entry-meta,
	.entry-card .entry-content,
	.entry-card--landscape .entry-header,
	.entry-card--wide .entry-header,
	.entry-card--square .entry-image,
	.entry-card--square .entry-header {
		margin-left: 48px;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-left: 48px;
	}

	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl .entry-card.entry-card--tall .entry-meta {
		padding-left: 12px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-left: 24px;
	}

	.entry-card--text .entry-header,
	.entry-card.format-quote .entry-content {
		padding-left: 48px;
	}

	.entry-card--wide .entry-image,
	.entry--even .entry-card.entry-card--portrait .entry-image,
	.entry--even .entry-card.entry-card--tall .entry-image {
		margin-right: -48px;
	}

	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall,
	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl .entry-card.entry-card--tall .entry-meta {
		margin-right: 0;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-right: 24px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-right: 48px;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card--square {
		margin-right: 72px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-right: 0;
	}

	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		padding-right: 12px;
	}

	#infinite-handle,
	.infinite-loader {
		margin-left: -12px;
	}

	.grid {
		border-left: 24px solid transparent;
	}

	.layout-grid .site-header {
		padding-right: 24px;
	}
}

@media only screen and (min-width: 480px) {
	.grid,
	.pagination {
		max-width: 450px;
	}
}

@media only screen and (min-width: 740px) {
	.nav-links div {
		display: inline-block;
		width: 50%;
	}

	.nav-next {
		text-align: right;
	}

	.nav-next:nth-child(1) {
		margin-left: 50%;
	}
}

@media not screen and (min-width: 740px) {
	.aligncenter,
	.alignnone,
	.alignleft,
	.alignright {
		margin-bottom: 0.9rem;
	}

	.alignleft {
		margin-right: 1.05rem;
	}

	.alignright {
		margin-left: 1.05rem;
	}

	.author-info__avatar,
	.author-info__description {
		display: block;
		float: none;
	}
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}

@media only screen and (min-width: 900px) {
	.aligncenter,
	.aligncenter.wp-caption[id*="attachment"][class][class],
	.alignnone,
	.alignnone.wp-caption[id*="attachment"][class][class] {
		margin-left: -72px;
		margin-right: -72px;
		max-width: calc(144px + 100%);
	}

	.entry-content .aligncenter,
	.entry-content .aligncenter.wp-caption[id*="attachment"][class][class],
	.entry-content
	.alignnone,
	.entry-content
	.alignnone.wp-caption[id*="attachment"][class][class] {
		width: auto !important;
	}

	.entry-card .aligncenter,
	.entry-card .aligncenter.wp-caption[id*="attachment"][class][class],
	.entry-card
	.alignnone,
	.entry-card
	.alignnone.wp-caption[id*="attachment"][class][class] {
		max-width: 100%;
	}

	.entry-content .jetpack-video-wrapper[class][class] {
		margin-left: -72px;
		margin-right: -72px;
		max-width: calc(144px + 100%);
	}

	.alignleft,
	.alignright {
		max-width: calc(50% + 72px - 20px);
	}

	.alignleft {
		margin-left: -72px;
	}

	.alignright {
		margin-right: -72px;
	}

	.layout-grid .site-content {
		padding-left: 24px;
		padding-right: 24px;
	}

	.grid,
	.pagination {
		margin-top: 0;
		max-width: 1000px;
	}

	.grid__item {
		float: left;
		width: 50%;
	}

	.grid__item:nth-child(1) {
		margin-top: 50px;
	}

	.site-header.site-header {
		padding-right: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social {
		margin: 0 96px 24px 24px;
	}

	.site-branding {
		margin-right: 96px;
	}

	.site-title {
		font-size: 36px;
		text-align: inherit;
	}

	.site-description {
		text-align: inherit;
	}

	.nav--main > li {
		float: left;
		padding-right: 10px;
		width: 50%;
	}

	.nav--main a {
		display: inline !important;
	}

	.nav--main {
		/*.sub-menu*/
	}

	.nav--main ul {
		background: white;
		border-radius: 3px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
		display: inline-block;
		font-size: 18px;
		margin-left: 0.25em;
		margin-top: 4px;
		opacity: 0;
		padding: 12px;
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: scale(0.95);
		transform-origin: 0 0;
		transition: transform 0.15s, opacity 0.15s;
		z-index: 100;
	}

	.nav--main ul li {
		clear: left;
		float: left;
	}

	.nav--main ul li.menu-item-has-children {
		padding-right: 0.25em;
	}

	.nav--main ul ul {
		left: 100%;
		margin-left: 0;
		top: -12px;
	}

	.nav--main li:hover > ul {
		opacity: 1;
		pointer-events: auto;
		transform: scale(1);
	}

	.main-navigation {
		box-shadow: none !important;
		transform: none !important;
		transition: none !important;
	}

	.single .site-header,
	.page .site-header,
	.no-posts .site-header {
		position: relative;
	}

	.single .site-branding,
	.single .nav--main,
	.single .nav--social,
	.single .site-title,
	.page .site-branding,
	.page .nav--main,
	.page .nav--social,
	.page .site-title,
	.no-posts .site-branding,
	.no-posts .nav--main,
	.no-posts .nav--social,
	.no-posts .site-title {
		margin-left: 0;
		margin-right: 0;
	}

	.single .nav--main > li,
	.page .nav--main > li,
	.no-posts .nav--main > li {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}

	.layout-grid .main-navigation > ul:last-child {
		margin-bottom: 10px;
	}

	.site-footer {
		padding-left: 24px;
		padding-right: 24px;
	}

	.site-footer > * {
		display: inline-block;
		vertical-align: middle;
		width: 33.33333%;
	}

	.site-info {
		text-align: left;
	}

	.back-to-top-wrapper {
		text-align: center;
	}

	.footer-menu {
		text-align: right;
	}

	li.comment .children li,
	li.pingback .children li,
	li.trackback .children li {
		margin-left: 20px;
		padding-left: 40px;
	}

	li.comment .children li:before,
	li.pingback .children li:before,
	li.trackback .children li:before {
		border-top: 1px solid #b5b5b5;
		content: "";
		position: absolute;
		top: 20px;
	}

	li.depth-3:before {
		left: -100px;
		width: 100px;
	}

	li.depth-4:before {
		left: -160px;
		width: 160px;
	}

	li.depth-5:before {
		left: -220px;
		width: 220px;
	}

	li.comment.depth-6 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-6 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-7 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-7 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-8 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-8 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-9 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-9 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-10 .children li {
		margin-left: 0;
		padding-left: 0;
	}

	li.comment.depth-10 .children li .comment-number {
		left: -40px;
	}

	li.comment.depth-6:before {
		left: -280px;
		width: 280px;
	}

	li.comment.depth-7:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-8:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-9:before {
		left: -320px;
		width: 320px;
	}

	li.comment.depth-10:before {
		left: -320px;
		width: 320px;
	}

	.comment .comment-respond {
		margin-right: 0;
		padding-left: 0;
	}

	.comment-form > .comment-subscription-form {
		width: 70%;
	}

	p.comment-form-author,
	p.comment-form-email {
		width: 50%;
	}

	.pagination {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	#infinite-handle,
	.infinite-loader {
		position: absolute;
		top: 100%;
	}

	.single .site,
	.page:not(.entry-card) .site,
	.no-posts .site {
		padding-top: 0;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content,
	.no-posts .site-content {
		padding: 60px;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content {
		padding: 60px;
	}

	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		float: left;
		margin: 0 24px 24px 0;
		max-width: 40%;
	}

	.single .entry-meta,
	.page:not(.entry-card) .entry-meta {
		overflow: hidden;
	}

	body {
		border: 18px solid black;
		border-bottom: 0;
	}

	body:before {
		background: black;
		content: "";
		height: 18px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	body.admin-bar:before {
		height: 50px;
	}

	.no-posts .site-content {
		padding: 60px;
	}

	.single .site-content .container,
	.page .site-content .container,
	.error404 .site-content .container,
	.search-no-results .site-content .container,
	.no-posts .site-content .container {
		position: relative;
	}

	.single .content-area,
	.page .content-area,
	.error404 .content-area,
	.search-no-results .content-area,
	.no-posts .content-area {
		float: right;
		margin-left: -220px;
	}

	.single .site-main,
	.page .site-main,
	.error404 .site-main,
	.search-no-results .site-main,
	.no-posts .site-main {
		margin-left: 304px;
	}

	.single .sidebar,
	.single .site-header,
	.page .sidebar,
	.page .site-header,
	.error404 .sidebar,
	.error404 .site-header,
	.search-no-results .sidebar,
	.search-no-results .site-header,
	.no-posts .sidebar,
	.no-posts .site-header {
		float: left;
		padding-right: 0;
		width: 220px;
		z-index: 5;
	}

	.single .site-header,
	.page .site-header,
	.error404 .site-header,
	.search-no-results .site-header,
	.no-posts .site-header {
		z-index: 10;
	}

	.sidebar {
		float: left;
		padding-right: 0;
		width: 220px;
		z-index: 5;
	}

	.has--fixed-sidebar .site-header,
	.has--fixed-sidebar .sidebar {
		position: fixed;
	}
}

@media not screen and (min-width: 900px) {
	.single h1.entry-title,
	.page h1.entry-title,
	.single .entry-title.site-title,
	.page .entry-title.site-title {
		font-size: 2.625rem;
	}

	.intro {
		color: #000000;
		font-size: 1.2em;
	}

	.site-header {
		margin-bottom: 20px;
		transform: none !important;
		z-index: 100;
	}

	.entry-card.entry-card {
		margin-right: 24px;
	}

	.site-branding {
		margin-left: 0;
		margin-right: 0;
	}

	.site-branding img {
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.layout-grid .entry-card {
		margin-right: 0;
	}

	.layout-grid .entry-header,
	.layout-grid .entry-content {
		margin-right: 24px;
	}

	.layout-grid .entry-image + .entry-header {
		margin-right: 24px;
		padding: 0;
	}

	.layout-grid .entry-image--landscape {
		margin-left: 0;
		margin-right: 0;
	}

	.layout-grid .entry-image--wide {
		margin-left: 0;
		margin-right: 0;
	}

	.layout-grid .entry-image--square,
	.layout-grid .entry-image--square ~ .entry-content {
		margin-right: 24px;
	}

	.site-header {
		border-left: 0;
		display: block;
		margin-left: 48px;
		margin-right: 48px;
		margin-top: 12px;
	}

	.nav--main ul {
		margin-top: 10px;
	}

	.nav--main ul li {
		display: block;
	}

	.nav--main {
		overflow: hidden;
	}

	.nav--main .sub-menu {
		padding-left: 12px;
	}

	.main-navigation {
		background: white;
		height: 100%;
		left: -100%;
		margin: 0;
		margin-left: 48px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 24px;
		position: fixed;
		right: 100%;
		top: 0;
		transition: box-shadow 0.3s ease-in-out;
		z-index: 150;
	}

	.main-navigation.shadow {
		box-shadow: rgba(0, 0, 0, 0.25) 0 0 24px, rgba(0, 0, 0, 0.5) 0 0 12px;
	}

	.admin-bar .main-navigation {
		padding-top: 56px;
	}

	.mobile-header {
		display: block;
	}

	.nav--social a[href*="#search"] {
		display: none;
	}

	.site-footer > * {
		padding: 12px 0;
	}

	.comments-area-title .comments-title,
	.comment-reply-title .comments-title {
		font-size: 21px;
	}

	.comments-area-title .comments-title .comment-number,
	.comment-reply-title .comments-title .comment-number {
		font-size: 28px;
	}

	.depth-1 > .comment-article > .comment-number {
		left: 0;
	}

	li.comment .comment-number,
	li.pingback .comment-number,
	li.trackback .comment-number {
		left: -40px;
	}

	li.comment .children,
	li.pingback .children,
	li.trackback .children {
		margin-left: 0;
	}

	.comment-edit-link,
	.comment-reply-link {
		opacity: 1;
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		margin-bottom: 0.75em;
	}

	.overlay--search {
		padding-left: 24px;
		padding-right: 24px;
	}

	.overlay--search .search-field {
		font-size: 48px;
		margin-bottom: 24px;
	}

	.overlay__close {
		right: 24px;
		top: 24px;
	}

	.admin-bar .overlay__close {
		top: 60px;
	}

	.pagination {
		margin-top: 1.875rem;
	}

	.pagination li:first-child,
	.pagination li:last-child {
		display: block;
		margin: 1.5625rem 0;
	}

	.page-numbers.prev,
	.page-numbers.next {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		position: static;
	}

	.single .site-header,
	.page:not(.entry-card) .site-header,
	.no-posts .site-header {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		padding: 0 20px;
	}

	.single .site-content,
	.page:not(.entry-card) .site-content,
	.no-posts .site-content {
		padding: 0 24px;
		padding-bottom: 30px;
	}

	.single .entry-header,
	.page:not(.entry-card) .entry-header {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.single .entry-featured,
	.page:not(.entry-card) .entry-featured {
		margin-left: -24px;
		margin-right: -24px;
	}

	.no-posts .site-header {
		padding: 0 24px;
		width: 100%;
	}

	.sidebar {
		border-top: 1px solid #3e3f40;
		padding-top: 1.5em;
	}
}

@media only screen and (min-width: 1000px) {
	.twocolumn {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	.pull-left {
		float: left;
		margin-bottom: 1.5rem;
		margin-left: -180px;
		padding-left: 36px;
		padding-right: 40px;
		text-align: right;
		width: calc(200px + 50%);
	}

	.pull-left + .pull-right {
		margin-right: -180px;
		padding-left: 0;
		width: calc(160px + 50%);
	}

	.pull-right {
		float: right;
		margin-bottom: 1.5rem;
		margin-right: -180px;
		padding-left: 40px;
		padding-right: 36px;
		text-align: left;
		width: calc(200px + 50%);
	}
}

@media only screen and (min-width: 1260px) {
	.grid,
	.pagination {
		max-width: 1350px;
	}

	.grid__item {
		width: 33.33%;
	}

	.grid__item:nth-child(3) {
		margin-top: 50px;
	}

	.site-footer {
		padding-left: 48px;
		padding-right: 48px;
	}

	.single .site-main,
	.page:not(.entry-card) .site-main,
	.no-posts .site-main {
		padding: 0 180px;
	}

	.single .entry-image--landscape .entry-header,
	.single .entry-image--wide .entry-header,
	.page:not(.entry-card) .entry-image--landscape .entry-header,
	.page:not(.entry-card) .entry-image--wide .entry-header {
		margin-left: -90px;
		margin-right: -90px;
	}

	.single .entry-image--landscape .entry-featured,
	.single .entry-image--wide .entry-featured,
	.page:not(.entry-card) .entry-image--landscape .entry-featured,
	.page:not(.entry-card) .entry-image--wide .entry-featured {
		margin: 24px -180px;
	}

	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		margin-left: -180px;
		max-width: 50%;
	}

	.single .entry-image--portrait .entry-header,
	.single .entry-image--tall .entry-header,
	.page:not(.entry-card) .entry-image--portrait .entry-header,
	.page:not(.entry-card) .entry-image--tall .entry-header {
		margin-right: -90px;
	}

	.single .entry-content > .alignfull,
	.page:not(.entry-card) .entry-content > .alignfull {
		margin-left: -180px;
		margin-right: -180px;
	}
}

@media only screen and (min-width: 1360px) {
	.layout-grid .site-content {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (min-width: 1440px) {
	.single .entry-image--portrait .entry-featured,
	.single .entry-image--tall .entry-featured,
	.page:not(.entry-card) .entry-image--portrait .entry-featured,
	.page:not(.entry-card) .entry-image--tall .entry-featured {
		max-width: 70%;
	}
}

@media (min-width: 1450px) {
	.entry-card.entry-card--portrait .entry-image,
	.entry-card.entry-card--tall .entry-image {
		margin-left: -60px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-left: -30px;
	}

	.entry-card--wide .entry-image,
	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		margin-left: 0;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall {
		margin-left: 30px;
	}

	.entry-card .entry-meta,
	.entry-card .entry-content,
	.entry-card--landscape .entry-header,
	.entry-card--wide .entry-header,
	.entry-card--square .entry-image,
	.entry-card--square .entry-header {
		margin-left: 60px;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-left: 60px;
	}

	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl .entry-card.entry-card--tall .entry-meta {
		padding-left: 15px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-left: 30px;
	}

	.entry-card--text .entry-header,
	.entry-card.format-quote .entry-content {
		padding-left: 60px;
	}

	.entry-card--wide .entry-image,
	.entry--even .entry-card.entry-card--portrait .entry-image,
	.entry--even .entry-card.entry-card--tall .entry-image {
		margin-right: -60px;
	}

	.entry-card.entry-card--portrait,
	.entry-card.entry-card--tall,
	.rtl .entry-card.entry-card--portrait .entry-meta,
	.rtl .entry-card.entry-card--tall .entry-meta {
		margin-right: 0;
	}

	.rtl .site-branding,
	.rtl .nav--main,
	.rtl .nav--social {
		margin-right: 30px;
	}

	.entry-card,
	.entry--even .entry-card.entry-card--portrait,
	.entry--even .entry-card.entry-card--tall {
		margin-right: 60px;
	}

	.site-branding,
	.nav--main,
	.nav--social,
	.entry-card--square {
		margin-right: 90px;
	}

	.entry--even .entry-card.entry-card--portrait .entry-meta,
	.entry--even .entry-card.entry-card--portrait .entry-header,
	.entry--even .entry-card.entry-card--portrait .entry-content,
	.entry--even .entry-card.entry-card--tall .entry-meta,
	.entry--even .entry-card.entry-card--tall .entry-header,
	.entry--even .entry-card.entry-card--tall .entry-content {
		padding-right: 0;
	}

	.entry-card.entry-card--portrait .entry-meta,
	.entry-card.entry-card--portrait .entry-header,
	.entry-card.entry-card--portrait .entry-content,
	.entry-card.entry-card--tall .entry-meta,
	.entry-card.entry-card--tall .entry-header,
	.entry-card.entry-card--tall .entry-content {
		padding-right: 15px;
	}

	#infinite-handle,
	.infinite-loader {
		margin-left: -12px;
	}

	.grid {
		border-left: 24px solid transparent;
	}

	.layout-grid .site-header {
		padding-right: 24px;
	}
}

@media only screen and (min-width: 1700px) {
	.grid,
	.pagination {
		max-width: 1850px;
	}

	.grid__item {
		width: 25%;
	}
}

@media screen and (max-width: 782px) {
	.site .admin-bar {
		padding-top: 106px;
	}

	.admin-bar .main-navigation {
		padding-top: 70px;
	}

	.admin-bar .mobile-header {
		top: 46px;
	}

	.admin-bar #demosite-activate-wrap ~ .mobile-header {
		top: 126px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .main-navigation {
		position: absolute;
	}

	.grid.grid {
		position: static;
	}

	.admin-bar .mobile-header {
		position: absolute;
	}

	.admin-bar .mobile-header img {
		display: none;
	}
}
