/*!
 * Theme Name: Twotone
 * Theme URI: https://audiotheme.com/view/twotone/
 * Author: AudioTheme
 * Author URI: https://audiotheme.com/
 * Description: Tone reverberates through your style, your image, and your attitude. And now, with the Twotone audio theme, you can extend that tone to your website. Large header images and an attractive site-wide player provide unlimited potential. Express yourself today with Twotone.
 * Version: 2.0.2
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: twotone
 */


/**
 * normalize.css v3.0.1 | MIT License | git.io/normalize
 * -----------------------------------------------------------------------------
 */

html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


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

.icon:before,
.mejs-button button:before,
.nav-next a:after,
.nav-next a:before,
.nav-previous a:after,
.nav-previous a:before,
.social-navigation a:before,
.sub-menu-toggle:before,
.site-navigation-toggle:before,
.record-tracklist .is-playable:before,
.record-tracklist .is-playable:hover:before,
.record-tracklist .is-playing:before,
.twotone-player .mejs-container .mejs-controls .mejs-button:before {
	display: inline-block;
	font-family: "themicons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;

	speak: none;
}


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

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

body,
button,
input,
select,
textarea {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	margin: 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 3px solid #ddd;
	color: #777;
	margin: 0 0 1.5em;
	padding-left: 2.3125em;
}

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

blockquote cite,
blockquote small {
	font-size: 16px;
	font-size: 1.6rem;
}

blockquote cite {
	display: block;
	margin-top: 0.625em;
}

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

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;

	-ms-hyphens: none;
}

pre {
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #777;
	line-height: 1.2;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.25em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


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

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

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

body {
	background-color: #000;
}

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

p {
	margin: 0 0 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul {
	padding-left: 1em;
}

ol ol {
	padding-left: 1.3333em;
}

ul ul,
ol ul {
	list-style-type: circle;
}

ul ol,
ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: inherit;
	margin: 0.33333em 0;
}

ul ul,
ol ul {
	padding-left: 1em;
}

ul ol,
ol ol {
	padding-left: 1.44444em;
}

dl {
	margin: 0 0 1.5em;
}

dt {
	font-weight: 700;
}

li,
dd {
	margin-bottom: 0.20833333em;
}

dd {
	margin-left: 0;
}

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

caption {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

th {
	font-weight: 700;
}

td {
	font-weight: 400;
}

th,
td {
	border: solid #ddd;
	border-width: 0 0 1px;
	padding: 0.75em 0;
	text-align: left;
}

thead {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

thead th {
	padding: 0.5em 0;
}

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

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

legend {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	width: 100%;
}

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

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: #ababab;
}

:-moz-placeholder {
	color: #ababab;
}

::-moz-placeholder {
	color: #ababab;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ababab;
}


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

button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

label {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0.3125em;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #ddd;
}

input:focus,
textarea:focus {
	color: #333;
	outline: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
	color: #777;
	padding: 0.78571429em 1.07142857em;
	width: 100%;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #777;
	color: #333;
}

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

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


/**
 * Buttons
 * -----------------------------------------------------------------------------
 */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #777;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-right: 0.14285714em;
	opacity: 1;
	padding: 0.57142857em 1.07142857em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

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

.button-alt {
	background-color: #fff;
	box-shadow: 0 0 0 1px currentColor;
	color: #777;
}

.button-alt:hover,
.button-alt:focus {
	box-shadow: none;
}


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

.mid-height-header .page-header .page-title,
.full-height-header .page-header .page-title,
.home.page .entry-header .entry-title,
.mejs-offscreen,
.pagination .next,
.pagination .prev,
.screen-reader-text,
#wpstats {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

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

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

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


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

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

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

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

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

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

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

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

body.custom-background.background-cover {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Stretched Content */
.stretch {
	max-width: 960px;
}

.stretch-wide {
	max-width: 1280px;
}

.stretch.stretch-left,
.stretch-wide.stretch-left {
	margin-right: 0;
}

.stretch.stretch-right,
.stretch-wide.stretch-right {
	margin-left: 0;
}

/* Responsive Styles */
@media (max-width: 1039px) and (min-width: 800px) {
	.stretch {
		margin-left: calc((100vw - 800px) / -2);
		margin-right: calc((100vw - 800px) / -2);
	}
}

@media (min-width: 1040px) {
	.stretch {
		margin-left: -120px;
		margin-right: -120px;
	}
}

@media (max-width: 1359px) and (min-width: 800px) {
	.stretch-wide {
		margin-left: calc((100vw - 800px) / -2);
		margin-right: calc((100vw - 800px) / -2);
	}
}

@media (min-width: 1360px) {
	.stretch-wide {
		margin-left: -280px;
		margin-right: -280px;
	}
}


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

.author-box:before,
.archive .post:before,
.blog .post:before,
.clearfix:before,
.post-navigation:before,
.record-meta:before,
.site-header-inside:before,
.site-content:before,
.site-footer:before,
.site-footer-inside:before,
.author-box:after,
.archive .post:after,
.blog .post:after,
.clearfix:after,
.post-navigation:after,
.record-meta:after,
.site-header-inside:after,
.site-content:after,
.site-footer:after,
.site-footer-inside:after {
	content: " ";
	display: table;
}

.author-box:after,
.archive .post:after,
.blog .post:after,
.clearfix:after,
.post-navigation:after,
.record-meta:after,
.site-header-inside:after,
.site-content:after,
.site-footer:after,
.site-footer-inside:after {
	clear: both;
}


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

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

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: 1;
	}
}


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

.site-header {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 40;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.twotone-header-overlay {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.site-header-inside {
	color: #fff;
	position: relative;
	z-index: 20;
}

.site-branding {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	min-height: 2em;
	position: relative;
	z-index: 20;
}

.site-logo {
	display: block;
	margin-top: 1.25em;
	max-height: 90px;
	max-width: 320px;
	width: auto;
}

.site-title {
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.33333333;
	margin-right: 3.33333333em;
	text-transform: uppercase;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

/* Custom Header Heights */
.mid-height-header .site-header {
	min-height: 50vh;
}

.admin-bar.mid-height-header .site-header {
	min-height: calc((50vh - 23px));
}

.full-height-header .site-header {
	min-height: 100vh;
}

.admin-bar.full-height-header .site-header {
	min-height: calc((100vh - 46px));
}

/* Responsive */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.mid-height-header .site-header {
		min-height: 100vh;
	}

	.admin-bar.mid-height-header .site-header {
		min-height: calc((100vh - 46px));
	}
}

@media screen and (min-width: 1025px) {
	.site-branding {
		float: left;
		max-width: 320px;
		min-height: 0;
	}

	.site-title {
		margin-right: 0;
	}

	.mid-height-header .site-header,
	.admin-bar.mid-height-header .site-header {
		min-height: 500px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar.full-height-header .site-header {
		min-height: calc((100vh - 32px));
	}
}


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

.site-content {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.content-area-inside {
	margin-bottom: 1.875em;
	margin-top: 1.875em;
}

.hentry {
	position: relative;
}

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

.entry-header .entry-meta {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

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

.entry-header .posted-by:before,
.entry-header .entry-comments-link:before {
	content: "\00B7";
}

.entry-header .posted-by {
	display: none;
}

.group-blog .entry-header .posted-by {
	display: inline-block;
}

.summary-item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.25em;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.summary-item-header .summary-item-title {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.summary-item-title,
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
	margin-bottom: 0;
}

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

.entry-image {
	display: block;
	margin-bottom: 1.875em;
}

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

.intro-content h1,
.page-content h1,
.entry-content h1,
.comment-content h1 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 0.8em;
}

.intro-content h2,
.page-content h2,
.entry-content h2,
.comment-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 1em;
}

.intro-content h3,
.page-content h3,
.entry-content h3,
.comment-content h3 {
	text-transform: uppercase;
}

.intro-content h3,
.page-content h3,
.entry-content h3,
.comment-content h3,
.intro-content h4,
.page-content h4,
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.33333333em;
}

.intro-content h5,
.page-content h5,
.entry-content h5,
.comment-content h5 {
	text-transform: uppercase;
}

.intro-content h5,
.page-content h5,
.entry-content h5,
.comment-content h5,
.intro-content h6,
.page-content h6,
.entry-content h6,
.comment-content h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.5em;
}

.intro-content h1,
.page-content h1,
.entry-content h1,
.comment-content h1,
.intro-content h2,
.page-content h2,
.entry-content h2,
.comment-content h2,
.intro-content h3,
.page-content h3,
.entry-content h3,
.comment-content h3,
.intro-content h4,
.page-content h4,
.entry-content h4,
.comment-content h4,
.intro-content h5,
.page-content h5,
.entry-content h5,
.comment-content h5,
.intro-content h6,
.page-content h6,
.entry-content h6,
.comment-content h6 {
	clear: both;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.intro-content a,
.page-content a,
.entry-content a,
.comment-content a {
	text-decoration: underline;
}

.intro-content a:hover,
.page-content a:hover,
.entry-content a:hover,
.comment-content a:hover,
.intro-content a:focus,
.page-content a:focus,
.entry-content a:focus,
.comment-content a:focus {
	opacity: 0.6;
}

.intro-content .button,
.page-content .button,
.entry-content .button,
.comment-content .button {
	text-decoration: none;
}

.intro-content h1,
.intro-content h2,
.intro-content h3,
.intro-content h4,
.intro-content h5,
.intro-content h6 {
	color: inherit;
}

.page-content h1,
.entry-content h1,
.comment-content h1,
.page-content h2,
.entry-content h2,
.comment-content h2,
.page-content h3,
.entry-content h3,
.comment-content h3,
.page-content h4,
.entry-content h4,
.comment-content h4,
.page-content h5,
.entry-content h5,
.comment-content h5,
.page-content h6,
.entry-content h6,
.comment-content h6 {
	color: #333;
}

.entry-content,
.entry-sidebar {
	margin-bottom: 2.5em;
}

.entry-content .lead {
	color: #333;
}

.entry-footer {
	clear: both;
}

.entry-terms {
	clear: both;
	margin-bottom: 1.5em;
}

.entry-terms .term-list,
.entry-terms .term-title {
	color: #777;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}

.entry-terms .term-title {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-weight: 400;
	margin: 0 0.5em 0 0;
}

.entry-terms .term-list {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.entry-terms .term-list li {
	display: inline-block;
	margin-bottom: 0;
}

.entry-terms .term-list li:after {
	content: "\002C\00A0";
}

.entry-terms .term-list li:last-child:after {
	content: "";
}

.lead {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.625;
	margin-bottom: 1em;
}

.meta-links li {
	display: inline-block;
}

.meta-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

time.updated {
	display: none;
}

.sticky {
	content: "";
}

/* Responsive */
@media (min-width: 768px) {
	.content-area-inside {
		margin-bottom: 4.375em;
		margin-top: 4.375em;
	}

	.summary-item-title,
	.entry-title {
		line-height: 1.5;
	}
}

@media (min-width: 960px) {
	.entry-sidebar {
		margin-bottom: 4.375em;
	}
}


/* Archives
------------------------------------------------------------------------------*/

.page-header {
	margin-bottom: 4.0625em;
	text-align: center;
}

.page-title a:hover {
	text-decoration: none;
}

.page-content {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.625;
}

.search .content-area .hentry {
	margin-bottom: 1.25em;
}

.archive .content-area .post,
.blog .content-area .post {
	margin-bottom: 1.875em;
}

.search .content-area .hentry,
.archive .content-area .post,
.blog .content-area .post {
	border-bottom: 1px solid #ddd;
}

.search .content-area .hentry .entry-content,
.archive .content-area .post .entry-content,
.blog .content-area .post .entry-content {
	margin-bottom: 1.875em;
}

.search .content-area .hentry:last-child,
.archive .content-area .post:last-child,
.blog .content-area .post:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
}

.search .content-area .hentry:last-child .entry-content,
.archive .content-area .post:last-child .entry-content,
.blog .content-area .post:last-child .entry-content {
	margin-bottom: 0;
}

/* Responsive */
@media (min-width: 768px) {
	.search .content-area .hentry {
		margin-bottom: 3.125em;
	}

	.archive .content-area .post,
	.blog .content-area .post {
		margin-bottom: 4.375em;
	}

	.search .content-area .hentry .entry-content,
	.archive .content-area .post .entry-content,
	.blog .content-area .post .entry-content {
		margin-bottom: 4.375em;
	}
}


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

.comments-area {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	clear: both;
	padding-top: 2.5em;
}

.comments-area .required {
	color: #f00;
	font-weight: 400;
}

.comments-area-inside {
	padding-bottom: 2.5em;
}

.comments-title,
.comment-reply-title {
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin: 0;
	padding-bottom: 1.25em;
	text-transform: uppercase;
}

.comments-title a:hover,
.comment-reply-title a:hover {
	text-decoration: none;
}

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

.comment-reply-title a {
	color: #777;
	display: block;
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.comment-reply-title a:hover,
.comment-reply-title a:focus {
	text-decoration: underline;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li {
	margin-bottom: 0;
}

.comment-list article,
.comment-list .trackback,
.comment-list .pingback {
	border-top: 1px solid #ddd;
	margin: 0;
}

.comment-list article {
	padding: 2.5em 0 2.1875em;
}

.comment-list .trackback,
.comment-list .pingback {
	padding: 1.5em 0;
}

.comment-list > .comment > .children {
	padding-left: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.comment-list .children article {
	border-left: 3px solid #ddd;
	border-top-width: 0;
	margin-bottom: 2.1875em;
	padding: 0 0 0 1.875em;
}

.comment-list .reply {
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-list .reply a {
	color: #777;
	display: inline-block;
	text-transform: uppercase;
}

.comment-list .comment-respond {
	margin-bottom: 2.5em;
}

.comment-list + .comment-respond {
	border-top: 1px solid #ddd;
	margin-top: 0.9375em;
	padding-top: 1.875em;
}

.comment-author {
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-author .avatar {
	border-radius: 100%;
	float: left;
	margin-right: 1.11111111em;
}

.comment-author .fn {
	display: inline-block;
	margin-top: 0.27777778em;
}

.comment-author .says {
	display: none;
}

.bypostauthor > article .fn:after {
	color: #777;
	content: "\f213";
	position: relative;
	top: 5px;
	left: 5px;
}

.comment-metadata,
.trackback .edit-link,
.pingback .edit-link {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.trackback .comment-body,
.pingback .comment-body {
	font-weight: 700;
}

.trackback a,
.pingback a {
	font-weight: 400;
}

.comment-metadata {
	margin-bottom: 1.71428571em;
}

.comment-metadata .edit-link:before {
	content: "/";
	margin-right: 0.35714286em;
}

.comment-form label {
	color: #333;
	display: block;
	font-weight: 700;
}

.comment-form .submit {
	margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}

.logged-in-as {
	display: none;
}

.comments-footer {
	border-top: 1px solid #ddd;
	font-style: italic;
}

.comments-footer p {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

.form-submit {
	margin-bottom: 0;
}

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

/* Responsive */
@media (min-width: 768px) {
	.comment-list .children {
		padding-left: 1.875em;
	}

	.comment-notes {
		color: #777;
		float: right;
		padding: 1.625em 0 0 3.75em;
	}

	.comment-notes,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		max-width: 50%;
	}
}

@media (min-width: 960px) {
	.comments-area {
		padding-top: 5em;
	}

	.comments-area-inside {
		padding-bottom: 5em;
	}
}


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

.intro-area {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	/*
	margin-bottom: 4.6875em;
	*/
	position: relative;
	text-align: center;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	-ms-flex-positive: 1;
	-webkit-justify-content: center;
	justify-content: center;
}

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

.intro-area .button {
	background-color: #fff;
}

.intro-area .button:hover,
.intro-area .button:focus {
	opacity: 0.8;
}

.has-player .intro-area {
	margin-bottom: 0;
}

.intro-content {
	padding-bottom: 5em;
	padding-top: 5em;
}

.intro-content .intro-title {
	color: inherit;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.home .intro-content h1,
.home .intro-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
}

/* Responsive */
@media (min-width: 768px) {
	.intro-content {
		padding-bottom: 8.125em;
		padding-top: 8.125em;
	}

	.intro-content .intro-title {
		font-size: 48px;
		font-size: 4.8rem;
		letter-spacing: 0.2em;
	}

	.home .intro-content h1,
	.home .intro-content h2 {
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: 300;
	}
}


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

.post .entry-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.post .entry-header .entry-title {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}


/* Not Found
------------------------------------------------------------------------------*/

.not-found {
	margin-bottom: 1.25em;
}

.not-found .page-title {
	margin-bottom: 0;
}

.not-found .page-content {
	padding: 1.25em;
	text-align: center;
}

.not-found .page-content > :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.not-found .page-content {
		padding: 2.5em;
	}
}


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

.widget {
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
}

.widget-title {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin-bottom: 1.33333333em;
	text-transform: uppercase;
}


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

.home-widgets {
	margin-top: 1.875em;
	position: relative;
}

.home-widgets .widget {
	margin-bottom: 2.5em;
}

.home-widgets .widget-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.66666667em;
}

.home-widgets .widget,
.home-widgets .grid-sizer {
	width: 100%;
}

.home-widgets .gutter-sizer {
	width: 0;
}

.home-widgets .widget_facebook_likebox,
.home-widgets .widget_twitter_timeline {
	min-height: 400px;
}


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

.footer-widgets {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}

.footer-widgets .block-grid {
	padding-top: 2.5em;
}

.footer-widgets .block-grid-3 {
	position: relative;
}

.footer-widgets .block-grid--gutters {
	margin-left: 0;
	margin-right: 0;
}

.footer-widgets .block-grid--gutters > .block-grid-item {
	padding: 0 1.25em;
}

.footer-widgets .widget_authors ul ul {
	list-style: none;
	padding: 0;
}

/* Responsive */
@media (min-width: 480px) {
	.home-widgets .widget,
	.home-widgets .grid-sizer {
		width: calc(50% - 10px);
	}

	.home-widgets .gutter-sizer {
		width: 20px;
	}
}

@media (min-width: 768px) {
	.home-widgets {
		margin-top: 4.375em;
	}

	.home-widgets .widget,
	.home-widgets .grid-sizer {
		width: calc(50% - 20px);
	}

	.home-widgets .gutter-sizer {
		width: 40px;
	}

	.footer-widgets .block-grid-3:before,
	.footer-widgets .block-grid-3:after {
		border: solid #ddd;
		border-width: 0 1px 0 0;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.footer-widgets .block-grid-3:before {
		left: 33.3333%;
	}

	.footer-widgets .block-grid-3:after {
		left: 66.6666%;
	}
}

@media (min-width: 960px) {
	.home-widgets:before {
		border-left: 1px solid #ddd;
		content: "";
		position: absolute;
		top: 0;
		bottom: 5em;
		left: 50%;
	}

	.home-widgets .widget {
		margin-bottom: 4.375em;
	}

	.home-widgets .widget,
	.home-widgets .grid-sizer {
		width: calc(50% - 40px);
	}

	.home-widgets .gutter-sizer {
		width: 80px;
	}

	.footer-widgets .block-grid {
		padding-bottom: 1.25em;
		padding-top: 5em;
	}

	.footer-widgets .block-grid--gutters > .block-grid-item {
		padding: 0 2.5em;
	}
}

@media (min-width: 1280px) {
	.footer-widgets .block-grid--gutters > .block-grid-item {
		padding: 0 5em;
	}
}


/* Default Widget Styles
------------------------------------------------------------------------------*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_recent_posts li,
.widget_rss_links li {
	margin-bottom: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_recent_posts ul,
.widget_rss_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Archives, Categories, Meta, & Pages Widgets */
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
	display: inline-block;
}

.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
	clear: both;
}

.widget_nav_menu .menu-item-has-children,
.widget_pages .page_item_has_children {
	padding-bottom: 0;
}

.widget .current-cat a,
.widget .current_page_item a {
	font-weight: 700;
}

.widget_recent_posts li {
	margin-bottom: 1.5em;
}

.widget_recent_posts li:last-child {
	margin-bottom: 0;
}

/* Calendar Widget */
.widget_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.widget_calendar table caption {
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

.widget_calendar table thead th {
	color: #333;
}

.widget_calendar table thead th,
.widget_calendar table tbody td {
	padding: 0.125em 0.3125em;
	text-align: center;
}

.widget_calendar table tfoot td {
	padding: 0.125em 0.625em;
}

.widget_calendar table tfoot td#next {
	text-align: right;
}

.widget_calendar .widget-title {
	display: none;
}

/* Recent Comments Widget */
.widget_recent_comments a.url {
	color: #333;
	font-style: italic;
	text-decoration: underline;
}

/* Recent Entries Widget */
.widget_recent_entries a {
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0;
	padding-top: 1.3125em;
}

.widget_recent_entries li {
	margin-bottom: 1.5em;
	position: relative;
}

.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries li > :last-child {
	padding-top: 0;
}

.widget_recent_entries .post-date {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-transform: uppercase;
}

/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.25em;
	position: relative;
}

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

.widget_rss ul .rsswidget {
	font-weight: 700;
}

.widget_rss ul .rssSummary {
	margin: 0.3125em 0;
}

.widget_rss ul .rss-date {
	font-style: italic;
}

.widget_rss .widget-title .rsswidget {
	display: inline-block;
}

.widget_rss .widget-title .rsswidget:first-child:after {
	color: #777;
	content: "\f413";
	display: inline-block;
	font-family: "themicons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	position: relative;
	top: -1px;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;

	speak: none;
}

.widget_rss .widget-title .rsswidget:first-child:hover:after {
	color: inherit;
}

.widget_rss .widget-title .rsswidget:last-child {
	float: left;
	margin-right: 5px;
}

.widget_rss .widget-title .rsswidget:last-child:after {
	display: none;
}

.widget_rss .widget-title .rsswidget:hover {
	text-decoration: none;
}

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

.widget_rss .rss-date {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.widget_rss cite {
	display: none;
}

/* Search Widget */
.widget_search label {
	width: 100%;
}

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

#subscribe-blog *:last-child {
	margin-bottom: 0;
}

/* Tag Cloud */
.widget_tag_cloud a {
	line-height: 1.5;
}

/* Text Widget */
.widget_text a {
	text-decoration: underline;
}

.widget_text a:hover,
.widget_text a:focus {
	opacity: 0.6;
}

.widget_text .button {
	text-decoration: none;
}

.widget_text .button:hover,
.widget_text .button:focus {
	opacity: 1;
}

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


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

.site-footer {
	background-color: #fff;
}

.site-footer-inside {
	margin-bottom: 0.9375em;
	margin-top: 0.9375em;
}

.credits {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* Responsive */
@media (min-width: 768px) {
	.site-footer-inside {
		margin-bottom: 1.875em;
		margin-top: 1.875em;
	}

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


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

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

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


/* General Navigation
------------------------------------------------------------------------------*/

.navigation {
	border-top: 1px solid #ddd;
	color: #333;
	position: relative;
}

.navigation .nav-links {
	position: relative;
}

.navigation .nav-previous,
.navigation .nav-next {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 50%;
}

.navigation .nav-previous a,
.navigation .nav-next a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 1.5em 0;
	text-transform: uppercase;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:focus,
.navigation .nav-next a:focus {
	text-decoration: none;
}

.navigation .nav-previous a:before,
.navigation .nav-next a:before,
.navigation .nav-previous a:after,
.navigation .nav-next a:after {
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.navigation .nav-previous {
	text-align: left;
}

.navigation .nav-previous a:before {
	content: "\f201";
	margin-right: 0.20833333em;
}

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

.navigation .nav-next a:after {
	content: "\f202";
	margin-left: 0.20833333em;
}


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

.page-links {
	border-top: 1px solid #ddd;
	clear: both;
	color: #333;
	padding-top: 1.25em;
	text-align: left;
}

.page-links a,
.page-links > span {
	display: inline-block;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 2em;
}

.page-links a {
	color: #777;
}

.page-links a:hover,
.page-links a:focus {
	color: #333;
}

.page-links .page-links-title {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	width: auto;
}

.page-links .page-links-title:after {
	content: ":";
}

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


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

.post-type-navigation {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	text-align: center;
}

.post-type-navigation a {
	border-radius: 3px;
	color: #777;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.57142857em 0.92857143em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.post-type-navigation a:hover,
.post-type-navigation a:focus {
	color: #333;
}

.post-type-navigation li {
	margin-bottom: 0;
}

.post-type-navigation ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

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

.post-type-navigation .current-menu-item a {
	color: #333;
	font-weight: 700;
}


/* Site Navigation
------------------------------------------------------------------------------*/

.site-navigation {
	color: #fff;
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.28571429;
	position: absolute;
	top: 1.42857143em;
	right: 0;
	z-index: 30;
}

.site-navigation a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.5em 1.42857143em;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.site-navigation li {
	display: block;
	margin-bottom: 0;
	word-wrap: break-word;

	overflow-wrap: break-word;
}

.site-navigation li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation ul:after {
	border: 8px solid rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0.64285714em;
	bottom: 100%;
	width: 0;
}

.site-navigation .menu-item-has-children a {
	padding-right: 3.21428571em;
}

.site-navigation .menu {
	background-color: #000;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	clear: both;
	display: none;
	float: right;
	padding: 0.75em 0;
	position: relative;
	top: 0.625em;
	width: 280px;
}

.site-navigation .menu > li:first-child {
	border-top-width: 0;
}

.site-navigation .menu > .current-menu-item > a,
.site-navigation .menu > .current-menu-parent > a,
.site-navigation .menu > .current-menu-ancester > a {
	font-weight: 700;
}

.site-navigation .sub-menu {
	background-color: #333;
	display: none;
	margin: 0;
}

.site-navigation .sub-menu:after {
	display: none;
}

.site-navigation .sub-menu-toggle {
	background: transparent;
	border-radius: 0;
	border-width: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: 400;
	line-height: 2.1875;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	width: 2.1875em;
}

.site-navigation .sub-menu-toggle:hover,
.site-navigation .sub-menu-toggle:focus {
	background-color: rgba(255, 255, 255, 0.2);
	color: inherit;
}

.site-navigation .sub-menu-toggle:before {
	content: "\f119";
}

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

.site-navigation .is-sub-menu-open > a > .sub-menu-toggle {
	background-color: #333;
}

.site-navigation .is-sub-menu-open > a > .sub-menu-toggle:before {
	content: "\f20c";
}

.site-navigation .is-sub-menu-open > a > .sub-menu-toggle:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.no-custom-background .site-navigation .menu {
	border-radius: 5px;
	box-shadow: 0 0 0 2px #333;
}

.no-custom-background .site-navigation .menu:after {
	border-bottom-color: #333;
	margin-bottom: 2px;
}

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

.site-navigation-toggle {
	background-color: transparent;
	border-color: transparent;
	border-width: 0 1px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.28571429;
	margin: 0;
	padding: 0 0.5em;
	position: relative;
	text-transform: uppercase;
}

.site-navigation-toggle:before {
	content: "\f212";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.29166667;
}

.site-navigation-toggle:hover,
.site-navigation-toggle:focus {
	background-color: rgba(0, 0, 0, 0.35);
	border-width: 0;
}

.site-navigation-toggle span {
	display: inline-block;
	margin-left: 0.35714286em;
}

.site-navigation-toggle.is-active {
	background-color: #000;
}

.site-navigation.is-open .menu {
	display: block;
}

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

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

/* Responsive */
@media (min-width: 1025px) {
	.site-navigation {
		margin-bottom: 1.42857143em;
		margin-top: 1.42857143em;
		position: relative;
		top: 0;
		text-align: right;
		text-transform: uppercase;
		z-index: 10;
	}

	.site-navigation .menu {
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		clear: none;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
		padding: 0;
		position: static;
		width: 100%;
	}

	.site-navigation .menu:after {
		display: none;
	}

	.site-navigation .menu li {
		display: inline-block;
		position: relative;
	}

	.site-navigation .menu li:hover > ul {
		display: block;
	}

	.site-navigation .menu > li:hover {
		background-color: transparent;
	}

	.site-navigation .menu > li > a {
		padding: 0.5em 0.71428571em;
	}

	.site-navigation .sub-menu {
		background-color: #000;
		border-radius: 3px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		float: left;
		margin-top: 0.71428571em;
		padding-bottom: 0.71428571em;
		padding-top: 0.71428571em;
		position: absolute;
		top: 100%;
		left: -0.71428571em;
		text-align: left;
		text-transform: none;
		width: 17.14285714em;
		z-index: 30;
	}

	.site-navigation .sub-menu:after {
		display: block;
		left: 1.42857143em;
	}

	.site-navigation .sub-menu:before {
		content: "";
		display: block;
		height: 10px;
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
	}

	.site-navigation .sub-menu li {
		display: block;
	}

	.site-navigation .sub-menu .divider {
		border-top: 1px solid #333;
		margin-top: 0.5em;
		padding-top: 0.5em;
	}

	.site-navigation .menu-item-has-children a {
		padding-right: 1.42857143em;
	}

	.site-navigation .sub-menu-toggle {
		display: none;
	}

	.site-navigation-toggle {
		display: none;
	}

	.no-custom-background .site-navigation .menu {
		box-shadow: none;
	}

	.no-custom-background .site-navigation .sub-menu {
		border-radius: 5px;
		box-shadow: 0 0 0 2px #333;
	}

	.no-custom-background .site-navigation .sub-menu:after {
		border-bottom-color: #333;
		margin-bottom: 2px;
	}
}


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

.social-navigation {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}

.social-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-navigation li {
	display: inline-block;
	margin: 0 0.20833333em;
}

.social-navigation a {
	color: #333;
	display: block;
	line-height: 1;
	text-decoration: none;
}

.social-navigation a:before {
	content: "\f10f";
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: #555;
}

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

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

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

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

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

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

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

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

.social-navigation a[href*="play.google.com"]:before {
	content: "\f106";
}

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

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

.social-navigation a[href*="last.fm"]:before {
	content: "\f10a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive */
@media (min-width: 768px) {
	.social-navigation {
		float: left;
		text-align: right;
		width: 50%;
	}
}


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

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

audio,
canvas {
	display: inline-block;
}

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

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

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

.jetpack-video-wrapper {
	margin-bottom: 1.5em;
}

.entry-video {
	margin-bottom: 2.5em;
}


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

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

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

figcaption,
.wp-caption-text {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/* Galleries
------------------------------------------------------------------------------*/

.gallery {
	margin: 0 -1% 1.5em;
	overflow: hidden;
}

.gallery,
.gallery-caption {
	position: relative;
}

.gallery-item {
	float: left;
	margin: 1% 0;
	padding: 0 1%;
}

.gallery-item a {
	border: none;
}

.gallery-size-thumbnail .gallery-item {
	max-width: 50%;
}

/* Responsive Galleries */
@media only screen and (min-width: 480px) {
	.gallery-size-thumbnail .gallery-item {
		max-width: 100%;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.me-plugin {
	position: absolute;
}

/* Player Overrides */
.twotone-mejs-container.mejs-container .mejs-controls .mejs-play button:before,
.twotone-mejs-container.mejs-container .mejs-controls .mejs-replay button:before {
	content: "\f152";
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-pause button:before {
	content: "\f151";
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-volume-button button:before {
	content: "\f159";
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	content: "\f158";
}

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

.twotone-mejs-container.mejs-container .mejs-controls {
	background: none;
	height: 30px;
	margin: 0;
	position: relative;
}

.twotone-mejs-container.mejs-container .mejs-controls a:hover {
	opacity: 1;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-button {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-button button {
	background: none;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

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

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

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time {
	color: #333;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0;
	padding-top: 0;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
}

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

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	background-color: #777;
	border: none;
	margin: 0;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	height: 0;
	overflow: hidden;
	top: -1.9em;
	visibility: hidden;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-top-color: #ddd;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ddd;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
	height: 10px;
	margin-top: 10px;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.twotone-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #ddd;
}

.twotone-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ddd;
}

.twotone-mejs-container.mejs-container button {
	color: #000;
}

.wp-audio-shortcode {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 1.5em 0;
}

.wp-video-shortcode.mejs-container {
	padding: 0;
}

.wp-video-shortcode.mejs-container .mejs-controls {
	background: #333;
	top: auto;
}

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

body .wp-playlist .wp-playlist-current-item img {
	margin-right: 20px;
	max-width: 80px;
}

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

body .wp-playlist-caption:hover {
	opacity: 1;
}

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

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

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

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

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

body .wp-playlist-item-length {
	font-size: 14px;
	font-size: 1.4rem;
	top: auto;
	right: 0.71428571em;
	bottom: 1.14285714em;
}

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

body .wp-playlist-light,
body .wp-playlist-light .wp-playlist-caption,
body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
	background: transparent;
	color: #333;
}

body .wp-audio-shortcode,
body .wp-playlist-current-item,
body .wp-playlist-tracks,
body .wp-playlist-item {
	border-color: #ddd;
}

body .wp-playlist-item:hover,
body .wp-playlist-item:focus,
body .wp-playlist-playing,
body .wp-playlist-light .wp-playlist-playing {
	background: transparent;
	color: #333;
}

body .wp-playlist-item-artist {
	color: #777;
}

body .wp-playlist-item:last-child {
	border-color: #ddd;
}

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


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

.twotone-player {
	color: #fff;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 6em;
	position: relative;
	z-index: 10;
}

.twotone-player audio {
	display: none;
}

.twotone-player button {
	font-size: 1em;
}

/* Player Playlist */
.twotone-player {
	margin: 0 -20px;
}

.twotone-player .playlist {
	background-color: #000;
	color: #fff;
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}

.twotone-player .cue-tracks {
	counter-reset: li;
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0.75em 0;
}

.twotone-player .cue-track {
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	list-style: none;
	margin-bottom: 0;
	padding: 0.5em 1.07142857em 0.5em 3.57142857em;
	position: relative;
}

.twotone-player .cue-track:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0;
	text-align: center;
	width: 3.57142857em;
}

.twotone-player .cue-track:hover,
.twotone-player .cue-track.is-playing {
	background-color: rgba(255, 255, 255, 0.2);
}

.twotone-player .cue-track.is-current {
	font-weight: 700;
}

.twotone-player .cue-track-artist,
.twotone-player .cue-track-title {
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twotone-player .cue-track-artist {
	display: none;
}

.twotone-player .cue-track-length {
	display: none;
}

/* MediaElement.js Skin */
.twotone-player .mejs-container {
	background: none;
	outline: 0;
	padding: 0.9375em 0;
	width: 100%;
}

.twotone-player .mejs-container .mejs-track-title,
.twotone-player .mejs-container .mejs-currenttime,
.twotone-player .mejs-container .mejs-duration {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

.twotone-player .mejs-container .mejs-inner {
	position: relative;
}

.twotone-player .mejs-container .mejs-mediaelement {
	background: transparent;
	display: none;
}

.twotone-player .mejs-container .mejs-track-details {
	margin-bottom: 0.625em;
	text-align: center;
}

.twotone-player .mejs-container .mejs-track-details .mejs-track-artist {
	display: none;
}

.twotone-player .mejs-container .mejs-track-details .mejs-track-title {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twotone-player .mejs-container .mejs-controls {
	background: none;
	height: auto;
	line-height: 1;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}

.twotone-player .mejs-container .mejs-controls div {
	font-size: 16px;
}

.twotone-player .mejs-container .mejs-controls .mejs-button {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 24px;
	font-size: 2.4rem;
	height: 1.33333333em;
	line-height: 1.33333333;
	text-align: center;
	width: 1.33333333em;
	z-index: 10;
}

.twotone-player .mejs-container .mejs-controls .mejs-button:before {
	width: 100%;
}

.twotone-player .mejs-container .mejs-controls .mejs-button:hover {
	background: rgba(0, 0, 0, 0.35);
	color: inherit;
}

.twotone-player .mejs-container .mejs-controls .mejs-button button {
	background: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	outline: 0;
	padding: 0;
}

.twotone-player .mejs-container .mejs-controls .mejs-playpause-button {
	margin: 0 0.625em;
}

.twotone-player .mejs-container .mejs-controls .mejs-play:before {
	content: "\f152";
	padding-left: 0.125em;
}

.twotone-player .mejs-container .mejs-controls .mejs-pause:before {
	content: "\f151";
}

.twotone-player .mejs-container .mejs-controls .mejs-previous:before {
	content: "\f156";
}

.twotone-player .mejs-container .mejs-controls .mejs-next:before {
	content: "\f155";
}

.twotone-player .mejs-container .mejs-controls .mejs-toggle-playlist {
	margin-left: 0.625em;
}

.twotone-player .mejs-container .mejs-controls .mejs-toggle-playlist:before {
	content: "\f153";
}

.twotone-player .mejs-container .mejs-controls .mejs-time-rail {
	margin: 0;
}

.twotone-player .mejs-container .mejs-controls .mejs-time-rail,
.twotone-player .mejs-container .mejs-controls .mejs-time {
	display: none;
}

.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-previous,
.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-next,
.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-toggle-playlist {
	display: none;
}

.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-playpause-button {
	margin: 0;
}

.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-time-rail {
	right: 0;
	left: 5.625em;
}

.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-time-rail,
.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-time-total {
	width: calc(100% - 135px) !important;
}

.twotone-player.cue-tracks-count-1 .mejs-container .mejs-controls .mejs-time {
	right: 0;
	left: 3em;
}

.twotone-player.is-tracklist-open .mejs-container .mejs-toggle-playlist,
.twotone-player.is-tracklist-open .mejs-container .mejs-toggle-playlist:hover {
	background: #000;
	color: #fff;
}

.twotone-player.is-tracklist-open .mejs-container .mejs-toggle-playlist:before {
	content: "\f20c";
}

/* Responsive */
@media (min-width: 480px) {
	.twotone-player {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.twotone-player .mejs-container .mejs-controls {
		text-align: left;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-toggle-playlist {
		float: right;
		margin-left: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-rail:before,
	.twotone-player .mejs-container .mejs-controls .mejs-time-current {
		background-color: currentColor;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-rail {
		display: block;
		height: 0.25em;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 6.875em;
		left: 12.5em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: calc(100% - 310px) !important;
		z-index: 10;
	}

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

	.twotone-player .mejs-container .mejs-controls .mejs-time-rail:before {
		content: "";
		opacity: 0.2;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
	.twotone-player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
		background: transparent;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-current {
		opacity: 0.5;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-loaded,
	.twotone-player .mejs-container .mejs-controls .mejs-time-total,
	.twotone-player .mejs-container .mejs-controls .mejs-time-current,
	.twotone-player .mejs-container .mejs-controls .mejs-time-hovered {
		cursor: pointer;
		display: block;
		height: 0.25em;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-float {
		visibility: hidden;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-handle,
	.twotone-player .mejs-container .mejs-controls .mejs-time-handle-content {
		display: none;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		height: auto;
		line-height: 2.28571429;
		padding: 0;
		pointer-events: none;
		position: absolute;
		top: 50%;
		right: 4.07142857em;
		left: 10.71428571em;
		text-align: left;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.twotone-player .mejs-container .mejs-controls .mejs-time-separator {
		display: none;
	}

	.twotone-player .mejs-container .mejs-controls .mejs-duration {
		float: right;
	}
}

@media (min-width: 768px) {
	.twotone-player .playlist {
		border-radius: 3px;
		max-width: 23.125em;
		right: -20px;
		left: auto;
		width: 100%;
	}

	.twotone-player .playlist:before {
		border: 8px solid rgba(255, 0, 0, 0);
		border-bottom-color: #000;
		content: " ";
		height: 0;
		pointer-events: none;
		position: absolute;
		right: 1.75em;
		bottom: 100%;
		width: 0;
	}

	.twotone-player .tracklist {
		max-height: 18.875em;
		overflow: auto;
	}

	.twotone-player .cue-track {
		padding-left: 3.57142857em;
		padding-right: 4.28571429em;
	}

	.twotone-player .cue-track:before {
		width: 3.57142857em;
	}

	.twotone-player .cue-track-title,
	.twotone-player .cue-track-length {
		display: block;
	}

	.twotone-player .cue-track-length {
		position: absolute;
		top: 0.64285714em;
		right: 1.42857143em;
	}

	.full-height-header .twotone-player .playlist,
	.mid-height-header .twotone-player .playlist {
		top: auto;
		bottom: calc(100% - 28px);
	}

	.full-height-header .twotone-player .playlist:before,
	.mid-height-header .twotone-player .playlist:before {
		border-bottom-color: transparent;
		border-top-color: #000;
		top: 100%;
		bottom: auto;
	}
}


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


/* Author Box
------------------------------------------------------------------------------*/

.author-box {
	border-top: 1px solid #ddd;
	margin-bottom: 3.75em;
	padding-top: 2.5em;
}

.author-box-items {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

.author-box-name {
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0.25em;
}

.author-box-image {
	float: left;
	margin: 0 1.25em 0 0;
	max-width: 5em;
	vertical-align: top;
}

.author-box-image img {
	border-radius: 100%;
}

.author-box-description p {
	margin-bottom: 0;
}

.author-box-description a {
	text-decoration: underline;
}

.author-box-description a:hover,
.author-box-description a:focus {
	opacity: 0.6;
}

.author-link-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.author-link-item {
	display: inline-block;
	margin-bottom: 0;
}

.author-link-item:after {
	content: "|";
	display: inline-block;
	margin: 0 0.71428571em;
}

.author-link-item:last-child:after {
	display: none;
}

/* Responsive */
@media (min-width: 768px) {
	.author-box-image {
		margin-right: 1.875em;
	}

	.author-box-description {
		overflow: hidden;
	}
}


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

.block-grid {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

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

.block-grid-item {
	max-width: 100%;
	min-width: 0;
	text-align: center;

	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.block-grid-item-thumbnail {
	background-color: #ddd;
	display: block;
	margin-bottom: 0.875em;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.block-grid-item-thumbnail img {
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.block-grid-item-thumbnail:hover img,
.block-grid-item-thumbnail:focus img {
	opacity: 0.8;
}

.block-grid-item-title {
	color: #333;
	font-family: "Anonymous Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	word-wrap: break-word;
}

.block-grid-item-meta {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* Block Grid: Modifiers
------------------------------------------------------------------------------*/

/* Gutters */
.block-grid--gutters {
	margin-left: -15px;
	margin-right: -15px;
}

.block-grid--gutters > .block-grid-item {
	padding-left: 15px;
	padding-right: 15px;
}

/* Alignments */
.block-grid--centered {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* Thumbnail Layouts */
.block-grid--16x9 .block-grid-item-thumbnail {
	padding-top: 56.4%;
}

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

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

.block-grid--5x7 .block-grid-item-thumbnail {
	padding-top: 71%;
}

.block-grid--7x5 .block-grid-item-thumbnail {
	padding-top: 140%;
}


/* Block Grid: Responsive Modifiers
------------------------------------------------------------------------------*/

@media (min-width: 600px) {
	.block-grid-2 > .block-grid-item,
	.block-grid-3 > .block-grid-item,
	.block-grid-4 > .block-grid-item,
	.block-grid-5 > .block-grid-item {
		max-width: 50%;

		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) {
	.block-grid-3 > .block-grid-item,
	.block-grid-4 > .block-grid-item,
	.block-grid-5 > .block-grid-item {
		max-width: 33.3333%;

		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
	}
}

@media (min-width: 960px) {
	.block-grid-4 > .block-grid-item,
	.block-grid-5 > .block-grid-item {
		max-width: 25%;

		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

@media (min-width: 1024px) {
	.block-grid-5 > .block-grid-item {
		max-width: 20%;

		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}


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

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

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

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

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

@viewport {
	width: device-width;
}

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

/* Sticky Footer */
body,
.site {
	min-height: 100vh;
}

body.admin-bar,
.admin-bar .site {
	min-height: calc((100vh - 46px));
}

.site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.site-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Position & Padding */
.site,
.site-header,
.site-content,
.site-footer {
	position: relative;
}

.comments-area,
.content-area,
.content-area .navigation,
.home-widgets,
.site-header,
.site-footer {
	padding-left: 20px;
	padding-right: 20px;
}

.comments-area,
.content-area .navigation,
.footer-widgets {
	margin-left: -20px;
	margin-right: -20px;
}

.comments-area-inside,
.content-area-inside,
.home-widgets .widget-area-inside,
.intro-content,
.navigation .nav-links,
.site-header-inside,
.site-footer-inside {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Content Widths */
.comments-area-inside,
.content-area-inside,
.intro-content {
	max-width: 720px;
}

.home-widgets .widget-area-inside,
.layout-mid-width .content-area-inside {
	max-width: 960px;
}

.site-header-inside,
.site-footer-inside,
.layout-full-width .content-area-inside,
.navigation .nav-links {
	max-width: 1280px;
}

.layout-mid-width .entry-media,
.layout-full-width .entry-media {
	margin: auto;
}

/* Responsive */
@media (min-width: 782px) {
	body.admin-bar,
	.admin-bar .site {
		min-height: calc((100vh - 32px));
	}
}

@media (min-width: 768px) {
	.comments-area,
	.content-area,
	.content-area .navigation,
	.home-widgets,
	.site-header,
	.site-footer {
		padding-left: 40px;
		padding-right: 40px;
	}

	.comments-area,
	.content-area .navigation,
	.footer-widgets {
		margin-left: -40px;
		margin-right: -40px;
	}

	.has-entry-sidebar > :not(.entry-sidebar) {
		float: right;
		margin-left: 0;
		margin-right: 0;
		width: 66.6667%;
	}

	.has-entry-sidebar .entry-sidebar {
		float: left;
		margin-left: 0;
		margin-right: 0;
		width: 27.7778%;
	}

	.layout-content-sidebar .has-entry-sidebar > :not(.entry-sidebar) {
		float: left;
	}

	.layout-content-sidebar .has-entry-sidebar .entry-sidebar {
		float: right;
	}
}

@media (min-width: 960px) {
	.has-entry-sidebar > :not(.entry-sidebar) {
		margin-right: -16.6665%;
		width: 83.3333%;
	}

	.has-entry-sidebar .entry-sidebar {
		margin-left: -16.6665%;
		width: 41.6%;
	}

	.layout-content-sidebar .has-entry-sidebar > :not(.entry-sidebar) {
		margin-left: -16.6665%;
	}

	.layout-content-sidebar .has-entry-sidebar .entry-sidebar {
		margin-right: -16.6665%;
	}
}

@media (min-width: 1280px) {
	.site-footer-inside {
		padding-left: 0;
		padding-right: 0;
	}
}


/**
 * CueBar (plugin)
 * @link https://audiotheme.com/view/cuebar/
 * -----------------------------------------------------------------------------
 */

body.has-cuebar {
	margin-bottom: 50px;
}

.has-cuebar.full-height-header .site-header {
	min-height: calc((100vh - 50px));
}

.has-cuebar.admin-bar.full-height-header .site-header {
	min-height: calc((100vh - 96px));
}

@media screen and (min-width: 783px) {
	.has-cuebar.admin-bar.full-height-header .site-header {
		min-height: calc((100vh - 82px));
	}
}


/**
 * Cue Pro (plugin)
 * @link https://audiotheme.com/view/cuepro/
 * -----------------------------------------------------------------------------
 */

.twotone-player .cue-track .cue-button {
	border-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.7);
}

.twotone-player .cue-track .cue-button:focus,
.twotone-player .cue-track .cue-button:hover {
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
}

.twotone-player .cue-track .cue-track-actions {
	display: block;
	margin-top: 0.35714286em;
	padding: 0;
	text-align: left;
	width: auto;
}
