/*
Theme Name: Inside The Magic
Theme URI: http://underscores.me/
Author: Brian Richards
Author URI: http://rzen.net
Description: A custom theme built exclusively for ITM.
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itm
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Inside The Magic is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Modules
	## Normalize
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Colorbox
# Typography
	## Headings
	## Copy
# Elements
	## Forms
	## Links
	## Lists
	## Tables
# Navigation
	## Menus
# Content
	## Media
		### Captions
		### Galleries
	## Posts and pages
		### Post Header
		### Post Footer
			#### Post Tags
			#### Author Box
			#### Related Posts
		### Post Siderail
		### Post Navigation
	## Comments
	## Asides
	## Widgets
	## Ads
# Layout
	## Header
	## Footer
	## Videos
	## Photos
	## 404
	## Search
	## Front Page
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

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,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

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

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

::-moz-selection {
	background: #222;
	color: #FFF;
}

::selection {
	background: #222;
	color: #FFF;
}

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

/* Text meant only for screen readers. */

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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

/*--------------------------------------------------------------
## Colorbox
--------------------------------------------------------------*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	display: none;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	transition: none;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -32px;
	background: url(images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 3px;
	right: 5px;
	display: block;
	background: url(images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

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

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #e4e4e4;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #919191;
	cursor: help;
}

big {
	font-size: 125%;
}

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

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

blockquote,
q {
	quotes: "" "";
}

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

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

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.fa {
	width: 16px;
	-webkit-filter: invert(1);
	filter: invert(1);
	vertical-align: bottom;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
	display: block;
	background: #fafafa;
	color: #373737;
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	padding: 20px;
	margin: 0;
	border: 1px solid #bebebe;
	border-radius: 3px;
	-webkit-appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

textarea {
	width: 100%;
	height: 200px;
}

.button,
body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	background: #833192;
	color: #fff;
	font-size: 13.6px;
	font-size: 0.85rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(17, 17, 17, 0.5);
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 1.5em;
	border: 0;
	border-bottom: 4px solid #61246c;
	border-radius: 8px;
	box-shadow: none;
	-webkit-appearance: none;
	transition: background 0.3s ease;
}

.button:hover,
body #infinite-handle span button:hover,
.button:active,
body #infinite-handle span button:active,
.button:focus,
body #infinite-handle span button:focus,
button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
	background: #9437a5;
	color: #f1f1f1;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.button:active,
body #infinite-handle span button:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	border-bottom: 0;
	margin-top: 4px;
}

.button .subtext,
body #infinite-handle span button .subtext,
button .subtext,
input[type=button] .subtext,
input[type=reset] .subtext,
input[type=submit] .subtext {
	display: block;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	clear: both;
	text-transform: none;
}

body #infinite-handle span {
	background: none;
	padding: 0;
}

body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
	display: block;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.infinite-loader .spinner {
	margin: 1em auto;
}

.infinite-loader {
	margin-bottom: 2em;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #3cc5e7;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #69d3ed;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	text-align: center;
	margin: 1em auto 0.5em; /* Mobile menu */ /* Desktop menu */
}

.main-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.main-navigation ul {
	display: none;
}

/* Mobile Menu Toggle */

.menu-toggle {
	display: block;
	background: #303032;
	padding-right: 40px;
	border-bottom: 0;
	border-radius: 8px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -50px;
	margin-bottom: 0.5em;
}

.menu-toggle:hover {
	background: #3c3d40;
	cursor: pointer;
}

.menu-toggle:active,
.menu-toggle:focus {
	background: #303032;
	border-bottom: 0;
}

.menu-toggle .bar {
	width: 20px;
	height: 2px;
	background: #f1f1f1;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.5);
	position: absolute;
	right: 10px;
	top: 50%;
	transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
	transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
}

.menu-toggle .bar:nth-child(1) {
	background: #f79721;
	margin-top: -7px;
}

.menu-toggle .bar:nth-child(2) {
	background: #cc1d65;
	margin-top: -1px;
}

.menu-toggle .bar:nth-child(3) {
	background: #3cc5e7;
	margin-top: 5px;
}

.toggled .menu-toggle .bar {
	transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
	transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
}

.toggled .menu-toggle .bar:nth-child(1),
.toggled .menu-toggle .bar:nth-child(3) {
	margin-top: -1px;
}

.toggled .menu-toggle .bar:nth-child(1) {
	background: #f1f1f1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggled .menu-toggle .bar:nth-child(2) {
	opacity: 0;
}

.toggled .menu-toggle .bar:nth-child(3) {
	background: #f1f1f1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-navigation.toggled > ul {
	display: block;
}

/* Social Menu --------------------------------------- */

.site-header .menu-social-container {
	display: none;
}

.widget .menu-social-container {
	padding: 0;
	float: none;
}

.menu-social-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.menu-social-container li {
	float: left;
	margin-left: 10px;
	position: relative;
}

.menu-social-container li:first-child {
	margin-left: 0;
}

.menu-social-container li > a {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #FFF;
	color: #f1f1f1;
	border-radius: 50%;
	position: relative;
	transition: all 0.1s ease-in-out;
}

.menu-social-container li > a:visited {
	color: #f1f1f1;
}

.menu-social-container li > a:hover,
.menu-social-container li > a.active {
	border-color: #fff;
}

.menu-social-container li > a:focus {
	outline: none;
}

.menu-social-container li > a::before {
	display: inline-block;
	content: url("./includes/svgs/link.svg");
	-webkit-filter: invert(1);
	filter: invert(1);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
}

.menu-social-container li > a[href*="facebook.com"]::before {
	content: url("./includes/svgs/facebook.svg");
	width: 11px;
	margin-left: -6px;
	margin-top: -10px;
}

.menu-social-container li > a[href*="flickr.com"]::before {
	content: url("./includes/svgs/camera.svg");
}

.menu-social-container li > a[href*="instagram.com"]::before {
	content: url("./includes/svgs/instagram.svg");
}

.menu-social-container li > a[href*="pinterest.com"]::before {
	content: url("./includes/svgs/pinterest.svg");
}

.menu-social-container li > a[href*="twitter.com"]::before {
	content: url("./includes/svgs/twitter.svg");
}

.menu-social-container li > a[href*="youtube.com"]::before {
	content: url("./includes/svgs/youtube.svg");
}

.menu-social-container li > a.search-toggle::before {
	content: url("./includes/svgs/search.svg");
	margin-top: -9px;
}

.menu-social-container li > a[href*="facebook.com"] {
	background: #3C589A;
}

.menu-social-container li > a[href*="twitter.com"] {
	background: #68ACD2;
}

.menu-social-container li > a[href*="flickr.com"] {
	background: #FA68CC;
}

.menu-social-container li > a[href*="instagram.com"] {
	background: #dd2a7b;
}

.menu-social-container li > a[href*="pinterest.com"] {
	background: #bd081c;
}

.menu-social-container li > a[href*="youtube.com"] {
	background: #E72C2E;
}

.menu-social-container li > a.search-toggle {
	background: #833192;
}

.widget .menu-social-container li > a {
	color: #f1f1f1;
	text-indent: -999em;
	width: 48px;
	height: 48px;
	border: 0;
}

.widget .menu-social-container li > a::before {
	text-indent: 0;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.menu-social-container li.active:after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -13px;
	right: 10px;
}

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

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

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

/* Make sure embeds and iframes fit their containers. */

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

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

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	font-size: 14.4px;
	font-size: 0.9rem;
	max-width: 100%;
	padding: 1em 0 1em 2em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #bebebe;
	position: relative;
}

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

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

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.featured-main .archive-featured,
.featured-main .site-main,
.blog .archive-featured,
.blog .site-main,
.page:not(.page-template-template-videos) .archive-featured,
.page:not(.page-template-template-videos) .site-main,
.archive .archive-featured,
.archive .site-main,
.search .archive-featured,
.search .site-main {
	background: #fff;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: 0;
	box-shadow: 0 0 4px #d8d8d8;
	clear: both;
}

.featured-main .rss-feed-link,
.blog .rss-feed-link,
.page:not(.page-template-template-videos) .rss-feed-link,
.archive .rss-feed-link,
.search .rss-feed-link {
	font-size: 16px;
	font-size: 1rem;
	margin: 0.75em 0;
	position: relative;
	float: right;
}

.featured-main .rss-feed-link:hover,
.featured-main .rss-feed-link:active,
.featured-main .rss-feed-link:focus,
.blog .rss-feed-link:hover,
.blog .rss-feed-link:active,
.blog .rss-feed-link:focus,
.page:not(.page-template-template-videos) .rss-feed-link:hover,
.page:not(.page-template-template-videos) .rss-feed-link:active,
.page:not(.page-template-template-videos) .rss-feed-link:focus,
.archive .rss-feed-link:hover,
.archive .rss-feed-link:active,
.archive .rss-feed-link:focus,
.search .rss-feed-link:hover,
.search .rss-feed-link:active,
.search .rss-feed-link:focus {
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.featured-main .hentry,
.blog .hentry,
.archive:not(.post-type-archive-merchandise) .hentry,
.search .hentry {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 2px dotted #d8d8d8;
}

.featured-main .hentry .entry-image,
.blog .hentry .entry-image,
.archive:not(.post-type-archive-merchandise) .hentry .entry-image,
.search .hentry .entry-image {
	width: 130px;
	height: 130px;
	margin: 0 1em 1em 0;
	position: relative;
	float: left;
}

.featured-main .hentry .entry-title,
.featured-main .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .featured-main .hentry .episode-title,
.featured-main .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .featured-main .hentry .post-title,
.featured-main .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .featured-main .hentry .post-title,
.blog .hentry .entry-title,
.blog .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .blog .hentry .episode-title,
.blog .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .blog .hentry .post-title,
.blog .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .blog .hentry .post-title,
.archive:not(.post-type-archive-merchandise) .hentry .entry-title,
.archive:not(.post-type-archive-merchandise) .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .archive:not(.post-type-archive-merchandise) .hentry .episode-title,
.archive:not(.post-type-archive-merchandise) .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .archive:not(.post-type-archive-merchandise) .hentry .post-title,
.archive:not(.post-type-archive-merchandise) .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .archive:not(.post-type-archive-merchandise) .hentry .post-title,
.search .hentry .entry-title,
.search .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .search .hentry .episode-title,
.search .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .search .hentry .post-title,
.search .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .search .hentry .post-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	clear: none;
}

body .site-content .archive-featured:after {
	content: "";
	display: table;
	clear: both;
}

.page-id-2 .content-area .site-main {
	padding-top: 1em;
}

.page-id-2 .content-area .site-main .entry-header .entry-title,
.page-id-2 .content-area .site-main .entry-header .widget_podcast_episode .episode-title,
.widget_podcast_episode .page-id-2 .content-area .site-main .entry-header .episode-title,
.page-id-2 .content-area .site-main .entry-header .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .page-id-2 .content-area .site-main .entry-header .post-title,
.page-id-2 .content-area .site-main .entry-header .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .page-id-2 .content-area .site-main .entry-header .post-title {
	font-size: 32px;
	font-size: 2rem;
}

.post-type-archive-merchandise .hentry,
.merch-wrap .hentry,
.posts-wrap .hentry {
	display: inline-block;
	padding-top: 2em;
	margin-top: 2em;
	border-top: 2px dotted #d8d8d8;
	vertical-align: top;
	width: 100%;
}

.post-type-archive-merchandise .hentry:nth-of-type(1),
.merch-wrap .hentry:nth-of-type(1),
.posts-wrap .hentry:nth-of-type(1) {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.post-type-archive-merchandise .infinite-wrap > .hentry.merchandise {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 2px dotted #d8d8d8;
}

.sticky {
	display: block;
}

.page-title,
.section-title {
	display: inline-block;
	background: #f79721;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	padding: 0.75em 1.5em;
	margin: 0 0 1em -1em;
}

.page-title span,
.page-title a,
.section-title span,
.section-title a {
	display: block;
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.2em;
	color: #fff;
}

.section-description {
	font-size: 22.4px;
	font-size: 1.4rem;
	text-align: center;
	font-style: italic;
}

.single .site-main > .hentry {
	background-color: #fff;
	padding: 1em 1.5em;
	box-shadow: 0 0 4px #d8d8d8;
	margin-bottom: 2em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
### Post Header
--------------------------------------------------------------*/

.entry-header {
	margin-bottom: 0;
}

.entry-title,
.widget_podcast_episode .episode-title,
.single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-next a .post-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.4em;
	font-weight: 900;
	letter-spacing: -1px;
	word-break: break-word;
	margin: 0 0 0.25em;
}

.single .entry-title,
.single .widget_podcast_episode .episode-title,
.widget_podcast_episode .single .episode-title,
.single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-next a .post-title {
	font-size: 32px;
	font-size: 2rem;
}

.entry-title a,
.widget_podcast_episode .episode-title a,
.single .post-navigation .nav-previous a .post-title a,
.single .post-navigation .nav-next a .post-title a {
	display: block;
	color: #111;
	transition: color 0.3s ease;
}

.entry-title a:hover,
.widget_podcast_episode .episode-title a:hover,
.single .post-navigation .nav-previous a .post-title a:hover,
.single .post-navigation .nav-next a .post-title a:hover {
	color: #833192;
}

.post-categories {
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 1.4em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.post-categories a:hover {
	text-decoration: underline;
}

.post-categories span {
	color: #5e5e5e;
	font-style: italic;
}

.entry-meta {
	color: #5e5e5e;
	padding: 1em 0;
	margin: 1em 0;
	border-top: 1px solid #d8d8d8;
}

.entry-meta .post-comments {
	float: right;
}

.entry-meta .post-comments .fa {
	-webkit-filter: invert(1) sepia(1) brightness(0.66) hue-rotate(126deg) saturate(14);
	filter: invert(1) sepia(1) brightness(0.66) hue-rotate(126deg) saturate(14);
	margin-right: 3px;
	width: 16px;
	position: relative;
	top: -3px;
}

.entry-date + .updated {
	display: none;
}

.entry-image {
	background: #3cc5e7;
	text-align: center;
	margin-bottom: 0.5em;
	position: relative;
}

.single .site-main > .hentry > .entry-image,
.comments-content-area .site-main > .entry-image {
	background: none;
	text-align: left;
}

.single .site-main > .hentry > .entry-image .image-wrap,
.comments-content-area .site-main > .entry-image .image-wrap {
	max-height: 400px;
	overflow: hidden;
}

.single .site-main > .hentry > .entry-image .entry-image-caption,
.comments-content-area .site-main > .entry-image .entry-image-caption {
	padding: 1em 0;
	margin: 0;
	border-bottom: 1px solid #bebebe;
}

.single .site-main > .hentry > .entry-image .entry-image-caption .fa,
.comments-content-area .site-main > .entry-image .entry-image-caption .fa {
	display: inline-block;
	width: 16px;
	margin-right: 5px;
	position: relative;
	top: -4px;
	-webkit-filter: invert(1) sepia(1) brightness(0.47) hue-rotate(0deg) saturate(0);
	filter: invert(1) sepia(1) brightness(0.47) hue-rotate(0deg) saturate(0);
}

.entry-image a,
.entry-image img {
	display: block;
}

.entry-image img {
	width: 100%;
}

.entry-image .fa {
	-webkit-filter: invert(1);
	filter: invert(1);
	width: 16px;
	line-height: 135px;
}

.entry-image-background-fill {
	background-size: cover;
	background-position: 50% 50%;
	height: 130px;
	width: 100%;
	overflow: hidden;
}

.entry-image-background-fill a {
	display: block;
	width: 100%;
	height: 100%;
}

.entry-image-background-fill img {
	display: none;
}

/*--------------------------------------------------------------
### Post Footer
--------------------------------------------------------------*/

.entry-footer {
	margin-top: 6px;
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 120%;
	color: #888;
}

.entry-footer span a {
	color: #888;
}

.entry-footer span a:hover {
	color: #888;
	text-decoration: underline;
}

.entry-footer .post-comments {
	display: block;
	margin-top: 0.5em;
}

.entry-footer .post-comments .fa {
	margin-right: 3px;
	height: 12px;
	-webkit-filter: invert(1) sepia(1) brightness(0.53);
	filter: invert(1) sepia(1) brightness(0.53);
}

/*--------------------------------------------------------------
#### Post Tags
--------------------------------------------------------------*/

.post-tags {
	color: #444444;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-tags a {
	display: inline-block;
	background: #b1b1b1;
	color: #fff;
	padding: 5px 6px 6px 3px;
	margin: 0 0 8px 19px;
	position: relative;
	transition: all 0.1s ease;
}

.post-tags a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #b1b1b1;
	position: absolute;
	top: 0;
	left: -11px;
	transition: all 0.1s ease;
}

.post-tags a:hover {
	background: #3cc5e7;
	color: #fff;
	text-decoration: none;
}

.post-tags a:hover:before {
	border-right-color: #3cc5e7;
}

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

.post-author {
	padding: 2em;
	margin: 2em auto;
	background: #373737;
	border-radius: 6px;
	position: relative;
}

.post-author:after {
	content: "";
	display: table;
	clear: both;
}

.post-author:before {
	content: "";
	display: block;
	border: 8px solid transparent;
	border-bottom-color: #373737;
	position: absolute;
	top: -16px;
	left: 5em;
}

.post-author .avatar img {
	display: block;
	margin-right: 1em;
	border: 4px solid #515151;
	border-radius: 50%;
	position: relative;
	float: left;
}

.post-author .title {
	color: #f1f1f1;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	clear: none;
}

.post-author .title a {
	color: #f1f1f1;
}

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

.post-author .description {
	color: #bebebe;
	line-height: 1.4em;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
#### Related Posts
--------------------------------------------------------------*/

.related-posts {
	margin: 1em 0;
}

.related-posts:after {
	content: "";
	display: table;
	clear: both;
}

.related-posts .related-header h1 {
	color: #fff;
}

.related-posts .hentry {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #d8d8d8;
}

.related-posts .hentry .entry-image {
	margin-bottom: 1em;
}

.related-posts .hentry .entry-image .fa:before {
	line-height: 100px;
	width: font-size(1);
}

.related-posts .hentry .entry-title,
.related-posts .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .related-posts .hentry .episode-title,
.related-posts .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .related-posts .hentry .post-title,
.related-posts .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .related-posts .hentry .post-title {
	font-size: 16px;
	font-size: 1rem;
}

.related-posts .hentry .entry-footer {
	margin: 6px 0 0 0;
}

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

.single .post-navigation {
	overflow: hidden;
	margin: 3em auto;
}

.single .post-navigation .entry-image {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 1em 1em 0;
	position: relative;
	float: left;
}

.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a {
	display: block;
	padding: 2em;
	transition: all 0.3s ease;
	overflow: hidden;
}

.single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-next a .post-title {
	font-size: 22.4px;
	font-size: 1.4rem;
	color: #111;
}

.single .post-navigation .nav-previous a:hover,
.single .post-navigation .nav-next a:hover {
	background: #d8d8d8;
}

.single .post-navigation .nav-previous a:hover .post-title,
.single .post-navigation .nav-next a:hover .post-title {
	color: #833192;
}

.single .post-navigation .nav-previous a {
	border-top: 3px solid #bebebe;
	border-bottom: 1px dotted #bebebe;
}

.single .post-navigation .nav-next a {
	border-bottom: 3px solid #bebebe;
}

.single .post-navigation .meta-nav {
	display: block;
	color: #919191;
	font-size: 12.8px;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.page-links { /* this is the default "current" state */
	display: inline-block;
	padding: 10px 15px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #eee;
	border-color: #999;
	line-height: 1.5em;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	font-size: 1.5em;
	background: #f5f5f5;
	width: 100%;
}

.page-links a { /* if it's inside a link, change the background color */
	color: #004c98;
	text-decoration: none;
}

.page-links a:hover { /* add a hover state */
	color: #187ce9;
}

ul.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 2em;
	border-top: 2px solid #ddd;
	text-align: center;
	position: relative;
	color: #777;
}

ul.page-numbers li {
	display: inline-block;
	margin-top: -2px;
}

ul.page-numbers li + li {
	margin-left: 10px;
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: inline-block;
	border-top: 2px solid transparent;
	padding: 15px 10px 10px;
	font-size: 0.85rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

ul.page-numbers li a:hover,
ul.page-numbers li span:hover {
	border-top-color: #0093C2;
	color: #0093C2;
}

ul.page-numbers li .current {
	color: #444;
	border-top-color: #444;
}

ul.page-numbers .prev,
ul.page-numbers .next {
	position: absolute;
	top: -2px;
}

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

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

.infinite-scroll .page-numbers {
	display: none;
}

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

.comments-content-area h1 a {
	display: inline;
	text-decoration: underline;
}

.comments-area,
.respond-container {
	position: relative;
}

.comments-title-container,
.comment-reply-title {
	border-top: 4px solid #bebebe;
	border-bottom: 2px dotted #bebebe;
	margin: 2em 0;
	padding: 1em 0;
}

.comments-title-container:after,
.comment-reply-title:after {
	content: "";
	display: table;
	clear: both;
}

.comments-title-container .icon,
.comment-reply-title .icon {
	-webkit-filter: invert(1) sepia(1) brightness(0) hue-rotate(0deg) saturate(0);
	filter: invert(1) sepia(1) brightness(0) hue-rotate(0deg) saturate(0);
}

.comments-title,
.comments-title-link {
	vertical-align: bottom;
	margin: 0;
}

.comments-title {
	float: left;
	margin: 0;
	padding: 0;
}

.comments-title,
.comment-reply-title {
	font-size: 1.4em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comments-title .fa,
.comment-reply-title .fa {
	width: 22px;
	position: relative;
	top: -5px;
}

.comments-title .fa-pencil,
.comment-reply-title .fa-pencil {
	margin-right: 5px;
}

.comments-title-link {
	float: right;
	font-size: 0.9em;
	font-weight: 700;
	position: relative;
	bottom: -5px;
}

.comments-title-link a {
	color: #3cc5e7;
	padding-bottom: 1px;
}

.comments-title-link a:hover {
	border-bottom-color: #3cc5e7;
}

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

.no-comments {
	margin: 50px 0 0 125px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}

.no-comments .fa {
	margin-right: 4px;
	color: #3cc5e7;
	width: 12px;
}

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

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

.comment-list .children {
	list-style: none;
	margin-left: 2em;
}

.comment {
	position: relative;
}

div.comment {
	margin-top: 25px;
}

.commentlist > .comment:first-child > .comment:first-child {
	margin-top: 0;
}

.comment .avatar {
	display: block;
	width: 40px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 3px;
	left: 0;
}

.comment-inner {
	margin-left: 60px;
	padding: 12px;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	position: relative;
}

.comment-inner:before,
.comment-inner:after {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #fff;
	position: absolute;
	top: 23px;
	left: -20px;
}

.comment-inner:before {
	border-right-color: #cbcbcb;
	border-width: 11px;
	top: 22px;
	left: -22px;
}

.comment-inner .comment-header h4 {
	margin: 0;
}

.bypostauthor {
	display: block;
}

.bypostauthor .comment-author-icon {
	display: block;
	width: 29px;
	height: 29px;
	padding-top: 5px;
	border-radius: 99px;
	background: #3cc5e7;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 5;
	top: -4px;
	left: -4px;
}

.comment-header {
	margin-bottom: 15px;
}

.comment-header h4 {
	font-size: 1.15rem;
	font-weight: 700;
}

.comment-header h4 a {
	color: #3cc5e7;
}

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

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

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 1em;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-meta {
	color: #777;
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	overflow: hidden;
}

.comment-meta a {
	color: #777;
}

.comment-meta a:hover {
	color: #3cc5e7;
}

.comment-meta .fa {
	margin: 0 4px 0 10px;
	position: relative;
	-webkit-filter: invert(1) sepia(1) brightness(0.6) hue-rotate(0deg) saturate(0);
	filter: invert(1) sepia(1) brightness(0.6) hue-rotate(0deg) saturate(0);
}

.comment-meta .fa:first-child {
	margin-left: 0;
}

.comment-meta .comment-timestamp {
	float: left;
}

.comment-meta .comment-reply-link {
	float: right;
}

/* Pingbacks & Tracksbacks ----------------------------------- */

.pingbacks {
	margin-top: 30px;
	border-top: 2px solid #eee;
	padding-top: 30px;
}

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #3cc5e7;
	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li {
	line-height: 125%;
}

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #bebebe;
	padding-top: 10px;
}

.pingbacklist a {
	color: #111;
}

.pingbacklist a:hover {
	color: #3cc5e7;
}

/* Comment Navigation ---------------------------------------- */

.comments-nav {
	margin-top: 30px;
}

.comments-nav a {
	display: block;
	font-size: 0.85rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comments-nav a:hover {
	border-top-color: #3cc5e7;
	color: #3cc5e7;
}

.comment-respond:focus {
	outline: none;
}

.comment-respond .logged-in-as {
	margin-bottom: 40px;
}

.comment-respond .logged-in-as a:first-of-type {
	font-weight: 700;
}

.comment-respond p {
	margin-bottom: 25px;
}

.comment-respond p:last-child {
	margin-bottom: 0;
}

.comment-respond p.comment-subscription-form {
	margin-bottom: 10px;
}

.comment-respond p.comment-subscription-form :last-of-type {
	margin-bottom: 0;
}

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

.comment-respond form {
	max-width: 68%;
	margin: 0 auto;
}

.comment-respond form label {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}

.comment-respond form label span {
	margin-left: 2px;
	color: red;
}

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

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

/* In-line Reply --------------------------------------- */

.comment-list .comment-respond {
	padding: 0 0 15px 80px;
	max-width: 100%;
}

.comment-list .comment-respond .comment-reply-title {
	margin: 0.5em 0 0;
}

.comment-list .comment-respond form {
	margin-left: 0;
}

.comment-list #cancel-comment-reply-link {
	margin-left: 3px;
	font-size: 0.85rem;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
}

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

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

.widget {
	background-color: #fff;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: 0;
	box-shadow: 0 0 4px #d8d8d8; /* Make sure select elements fit in widgets. */
}

.widget .widget-title {
	display: inline-block;
	background-color: #833192;
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	padding: 0.75em 1.5em;
	margin: 0 0 1em -1em;
}

.widget .widget-title span {
	display: block;
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget .widget-title a {
	color: #fff;
}

.widget select {
	width: 100%;
}

/* Search widget. */

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

/* Widget Icons. */

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li {
	color: #888;
}

.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before {
	display: inline-block;
	color: #999;
	font: 16px/1 "FontAwesome";
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
	margin-left: 1.5em;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
	display: inline-block;
	padding: 0.25em 0;
}

.widget_archive li:before {
	content: url("./includes/svgs/archive.svg");
}

.widget_categories li:before {
	content: url("./includes/svgs/folder.svg");
}

.widget_meta li:before {
	content: url("./includes/svgs/wrench.svg");
}

.widget_itm_recent_posts ul,
.widget_itm_featured_posts ul,
.widget_itm_popular_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_itm_recent_posts ul .entry-title,
.widget_itm_recent_posts ul .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_recent_posts ul .episode-title,
.widget_itm_recent_posts ul .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_recent_posts ul .post-title,
.widget_itm_recent_posts ul .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_recent_posts ul .post-title,
.widget_itm_featured_posts ul .entry-title,
.widget_itm_featured_posts ul .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_featured_posts ul .episode-title,
.widget_itm_featured_posts ul .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_featured_posts ul .post-title,
.widget_itm_featured_posts ul .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_featured_posts ul .post-title,
.widget_itm_popular_posts ul .entry-title,
.widget_itm_popular_posts ul .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_popular_posts ul .episode-title,
.widget_itm_popular_posts ul .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_popular_posts ul .post-title,
.widget_itm_popular_posts ul .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_popular_posts ul .post-title {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2em;
	letter-spacing: 0;
	margin: 0;
}

.widget_itm_recent_posts ul li,
.widget_itm_featured_posts ul li,
.widget_itm_popular_posts ul li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #d8d8d8;
}

.widget_itm_recent_posts ul li:after,
.widget_itm_featured_posts ul li:after,
.widget_itm_popular_posts ul li:after {
	content: "";
	display: table;
	clear: both;
}

.widget_itm_recent_posts ul li .entry-image,
.widget_itm_featured_posts ul li .entry-image,
.widget_itm_popular_posts ul li .entry-image {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.widget_itm_recent_posts ul li .entry-image .fa:before,
.widget_itm_featured_posts ul li .entry-image .fa:before,
.widget_itm_popular_posts ul li .entry-image .fa:before {
	width: 48px;
	line-height: 100px;
}

.widget_itm_recent_posts ul li:nth-of-type(n+2) .entry-image,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .entry-image,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .entry-image {
	width: 88px;
	height: 88px;
	margin: 0 10px 10px 0;
	position: relative;
	float: left;
}

.widget_itm_recent_posts ul li:nth-of-type(n+2) .entry-image .fa:before,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .entry-image .fa:before,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .entry-image .fa:before {
	width: 48px;
	line-height: 88px;
}

.widget_itm_recent_posts ul li:nth-of-type(n+2) .entry-title,
.widget_itm_recent_posts ul li:nth-of-type(n+2) .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_recent_posts ul li:nth-of-type(n+2) .episode-title,
.widget_itm_recent_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_recent_posts ul li:nth-of-type(n+2) .post-title,
.widget_itm_recent_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_recent_posts ul li:nth-of-type(n+2) .post-title,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .entry-title,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_featured_posts ul li:nth-of-type(n+2) .episode-title,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_featured_posts ul li:nth-of-type(n+2) .post-title,
.widget_itm_featured_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_featured_posts ul li:nth-of-type(n+2) .post-title,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .entry-title,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .widget_podcast_episode .episode-title,
.widget_podcast_episode .widget_itm_popular_posts ul li:nth-of-type(n+2) .episode-title,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .widget_itm_popular_posts ul li:nth-of-type(n+2) .post-title,
.widget_itm_popular_posts ul li:nth-of-type(n+2) .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .widget_itm_popular_posts ul li:nth-of-type(n+2) .post-title {
	font-size: 14.4px;
	font-size: 0.9rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 0.5em;
}

.widget_itm_recent_posts .entry-image,
.widget_itm_featured_posts .entry-image,
.widget_itm_popular_posts .entry-image {
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 10px;
}

.widget_itm_recent_posts .entry-image a,
.widget_itm_featured_posts .entry-image a,
.widget_itm_popular_posts .entry-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.widget_itm_recent_posts .entry-image img,
.widget_itm_featured_posts .entry-image img,
.widget_itm_popular_posts .entry-image img {
	display: none;
}

.widget_itm_recent_posts a,
.widget_itm_featured_posts a,
.widget_itm_popular_posts a {
	color: #111;
	transition: color 0.3s ease;
}

.widget_itm_recent_posts a:hover,
.widget_itm_featured_posts a:hover,
.widget_itm_popular_posts a:hover {
	color: #833192;
}

.widget_itm_recent_posts .entry-meta,
.widget_itm_featured_posts .entry-meta,
.widget_itm_popular_posts .entry-meta {
	color: #5e5e5e;
	font-size: 12.8px;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	border: 0;
}

.widget_itm_recent_posts .entry-meta a,
.widget_itm_featured_posts .entry-meta a,
.widget_itm_popular_posts .entry-meta a {
	color: #5e5e5e;
}

.widget_itm_recent_posts .entry-meta a:hover,
.widget_itm_featured_posts .entry-meta a:hover,
.widget_itm_popular_posts .entry-meta a:hover {
	color: #833192;
}

.widget_itm_recent_posts .entry-meta .fa,
.widget_itm_featured_posts .entry-meta .fa,
.widget_itm_popular_posts .entry-meta .fa {
	-webkit-filter: invert(1) sepia(1) brightness(0.4) saturate(0);
	filter: invert(1) sepia(1) brightness(0.4) saturate(0);
}

.widget_itm_recent_posts .post-comments,
.widget_itm_featured_posts .post-comments,
.widget_itm_popular_posts .post-comments {
	display: block;
}

.widget_itm_recent_posts .no-wrap,
.widget_itm_featured_posts .no-wrap,
.widget_itm_popular_posts .no-wrap {
	display: inline;
}

.widget_itm_recent_posts .cat-link {
	display: block;
	color: #3cc5e7;
	text-align: center;
}

.widget_podcast_episode {
	background: #F9DE54;
	padding: 1.5em;
	border-radius: 8px;
	border-bottom: 4px solid #dfbc08;
	box-shadow: none;
}

.site-content .widget_podcast_episode > .widget-title {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0 0 1em;
	border-bottom: 2px solid #dfbc08;
}

.site-content .widget_podcast_episode > .widget-title span {
	display: inline-block;
	color: #833192;
	padding: 0.5em 0;
	border-bottom: 2px solid #833192;
	margin-bottom: -2px;
}

.single .widget_podcast_episode .episode-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.4em;
}

.widget_podcast_episode .episode-excerpt {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.widget_podcast_episode .browse-all {
	display: block;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #833192;
}

.podcast-archive-intro .widget_text {
	background: none;
	box-shadow: none;
	padding: 0;
}

.widget_itm_support_itm {
	background: #3d8ec9 url("images/body-background.jpg") no-repeat 52% 0 !important;
	color: #f1f1f1;
	text-shadow: 0 0 5px rgba(17, 17, 17, 0.8);
	padding: 1em;
	border-radius: 8px;
	border-bottom: 4px solid #2e73a5;
}

.widget_itm_support_itm h2 {
	margin: 0;
}

.widget_itm_support_itm p {
	margin-top: 0;
	margin-bottom: 1em;
}

.widget_itm_support_itm .logo {
	max-width: 100%;
}

.widget_itm_support_itm .logo .itm-logo-gray {
	fill: #fff;
}

.widget_itm_support_itm .button,
.widget_itm_support_itm body #infinite-handle span button,
body #infinite-handle span .widget_itm_support_itm button {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 1em;
	width: 100%;
}

.widget_itm_support_itm .amazon {
	background-color: #fc0;
	color: #111;
	border-bottom-color: #997a00;
}

.widget_itm_support_itm .paypal-once {
	background-color: #253B80;
	border-bottom-color: #0e1731;
	color: #f1f1f1;
}

.widget_itm_support_itm .paypal-monthly {
	background-color: #eee;
	border-bottom-color: #bbbbbb;
	color: #111;
}

.social-feed {
	overflow: hidden;
	vertical-align: top;
	position: relative;
}

.twitter-feed .widget-title {
	background-color: #68ACD2;
}

.fb-feed .widget-title {
	background-color: #3C589A;
}

.fb-feed iframe {
	width: 100% !important;
}

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

.site-content:after {
	content: "";
	display: table;
	clear: both;
}

.site-content .widget-area {
	overflow: hidden;
}

.site-content .widget-area:after {
	content: "";
	display: table;
	clear: both;
}

.inner-wrap,
.site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
}

.no-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.posts-wrap {
	background-color: #d8d8d8;
	padding: 2em;
	margin: 2em auto 0;
	border-radius: 8px;
}

.posts-wrap .hentry {
	border-top-color: #cbcbcb;
}

.posts-wrap .browse-all {
	margin-top: 2em;
}

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

.site-header {
	padding: 0;
	margin-bottom: 2em;
	position: relative;
}

.site-header .top-nav:after {
	content: "";
	display: table;
	clear: both;
}

.site-header .site-branding {
	position: relative;
}

.site-header .site-branding .inner-wrap,
.site-header .site-branding .site-content {
	background: #3cc5e7 url("images/header-bg.png") 50% 100% no-repeat;
	height: 145px;
	padding: 0;
	position: relative;
}

.site-header .site-branding .logo {
	display: block;
	background-color: #FFF;
	width: 195px;
	max-width: 195px;
	padding: 2em 1em 1em;
	margin: 0 auto;
}

.site-header > .inner-wrap,
.site-header > .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
## Search Container
--------------------------------------------------------------*/

.search-container {
	display: none;
	background: #fff;
}

.search-container .inner-wrap,
.search-container .site-content {
	position: relative;
	padding: 35px 92px 35px 0;
}

.search-container .inner-wrap:after,
.search-container .site-content:after {
	content: "";
	display: table;
	clear: both;
}

.search-container .inner-wrap .search-field,
.search-container .site-content .search-field {
	display: block;
	background: transparent;
	color: #833192;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.3em;
	padding: 0.4em;
	margin-left: 0.5em;
	border: none;
	border-bottom: 1px dotted #833192;
}

.search-container .inner-wrap .search-button,
.search-container .site-content .search-button {
	display: block;
	background: transparent;
	color: #833192;
	margin-top: -21px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	box-shadow: none;
	position: absolute;
	top: 50%;
	right: 0;
}

.search-container .inner-wrap .search-button .fa,
.search-container .site-content .search-button .fa {
	width: 40px;
	-webkit-filter: invert(1) sepia(1) brightness(0.3) hue-rotate(230deg) saturate(20);
	filter: invert(1) sepia(1) brightness(0.3) hue-rotate(230deg) saturate(20);
}

.search-container .inner-wrap .search-button:hover,
.search-container .site-content .search-button:hover {
	cursor: pointer;
}

.search-container .inner-wrap .search-button:hover .fa,
.search-container .site-content .search-button:hover .fa {
	-webkit-filter: invert(1) sepia(1) brightness(0.4) hue-rotate(230deg) saturate(20);
	filter: invert(1) sepia(1) brightness(0.4) hue-rotate(230deg) saturate(20);
}

.search-container .inner-wrap .search-button:focus,
.search-container .site-content .search-button:focus {
	outline: none;
}

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

.site-footer {
	background: #189ebf;
	color: #f1f1f1;
	position: relative;
}

.site-footer .inner-wrap,
.site-footer .site-content {
	padding: 1.5em;
	position: relative;
}

.site-footer .inner-wrap:after,
.site-footer .site-content:after {
	content: "";
	display: table;
	clear: both;
}

.site-footer .to-the-top {
	display: block;
	background: #61246c;
	width: 50px;
	height: 50px;
	padding-top: 21px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	right: 10px;
	transition: top 0.3s ease, box-shadow 0.3s ease;
}

.site-footer .to-the-top:hover {
	color: #fff;
	top: -30px;
	box-shadow: 0 5px 3px rgba(17, 17, 17, 0.5);
}

.site-footer .to-the-top .fa {
	display: block;
	-webkit-filter: invert(1);
	filter: invert(1);
	width: 22px;
	margin: -8px auto 0;
}

.site-footer .logo {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.site-footer .logo polygon,
.site-footer .logo path {
	fill: #f1f1f1;
}

.site-footer .widget-area {
	position: relative;
	clear: both;
}

.site-footer .widget-area:after {
	content: "";
	display: table;
	clear: both;
}

.site-footer .widget-area .widget {
	background: transparent;
	padding: 0;
	margin: 1em 0;
	position: relative;
	box-shadow: none;
	content: "";
	display: table;
}

.site-footer .widget-area .widget-title {
	background: transparent;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.site-footer .widget-area .widget-title span {
	color: #f1f1f1;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	border-bottom: 0;
}

.site-footer .widget-area .widget_nav_menu {
	margin: 1em auto 2em;
}

.site-footer .widget-area .widget_nav_menu a {
	top: 0;
	background: #f1f1f1;
	transition: all 0.2s ease;
}

.site-footer .widget-area .widget_nav_menu a::before {
	width: 26px;
	margin-left: -13px;
	margin-top: -13px;
	-webkit-filter: invert(1) sepia(1) brightness(0.53) hue-rotate(126deg) saturate(13);
	filter: invert(1) sepia(1) brightness(0.53) hue-rotate(126deg) saturate(13);
}

.site-footer .widget-area .widget_nav_menu a[href*="facebook.com"]::before {
	width: 16px;
	margin-left: -8px;
	margin-top: -15px;
}

.site-footer .widget-area .widget_nav_menu a:hover {
	top: -5px;
	box-shadow: 0 5px 3px rgba(17, 17, 17, 0.5);
}

.site-footer .widget-area a {
	color: #f1f1f1;
	border-bottom: 1px dotted rgba(241, 241, 241, 0.4);
}

/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/

.video-player {
	width: 100%;
	margin: 0 0 2em;
	overflow: hidden;
	position: relative;
	float: left;
}

.video-player .page-title {
	background: #dd3f41;
}

.video-player .video {
	max-width: 49%;
	margin-left: 2%;
}

.video-player .video:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

.video-player .video .screenshot {
	margin-bottom: 0.5em;
}

.video-player .video .title {
	color: #111;
}

.video-player .video:hover a,
.video-player .video.active a {
	background: rgba(17, 17, 17, 0.2);
}

.video-player .video:hover a .fa-play,
.video-player .video.active a .fa-play {
	opacity: 1;
}

.video-player .video.active a {
	background: #dd3f41;
}

.video-player .video.active a .title {
	color: #f1f1f1;
}

.yt-subscribe-button {
	position: absolute;
	bottom: -2px;
	right: 0;
	padding-bottom: 4px;
	border-bottom: 2px solid #dd3f41;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin: 0 auto 1em;
	height: 0;
	overflow: hidden;
}

.video-wrap embed,
.video-wrap object,
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-max-wrap {
	max-width: 960px;
	margin: 0 auto;
}

.video {
	display: block;
	max-width: 45%;
	margin-left: 5%;
	position: relative;
	float: left;
}

.video:after {
	content: "";
	display: table;
	clear: both;
}

.video a {
	display: block;
	padding: 0.5em;
	position: relative;
	float: left;
	width: 100%;
	transition: background 0.1s ease;
}

.video a:focus {
	outline: none;
}

.video .screenshot {
	display: block;
	position: relative;
}

.video .fa {
	display: block;
	vertical-align: middle;
	width: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	transition: opacity 0.1s ease;
}

.video .fa::before {
	content: url("./includes/svgs/youtube.svg");
}

.video .title {
	display: inline-block;
	color: #ddd;
	font-size: 12px;
	line-height: 1.2em;
	position: relative;
}

.video:hover a,
.video.active a {
	background: #2b2b2b;
}

.video:hover a .fa-play,
.video.active a .fa-play {
	opacity: 1;
}

.video.active a {
	background: #dd3f41;
}

body.page-template-template-videos {
	background: #111;
}

body.page-template-template-videos .site-header {
	background: #2b2b2b;
	box-shadow: none;
}

body.page-template-template-videos .site-main {
	background: none;
	box-shadow: none;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: 0;
	clear: both;
}

body.page-template-template-videos .page-header {
	border-bottom: 2px solid #bebebe;
	margin-bottom: 2em;
	text-align: center;
	position: relative;
}

body.page-template-template-videos .page-header,
body.page-template-template-videos .page-header a {
	color: #fff;
}

body.page-template-template-videos .page-header:after {
	content: "";
	display: table;
	clear: both;
}

body.page-template-template-videos .page-header .page-title,
body.page-template-template-videos .page-header p {
	background: none;
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 110%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

body.page-template-template-videos .page-header .page-title {
	float: left;
	padding: 0 0 10px;
	border-bottom: 2px solid #dd3f41;
	margin: 0;
	margin-bottom: -2px;
}

body.page-template-template-videos .page-header p {
	display: none;
}

body.page-template-template-videos .page-header p a:not(:first-child) {
	margin-left: 0.5em;
	padding-left: 0.75em;
	border-left: 1px solid #d8d8d8;
}

body.page-template-template-videos .page-header {
	border-color: #333;
}

body.page-template-template-videos .page-header .page-title {
	color: #eee;
}

body.page-template-template-videos .site-content .content-area {
	max-width: 1200px;
}

body.page-template-template-videos .videos:after {
	content: "";
	display: table;
	clear: both;
}

body.page-template-template-videos .video:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

body.page-template-template-videos .load-more-videos.loading {
	background: #61246c;
	border-bottom-color: #3e1746;
}

body.page-template-template-videos .sharedaddy {
	position: relative;
	text-align: center;
}

body.page-template-template-videos .sharedaddy .sd-content ul li {
	margin: 0 0.5em !important;
}

body.page-template-template-videos .sharedaddy .sd-content ul li a.sd-button:before {
	font-size: 32px;
	font-size: 2rem;
}

body.page-template-template-videos .sharedaddy h3.sd-title {
	color: #f1f1f1;
}

body.page-template-template-videos .sharedaddy h3.sd-title:before {
	display: none !important;
}

body.page-template-template-videos .sharedaddy .sd-social-icon .sd-button span.share-count {
	background: rgba(221, 63, 65, 0.8);
	padding: 4px;
	border-radius: 4px;
}

body.page-template-template-videos .posts-wrap {
	background-color: #2b2b2b;
}

body.page-template-template-videos .posts-wrap .hentry {
	border-top-color: #373737;
}

body.page-template-template-videos .posts-wrap .entry-title a,
body.page-template-template-videos .posts-wrap .single .post-navigation .nav-previous a .post-title a,
.single .post-navigation .nav-previous a body.page-template-template-videos .posts-wrap .post-title a,
body.page-template-template-videos .posts-wrap .single .post-navigation .nav-next a .post-title a,
.single .post-navigation .nav-next a body.page-template-template-videos .posts-wrap .post-title a,
body.page-template-template-videos .posts-wrap .widget_podcast_episode .episode-title a,
.widget_podcast_episode body.page-template-template-videos .posts-wrap .episode-title a {
	color: #f1f1f1;
	letter-spacing: 0;
}

/* by Once Coupled */

.single-video_embed .video-embed {
	margin-bottom: 2em;
}

@media screen and (min-width: 600px) {
	.single-video_embed .entry-meta {
		display: flex;
		align-items: center;
	}
}

.single-video_embed .video-embed-post-button {
	margin-top: 12px;
}

@media screen and (min-width: 600px) {
	.single-video_embed .video-embed-post-button {
		margin-top: 0;
		margin-left: auto;
	}
}

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

.single-video_embed .disclaimer {
	font-size: 90%;
	opacity: 90%;
	font-style: italic;
}

/* end Once Coupled */

/*--------------------------------------------------------------
## Photos
--------------------------------------------------------------*/

.album {
	width: 49%;
	margin: 1em 0 0 2%;
	position: relative;
	float: left;
}

.album .image {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.album .overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.album .meta {
	color: #f1f1f1;
	text-shadow: 0 1px 1px black;
	padding: 1em;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.album .title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2em;
	word-break: break-word;
	margin: 0;
}

.album .photos-count {
	display: block;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.album .photos-count .fa::before {
	display: inline-block;
	content: url("./includes/svgs/camera.svg");
	width: 1em;
}

.album:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

body.page-template-template-photos .site-content .content-area {
	width: 100%;
	max-width: 1200px;
}

body.page-template-template-photos .photos:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error404 .page-header {
	border-bottom: 2px solid #bebebe;
	margin-bottom: 40px;
	text-align: center;
}

.error404 .page-header:after {
	content: "";
	display: table;
	clear: both;
}

.error404 .page-header h1 {
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 110%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	float: left;
	padding: 0 0 10px;
	border-bottom: 2px solid #833192;
	margin: 0;
	margin-bottom: -2px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.site-content .search-form {
	margin: 0 auto 2em;
}

.site-content .search-form input[type=search] {
	width: 80%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	box-sizing: border-box;
}

.site-content .search-form button {
	background: #833192;
	font-size: 32px;
	font-size: 2rem;
	text-align: center;
	padding: 0.5em;
	margin: 0;
	width: 20%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
	float: left;
	box-sizing: border-box;
	transition: background 0.3s ease;
}

.site-content .search-form button:hover {
	background: #a53eb8;
}

.site-content .search-form:after {
	content: "";
	display: table;
	clear: both;
}

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

.home .header-placement {
	margin-bottom: 2em;
}

.home .home-top .widget_itm_recent_posts ul,
.home .home-top .widget_itm_featured_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home .home-top .widget_itm_recent_posts ul:after,
.home .home-top .widget_itm_featured_posts ul:after {
	content: "";
	display: table;
	clear: both;
}

.home .home-top .widget_itm_recent_posts ul li.secondary:last-of-type,
.home .home-top .widget_itm_featured_posts ul li.secondary:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.home .content-area > .site-main {
	background: none;
	box-shadow: none;
	padding: 0;
}

.home .featured-main {
	background-color: #fff;
	margin-bottom: 2em;
	padding: 1em;
	padding-top: 0;
	box-shadow: 0 0 4px #d8d8d8;
	clear: both;
}

.home .featured-main .site-main,
.home .featured-main .sidebar-featured {
	padding-top: 0;
}

.home .merch-wrap {
	background-color: #fff;
	margin: 2em auto;
	padding-bottom: 1em;
	box-shadow: 0 0 4px #d8d8d8;
	clear: both;
}

.home .merch-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.home .merch-wrap .merchandise {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.home .merch-wrap .page-title {
	background-color: #0db695;
}

.home .merch-wrap .entry-image {
	width: auto;
	float: none;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.home .merch-wrap .entry-title a,
.home .merch-wrap .single .post-navigation .nav-previous a .post-title a,
.single .post-navigation .nav-previous a .home .merch-wrap .post-title a,
.home .merch-wrap .single .post-navigation .nav-next a .post-title a,
.single .post-navigation .nav-next a .home .merch-wrap .post-title a,
.home .merch-wrap .widget_podcast_episode .episode-title a,
.widget_podcast_episode .home .merch-wrap .episode-title a {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Podcasts
--------------------------------------------------------------*/

body .mejs-embed,
body .mejs-embed body,
body .mejs-container .mejs-controls {
	background: #833192;
	padding: 0 5px;
	border-bottom: 3px solid #6b2877;
	border-radius: 30px;
}

body .mejs-container {
	background: none;
}

.podcast-image {
	width: 400px;
	max-width: 50%;
	margin-bottom: 2em;
}

.podcast_meta {
	text-align: center;
	margin-top: 0.5em;
}

.podcast_meta span {
	padding: 0.5em;
}

.podcast_meta a {
	color: #833192;
}

.podcast_meta a:hover,
.podcast_meta a:active,
.podcast_meta a:focus {
	color: #a53eb8;
}

.podcast_meta .subscribe {
	display: block;
	clear: both;
}

.podcast_meta .subscribe a {
	padding: 0 0.25em;
}

.post-type-archive-podcast .podcast.hentry,
.post-type-archive-podcast .podcast.hentry:nth-of-type(2),
.post-type-archive-podcast .podcast.hentry:nth-of-type(3),
.post-type-archive-podcast .podcast.hentry:nth-of-type(odd) {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #d8d8d8;
	float: none;
	clear: both;
}

.post-type-archive-podcast .podcast.hentry:first-of-type {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.post-type-archive-podcast .podcast.hentry .entry-title,
.post-type-archive-podcast .podcast.hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .post-type-archive-podcast .podcast.hentry .post-title,
.post-type-archive-podcast .podcast.hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .post-type-archive-podcast .podcast.hentry .post-title,
.post-type-archive-podcast .podcast.hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode .post-type-archive-podcast .podcast.hentry .episode-title {
	font-size: 16px;
	font-size: 1rem;
	margin: 0.2em 0;
}

.post-type-archive-podcast .podcast.hentry .fa {
	-webkit-filter: none;
	filter: none;
	width: 0.8em;
	margin-right: 0.25em;
}

.post-type-archive-podcast .podcast.hentry p {
	margin: 0;
	color: #444444;
}

.single-podcast .entry-content h3 {
	text-transform: uppercase;
	border-top: 3px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 3px;
	margin: 1.5em 0 0.5em;
}

/*--------------------------------------------------------------
## Merch
--------------------------------------------------------------*/

.post-type-archive-merchandise .site-header .site-branding .inner-wrap,
.post-type-archive-merchandise .site-header .site-branding .site-content,
.post-type-archive-merchandise .page-header .page-title {
	background-color: #0db695;
}

.merch-buttons {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px solid #bebebe;
	text-align: center;
}

.merch-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.merch-buttons p {
	margin: 0;
}

.merch-buttons a {
	display: inline-block;
	width: 33%;
	padding-top: 10px;
	text-align: center;
}

.merch-buttons a.active {
	background-color: rgba(131, 49, 146, 0.2);
	border-radius: 8px;
}

.merchandise .post-categories {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.merchandise .post-categories a {
	color: #0db695;
}

.merchandise .entry-image {
	margin-bottom: 0.25em;
}

.merchandise .entry-title,
.merchandise .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .merchandise .post-title,
.merchandise .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .merchandise .post-title,
.merchandise .widget_podcast_episode .episode-title,
.widget_podcast_episode .merchandise .episode-title {
	margin-bottom: 0.2em;
}

.merchandise .entry-title a,
.merchandise .single .post-navigation .nav-previous a .post-title a,
.single .post-navigation .nav-previous a .merchandise .post-title a,
.merchandise .single .post-navigation .nav-next a .post-title a,
.single .post-navigation .nav-next a .merchandise .post-title a,
.merchandise .widget_podcast_episode .episode-title a,
.widget_podcast_episode .merchandise .episode-title a {
	color: #086f5b;
}

.merch-purchase {
	text-align: center;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	clear: both;
}

.merch-purchase:after {
	content: "";
	display: table;
	clear: both;
}

.list-price .merch-purchase {
	display: none;
}

.single .merch-purchase {
	width: 300px;
	margin: 0 auto 2em;
}

.single .merch-purchase:first-of-type {
	position: relative;
	float: right;
	margin: 1em 0 2em 2em;
}

.merch-purchase .price-price-wrap {
	border: 1px solid #d8d8d8;
	width: 100%;
	margin-bottom: 0.5em;
}

.merch-purchase .label {
	display: block;
	background: #d8d8d8;
	color: #373737;
	font-size: 12.8px;
	font-size: 0.8rem;
	text-transform: uppercase;
	padding: 0.5em;
}

.merch-purchase .price {
	display: block;
	color: #0db695;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
}

.single .merch-purchase .price {
	font-size: 32px;
	font-size: 2rem;
}

.merch-purchase .purchase-button {
	background: #0db695;
	width: 100%;
	padding: 1em;
	border-bottom-color: #0b9e82;
}

.single .merch-purchase .purchase-button {
	font-size: 22.4px;
	font-size: 1.4rem;
}

.merch-purchase .purchase-button:hover,
.merch-purchase .purchase-button:active,
.merch-purchase .purchase-button:focus {
	background: #0fcea8;
	color: #fff;
}

.post-type-archive-merchandise .site-content .search-form {
	margin-bottom: 1em;
}

.post-type-archive-merchandise .site-content .search-form #search {
	padding: 11px;
}

.post-type-archive-merchandise .site-content .search-form .search-button {
	font-size: 24px;
	font-size: 1.5rem;
}

.post-type-archive-merchandise .site-content .search-form .search-button .fa {
	width: 24px;
}

@media screen and (min-width: 500px) and (max-width: 799px) {

.post-type-archive-merchandise .hentry,
.merch-wrap .hentry,
.posts-wrap .hentry {
	width: 47%;
	margin-left: 5%;
}

.post-type-archive-merchandise .hentry:nth-of-type(odd),
.merch-wrap .hentry:nth-of-type(odd),
.posts-wrap .hentry:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

.post-type-archive-merchandise .hentry:nth-of-type(2),
.merch-wrap .hentry:nth-of-type(2),
.posts-wrap .hentry:nth-of-type(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

body.page-template-template-videos .video,
body.page-template-template-videos .video:nth-of-type(odd) {
	max-width: 31.3333333333%;
	margin-left: 2%;
	clear: none;
}

body.page-template-template-videos .video:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

}

@media screen and (min-width: 500px) {

.related-posts .hentry {
	max-width: 30%;
	position: relative;
	float: left;
}

.related-posts .hentry:not(:first-of-type) {
	margin-left: 5%;
}

.video-player .video {
	max-width: 32%;
	margin-left: 2%;
}

.video-player .video:nth-of-type(odd) {
	margin-left: 2%;
	clear: none;
}

.video-player .video:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

body.page-template-template-videos .page-header p {
	display: block;
	float: right;
	margin: 0;
}

.album .overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.album .title {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.album,
.album:nth-of-type(odd) {
	width: 23%;
	margin-left: 2%;
	clear: none;
}

.album:nth-of-type(4n+1) {
	margin-left: 0;
	clear: both;
}

.site-content .search-form button {
	padding: 0.5em 1.5em;
}

.post-type-archive-podcast .podcast-archive-intro:after {
	content: "";
	display: table;
	clear: both;
}

.post-type-archive-podcast .podcast-archive-intro .widget_podcast_episode {
	max-width: 60%;
	margin-right: 4%;
	position: relative;
	float: left;
}

.post-type-archive-podcast .podcast-archive-intro .widget_text {
	max-width: 36%;
	position: relative;
	float: right;
}

}

@media screen and (min-width: 670px) {

.site-header .menu-social-container {
	display: block;
	position: absolute;
	top: 35px;
	right: 10px;
}

}

@media screen and (min-width: 800px) {

.main-navigation {
	display: block;
	font-size: 12.8px;
	font-size: 0.8rem;
	overflow: hidden;
}

.main-navigation ul li {
	display: inline-block;
	margin: 0 3px;
}

.main-navigation ul li a,
.main-navigation ul li a:visited {
	display: block;
	background: #94959a;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	padding: 1em 1.25em;
	border-radius: 8px;
	float: left;
	transition: opacity 0.2s ease;
	opacity: 1;
}

.main-navigation ul li:hover a,
.main-navigation ul li a:hover,
.main-navigation ul li a:active,
.main-navigation ul li a:focus {
	opacity: 0.8;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a {
	opacity: 0.8;
}

.menu-toggle {
	display: none;
}

.main-navigation > ul {
	display: block;
}

body .site-content .archive-featured > .hentry {
	width: 40%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #d8d8d8;
	position: relative;
	float: right;
	clear: right;
}

body .site-content .archive-featured > .hentry .entry-image {
	width: 200px;
	height: 100px;
}

body .site-content .archive-featured > .hentry .entry-title,
body .site-content .archive-featured > .hentry .widget_podcast_episode .episode-title,
.widget_podcast_episode body .site-content .archive-featured > .hentry .episode-title,
body .site-content .archive-featured > .hentry .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a body .site-content .archive-featured > .hentry .post-title,
body .site-content .archive-featured > .hentry .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a body .site-content .archive-featured > .hentry .post-title {
	font-size: 16px;
	font-size: 1rem;
}

body .site-content .archive-featured > .hentry:first-of-type {
	width: 60%;
	padding-right: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	float: left;
}

body .site-content .archive-featured > .hentry:first-of-type .entry-image {
	width: 100%;
	height: 325px;
}

body .site-content .archive-featured > .hentry:first-of-type .entry-title,
body .site-content .archive-featured > .hentry:first-of-type .widget_podcast_episode .episode-title,
.widget_podcast_episode body .site-content .archive-featured > .hentry:first-of-type .episode-title,
body .site-content .archive-featured > .hentry:first-of-type .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a body .site-content .archive-featured > .hentry:first-of-type .post-title,
body .site-content .archive-featured > .hentry:first-of-type .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a body .site-content .archive-featured > .hentry:first-of-type .post-title {
	font-size: 22.4px;
	font-size: 1.4rem;
}

body .site-content .archive-featured > .hentry:first-of-type .no-wrap {
	display: inline;
}

body .site-content .archive-featured > .hentry:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.post-type-archive-merchandise .hentry,
.merch-wrap .hentry,
.posts-wrap .hentry {
	width: 30%;
	margin-left: 3%;
}

.post-type-archive-merchandise .hentry:nth-of-type(3n+1),
.merch-wrap .hentry:nth-of-type(3n+1),
.posts-wrap .hentry:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

.post-type-archive-merchandise .hentry:nth-of-type(2),
.post-type-archive-merchandise .hentry:nth-of-type(3),
.merch-wrap .hentry:nth-of-type(2),
.merch-wrap .hentry:nth-of-type(3),
.posts-wrap .hentry:nth-of-type(2),
.posts-wrap .hentry:nth-of-type(3) {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.single .entry-content,
.single .entry-footer {
	margin: 1.5em 0 0;
}

.site-content .content-area {
	width: 100%;
	max-width: 68%;
	float: left;
}

.site-content .widget-area {
	width: 28.5%;
	margin-left: 3%;
	float: right;
}

.site-header {
	background: #fff;
	box-shadow: 0 0 4px #d8d8d8;
}

.site-header .site-branding .logo {
	margin-top: 0;
}

.site-header > .inner-wrap,
.site-header > .site-content {
	padding: 0 1em;
}

.site-footer .logo {
	margin: -1em 1em 0 -1em;
	position: relative;
	float: left;
}

.site-footer .widget-area.footer-widget-area-left {
	width: 67%;
	padding-right: 3%;
	margin-right: 3%;
	border-right: 3px solid #f1f1f1;
	float: left;
}

.site-footer .widget-area.footer-widget-area-right {
	width: 30%;
	float: left;
	clear: none;
}

.site-footer .widget-area .widget_nav_menu {
	margin: 1em 0;
}

.video-player {
	background-color: #fff;
	margin-bottom: 2em;
	padding: 0 1em 1em;
	box-shadow: 0 0 4px #d8d8d8;
	clear: both;
}

.video-player .video-wrap {
	width: 68%;
	float: left;
	margin-bottom: 0;
	padding-bottom: 40.25%;
}

.video-player .select-video {
	text-align: center;
	margin: 5px 0;
}

.video-player .video-scroll {
	background: #f1f1f1;
	width: 28.5%;
	padding-bottom: 42.5%;
	border: 1px solid #bebebe;
	position: relative;
	float: right;
	overflow-y: scroll;
}

.video-player .video-scroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.video-player .video-scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.video-player .video-scroll .videos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-player .video,
.video-player .video:nth-of-type(odd),
.video-player .video:nth-of-type(3n+1) {
	max-width: 100%;
	margin-left: 0;
}

.video-player .video .screenshot {
	max-width: 30%;
	margin-right: 0.5em;
	float: left;
}

.video-player .video .title {
	max-width: 65%;
}

.video .fa {
	opacity: 0;
}

body.page-template-template-videos .video,
body.page-template-template-videos .video:nth-of-type(odd) {
	max-width: 14.6666666667%;
	margin-left: 2%;
	clear: none;
}

body.page-template-template-videos .video:nth-of-type(6n+1) {
	margin-left: 0;
	clear: both;
}

.home .home-top .widget_itm_recent_posts ul li,
.home .home-top .widget_itm_featured_posts ul li {
	position: relative;
	float: left;
}

.home .home-top .widget_itm_recent_posts ul li.primary,
.home .home-top .widget_itm_featured_posts ul li.primary {
	width: 60%;
	padding-right: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.home .home-top .widget_itm_recent_posts ul li.primary .entry-image,
.home .home-top .widget_itm_featured_posts ul li.primary .entry-image {
	width: 100%;
	height: 325px;
}

.home .home-top .widget_itm_recent_posts ul li.primary .entry-title,
.home .home-top .widget_itm_recent_posts ul li.primary .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .home .home-top .widget_itm_recent_posts ul li.primary .post-title,
.home .home-top .widget_itm_recent_posts ul li.primary .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .home .home-top .widget_itm_recent_posts ul li.primary .post-title,
.home .home-top .widget_itm_recent_posts ul li.primary .widget_podcast_episode .episode-title,
.widget_podcast_episode .home .home-top .widget_itm_recent_posts ul li.primary .episode-title,
.home .home-top .widget_itm_featured_posts ul li.primary .entry-title,
.home .home-top .widget_itm_featured_posts ul li.primary .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .home .home-top .widget_itm_featured_posts ul li.primary .post-title,
.home .home-top .widget_itm_featured_posts ul li.primary .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .home .home-top .widget_itm_featured_posts ul li.primary .post-title,
.home .home-top .widget_itm_featured_posts ul li.primary .widget_podcast_episode .episode-title,
.widget_podcast_episode .home .home-top .widget_itm_featured_posts ul li.primary .episode-title {
	font-size: 22.4px;
	font-size: 1.4rem;
}

.home .home-top .widget_itm_recent_posts ul li.secondary,
.home .home-top .widget_itm_featured_posts ul li.secondary {
	width: 40%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #d8d8d8;
	float: right;
	clear: right;
}

.home .home-top .widget_itm_recent_posts ul li.secondary .entry-image,
.home .home-top .widget_itm_featured_posts ul li.secondary .entry-image {
	width: 200px;
	height: 100px;
}

.home .home-top .widget_itm_recent_posts ul li.secondary .no-wrap,
.home .home-top .widget_itm_featured_posts ul li.secondary .no-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.home .home-top .widget_itm_recent_posts ul li.secondary .entry-title,
.home .home-top .widget_itm_recent_posts ul li.secondary .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .home .home-top .widget_itm_recent_posts ul li.secondary .post-title,
.home .home-top .widget_itm_recent_posts ul li.secondary .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .home .home-top .widget_itm_recent_posts ul li.secondary .post-title,
.home .home-top .widget_itm_recent_posts ul li.secondary .widget_podcast_episode .episode-title,
.widget_podcast_episode .home .home-top .widget_itm_recent_posts ul li.secondary .episode-title,
.home .home-top .widget_itm_featured_posts ul li.secondary .entry-title,
.home .home-top .widget_itm_featured_posts ul li.secondary .single .post-navigation .nav-previous a .post-title,
.single .post-navigation .nav-previous a .home .home-top .widget_itm_featured_posts ul li.secondary .post-title,
.home .home-top .widget_itm_featured_posts ul li.secondary .single .post-navigation .nav-next a .post-title,
.single .post-navigation .nav-next a .home .home-top .widget_itm_featured_posts ul li.secondary .post-title,
.home .home-top .widget_itm_featured_posts ul li.secondary .widget_podcast_episode .episode-title,
.widget_podcast_episode .home .home-top .widget_itm_featured_posts ul li.secondary .episode-title {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.merch-buttons a {
	width: 19%;
	margin-right: 1%;
}

.archive .merch-purchase,
.featured-main .merch-purchase {
	clear: none;
	position: relative;
	float: right;
	margin-left: 1em;
}

.archive .grid-price .merch-purchase,
.featured-main .grid-price .merch-purchase,
.post-type-archive-merchandise .list-price .merch-purchase,
.merch-wrap .list-price .merch-purchase {
	display: none;
}

.list-price .merch-purchase,
.post-type-archive-merchandise .grid-price .merch-purchase {
	display: block;
}

}

@media screen and (max-width: 799px) {

.main-navigation > ul ul {
	display: block;
}

.main-navigation > ul li {
	display: block;
	position: relative;
	background: #94959a;
}

.main-navigation > ul li a,
.main-navigation > ul li a:visited {
	display: block;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1em 1.5em;
	margin-bottom: 5px;
	position: relative;
}

.main-navigation > ul li:first-child a {
	border-top: 0;
}

.main-navigation > ul li.current-menu-item > a {
	background: #a53eb8;
}

.featured-main .rss-feed-link,
.blog .rss-feed-link,
.page:not(.page-template-template-videos) .rss-feed-link,
.archive .rss-feed-link,
.search .rss-feed-link {
	display: none;
}

.site-content .widget-area {
	padding-top: 0;
	margin-top: -2em;
}

.video-player .video:nth-of-type(n+7) {
	display: none;
}

.home .home-top .widget_itm_recent_posts ul li.secondary .entry-image,
.home .home-top .widget_itm_featured_posts ul li.secondary .entry-image {
	width: 50%;
	height: 150px;
}

}

