/*
Theme Name: Label - WordPress.com
Theme URI: https://wordpress.com/themes/label/
Description: Label is a stylistic theme created specially for art and fashion bloggers. With a distinctive masonry powered layout, a fullscreen post slider, and a classy vertical header - it's sure to make your website stand out.
Version: 2.3.6
Author: Pro Theme Design
Author URI: https://prothemedesign.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: label
*/

/**
 * Table of Contents
 *
 * 1.0 - CSS Library
 *    1.1 - CSS Reset
 *    1.2 - Typography
 *    1.3 - Forms
 *    1.4 - HTML Elements
 *    1.5 - Animations
 * 2.0 - Plugins
 *    2.1 - Jetpack
 *    2.2 - WooCommerce
 *    2.3 - WP Post Series
 *    2.4 - Landing Page
 * 3.0 - WordPress
 *    3.1 - Required Elements
 *    3.2 - Accessibility
 *    3.3 - WordPress.com Specific Styles
 *    3.4 - Widgets
 *    3.5 - Gallery
 *    3.6 - Calendar
 *    3.7 - Password Required Form
 *    3.8 - Comments
 *    3.9 - Search Form
 *    3.10 - Embeds
 *    3.11 - Sticky Posts
 * 4.0 - Theme layout
 *    4.1 - General Properties
 *    4.2 - Header
 *    4.3 - Body
 *    4.4 - Elements
 *    4.5 - Footer
 *    4.6 - The Content
 *    4.7 - Misc
 * 5.0 - Media Queries
 *    5.1 - Responsive Styles
 *    5.2 - Generic Print Styles
 */


/**
 * 1.0 - CSS Library
 */


/**
 * 1.1 - CSS Reset
 * Set HTML styles to sensible defaults
 * loosely based on normalize.css, with a number of customisations
 */
html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
}

body {
	background-color: #f2f2f2;
	margin: 0;
}

body:after {
	content: "";
	display: block;
	clear: both;
}

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

*[tabindex='-1']:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

embed,
iframe,
object {
	max-width: 100%;
}

button:focus,
a:focus {
	outline: thin dotted;
}

button:active, button:hover,
a:active,
a:hover {
	outline: none;
}

hr {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	clear: both;
}

var,
tt,
code,
kbd,
pre,
samp {
	font-family: "andale mono", "monotype.com", "lucida console", monospace;
	font-size: 0.9em;
}

q {
	background: rgba(128, 128, 128, 0.5);
	padding: 0 0.25em;
}

small {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
}

sub,
sup {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	position: relative;
	max-width: 100%;
	height: auto;
	border: 0;
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
}

fieldset {
	margin: 0 0 1.5rem 0;
	padding: 1.5rem 1.5rem;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"],
input.searchfield {
	-webkit-appearance: textfield;
	   -moz-appearance: textfield;
	        appearance: textfield;
}

input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
	opacity: 0;
}

.device-click input[type="search"]:focus::-webkit-input-placeholder, .device-click
input.searchfield:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.5s 0.5s ease;
	transition: opacity 0.5s 0.5s ease;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-cancel-button,
input.searchfield::-webkit-search-decoration {
	-webkit-appearance: none;
	        appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

::-moz-selection {
	background: #626e7a;
	color: #fff;
}

::selection {
	background: #626e7a;
	color: #fff;
}

address {
	margin-bottom: 1.5rem;
}

acronym,
abbr {
	border-bottom: thin dotted;
	cursor: help;
}

.svg-defs {
	display: none;
}

svg.icon {
	color: currentColor;
	fill: currentColor;
}

svg path {
	color: inherit;
}

@-ms-viewport {
	width: device-width;
}


/**!
 * 1.2 - Typography
 */
body,
html {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	font-weight: normal;
	font-family: "Source Serif Pro", Georgia, serif;
	color: #333333;
	direction: ltr;
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	   -moz-font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	        font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
	-webkit-font-variant-ligatures: no-discretionary-ligatures;
	   -moz-font-variant-ligatures: no-discretionary-ligatures;
	        font-variant-ligatures: no-discretionary-ligatures;
	/*@replace: embed*/
	unicode-bidi: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Source Serif Pro", Georgia, serif;
	font-weight: normal;
	margin: 0 0 1.2rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
	text-decoration: underline;
}

h1,
h2,
h3 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
	   -moz-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
	        font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "swsh" 1;
}

h1 {
	font-size: 55.25px;
	font-size: 3.45312rem;
	line-height: 1.25;
}

h2 {
	font-size: 42.5px;
	font-size: 2.65625rem;
	line-height: 1.25;
}

h3 {
	font-size: 29.75px;
	font-size: 1.85938rem;
	line-height: 1.5;
}

h4 {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	font-weight: bold;
}

h5,
h6 {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	font-weight: bold;
}

hr {
	margin: 3rem auto;
	border: none;
	border-bottom: 1px solid gray;
}

p {
	margin: 0 0 1.2rem 0;
}

p:empty {
	display: none;
}

pre {
	margin: 3rem 0;
	background: #1a1a1a;
	color: #2ECC71;
	padding: 1.5rem 1.5rem;
	overflow: auto;
	display: block;
	word-wrap: normal;
	white-space: pre;
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
}

pre.compress {
	max-height: 22.5rem;
}


/**!
 * 1.3 - Forms
 */
input.radio {
	margin-right: 0.5em;
	margin-left: auto;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="tel"],
input[type="number"],
input.text,
select,
textarea,
input.settings-input {
	padding: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
	min-height: 1.5rem;
	width: 100%;
	border-radius: 0;
	background: #fcfcfc;
	border: 1px solid #b3b3b3;
	border-width: 0 0 1px 0;
}

.device-click input[type=text], .device-click
input[type=password], .device-click
input[type=email], .device-click
input[type=url], .device-click
input[type=search], .device-click
input[type="date"], .device-click
input[type="time"], .device-click
input[type="datetime-local"], .device-click
input[type="week"], .device-click
input[type="month"], .device-click
input[type="tel"], .device-click
input[type="number"], .device-click
input.text, .device-click
select, .device-click
textarea, .device-click
input.settings-input {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime-local"]:hover,
input[type="week"]:hover,
input[type="month"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input.text:hover,
select:hover,
textarea:hover,
input.settings-input:hover {
	border-color: #000;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input.text:focus,
select:focus,
textarea:focus,
input.settings-input:focus {
	outline: none;
	border-color: #000;
	background: #fff;
	color: #1a1a1a;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input.text::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.settings-input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input.text::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input.settings-input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input.text:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.settings-input:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input.text:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input.settings-input:-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type=text]:placeholder,
input[type=password]:placeholder,
input[type=email]:placeholder,
input[type=url]:placeholder,
input[type=search]:placeholder,
input[type="date"]:placeholder,
input[type="time"]:placeholder,
input[type="datetime-local"]:placeholder,
input[type="week"]:placeholder,
input[type="month"]:placeholder,
input[type="tel"]:placeholder,
input[type="number"]:placeholder,
input.text:placeholder,
select:placeholder,
textarea:placeholder,
input.settings-input:placeholder {
	color: rgba(51, 51, 51, 0.5);
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	        appearance: none;
}

select {
	height: calc( 3rem + 2px);
}

select:hover {
	cursor: pointer;
}

textarea {
	width: 100%;
	min-height: 15rem;
	margin-bottom: 1.5rem;
}

input[type=submit],
a.button,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #626e7a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75rem 3rem;
	text-align: center;
	border: none;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.device-click input[type=submit], .device-click
a.button, .device-click
button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

input[type=submit]:focus, input[type=submit]:hover,
a.button:focus,
a.button:hover,
button:focus,
button:hover {
	background: #404850;
	color: #fff;
	text-decoration: none;
}

label {
	display: block;
	font-weight: bold;
}

label em {
	opacity: 0.6;
}

label:focus, label:hover {
	cursor: pointer;
}

legend {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.25em;
}

fieldset {
	border: 1px solid #b3b3b3;
}

fieldset ul.radio {
	margin: 0;
}


/**!
 * 1.4 - HTML Elements
 */
/* lists */
ol,
ul {
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
}

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

ol li + li,
ul li + li {
	margin-top: 0.375rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 1.5rem 1.5rem 1.5rem;
}

/* blockquotes */
blockquote {
	padding: 0 1.5rem;
	margin: 3rem 0;
	overflow: hidden;
	font-family: "Source Serif Pro", Georgia, serif;
	font-style: italic;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

blockquote small,
blockquote cite {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-style: normal;
}

blockquote small:before,
blockquote cite:before {
	content: "\2014\00a0";
}

blockquote blockquote {
	margin: 1.5rem 0;
	padding: 1.5rem 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 3rem;
	margin-top: 3rem;
	width: 100%;
	table-layout: fixed;
}

table th {
	color: #000;
	border-bottom: 1px solid gray;
}

table th,
table caption {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	padding: 0.75rem 1.5rem;
	text-align: left;
	font-weight: bold;
}

table td {
	padding: 0.75rem 1.5rem;
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
	vertical-align: top;
}

table tr:last-child td {
	border: none;
}


/**!
 * 1.5 - Animations
 * Use with:
 * @include animation( animationName duration );
 * eg:
 * @include animation( faded-in 0.3s );
 */
@-webkit-keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

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

@-webkit-keyframes slide-from-right {
	0% {
	  -webkit-transform: translateX(2rem);
	          transform: translateX(2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@keyframes slide-from-right {
	0% {
	  -webkit-transform: translateX(2rem);
	          transform: translateX(2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@-webkit-keyframes slide-from-left {
	0% {
	  -webkit-transform: translateX(-2rem);
	          transform: translateX(-2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@keyframes slide-from-left {
	0% {
	  -webkit-transform: translateX(-2rem);
	          transform: translateX(-2rem);
	}
	100% {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}
}

@-webkit-keyframes slide-from-top {
	0% {
	  -webkit-transform: translateY(-100%);
	          transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
}

@keyframes slide-from-top {
	0% {
	  -webkit-transform: translateY(-100%);
	          transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
}


/**
 * 2.0 - Plugins
 */


/**!
 * 2.1 - Jetpack
 */
img#wpstats {
	position: absolute;
	left: -100px;
	bottom: 100px;
}

.jetpack-video-wrapper {
	width: 100%;
	margin: 3rem 0;
}

.jetpack-video-wrapper iframe {
	max-width: 100%;
}

.tiled-gallery {
	margin: 3rem 0;
}

main div.pd-rating,
main div.sharedaddy,
main div#jp-relatedposts,
main #jp-post-flair {
	clear: both;
	margin: 3rem 0;
	padding: 0;
}

main div.pd-rating h3.jp-relatedposts-headline em,
main div.pd-rating h3.sd-title, main div#jp-relatedposts h3.jp-relatedposts-headline em,
main div#jp-relatedposts h3.sd-title, main div.sharedaddy h3.jp-relatedposts-headline em,
main div.sharedaddy h3.sd-title {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	font-family: "Source Serif Pro", Georgia, serif;
	margin: 0 0 0.75rem 0;
	display: block;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}

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

main div#jp-relatedposts {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 23%;
}

#jp-relatedposts .jp-relatedposts-post-a {
	display: block;
}

#jp-relatedposts .jp-relatedposts-post-a img {
	display: block;
	margin: 0 auto 0.75rem auto;
}

#jp-relatedposts .jp-relatedposts-post-title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	margin: 0;
}

#jp-relatedposts .jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-post-date {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

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

.infinite-scroll #infinite-handle {
	clear: both;
	margin-bottom: 1.5rem;
	text-align: center;
}

.infinite-scroll #infinite-handle span {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0;
}

.infinite-scroll #infinite-handle button {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 1.5rem 3rem;
}

.infinite-scroll .infinite-loader {
	clear: both;
	padding: 1.5rem;
	display: block;
	color: #000;
}

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

.infinite-scroll #infinite-footer {
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	z-index: 50;
}

.infinite-scroll #infinite-footer .blog-info,
.infinite-scroll #infinite-footer .blog-credits {
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 2rem;
}

.infinite-scroll #infinite-footer .blog-info a,
.infinite-scroll #infinite-footer .blog-credits a {
	text-decoration: none;
}

.infinite-scroll #infinite-footer .blog-info a:focus, .infinite-scroll #infinite-footer .blog-info a:hover,
.infinite-scroll #infinite-footer .blog-credits a:focus,
.infinite-scroll #infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}

.infinite-scroll #infinite-footer .container {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1rem;
	width: 780px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 0 0;
}

.infinite-scroll #infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 40%;
}

.infinite-scroll #infinite-footer .blog-info a {
	color: #1a1a1a;
	font-weight: bold;
}

.infinite-scroll #infinite-footer .blog-credits {
	float: right;
	width: 60%;
	color: #b3b3b3;
	text-align: right;
}

.infinite-scroll #infinite-footer .blog-credits a {
	color: #666666;
}

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

.infinite-scroll.infinity-end.neverending #infinite-footer {
	display: none;
}

.infinite-scroll.infinity-end.neverending footer#footer {
	display: block;
}

div.jetpack-testimonial-shortcode {
	margin-bottom: 3rem;
}

div.jetpack-testimonial-shortcode:after {
	content: "";
	display: block;
	clear: both;
}

div.jetpack-testimonial-shortcode .testimonial-entry {
	margin: 0;
	padding: 1.5rem 1.5rem;
}

div.jetpack-testimonial-shortcode .testimonial-entry-content {
	margin: 0 0 0.75rem 0;
}

div.jetpack-testimonial-shortcode .testimonial-entry-title {
	display: inline-block;
}

div.jetpack-testimonial-shortcode .testimonial-featured-image {
	float: left;
}

div.jetpack-testimonial-shortcode .testimonial-featured-image img {
	max-height: 1.5rem;
	width: auto;
	margin-right: 1rem;
}

div.jetpack-testimonial-shortcode.column-2 .testimonial-entry {
	width: 50%;
}

div.jetpack-testimonial-shortcode.column-2 .testimonial-entry:nth-of-type(2n + 1) {
	clear: both;
}

div.jetpack-testimonial-shortcode.column-3 .testimonial-entry {
	width: 33.3%;
}

div.jetpack-testimonial-shortcode.column-3 .testimonial-entry:nth-of-type(3n + 1) {
	clear: both;
}

div.jetpack-testimonial-shortcode.column-4 .testimonial-entry {
	width: 25%;
}

div.jetpack-testimonial-shortcode.column-4 .testimonial-entry:nth-of-type(4n + 1) {
	clear: both;
}

@media only screen and (max-width: 600px) {
	div.jetpack-testimonial-shortcode.column-2 .testimonial-entry, div.jetpack-testimonial-shortcode.column-3 .testimonial-entry, div.jetpack-testimonial-shortcode.column-4 .testimonial-entry {
	  width: 100%;
	}
}

.entry-breadcrumbs {
	margin-bottom: 0.75rem;
}

.entry-breadcrumbs > a,
.entry-breadcrumbs > span {
	display: inline-block;
}

.entry-breadcrumbs a {
	font-weight: bold;
	margin-right: 1.5em;
	position: relative;
}

.entry-breadcrumbs a:focus, .entry-breadcrumbs a:hover {
	text-decoration: none;
}

.entry-breadcrumbs a:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	right: -0.8em;
	left: auto;
	top: 50%;
	margin-top: -0.4em;
	border-right-width: 0;
	border-left-width: 0.4em;
	border-right-color: transparent;
	border-left-color: #666666;
	right: -0.75em;
	left: auto;
}

form.contact-form div label.grunion-radio-label, form.contact-form div label.grunion-checkbox-multiple-label {
	font-weight: normal;
}

form.contact-form div label.grunion-radio-label input, form.contact-form div label.grunion-checkbox-multiple-label input {
	margin-bottom: 0;
}

form.contact-form div label.grunion-radio-label:last-of-type, form.contact-form div label.grunion-checkbox-multiple-label:last-of-type {
	margin-bottom: 1.5rem;
}

form.contact-form div.clear-form {
	display: none;
}


/**!
 * 2.2 - WooCommerce
 */
.woocommerce h1 {
	font-weight: bold;
}

.woocommerce h3,
.woocommerce h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	font-weight: bold;
}

.woocommerce .woocommerce-breadcrumb a {
	font-weight: bold;
}

.woocommerce span.onsale {
	z-index: 1;
}

.woocommerce .product_meta {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.woocommerce .quantity .qty {
	width: 5em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
	background: #626e7a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75rem 3rem;
	text-align: center;
	border: none;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.device-click .woocommerce #respond input#submit, .device-click
.woocommerce a.button, .device-click
.woocommerce button.button, .device-click
.woocommerce input.button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	background: #404850;
	color: #fff;
	text-decoration: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #626e7a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75rem 3rem;
	text-align: center;
	border: none;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.device-click .woocommerce #respond input#submit.alt, .device-click
.woocommerce a.button.alt, .device-click
.woocommerce button.button.alt, .device-click
.woocommerce input.button.alt {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover {
	background: #404850;
	color: #fff;
	text-decoration: none;
}

.woocommerce .the-content {
	padding: 0;
	width: 100%;
	float: none;
}

.woocommerce .the-content p {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 0 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce .products {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: none;
	padding: 0;
	width: 3rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 4.5rem;
	margin-right: 0;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce table.shop_table td {
	border: none;
}

.woocommerce-cart-button {
	float: right;
}

.woocommerce-cart-button .cart-contents .amount {
	font-weight: bold;
}

.woocommerce-cart-button .cart-contents .count {
	opacity: 0.9;
}

.woocommerce-cart-button .cart-contents:hover {
	text-decoration: none;
}

.woocommerce-cart-button .cart-contents:hover .amount {
	text-decoration: underline;
}


/**!
 * 2.3 - WP Post Series
 */
.wp-post-series-box {
	border: 1px solid gray;
	padding: 1.5rem 1.5rem 0 1.5rem;
	margin: 0 0 3rem 0;
}

.wp-post-series-box .wp-post-series-name {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.wp-post-series-box .wp-post-series-description {
	margin: 0;
}

.wp-post-series-box .wp-post-series-description p {
	margin: 0 0 1.5rem 0;
}

.wp-post-series-box .wp-post-series-nav ol {
	list-style-type: decimal;
}


/**!
 * 2.4 - Landing Page
 */
.landing-page {
	background: transparent center no-repeat;
	background-size: cover;
	padding: 3rem 3rem;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-page main {
	max-width: 37.5em;
	margin: 0 auto;
	width: 100%;
}


/**
 * 3.0 - WordPress
 */


/**!
 * 3.1 - Required Elements
 * Uses the defaults listed on the Codex (https://codex.wordpress.org/CSS)
 */
.wp-caption {
	background: transparent;
	padding: 0;
	text-align: center;
	max-width: 100%;
	margin: 0 0 3rem 0;
	clear: both;
}

.wp-caption .wp-caption-text {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-align: center;
	padding: 0;
	margin: 0;
}

.wp-caption img {
	float: none;
	display: block;
	margin: 0 auto 0.375rem auto;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	border: none;
	padding: 0;
}

.alignleft,
.alignright,
.aligncenter {
	display: block;
}

blockquote.alignleft, blockquote.alignright {
	max-width: 40%;
}

@media only screen and (max-width: 600px) {
	blockquote.alignleft, blockquote.alignright {
	  max-width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	}
}

/*@noflip*/
.alignleft {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

/*@noflip*/
.alignright {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

/*@noflip*/
.aligncenter {
	clear: both;
	display: block;
	margin: 3rem auto;
}

/*@noflip*/
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
	padding: 0 0.5em;
	border: 0;
}

.sticky {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/**!
 * 3.2 - Accessibility
 */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #222;
	font-weight: bold;
	left: 5px;
	top: 5px;
	clip: auto !important;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
}

.screen-reader-shortcut {
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #0073aa;
	max-width: 200px;
	position: absolute;
	left: -300px;
	top: 7px;
	word-wrap: normal !important;
	text-align: center;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	word-wrap: normal;
}

.screen-reader-shortcut:focus {
	left: 6px;
	z-index: 100000;
}

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


/**!
 * 3.3 - WordPress.com Specific Styles
 */
.PDS_Poll {
	max-width: 100%;
}

.PDS_Poll .pds-box {
	max-width: 100%;
}

.PDS_Poll label {
	text-transform: none;
}

.PDS_Poll .pds-input-label {
	max-width: 100%;
	width: auto;
	float: none;
	display: inline;
}

.PDS_Poll .pds-answer-input {
	display: inline;
	float: none;
}

.PDS_Poll input {
	margin-bottom: 0;
}

.content-comments #respond #comment-form-comment,
.content-comments #comment-form-share-text-padder {
	background: #fcfcfc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.content-comments #respond #comment-form-comment.active,
.content-comments #comment-form-share-text-padder.active {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #fff;
}


/**!
 * 3.4 - Widgets
 */
.widget {
	overflow: hidden;
	margin-bottom: 3rem;
	width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

.widget h3.widget-title {
	margin-bottom: 0.75rem;
}

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

.widget ul ul {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-right: auto;
}

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

.widget iframe {
	max-width: 100%;
	min-width: 0 !important;
}

.widget .wp-playlist,
.widget .mejs-container,
.widget .jetpack-video-wrapper {
	margin: 0;
}

.widget.milestone-widget .milestone-content {
	margin: 0 auto;
}

.widget.widget_author_grid ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget.widget_author_grid ul:after {
	content: "";
	display: block;
	clear: both;
}

.widget.widget_author_grid ul li {
	float: left;
	max-width: 50%;
}

.widget.widget_author_grid ul img {
	display: block;
}

.widget.widget_archive .form-select, .widget.widget_categories .form-select {
	margin-bottom: 0;
}

.widget.jetpack_subscription_widget #subscribe-email input {
	width: 100%;
}

.widget.widget_recent_comments table.recentcommentsavatar {
	width: 100%;
	margin: 0;
	border: none;
}

.widget.widget_recent_comments table.recentcommentsavatar td {
	padding-bottom: 0.75rem;
	border: none;
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend, .widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
	padding: auto;
}

.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend a, .widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
	display: block;
	line-height: 0;
}

.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
	background: transparent;
	border: none;
}

.widget.widget_jp_blogs_i_follow ol {
	list-style-type: none;
	padding: 0;
}

.widget.widget_tag_cloud {
	line-height: 1.5;
}

.widget.widgt_text ul {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-right: auto;
}

.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
	width: 100%;
	margin: 0;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
	padding: 0.5em;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
	color: #626e7a;
}

.widget.widget_flickr #flickr_badge_uber_wrapper td a:focus, .widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:focus,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
	text-decoration: underline;
}

.widget.widget_flickr #flickr_badge_wrapper {
	border-color: gray;
}

.widget.widget_image img {
	margin: 0;
}

.widget.widget_image .wp-caption {
	max-width: 100%;
	margin-bottom: 0;
}

.widget.widget_image .wp-caption .wp-caption-text {
	font-size: 1em;
}

.widget.widget_authors li {
	clear: both;
	margin-bottom: 3rem;
}

.widget.widget_authors li li {
	margin-bottom: 0;
}

.widget.widget_authors img {
	margin: 0 auto 0.75rem auto;
}

.widget.widget_authors ul {
	list-style-type: none;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

.widget.widget_authors ul strong {
	font-size: 29.75px;
	font-size: 1.85938rem;
	line-height: 1.5;
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 0.75rem;
}

.widget.widget_authors ul ul {
	list-style-type: disc;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 1.5rem;
	clear: both;
}

.widget.widget_authors ul img {
	display: block;
}

.widget.widget_rss .rss-widget-icon {
	height: 0;
	padding-bottom: 1em;
	width: 1em;
	overflow: hidden;
	background: url(assets/svg/feed-button.svg) center no-repeat;
	background-size: 100%;
}

.widget.widget_rss ul {
	padding: 0;
	margin: 0;
}

.widget.widget_rss li {
	list-style-type: none;
	margin-bottom: 1.5rem;
}

.widget.widget_rss li .rss-date {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	opacity: 0.9;
	display: block;
	margin-bottom: 0.75rem;
}

.widget.widget_rss li a.rsswidget {
	font-weight: bold;
}

.widget.widget_search input {
	margin-bottom: 0;
}

.widget.widget_blog_subscription input[type=text] {
	width: 100% !important;
	padding: 0.75rem 1.5rem !important;
}

.widget.widget_blog_subscription input[type=text],
.widget.widget_blog_subscription input[type=submit],
.widget.widget_blog_subscription p:last-child {
	margin: 0;
}

.widget.widget_wpcom_social_media_icons_widget li {
	margin-right: 1.5rem;
	margin-left: auto;
}

.widget.widget_wpcom_social_media_icons_widget li a {
	font-size: 32px;
}


/**!
 * 3.5 - Gallery
 * Default styles for the [gallery] shortcode
 */
.gallery {
	padding: 0;
	margin-bottom: 1.5rem;
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}

.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	margin: 0 0 1.5rem 0;
	vertical-align: top;
	padding: 0 0.75rem;
}

.gallery .gallery-item .gallery-icon {
	margin-bottom: 0.75rem;
}

.gallery .gallery-item .gallery-icon a {
	display: block;
	line-height: 0;
}

.gallery .gallery-item .gallery-caption {
	padding: 0;
	margin: 0;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	font-style: italic;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	opacity: 0.9;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.gallery .gallery-item img:focus, .gallery .gallery-item img:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.gallery a.image {
	float: none;
}

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

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

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

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

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

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

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

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

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

.gallery.gallery-columns-10 .gallery-item {
	width: 10%;
}

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


/**!
 * 3.6 - Calendar
 */
#wp-calendar {
	margin: 0;
	table-layout: fixed;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 0.375rem 0;
}

#wp-calendar caption {
	text-align: center;
	background: transparent;
	padding: 0.375rem 0;
}

#wp-calendar #today {
	font-weight: bold;
}


/**!
 * 3.7 - Password Required Form
 */
.post-password-required form {
	margin-bottom: 3rem;
	padding: 1.5rem 3rem;
	background: #f2f2f2;
}

.post-password-required form input[type=password] {
	width: 100%;
}

.post-password-required form input[type=submit] {
	min-width: 30%;
}

.post-password-required form p:last-of-type {
	margin-bottom: 0;
}


/**!
 * 3.8 - Comments
 */
.content-comments ol.comment-list {
	list-style-type: none;
	margin: 0 0 3rem 0;
	padding: 0;
}

.content-comments ol.comment-list li.comment .comment-body,
.content-comments ol.comment-list li.trackback .comment-body,
.content-comments ol.comment-list li.pingback .comment-body {
	width: 100%;
	clear: both;
	margin-bottom: 3rem;
}

.content-comments ol.comment-list li.comment {
	margin: 0;
	position: relative;
	list-style-type: none;
}

.content-comments ol.comment-list li.comment:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment #respond {
	position: relative;
	margin: 0 0 3rem 0;
}

.content-comments ol.comment-list li.comment #respond #cancel-comment-reply-link {
	float: right;
}

.content-comments ol.comment-list li.comment #respond #cancel-comment-reply-link .icon {
	height: 1.5rem;
	width: 1.5rem;
}

.content-comments ol.comment-list li.comment footer {
	margin-bottom: 0.75rem;
}

.content-comments ol.comment-list li.comment footer:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment footer .avatar {
	float: left;
	margin-right: 1.5rem;
	display: block;
	height: 3.75rem;
	width: auto;
}

.content-comments ol.comment-list li.comment footer .comment-metadata {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.content-comments ol.comment-list li.comment footer .fn {
	display: inline-block;
	font-weight: bold;
	margin-top: 0.375rem;
}

.content-comments ol.comment-list li.comment footer .says {
	display: none;
}

.content-comments ol.comment-list li.comment .comment-content {
	display: inline;
}

.content-comments ol.comment-list li.comment .comment-content p:last-child {
	display: inline;
}

.content-comments ol.comment-list li.comment.bypostauthor .fn .icon {
	height: 1em;
	width: 1em;
}

.content-comments ol.comment-list li.comment .pd-rating {
	margin-bottom: 1.5rem;
}

.content-comments ol.comment-list li.comment article:after {
	content: "";
	display: block;
	clear: both;
}

.content-comments ol.comment-list li.comment.depth-1 article {
	padding-left: 0%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-2 article {
	padding-left: 4%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-3 article {
	padding-left: 8%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-4 article {
	padding-left: 12%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-5 article {
	padding-left: 16%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-6 article {
	padding-left: 20%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-7 article {
	padding-left: 24%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-8 article {
	padding-left: 28%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-9 article {
	padding-left: 32%;
	padding-right: auto;
}

.content-comments ol.comment-list li.comment.depth-10 article {
	padding-left: 36%;
	padding-right: auto;
}

.content-comments ol.comment-list .edit-link {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.content-comments ol.comment-list .edit-link:before {
	margin: 0 0.5em 0 0;
	content: "\25C7";
	margin-right: 0.5em;
	opacity: 0.4;
}

.content-comments ol.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
}

.content-comments ol.comment-list .children li:last-child {
	margin: 0;
}

#respond {
	clear: both;
	margin-bottom: 3rem;
}

#respond:after {
	content: "";
	display: block;
	clear: both;
}

#respond p {
	margin: 0;
	position: relative;
}

#respond p.comment-form-author input,
#respond p.comment-form-author textarea,
#respond p.comment-form-email input,
#respond p.comment-form-email textarea,
#respond p.comment-form-comment input,
#respond p.comment-form-comment textarea,
#respond p.comment-form-url input,
#respond p.comment-form-url textarea {
	width: 100%;
}

#respond p.form-submit {
	margin-bottom: 0.75rem;
}

#respond p.logged-in-as {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

#respond p.post-subscription-form,
#respond p.comment-subscription-form {
	clear: both;
}

#respond p.post-subscription-form input,
#respond p.comment-subscription-form input {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0;
}

#respond p.post-subscription-form label,
#respond p.comment-subscription-form label {
	display: inline;
}

#respond p.form-allowed-tags,
#respond p.comment-notes,
#respond p.logged-in-as {
	margin-bottom: 1.5rem;
}

#respond p.form-allowed-tags {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
}

#respond p.comment-notes #email-notes {
	display: block;
}

#respond p.comment-notes .required {
	font-weight: bold;
}


/**!
 * 3.9 - Search Form
 */
form.search-form {
	position: relative;
	width: 100%;
}

form.search-form input.search-field {
	margin: 0;
	width: 100%;
	padding-right: 3rem;
}

form.search-form button.search-submit {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	background: transparent;
	border: none;
	padding: 0 0.5em;
	opacity: 1;
}

.device-click form.search-form button.search-submit {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

form.search-form button.search-submit .icon {
	height: 40%;
	vertical-align: middle;
	color: #1a1a1a;
}

form.search-form button.search-submit:focus, form.search-form button.search-submit:hover {
	opacity: 0.6;
}

.device-click form.search-form button.search-submit:focus, .device-click form.search-form button.search-submit:hover {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


/**!
 * 3.10 - Embeds
 */
iframe[src*="8tracks.com"], iframe[src*="bandcamp.com"], iframe[src*="dailymotion.com"], iframe[src*="slideshare.net"], iframe[src*="viddler.com"], iframe[src*="soundcloud.com"], iframe[src*="itchi.io"], iframe.twitter-tweet, iframe.twitter-follow-button {
	display: block;
	margin: 3rem auto;
	max-width: 100%;
}

iframe.instagram-media {
	display: block;
	margin: 3rem auto !important;
}

object {
	display: block;
	margin: 3rem auto !important;
}

.wp-playlist,
.mejs-container {
	margin: 3rem 0;
}


/**!
 * 3.11 - Sticky Posts
 */
.sticky .post-meta-data .posted-on {
	display: none;
}


/**
 * 4.0 - Theme layout
 */


/**
 * 4.1 - General Properties
 */
body {
	padding-left: 6rem;
	padding-right: 0;
}

a {
	color: #626e7a;
	text-decoration: none;
}

.device-click a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #404850;
	text-decoration: underline;
}

.device-click a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

td a,
p a {
	font-weight: bold;
}

.container {
	width: 100%;
	max-width: 75em;
	margin: 0 auto;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}


/**
 * 4.2 - Header
 */
.masthead {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6rem;
	background: #fff;
	z-index: 80;
	min-height: 6rem;
}

.admin-bar .masthead {
	top: 32px;
}

.masthead .custom-logo-link {
	padding: 1.5rem 1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-animation: fade-in 2s;
	        animation: fade-in 2s;
}

.masthead .custom-logo-link img {
	width: auto;
	display: block;
}

.masthead .branding {
	/*@replace: rotate( 90deg )*/
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	/*@replace: top left 0*/
	-webkit-transform-origin: top right 0;
	        transform-origin: top right 0;
	width: 100vh;
	position: absolute;
	right: 100%;
	left: auto;
	text-align: center;
	-webkit-animation: fade-in 2s;
	        animation: fade-in 2s;
}

.admin-bar .masthead .branding {
	width: calc( 100vh - 32px);
}

.masthead .branding .site-title {
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
	height: 6rem;
	padding: 0 7.5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.device-click .masthead .branding .site-title {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.masthead .branding .site-title a:focus, .masthead .branding .site-title a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.masthead .menu-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
	background: transparent;
	padding: 1.5rem;
	line-height: 1;
	color: #000;
	-webkit-animation: fade-in 2s;
	        animation: fade-in 2s;
	display: none;
}

.themes-sidebar3-active .masthead .menu-toggle,
.themes-menu1-active .masthead .menu-toggle {
	display: block;
}

.masthead .menu-toggle .icon {
	width: 100%;
	height: auto;
	margin-bottom: 0.75rem;
}

.masthead .menu-toggle .icon path,
.masthead .menu-toggle .icon rect {
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.device-click .masthead .menu-toggle .icon path, .device-click
.masthead .menu-toggle .icon rect {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.masthead .menu-toggle:focus, .masthead .menu-toggle:hover {
	color: #000;
}

.masthead .menu-toggle .menu-rows-1,
.masthead .menu-toggle .menu-rows-2,
.masthead .menu-toggle .menu-rows-3,
.masthead .menu-toggle .menu-rows-4 {
	-webkit-transform: translate3d(0, 0, 0) rotate(0);
	        transform: translate3d(0, 0, 0) rotate(0);
}

.menu-on .masthead .menu-toggle .menu-rows-1 {
	-webkit-transform: translate3d(0, 200%, 0);
	        transform: translate3d(0, 200%, 0);
	opacity: 0;
}

.menu-on .masthead .menu-toggle .menu-rows-4 {
	-webkit-transform: translate3d(0, -200%, 0);
	        transform: translate3d(0, -200%, 0);
	opacity: 0;
}

.menu-on .masthead .menu-toggle .menu-rows-2 {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-on .masthead .menu-toggle .menu-rows-3 {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.menu-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -24em;
	background: #fff;
	width: 24em;
	padding: 4.5rem 3rem;
	overflow: auto;
	z-index: 70;
}

.device-click .menu-drawer {
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

.menu-drawer .site-description {
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	margin: 0;
	opacity: 0.9;
	position: relative;
	text-align: center;
	padding: 0 10%;
}

.menu-drawer .site-description:before {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

.menu-drawer .site-description:after {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}

.admin-bar .menu-drawer {
	top: 32px;
}

.menu-on .menu-drawer {
	left: 6rem;
}

.menu-drawer .menu {
	position: relative;
}

.menu-drawer .menu:before {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

.menu-drawer .menu:after {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}

.menu-drawer .menu ul {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
}

.menu-drawer .menu ul li {
	position: relative;
}

.menu-drawer .menu ul li:last-of-type a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0;
}

.menu-drawer .menu ul ul {
	list-style-type: none;
	display: none;
	padding: 1.5rem 1.5rem;
	border: 1px solid rgba(128, 128, 128, 0.4);
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
}

.menu-drawer .menu ul ul.display {
	display: block;
}

.menu-drawer .menu ul ul ul {
	padding: 0 0 0 1.5rem;
}

.menu-drawer .menu a {
	display: block;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.menu-drawer .menu .menu-expand {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
	cursor: pointer;
	border: none;
	background: transparent;
}

.device-click .menu-drawer .menu .menu-expand {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.menu-drawer .menu .menu-expand:before {
	position: absolute;
	border: 0.5em solid transparent;
	content: "";
	bottom: -0.5em;
	left: 50%;
	margin-left: -0.5em;
	border-bottom-width: 0;
	border-top-color: #000;
	bottom: 0.8rem;
	opacity: 1;
}

.menu-drawer .menu .menu-expand:focus:before, .menu-drawer .menu .menu-expand:hover:before {
	opacity: 0.9;
}

.menu-drawer .menu .menu-expand.display {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.menu-drawer .menu .menu-item-has-children > a {
	margin-right: 2rem;
	margin-left: 0;
}

.menu-drawer .menu-secondary {
	display: none;
}

.menu-drawer .sidebar:after {
	content: "";
	display: block;
	clear: both;
}

.menu-drawer .sidebar .widget {
	padding-left: 0;
	padding-right: 0;
	float: none;
}

html.menu-on,
body.menu-on {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.menu-page-container {
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}

.menu-page-container .menu {
	position: relative;
	text-align: center;
}

.menu-page-container .menu:after {
	content: "";
	display: block;
	clear: both;
}

.menu-page-container .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 40;
}

.menu-page-container .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.menu-page-container .menu li a {
	display: block;
	padding: 0.75rem 1.5em;
	position: relative;
}

.menu-page-container .menu li.menu-item-has-children > a {
	padding-right: 2.7em;
	padding-left: 1.5em;
}

.menu-page-container .menu li.menu-item-has-children > a:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	top: 45%;
	top: calc( 50% - ( 0.4em / 2 ));
	right: 1.5em;
	left: auto;
	border-bottom-width: 0;
	border-top-color: currentColor;
}

.menu-page-container .menu li.current-menu-item > a {
	text-decoration: underline;
}

.menu-page-container .menu li ul {
	position: absolute;
	width: 16rem;
	background: #626e7a;
	left: -999em;
}

.menu-page-container .menu li ul:after {
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: -2rem;
	right: auto;
	bottom: -2rem;
	top: 1.5rem;
	content: '';
}

.menu-page-container .menu li ul ul {
	top: 0;
	left: -999em;
	right: auto;
}

.menu-page-container .menu li ul ul:before {
	display: none;
}

.menu-page-container .menu li ul li {
	position: relative;
	display: block;
	float: none;
}

.menu-page-container .menu li ul li a {
	color: #fff;
}

.menu-page-container .menu li ul li a:focus, .menu-page-container .menu li ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.menu-page-container .menu li ul li.menu-item-has-children > a:after {
	top: 35%;
	top: calc( 50% - 0.4em);
	border-top-color: transparent;
	border-left-color: currentColor;
	border-top-width: 0.4em;
	border-bottom-width: 0.4em;
	border-right-width: 0;
}

.menu-page-container .menu li ul li:last-child {
	border: none;
}

.menu-page-container .menu li ul li.current-menu-item > a {
	font-weight: bold;
}

.menu-page-container .menu li.focus > ul, .menu-page-container .menu li:hover > ul {
	left: auto;
	right: auto;
}

.menu-page-container .menu ul ul li.focus > ul, .menu-page-container .menu ul ul li:hover > ul {
	left: 100%;
	right: auto;
}

.menu-page-container .menu .menu-toggle {
	display: none;
	border: none;
	background: transparent;
	cursor: pointer;
	margin: 0;
	width: 100%;
}

.menu-page-container .menu .menu-toggle:before {
	margin-right: 0.5em;
	color: currentColor;
}

.menu-page-container .menu .menu-toggle:focus {
	outline: thin dotted;
}

.menu-page-container .menu .menu-toggle .icon {
	fill: currentColor;
}

.menu-page-container .menu.menu-on .menu-toggle {
	margin-bottom: 1.5rem;
}

.menu-page-container .menu li ul:before {
	display: none;
}

.menu-page-container ul.menu-wrap {
	margin: 0;
	padding: 0;
}

.menu-page-container ul.menu-wrap a {
	color: #000;
}

a.header-image {
	display: block;
}

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


/**
 * 4.3 - Body
 * Site content, blog posts etc
 */
/* layout */
main {
	padding-top: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.sidebar-main {
	width: 33.33333%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	padding-bottom: 3rem;
}

.sidebar-main .widget {
	padding-left: 0;
	padding-right: 0;
}

.image-navigation,
.comment-navigation,
.post-navigation {
	clear: both;
	margin-bottom: 6rem;
}

.image-navigation:after,
.comment-navigation:after,
.post-navigation:after {
	content: "";
	display: block;
	clear: both;
}

.image-navigation .nav-links,
.comment-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.image-navigation .nav-links > span,
.image-navigation .nav-links > div,
.comment-navigation .nav-links > span,
.comment-navigation .nav-links > div,
.post-navigation .nav-links > span,
.post-navigation .nav-links > div {
	padding: 3rem 3rem;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
}

.image-navigation .meta-nav,
.comment-navigation .meta-nav,
.post-navigation .meta-nav {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	display: block;
}

.image-navigation .post-title,
.comment-navigation .post-title,
.post-navigation .post-title {
	font-size: 29.75px;
	font-size: 1.85938rem;
	line-height: 1.5;
	color: #000;
}

.image-navigation a:hover,
.comment-navigation a:hover,
.post-navigation a:hover {
	text-decoration: none;
}

.image-navigation a:hover .post-title,
.comment-navigation a:hover .post-title,
.post-navigation a:hover .post-title {
	text-decoration: underline;
}

.image-navigation .nav-previous,
.image-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
}

.image-navigation .nav-previous a:hover .meta-nav,
.image-navigation .nav-next a:hover .meta-nav,
.comment-navigation .nav-previous a:hover .meta-nav,
.comment-navigation .nav-next a:hover .meta-nav,
.post-navigation .nav-previous a:hover .meta-nav,
.post-navigation .nav-next a:hover .meta-nav {
	text-decoration: none;
}

.image-navigation .nav-previous,
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	text-align: right;
}

.image-navigation .nav-next,
.comment-navigation .nav-next,
.post-navigation .nav-next {
	text-align: left;
}

.image-navigation .nav-parent,
.comment-navigation .nav-parent,
.post-navigation .nav-parent {
	font-weight: bold;
}

.image-navigation .nav-links > span {
	text-align: center;
}

.image-navigation .nav-links > span a {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.post-navigation {
	border: 1px solid gray;
	border-width: 1px 0;
}

.post-navigation .nav-links > div {
	border-right: 1px solid gray;
	border-left: none;
}

.post-navigation .nav-links > div:last-child {
	border-right: none;
	border-left: none;
}

#main-content {
	position: relative;
	clear: both;
	margin-bottom: 7.5rem;
}

#main-content:after {
	content: "";
	display: block;
	clear: both;
}

.singular.themes-sidebar1-active:not(.page-template) .entry-single {
	width: 66.66667%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	padding: 0;
}

.singular.themes-sidebar1-active:not(.page-template) .entry-single .the-content {
	max-width: 100%;
}

.singular.themes-sidebar1-active:not(.page-template) .sidebar-main {
	margin-top: calc( 12% + ( 1.5rem * 2 ));
}

.webpage:after {
	content: '';
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	z-index: 60;
	display: none;
}

.device-click .webpage:after {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.menu-on .webpage:after {
	display: block;
	-webkit-animation: fade-in 0.3s;
	        animation: fade-in 0.3s;
}

/* archive & excerpted posts */
.content-posts:after {
	content: "";
	display: block;
	clear: both;
}

.content-posts .grid-sizer {
	width: 49.9%;
}

.content-posts article {
	width: 49.9%;
	float: left;
	padding: 1.5rem 1.5rem;
}

.content-posts article .thumbnail img {
	margin: 0 auto;
}

.content-posts article .entry {
	background: #f2f2f2;
	padding: 1.5rem 1.5rem;
	margin: 0 1.5rem;
	position: relative;
	z-index: 10;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.content-posts article .entry h2.entry-title {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	font-weight: bold;
}

.content-posts article .entry .post-meta-data {
	margin-bottom: 0.75rem;
}

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

.content-posts article .entry .meta {
	margin-right: 1.5rem;
}

.content-posts article.format-standard.post-image-square .entry, .content-posts article.format-standard.post-image-landscape .entry {
	margin: -3rem 1.5rem 0 1.5rem;
}

.content-posts article.format-standard.post-image-portrait:after {
	content: "";
	display: block;
	clear: both;
}

.content-posts article.format-standard.post-image-portrait .entry {
	width: 60%;
	margin: 1.5rem 0 0 -20%;
	float: left;
}

.content-posts article.format-standard.post-image-portrait .thumbnail {
	width: 60%;
	float: left;
}

.content-posts article.format-quote blockquote {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
}

.content-posts article.format-quote .permalink {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	opacity: 0.9;
}

.content-posts article.format-quote:hover .permalink {
	opacity: 1;
}

.content-posts article.format-audio .wp-playlist,
.content-posts article.format-audio .mejs-container {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.content-posts article.format-video .jetpack-video-wrapper {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.content-posts article.format-gallery .tiled-gallery {
	margin-bottom: 0.75rem;
}

.content-posts article.sticky .entry {
	background: #fff;
}

.content-posts article.sticky .entry:after {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #f2f2f2;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	top: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

/* single post and page */
.content-single {
	padding: 0 1.5rem;
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

.content-single:after {
	content: "";
	display: block;
	clear: both;
}

.content-single article .entry-title {
	font-weight: bold;
	font-size: 68px;
	font-size: 4.25rem;
	line-height: 1;
}

.page .content-single article .entry-title {
	margin-bottom: 0.1em;
}

.content-single article .entry-header {
	margin-top: 3rem;
	margin-bottom: 6rem;
	text-align: center;
}

.content-single article .entry-header .meta {
	margin: 0 1.5rem;
}

.home .content-single article .entry-header .meta.posted-on {
	display: none;
}

/* comments layout */
.content-comments {
	max-width: 50rem;
	margin: 0 auto;
	padding: 3rem 0;
	clear: both;
}

.content-comments h2.comments-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3rem;
}

.content-comments .comment-reply-title {
	margin-bottom: 0;
}

.content-comments ol.comment-list li.comment .comment-body p:last-child,
.content-comments ol.comment-list li.trackback .comment-body p:last-child,
.content-comments ol.comment-list li.pingback .comment-body p:last-child {
	margin-bottom: 0.75rem;
}

.content-comments ol.comment-list li.comment .reply {
	display: inline;
}

.content-comments ol.comment-list li.comment .reply a {
	color: #1a1a1a;
}

.content-comments ol.comment-list li.comment .reply a .icon {
	position: absolute;
	margin-top: 0.3em;
	width: 2em;
	height: 1.2em;
}

.attachment .attachment-image {
	text-align: center;
	margin-bottom: 3rem;
}

.attachment .attachment-caption.the-content {
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search .entry-archive-header .entry-archive-title,
.archive .entry-archive-header .entry-archive-title {
	text-align: center;
	font-weight: bold;
}

.search .entry-archive-header .entry-archive-title span:not(.vcard),
.archive .entry-archive-header .entry-archive-title span:not(.vcard) {
	opacity: 0.4;
	font-weight: normal;
}

.search .search-wrapper,
.archive .search-wrapper {
	max-width: 50rem;
	margin: 0 auto;
	margin-bottom: 6rem;
}

.page-404 .entry-title {
	text-align: center;
	font-weight: bold;
}

.page-404 .entry {
	max-width: 50rem;
	margin: 0 auto;
	margin-bottom: 6rem;
}


/**
 * 4.4 - Elements
 * Search form, author meta box, and other generic, reusable, elements.
 */
/* taxonomies - categories and tags on single posts */
.taxonomies {
	clear: both;
	margin-bottom: 3rem;
}

.taxonomies .taxonomy {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	margin: 0;
	color: #999999;
}

/* pagination */
.pagination {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 3rem;
	clear: both;
}

.pagination .page-numbers {
	padding: 0 0.75em;
	display: inline-block;
}

.pagination .current {
	background: #626e7a;
	color: #fff;
}

/* blog post contributor/ author */
.contributor {
	max-width: 50rem;
	margin: 0 auto;
	padding: 0 0 0 7.5rem;
	margin-bottom: 4.5rem;
	min-height: 6rem;
	position: relative;
}

.contributor h2 {
	margin-bottom: 0;
}

.contributor h2 small {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.contributor .avatar-wrapper {
	max-width: 6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.contributor .avatar-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
	-webkit-transform: translate(0.5em, 0.5em);
	        transform: translate(0.5em, 0.5em);
}

/* child pages (on child page template) */
.child-page {
	width: 50%;
	float: left;
	min-height: 1em;
	padding: 0 6.25%;
	margin-bottom: 3rem;
}

.child-page h2 {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
}

.child-page:nth-child(2n + 2) {
	padding-right: 0;
}

.child-page:nth-child(2n + 1) {
	clear: both;
	padding-left: 0;
}

/* avatar */
.avatar {
	position: relative;
}

.avatar:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	left: 0.5em;
	bottom: 0.5em;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
}

/* testimonials */
.content-testimonials {
	display: block;
}

.content-testimonials:after {
	content: "";
	display: block;
	clear: both;
}

.content-testimonials .grid-sizer {
	width: 50%;
}

.content-testimonials .testimonial {
	width: 50%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	margin-bottom: 1.5rem;
}

.content-testimonials .testimonial .entry {
	padding: 0.75rem 1.5rem;
	background: rgba(128, 128, 128, 0.1);
	margin-bottom: 1.5rem;
	position: relative;
}

.content-testimonials .testimonial .entry:after {
	position: absolute;
	border: 0.4em solid transparent;
	content: "";
	bottom: -0.4em;
	left: 50%;
	margin-left: -0.4em;
	border-bottom-width: 0;
	border-top-color: rgba(128, 128, 128, 0.1);
}

.content-testimonials .testimonial .entry p {
	margin-bottom: 0.75rem;
}

.content-testimonials .testimonial .entry p:last-child {
	margin: 0;
}

.content-testimonials .testimonial .entry-meta h3 {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	display: block;
	text-align: center;
}

.content-testimonials .testimonial .entry-meta .avatar {
	border: none;
	display: block;
	max-height: 4.5rem;
	width: auto;
	margin: 0 auto 0.75rem auto;
}

/* post thumbnails generic styles */
.avatar,
a.thumbnail {
	display: block;
	opacity: 1;
	position: relative;
}

.device-click .avatar, .device-click
a.thumbnail {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.avatar img,
a.thumbnail img {
	display: block;
}

.avatar:before,
a.thumbnail:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	left: 0.5em;
	bottom: 0.5em;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
	opacity: 0;
}

.device-click .avatar:before, .device-click
a.thumbnail:before {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.avatar:hover,
a.thumbnail:hover {
	opacity: 0.9;
}

.avatar:hover:before,
a.thumbnail:hover:before {
	opacity: 1;
}

/* breadcrumbs */
.entry-breadcrumbs {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 3rem;
}

/* featured content */
.showcase {
	position: relative;
	height: 0;
	padding-bottom: 100vh;
	margin-bottom: -1px;
	border-bottom: 1px solid #f2f2f2;
}

.showcase:after {
	content: "";
	display: block;
	clear: both;
}

.admin-bar .showcase {
	padding-bottom: calc( 100vh - 32px);
}

.showcase article {
	background: #626e7a center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.showcase article:first-of-type {
	display: block;
}

.showcase article .click {
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.showcase article .edit-link a {
	background: #fff;
	padding: 0.5rem 1rem;
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	display: block;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	z-index: 30;
}

.showcase .item-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	z-index: 20;
	opacity: 1;
	padding: 1.5rem 3rem;
}

.device-click .showcase .item-inner {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.showcase .item-inner:hover {
	text-decoration: none;
}

.showcase .item-inner:hover .entry-container {
	background: rgba(255, 255, 255, 0.9);
}

.device-click .showcase .item-inner:hover .entry-container {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.showcase .item-inner:hover .read-more {
	text-decoration: underline;
}

.showcase .item-inner .entry-container {
	padding: 3rem 3rem;
	background: white;
	position: relative;
	max-width: 40em;
}

.device-click .showcase .item-inner .entry-container {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.showcase .item-inner .entry-container:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
	-webkit-transform: translate(0.5em, 0.5em);
	        transform: translate(0.5em, 0.5em);
}

.showcase .item-inner h2 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.75rem;
	font-size: 55.25px;
	font-size: 3.45312rem;
	line-height: 1.25;
	margin: 0 0 1.5rem 0;
	font-weight: bold;
}

.showcase .item-inner .entry-text {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}

.showcase .item-inner .entry-text .read-more {
	color: #626e7a;
}

.showcase .item-inner p {
	max-width: 30em;
	margin-bottom: 0;
}

.showcase .arrow {
	position: absolute;
	z-index: 30;
	width: 3rem;
	height: 3rem;
	background: #f2f2f2;
	bottom: 3rem;
	text-align: center;
	right: auto;
	padding: 0;
	border: none;
}

.showcase .arrow:hover {
	background: #fff;
}

.showcase .arrow span {
	display: none;
}

.showcase .arrow.arrow-prev {
	left: 3rem;
}

.showcase .arrow.arrow-prev:before {
	position: absolute;
	border: 0.5rem solid transparent;
	content: "";
	left: -1rem;
	right: auto;
	top: 50%;
	margin-top: -0.5rem;
	border-left-width: 0;
	border-right-width: 0.5rem;
	border-left-color: transparent;
	border-right-color: #000;
	margin-left: 2.2rem;
	margin-right: auto;
}

.showcase .arrow.arrow-next {
	left: 6.6rem;
}

.showcase .arrow.arrow-next:before {
	position: absolute;
	border: 0.5rem solid transparent;
	content: "";
	right: -1rem;
	left: auto;
	top: 50%;
	margin-top: -0.5rem;
	border-right-width: 0;
	border-left-width: 0.5rem;
	border-right-color: transparent;
	border-left-color: #000;
	margin-right: 2.2rem;
	margin-left: auto;
}

.showcase nav {
	padding: 0 3rem;
	position: absolute;
	z-index: 30;
	bottom: 0;
	right: 0;
	left: 0;
}

.showcase nav .tab {
	display: block;
	width: 1em;
	padding: 0;
	border: none;
	height: 1em;
	background: #000;
	float: left;
	margin: 0.5em;
	display: none;
}

.showcase nav .tab.selected {
	background: #fff;
}

.showcase .skip-slider {
	position: absolute;
	bottom: 0;
	right: 3rem;
	left: auto;
	z-index: 30;
	line-height: 0;
	display: block;
	height: 6rem;
	width: 3rem;
	background: #f2f2f2;
}

.showcase .skip-slider:after {
	position: absolute;
	border: 0.5rem solid transparent;
	content: "";
	bottom: -0.5rem;
	left: 50%;
	margin-left: -0.5rem;
	border-bottom-width: 0;
	border-top-color: #000;
	margin-bottom: 4.8rem;
	-webkit-animation: label_bob 1.5s infinite;
	        animation: label_bob 1.5s infinite;
}

.post-gallery:after {
	content: "";
	display: block;
	clear: both;
}

.post-gallery .item {
	float: left;
	width: 50%;
	padding: 1em;
}

.post-gallery .item img {
	display: block;
}

.post-gallery .item:nth-child(1), .post-gallery .item:nth-child(2) {
	padding-top: 0;
}

.post-gallery .item:nth-child(2n + 1) {
	clear: both;
	padding-left: 0;
}

.post-gallery .item:nth-child(2n + 2) {
	padding-right: 0;
}

/* widgets generic styles */
.widget .widget-title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.75;
	margin-bottom: 0.75rem;
	font-weight: bold;
}

.widget.widget_meta ul,
.widget.widget_meta li, .widget.widget_pages ul,
.widget.widget_pages li, .widget.widget_archive ul,
.widget.widget_archive li, .widget.widget_categories ul,
.widget.widget_categories li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget.widget_meta li:after, .widget.widget_pages li:after, .widget.widget_archive li:after, .widget.widget_categories li:after {
	content: "\25C7";
	opacity: 0.4;
	margin: 0.375rem;
}

.widget.widget_meta li:last-of-type:after, .widget.widget_pages li:last-of-type:after, .widget.widget_archive li:last-of-type:after, .widget.widget_categories li:last-of-type:after {
	display: none;
}

.search-wrapper {
	margin-bottom: 3rem;
}

.post-meta-data {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.projects-terms {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.projects-terms a {
	margin: 0 1.5rem;
}

.projects-terms a.current-page {
	font-weight: bold;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	position: absolute;
	top: 100%;
	width: 100%;
}

.infinite-scroll .infinite-loader {
	padding: 1.5rem;
}

.infinite-scroll #infinite-handle button {
	background: #626e7a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75rem 3rem;
	text-align: center;
	border: none;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	width: auto;
}

.device-click .infinite-scroll #infinite-handle button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.infinite-scroll #infinite-handle button:focus, .infinite-scroll #infinite-handle button:hover {
	background: #404850;
	color: #fff;
	text-decoration: none;
}

.infinite-scroll #infinite-handle span {
	margin-top: -4.5rem;
}

.infinite-scroll #infinite-handle:before {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}


/**
 * 4.5 - Footer
 */
#footer .container {
	padding: 3rem 1.5rem 0 1.5rem;
}

#footer .sidebar-footer {
	width: 100%;
}

#footer .sidebar-footer:after {
	content: "";
	display: block;
	clear: both;
}

#footer .sidebar-footer .grid-sizer {
	width: 33.3333%;
}

#footer .sidebar-footer .widget {
	width: 33.33333%;
	float: left;
	min-height: 1em;
	padding: 0 4.16667%;
	padding: 0 1.5rem;
}

#footer .footer-wrap {
	text-align: center;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
	border-top: 1px solid rgba(128, 128, 128, 0.4);
	padding: 3rem 3rem;
}

#footer .footer-wrap .sep {
	margin: 0 0.5em;
	opacity: 0.4;
}

#footer .footer-wrap a {
	font-weight: bold;
}

#footer .jetpack-social-navigation {
	text-align: center;
	font-size: 42.5px;
	font-size: 2.65625rem;
	line-height: 1.25;
	padding: 0 3rem 3rem 3rem;
	position: relative;
}

#footer .jetpack-social-navigation:before {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}

#footer .jetpack-social-navigation:after {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #f2f2f2;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	top: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

#footer .jetpack-social-navigation ul {
	margin: 0;
}

#footer .jetpack-social-navigation li {
	padding: 0 0.75rem;
}


/**
 * 4.6 - The Content
 * Styles for blog post content
 * Includes special styles such as drop caps, and intro text
 */
.the-content {
	max-width: 50rem;
	margin: 0 auto;
	margin-bottom: 3rem;
	background: #f2f2f2;
	padding: 4.5rem 1.5rem;
}

.the-content:after {
	content: "";
	display: block;
	clear: both;
}

.post-no-thumbnail .the-content {
	padding-top: 0;
}

.the-content > * {
	margin-top: 0;
}

.the-content p:empty {
	display: none;
}

.the-content h1,
.the-content h2,
.the-content h3 {
	text-align: center;
	margin-top: 3rem;
	clear: both;
}

.the-content h1 {
	font-size: 42.5px;
	font-size: 2.65625rem;
	line-height: 1.25;
}

.the-content dl,
.the-content ul,
.the-content ol {
	clear: both;
}

.the-content .intro {
	font-size: 21.25px;
	font-size: 1.32812rem;
	line-height: 1.5;
	margin-bottom: 2.4rem;
}

.the-content > h4, .the-content > h5, .the-content > h6,
.the-content > p {
	margin-left: 10%;
	margin-right: 10%;
}

.the-content > ul,
.the-content > ol,
.the-content > dl {
	margin-left: calc( 10% + 1.5rem);
	margin-right: 10%;
}

.the-content .drop-cap {
	float: left;
	font-family: "Source Serif Pro", Georgia, serif;
	font-weight: bold;
	margin: 0.1em .07em 0 0;
	font-size: 68px;
	font-size: 4.25rem;
	line-height: 1;
	line-height: 0.75;
}

.the-content .highlight {
	background: rgba(241, 196, 15, 0.25);
	padding: 3px 6px;
	border-radius: 0;
}

.the-content .button {
	background: #626e7a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75rem 3rem;
	text-align: center;
	border: none;
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: normal;
}

.device-click .the-content .button {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.the-content .button:focus, .the-content .button:hover {
	background: #404850;
	color: #fff;
	text-decoration: none;
}

.the-content .small-caps {
	font-variant: small-caps;
}


/**
 * 4.7 - Misc
 * Other random styles that don't fit anywhere else
 */
.header-404 .icon {
	width: 100%;
	height: 15rem;
}

.user-icon-container {
	display: none;
}

blockquote {
	padding: 3rem 3rem;
	background: #fff;
	position: relative;
	overflow: visible;
}

blockquote:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
	-webkit-transform: translate(0.5em, 0.5em);
	        transform: translate(0.5em, 0.5em);
}

hr {
	max-width: 12rem;
	position: relative;
}

hr:after {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #f2f2f2;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	top: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

@-webkit-keyframes label_bob {
	0%, 100% {
	  -webkit-transform: translateY(-0.25em);
	          transform: translateY(-0.25em);
	}
	50% {
	  -webkit-transform: translateY(0.25em);
	          transform: translateY(0.25em);
	}
}

@keyframes label_bob {
	0%, 100% {
	  -webkit-transform: translateY(-0.25em);
	          transform: translateY(-0.25em);
	}
	50% {
	  -webkit-transform: translateY(0.25em);
	          transform: translateY(0.25em);
	}
}

#jp-relatedposts .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-post-context {
	display: none;
}

#jp-relatedposts .jp-relatedposts-post-title {
	line-height: 1.5;
}

#jp-relatedposts .jp-relatedposts-items {
	text-align: center;
}

.sharedaddy {
	text-align: center;
}

.singular-image {
	margin: 0 auto -12% auto;
	height: auto;
	max-width: 100%;
	z-index: -1;
	display: block;
}

.category-description {
	max-width: 50rem;
	margin: 0 auto;
	margin-bottom: 6rem;
}

.taxonomy {
	text-align: center;
}

.taxonomies {
	position: relative;
}

.taxonomies:after {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}

.taxonomies:before {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #f2f2f2;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

.content-single-extras {
	position: relative;
}

.content-single-extras:after {
	content: "";
	display: block;
	clear: both;
}

.content-single-extras:after {
	min-width: 6rem;
	max-width: 15rem;
	width: 35%;
	border-bottom: 1px solid gray;
	display: block;
	content: '';
	margin: 3rem auto;
}

.content-single-extras:before {
	content: '';
	border: 1px solid gray;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	background: #f2f2f2;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.266rem;
	left: 50%;
	margin-left: -0.35rem;
}

.wp-post-series-box {
	background: #fff;
	border-color: #fff;
	position: relative;
}

.wp-post-series-box:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 1px solid gray;
	opacity: 0.9;
	pointer-events: none;
	z-index: 5;
	-webkit-transform: translate(0.5em, 0.5em);
	        transform: translate(0.5em, 0.5em);
}

#jp-relatedposts .jp-relatedposts-post-title {
	font-size: 12.75px;
	font-size: 0.79688rem;
	line-height: 1.75;
	margin: 0;
}


/**
 * 5.0 - Media Queries
 */


/**!
 * 5.1 - Responsive Styles
 */
@media only screen and (max-width: 600px) {
	.content-comments ol.comment-list li.comment.depth-1 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-2 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-3 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-4 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-5 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-6 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-7 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-8 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-9 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.content-comments ol.comment-list li.comment.depth-10 article {
	  padding-left: 0;
	  padding-right: 0;
	}
	.jetpack-testimonial-shortcode .testimonial-entry {
	  clear: both;
	  padding: 0;
	  margin-bottom: 3rem;
	  width: 100%;
	  border: none;
	}
	#jp-relatedposts .jp-relatedposts-items {
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	}
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	  width: 100%;
	  margin: 0 0 1.5rem 0;
	}
	.gallery .gallery-item {
	  width: 50% !important;
	}
}

@media screen and (max-height: 35rem), screen and (max-width: 600px) {
	body {
	  padding-left: 0;
	  padding-right: 0;
	}
	.masthead {
	  position: relative;
	  top: auto;
	  left: auto;
	  right: auto;
	  bottom: auto;
	  display: block;
	  width: 100%;
	}
	.menu-on .masthead {
	  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
	          box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
	}
	body.admin-bar .masthead {
	  top: auto;
	}
	.masthead .branding {
	  width: auto;
	  -webkit-transform: none;
	          transform: none;
	  position: relative;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}
	.admin-bar .masthead .branding {
	  width: auto;
	}
	.masthead .menu-toggle {
	  left: auto;
	  right: 0;
	  width: auto;
	  max-width: 6rem;
	  top: 0;
	}
	.masthead .menu-toggle .icon {
	  height: 1.5rem;
	  margin-bottom: 0;
	}
	.masthead .custom-logo-link {
	  bottom: 0;
	  right: auto;
	  left: 0;
	}
	.masthead .custom-logo-link img {
	  max-height: 3rem;
	  width: auto;
	}
	.menu-on .menu-drawer {
	  left: 0;
	  width: 100%;
	  top: 6rem;
	}
	.menu-on .menu-drawer.admin-bar {
	  top: calc( 100vh - 32px);
	}
}

@media only screen and (max-height: 35rem) {
	.admin-bar .showcase,
	.showcase {
	  padding-bottom: 35rem;
	}
	.showcase .item-inner h2 {
	  margin-bottom: 0;
	}
	.showcase .item-inner .entry-text {
	  display: none;
	}
}

@media only screen and (max-width: 1200px) {
	html {
	  font-size: 106.25%;
	}
}

@media only screen and (max-width: 899px) {
	html {
	  font-size: 100.9375%;
	}
}

@media only screen and (max-width: 782px) {
	.masthead .menu {
	  background: #000;
	  width: 100%;
	  clear: both;
	  padding: 0.75rem 1.5rem;
	}
	.masthead .menu .menu-toggle {
	  display: block;
	  color: #fff;
	}
	.masthead .menu .menu-toggle svg.icon {
	  height: 1em;
	  width: 1em;
	  margin-right: 0.5em;
	  position: relative;
	  top: 0.2em;
	}
	.masthead .menu.menu-on ul {
	  display: block;
	}
	.masthead .menu ul {
	  display: none;
	}
	.masthead .menu ul:before, .masthead .menu ul:after {
	  display: none;
	}
	.masthead .menu ul ul li.focus > ul, .masthead .menu ul ul li:hover > ul {
	  left: auto;
	}
	.masthead .menu li {
	  display: list-item;
	  color: #fff;
	}
	.masthead .menu li ul li a,
	.masthead .menu li li a,
	.masthead .menu li a {
	  padding: 0.375rem 0;
	  color: #fff;
	  background: transparent;
	}
	.masthead .menu li ul li a:focus, .masthead .menu li ul li a:hover,
	.masthead .menu li li a:focus,
	.masthead .menu li li a:hover,
	.masthead .menu li a:focus,
	.masthead .menu li a:hover {
	  color: #fff;
	  background: transparent;
	  text-decoration: underline;
	}
	.masthead .menu li ul li a:before, .masthead .menu li ul li a:after,
	.masthead .menu li li a:before,
	.masthead .menu li li a:after,
	.masthead .menu li a:before,
	.masthead .menu li a:after {
	  display: none;
	}
	.masthead .menu li.icon a:before {
	  display: inline-block;
	}
	.masthead .menu li ul ul,
	.masthead .menu li ul {
	  background: transparent;
	  position: relative;
	  top: auto;
	  left: auto;
	  -webkit-box-shadow: none;
	          box-shadow: none;
	  width: 100%;
	  margin: 0;
	  padding-left: 1.5rem;
	  list-style-type: disc;
	  z-index: 1;
	}
	.masthead .menu li ul ul li,
	.masthead .menu li ul li {
	  display: list-item;
	  border: none;
	  left: auto;
	}
	.masthead .menu-toggle .icon {
	  height: 1.5rem;
	  margin-bottom: 0;
	}
	.admin-bar .masthead {
	  top: 46px;
	}
	html {
	  font-size: 95.625%;
	}
	.home main,
	.archive main {
	  padding: 0;
	}
	.admin-bar .showcase,
	.showcase {
	  padding-bottom: 100%;
	}
	.menu-page-container {
	  display: none;
	}
	.themes-menu2-active .menu-drawer .menu-secondary {
	  display: block;
	}
	.themes-sidebar3-active .masthead .menu-toggle,
	.themes-menu2-active .masthead .menu-toggle,
	.themes-menu1-active .masthead .menu-toggle {
	  display: block;
	}
	.showcase .item-inner {
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	}
	.showcase .item-inner h2 {
	  font-size: 21.25px;
	  font-size: 1.32812rem;
	  line-height: 1.5;
	  margin-bottom: 0;
	}
	.showcase .item-inner .entry-container {
	  padding: 1.5rem;
	}
	.showcase .item-inner .entry-container:before {
	  -webkit-transform: translate(0.25em, 0.25em);
	          transform: translate(0.25em, 0.25em);
	}
	.showcase .item-inner .entry-text {
	  display: none;
	}
	.showcase .arrow.arrow-prev {
	  left: 1.5rem;
	}
	.showcase .arrow.arrow-next {
	  left: 5.1rem;
	}
	.showcase .skip-slider {
	  display: none;
	}
	.content-posts .grid-sizer,
	.content-posts article {
	  width: 100%;
	}
	.singular-image {
	  margin-bottom: 0;
	}
	.singular.themes-sidebar1-active:not(.page-template) .sidebar-main,
	.singular.themes-sidebar1-active:not(.page-template) .entry-single,
	.singular.themes-sidebar1-active .sidebar-main,
	.singular.themes-sidebar1-active .entry-single {
	  width: 100%;
	}
	.singular.themes-sidebar1-active:not(.page-template) .sidebar-main,
	.singular.themes-sidebar1-active .sidebar-main {
	  margin-top: 3rem;
	}
	.sidebar-main {
	  padding-left: 0;
	  padding-right: 0;
	}
	.image-navigation .post-title,
	.comment-navigation .post-title,
	.post-navigation .post-title {
	  font-size: 21.25px;
	  font-size: 1.32812rem;
	  line-height: 1.5;
	}
	.image-navigation .nav-links,
	.comment-navigation .nav-links,
	.post-navigation .nav-links {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	     -moz-box-orient: vertical;
	     -moz-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	}
	.image-navigation .nav-links > div,
	.comment-navigation .nav-links > div,
	.post-navigation .nav-links > div {
	  border-left: none;
	  border-right: none;
	}
	.image-navigation .nav-previous,
	.image-navigation .nav-next,
	.comment-navigation .nav-previous,
	.comment-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
	  text-align: left;
	}
	.post-navigation .nav-links > div:last-child {
	  border-top: 1px solid gray;
	}
	#footer .sidebar-footer .grid-sizer,
	#footer .sidebar-footer .widget {
	  width: 100%;
	}
	#footer .jetpack-social-navigation {
	  font-size: 21.25px;
	  font-size: 1.32812rem;
	  line-height: 1.5;
	  margin: 0;
	}
	.content-single {
	  padding: 0;
	}
	.content-single article .entry-title {
	  font-size: 29.75px;
	  font-size: 1.85938rem;
	  line-height: 1.5;
	}
}

@media only screen and (max-width: 600px) {
	html {
	  font-size: 90.3125%;
	}
	.masthead .menu-toggle {
	  padding-left: 0;
	  padding-right: 0;
	}
	.admin-bar .masthead {
	  top: 0;
	}
	#footer .sidebar-footer .widget,
	.grid-sizer,
	.widget {
	  width: 100%;
	}
	.menu-on .menu-drawer.admin-bar {
	  top: calc( 100vh - 46px);
	}
	.content-posts article.format-standard.post-image-portrait .thumbnail {
	  width: 100%;
	}
	.content-posts article.format-standard.post-image-portrait .entry {
	  width: 100%;
	  margin: 0;
	}
	.content-posts article.format-standard.post-image-landscape .entry {
	  margin: 0;
	}
	.content-posts article .entry {
	  width: 100%;
	  margin: 0;
	}
	.content-single article .entry-header {
	  margin-top: 0;
	  margin-bottom: 3rem;
	}
	.content-single article .entry-header .meta {
	  margin-left: 0.5rem;
	  margin-right: 0.5rem;
	}
	.contributor {
	  padding-left: 4.5rem;
	  padding-right: 0;
	}
	.contributor h2 {
	  font-size: 21.25px;
	  font-size: 1.32812rem;
	  line-height: 1.5;
	}
	.contributor .avatar-wrapper {
	  max-width: 3rem;
	}
	.contributor .avatar-wrapper:before {
	  display: none;
	}
	#respond,
	.the-content {
	  margin-bottom: 1.5rem;
	  padding: 3rem 0;
	}
	.the-content > h4, .the-content > h5, .the-content > h6,
	.the-content > p {
	  margin-left: 0;
	  margin-right: 0;
	}
	.the-content > ul, .the-content > ol {
	  margin-left: 1.5rem;
	  margin-right: 0;
	}
}


/**!
 * 5.2 - Generic Print Styles
 */
@media print {
	.masthead .branding,
	.main,
	.singular .main,
	.singular .main article,
	.main article {
	  width: 100% !important;
	}
	nav,
	footer,
	.widget,
	.sharedaddy,
	div#jp-relatedposts,
	a.post-edit-link,
	a#header-image,
	#respond,
	form,
	.demosite-header,
	.social_links,
	.post-meta-data,
	.sidebar,
	.taxonomies,
	#bit.loggedout-follow-normal,
	.col-sidebar {
	  display: none !important;
	}
	.main article {
	  width: 100%;
	}
	a {
	  color: #000;
	  text-decoration: underline;
	  font-weight: bold;
	}
	p {
	  color: #000;
	}
	.the-content a {
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	}
	.the-content a:after {
	  content: " (" attr(href) ")";
	  font-size: 80%;
	}
	footer,
	.content-comments {
	  page-break-before: always;
	}
}