/*
Theme Name: Vipo
Theme URI: http://themeforest.net/user/liviu_cerchez/portfolio
Version: 1.1.9
Author: liviu_cerchez
Author URI: http://themeforest.net/user/liviu_cerchez
Description: Podcast theme that looks great on any device.
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-menu, custom-logo, custom-header, editor-style, featured-images, post-formats, footer-widgets, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-2.0.html & http://themeforest.net/licenses
Text Domain: vipo

Note
~~~~
Do NOT edit this file. If you wish to add your own CSS it is strongly recommended you use your own child theme or use the Customizer > Additional CSS field.

Default Color Scheme
~~~~~~~~~~~~~~~~~~~~
 1. Accent - #ffc962
 2. Links - #ed553b
 3. Background - #fff
 4. Alt background - #f2f2f2
 5. Text - #222
 6. Alt text - #797d86

Table of contents
~~~~~~~~~~~~~~~~~

 0. Reset
 1. Typography
 2. Links
 3. Icons
 4. Useful classes
 5. Form elements
 6. Contact Form 7
 7. MailChimp Form
 8. Widgets
 9. Header
    9.1. Header - Logo
    9.2. Header - Main Menu
    9.3. Header - Social Links
    9.4. Header - Call to action
    9.5. Header - Hero Text
    9.6. Header - Hero Media
10. Content
11. Listing Posts & Episodes
12. Comments
13. Footer
14. Block Editor

*/

/* 0. Reset */
*,
*:before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
		scroll-behavior: smooth;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* 1. Typography */
html {
	background-color: #fff;
	font-size: 14px;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.48;
	background-color: inherit;
	color: #222;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.15;
	margin: 2.75rem 0 1rem;

	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-epub-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child {
	margin-top: 0;
}

h1 {
	font-size: 3.052em;
}

h1.display {
	font-size: 3.786em;
}

h2,
blockquote {
	font-size: 2.441em;
}

h3 {
	font-size: 1.953em;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

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

hr {
	background-color: #e8e8e8;
	background-color: rgba(34,34,34,.1);
	border: 0;
	height: 4px;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

p,
ul,
ol,
dl,
table,
pre,
form,
video,
embed,
iframe,
object {
	margin: 0 0 1.25rem;
}

p:empty {
	display: none;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul {
	padding-left: 1em;
}

ol ol {
	padding-left: 1.3333em;
}

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

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

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

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

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

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

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
	padding-left: 1.5em;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}

caption {
	font-size: 1rem;
	text-align: left;
	caption-side: top;
}

th,
td {
	border-bottom: 1px solid #e8e8e8;
	padding: .75em .5em;
	text-align: left;
}

th {
	padding: .5em;
	text-align: inherit;
	font-weight: 700;
	border-bottom-width: 2px;
	vertical-align: bottom;
}

td {
	font-weight: 400;
	vertical-align: top;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

table > :last-child tr:last-child td {
	border-bottom: 0;
}

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

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

legend {
	border-bottom: 1px solid #ddd;
	color: inherit;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 1.625em;
	padding-bottom: 0.53846154em;
	text-transform: uppercase;
	width: 100%;
}

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

blockquote {
	margin: 1.25em 0 .75em 0;
	text-align: center;
	line-height: 1.25;
}

blockquote:before {
	content: '\201D';
	display: block;
	font-size: 5.57143rem;
	line-height: 1rem;
}

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

blockquote cite {
	display: block;
	margin-top: 1.25em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	color: #797d86;
}

address {
	margin: 0 0 1.625em;
}

pre {
	background: #fafafa;
	border: 1px dotted #ddd;
	color: #666;
	font-size: .9rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

ins {
	padding: 0 .3em;
	text-decoration: none;
	background-color: #ffc962;
	color: #222;
}

mark {
	padding: 0 .3em;
	background-color: #222;
	color: #fff;
}

abbr[title],
acronym[title] {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	cursor: help;
}

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

svg {
	overflow: hidden;
	vertical-align: middle;
}

del {
	opacity: .6;
}

big,
.big-text {
	font-size: 114.2857%;
}

small,
.small-text {
	font-size: 85.7142%;
}

video {
	height: auto;
}

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

.podcast-episode-player audio,
.wp-audio-shortcode > audio,
.podcast-episode-player .wp-video > video {
	opacity: 0;
	visibility: hidden;
}

.podcast-episode-player audio,
.wp-audio-shortcode > audio {
	min-height: 44px;
	max-height: 44px;
	display: block;
}

/* 2. Links */
a {
	color: #ed553b;
}

a {
	font-weight: 600;
	text-decoration: none;
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

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

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

/* 4. Useful classes */
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0 none;
}

.clearfix:after,
.author-box:after,
.comment-body:after,
.entry-content:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.alignleft {
	float: left;
	margin-right: 1.25em;
	margin-bottom: 1.25rem;
}

.alignright {
	float: right;
	margin-left: 1.25em;
	margin-bottom: 1.25rem;
}

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

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

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

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

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

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

.text-color-grey {
	color: #797d86;
}

.text-strong {
	font-weight: 600;
}

.border-box-grey {
	border: 4px solid #e8e8e8;
	border: 4px solid rgba(34,34,34,.1);
}

.gallery {
	margin: 0 -1.1666667% 1.65rem;
	padding: 0;
}

.gallery .gallery-item {
	display: inline-block;
	margin: 0;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-caption,
.gallery-caption {
	color: #797d86;
	font-size: 85.7142%;
	margin-top: .2rem;
	margin-bottom: .2rem;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: .5em 0 1.25em;
}

.alert,
.box {
	padding: 1em;
	margin-bottom: 1.25rem;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
}

.alert.success {
	background-color: #defcca;
}

.alert.notice {
	background-color: #fffad4;
}

.alert.error {
	background-color: #fe4929;
	color: #fff;
}

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

/* 5. Form elements */
label {
	display: block;
	color: #797d86;
	font-size: 85.7142%;
	font-weight: 600;
	margin-bottom: .25em;
}

input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input {
	line-height: normal;
	overflow: visible;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
}

input[disabled],
button[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0;
	display: inline-block;
	margin-right: 0.3em;
	padding: 0;
	position: relative;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

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

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

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

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::-webkit-input-placeholder {
	color: #797d86;
}

:-moz-placeholder {
	color: #797d86;
}

::-moz-placeholder {
	color: #797d86;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #797d86;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=url],
select,
textarea {
	color: #222;
	font-family: inherit;
	font-size: 1rem;
	line-height: 21px;
	margin-bottom: 1.25em;
	padding: 10px;
	border: 4px solid #e8e8e8;
	border: 4px solid rgba(36, 36, 36, .1);
	width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #797d86;
	outline: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-transform: none;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzFweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAzMSA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMSA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6IzIyMjIyMiIgZD0iTTE1LjUsNUwxMSwwaDlMMTUuNSw1eiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 10px 30px 10px 10px;
}

select::-ms-expand {
	display: none;
}

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

progress {
	vertical-align: baseline;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

button {
	border-radius: 0;
	text-transform: none;
}

button:focus {
	overflow: visible;
}

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

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.pagination .page-numbers {
	display: inline-block;
	background: none;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-color: #f2f2f2;
	color: #222;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.48;
	margin: 0 .5em .75em 0;
	padding: 13px 30px 14px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	opacity: 1;
	-webkit-transition: color .1s, background-color .1s, border-color .1s;
	-o-transition: color .1s, background-color .1s, border-color .1s;
	transition: color .1s, background-color .1s, border-color .1s;
}

.button-primary,
button.button-primary,
button[type="submit"],
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"],
input[type="submit"].button-primary {
	border-color: #ffc962;
	background-color: #ffc962;
}

.button-secondary,
button.button-secondary,
input[type="button"].button-secondary,
input[type="reset"].button-secondary,
input[type="submit"].button-secondary {
	border-color: #ed553b;
	background-color: #ed553b;
	color: #fff;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.pagination a.page-numbers:hover,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.pagination a.page-numbers:focus,
.button-primary:hover,
button.button-primary:hover,
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:hover,
.button-primary:focus,
button.button-primary:focus,
input[type="button"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="submit"].button-primary:focus,
.button-grey,
button.button-grey,
input[type="button"].button-grey,
input[type="reset"].button-grey,
input[type="submit"].button-grey {
	background-color: #797d86;
	color: #fff;
	text-decoration: none;
}

.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.pagination a.page-numbers:active {
	opacity: .8;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.pagination a.page-numbers:focus {
	text-decoration: none;
}

.button-grey:hover,
button.button-grey:hover,
input[type="button"].button-grey:hover,
input[type="reset"].button-grey:hover,
input[type="submit"].button-grey:hover,
.button-grey:focus,
button.button-grey:focus,
input[type="button"].button-grey:focus,
input[type="reset"].button-grey:focus,
input[type="submit"].button-grey:focus,
.button-secondary:hover,
button.button-secondary:hover,
input[type="button"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="submit"].button-secondary:hover,
.button-secondary:focus,
button.button-secondary:focus,
input[type="button"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="submit"].button-secondary:focus,
.pagination .page-numbers.current {
	background-color: #222;
	color: #fff;
}

.button-small {
	padding: 9px 20px;
}

.button-wide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.button.underline {
	font-size: .85rem;
	padding: 5px 3px;
}

p > .button:last-child {
	margin-right: 0;
}

button svg.icon,
.button svg.icon,
.pagination .page-numbers svg.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -20%;
	fill: #222;
	-webkit-transition: fill .1s;
	-o-transition: fill .1s;
	transition: fill .1s;
}

button svg.icon-apple,
.button svg.icon-apple {
	position: relative;
	top: -1px;
}

.button.underline .icon-youtube {
	vertical-align: -25%;
}

button:focus svg.icon,
button:hover svg.icon,
.pagination .page-numbers:focus svg.icon,
.pagination .page-numbers:hover svg.icon,
.button:focus svg.icon,
.button:hover svg.icon,
.button-grey svg.icon {
	fill: #fff;
}

.searchform {
	position: relative;
}

.searchform button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 49px;
	line-height: 38px;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	text-transform: none;
	background-color: transparent;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.searchform button:hover,
.searchform button:focus {
	background-color: transparent;
}

.searchform button .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: #222;
}

.searchform button:hover .icon,
.searchform button:focus .icon {
	fill: #797d86;
}

.searchform input {
	padding-right: 40px;
	margin-bottom: 0;
}

/* 6. Contact Form 7 */
.wpcf7 form .wpcf7-response-output {
	position: relative;
	margin: 0;
	padding: 1em 2.15em 1.0715em;
	font-weight: 600;
	background-color: #ed553b;
	color: #fff;
	border: 0;
}

.wpcf7 form .wpcf7-mail-sent-ok {
	background-color: #f2f2f2;
	color: #222;
	-webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
}

span.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 form .wpcf7-display-none {
	display: none;
}

span.wpcf7-not-valid-tip {
	display: block;
	border: 0;
	font-size: 85.7142%;
	line-height: 1;
	color: #ed553b;
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.wpcf7 form .ajax-loader {
	margin: 0 .5em;
}

.wpcf7 form .wpcf7-form-control-wrap br,
.wpcf7 form .wpcf7-form-control-wrap p:empty {
	display: none;
}

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

.wpcf7 form .wpcf7-text,
.wpcf7 form .wpcf7-textarea,
.wpcf7 form .wpcf7-select {
	max-width: none;
}

.wpcf7 form .wpcf7-text.wpcf7-not-valid,
.wpcf7 form .wpcf7-textarea.wpcf7-not-valid,
.wpcf7 form .wpcf7-select.wpcf7-not-valid {
	border-color: #ed553b;
}

/* 7. MailChimp Form */
.mc4wp-form {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.mc4wp-form .mc4wp-alert,
.mc4wp-form .mc4wp-error {
	padding: 0.5em 1em;
	background-color: #fffad4;
	border: 4px solid #fcf08d;
}

.mc4wp-form .mc4wp-alert p,
.mc4wp-form .mc4wp-error p {
	margin-bottom: 0;
}

.mc4wp-form .one-line input[type=email] {
	border-width: 0 0 4px 0;
	background-color: transparent;
	max-width: 280px;
	margin-bottom: .5em;
}

.mc4wp-form .one-line button,
.mc4wp-form .one-line input[type=submit] {
	margin: 0;
}

@media (max-width: 482px) {
	.mc4wp-form .one-line input[type=email] {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.mc4wp-form .one-line input[type=email] {
		margin-bottom: 0;
	}
}

/* 8. Widgets */
@media (max-width: 767px) {
	.site-content #sidebar,
	.site-content #episode-sidebar {
		margin-top: 2.5em;
	}
}

.widget {
	margin-bottom: 30px;
}

#sidebar .widget,
#episode-sidebar .widget,
#footer .widget-area.split-into-columns .widget {
	padding: 1.25em;
	border: 4px solid #e8e8e8;
	border: 4px solid rgba(34, 34, 34, .1);
}

@media (min-width: 1024px) {
	#sidebar .widget,
	#episode-sidebar .widget,
	#footer .widget-area.split-into-columns .widget {
		padding: 1.7em;
	}
}

.widget_text {
	text-align: center;
}

#sidebar .widget.highlight,
#episode-sidebar .widget.highlight {
	text-align: center;
	background-color: #f2f2f2;
}

#sidebar .widget_search,
#episode-sidebar .widget_search,
#footer .widget-area.split-into-columns .widget_search {
	padding: 0;
	border: 0;
}

.widget .widget-title,
.widget .textwidget > :first-child,
.widget .custom-html-widget > :first-child {
	margin-top: 0;
}

.widget .widget-title:after {
	content: '';
	display: block;
	width: 32px;
	height: 4px;
	margin-top: 1rem;
	background-color: #e8e8e8;
	background-color: rgba(34, 34, 34, .1);
}

.widget_text .widget-title:after,
.widget.text-center .widget-title:after,
#footer .widget .widget-title:after {
	margin-left: auto;
	margin-right: auto;
}

.widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.widget li {
	margin-left: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	list-style: none;
}

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

.widget ul .current-cat > a {
	color: #222;
}

.widget ul ul {
	padding-left: 1em;
}

.widget table {
	margin-bottom: 0;
}

.widget table caption {
	padding-top: 0;
	padding-bottom: 0;
}

.widget table tbody th,
.widget table tbody td {
	padding: .2em;
	text-align: center;
}

.widget table th,
.widget table caption {
	font-weight: 600;
	text-align: center;
}

.widget table tfoot td {
	padding: .2em .2em 0;
}

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

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

.widget_search .searchform {
	margin-bottom: 0;
}

.widget_rss a.rsswidget img {
	display: none;
}

.widget_rss li a.rsswidget {
	display: inline-block;
	font-weight: 600;
	line-height: 1.25em;
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: .25em;
	color: #797d86;
	font-size: 12px;
}

.widget_text .textwidget > :last-child,
.widget_archive select,
.widget_categories form,
.widget_categories select,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_tag_cloud a,
.single .entry-footer .tags a {
	display: inline-block;
	padding: 6px 10px;
	margin: 0 5px 8px 0;
	font-size: 12px;
	background-color: #e8e8e8;
	background-color: rgba(34,34,34,.1);
	color: #222;
	text-transform: uppercase;
	-webkit-transition: background-color .2s, color .2s;
	-o-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}

.widget_tag_cloud a:before,
.single .entry-footer .tags a:before {
	content: '#';
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.single .entry-footer .tags a:hover,
.single .entry-footer .tags a:focus {
	background-color: #222;
	color: #fff;
	text-decoration: none;
}

.widget_media_gallery .gallery,
.widget_custom_html iframe.twitter-follow-button {
	margin-bottom: 0;
}

/* 9. Header */
#header {
	position: relative;
	z-index: 10;
	background-color: #222;
	color: #fff;
	padding: 15px 15px 85px;
}

.no-top-menu #header {
	padding-bottom: 15px;
}

.header-full-height #header {
	min-height: 340px;
}

.header-full-height.error404 #header {
	height: 100vh;
}

.header-full-height.scroll-header-hero #header {
	height: auto;
}

@media (min-width: 480px) and (min-height: 880px), (min-width: 600px) and (min-height: 900px), (min-width: 1024px) and (min-height: 640px) {
	.header-full-height #header {
		height: 100vh;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 24px 24px 94px;
	}

	.no-top-menu #header {
		padding-bottom: 24px;
	}

	.header-full-height #header {
		min-height: 480px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 34px 0 120px;
	}

	.no-top-menu #header {
		padding-bottom: 34px;
	}
}

.admin-bar #header {
	padding-top: 61px;
}

@media (min-width: 783px) {
	.admin-bar #header {
		padding-top: 56px;
	}
}

@media (min-width: 1024px) {
	.admin-bar #header {
		padding-top: 66px;
	}
}

#header .wrap {
	position: relative;
	height: 100%;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 1280px) and (max-height: 700px) {
	#header .wrap {
		display: block;
	}
}

@media (min-width: 1024px) {
	#header .wrap {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-parallax #header .wrap {
		overflow: hidden;
	}
}

@media (min-width: 1280px) {
	#header .wrap {
		max-width: 1110px;
	}
}

#header .wrap-top {
	max-width: 100%;
}

.no-logo-tagline #header .wrap-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	#header .wrap-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
}

/* 9.1. Header - Logo */
.site-branding {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-logo-tagline .site-branding {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

@media (min-width: 768px) {
	.site-branding {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

.site-branding .customize-partial-refreshing {
	opacity: inherit;
}

.site-branding h1 {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.site-branding h1 img {
	width: auto;
	max-width: 380px;
	max-height: 240px;
}

@media (min-width: 768px) {
	.site-branding h1 img {
		max-width: 480px;
		max-height: 200px;
	}
}

.site-branding h1 a {
	display: inline-block;
	padding: 8px;
	margin-left: -8px;
}

.site-branding .site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.714285714285714em;
	font-weight: 700;
	text-transform: uppercase;
}

.wp-custom-logo .site-branding .site-title {
	display: none;
}

.site-branding .site-description {
	position: relative;
	display: inline-block;
	padding: 8px 0 8px 40px;
	font-size: 85.7142%;
	text-transform: uppercase;
	opacity: .8;
	margin-bottom: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.site-branding .site-description.screen-reader-text {
	padding: 0;
	max-width: 0;
	max-height: 0;
}

@media (min-width: 768px) {
	.site-branding .site-description {
		padding-left: 56px;
		padding-right: 16px;
	}
}

.site-branding .site-description:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -2px;
	width: 16px;
	height: 4px;
	background-color: #fff;
	opacity: .1;
}

@media (min-width: 768px) {
	.site-branding .site-description:after {
		left: 8px;
		width: 32px;
	}
}

.site-branding .site-description .customize-partial-edit-shortcut {
	margin-top: -15px;
	margin-left: 10px;
	top: 100%;
}

.customize-partial-edit-shortcuts-shown .site-branding h1 a {
	position: relative;
}

.site-branding h1 .customize-partial-edit-shortcut {
	left: 50%;
	top: 100%;
	margin-left: 15px;
	margin-top: -10px;
}

/*  9.2. Header - Main Menu */
.navigation-top {
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	padding: 15px;
}

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

.main-navigation .menu-item-has-children {
	position: relative;
}

.main-navigation a {
	font-weight: normal;
	color: #222;
}

.main-navigation .current-menu-item > a {
	color: #797d86;
}

.main-navigation .menu-item-has-children .menu-expand .icon {
	display: inline;
	width: 16px;
	height: 16px;
	fill: #797d86;
}

.main-navigation .customize-partial-refreshing {
	opacity: inherit;
}

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

@media (max-width: 767px) {
	.navigation-top .main-navigation {
		display: none;
	}

	.mobile-menu-opened .navigation-top .main-navigation {
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
		max-width: 80%;
		padding: 0 5px 5px;
		background-color: #f2f2f2;
	}

	.header-full-height.mobile-menu-opened .navigation-top .main-navigation {
		bottom: 100%;
		top: auto;
		padding: 5px 5px 0;
	}

	.header-full-height.mobile-menu-opened .navigation-top {
		z-index: 35;
	}

	.main-navigation a {
		display: block;
		padding: 8px 12px;
		text-decoration: none;
	}

	.main-navigation ul ul a {
		padding-left: 24px;
	}

	.main-navigation ul ul ul a {
		padding-left: 38px;
	}

	.main-navigation ul ul ul ul a {
		padding-left: 52px;
	}

	.main-navigation .menu-item-has-children > a:first-child {
		padding-right: 32px;
	}

	.main-navigation .menu-item-has-children .menu-expand {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px;
	}

	.main-navigation .menu-item-has-children.collapse > .menu-expand .icon:first-of-type,
	.main-navigation .menu-item-has-children .menu-expand .icon:last-of-type {
		display: none;
	}

	.main-navigation .menu-item-has-children.collapse > .menu-expand .icon:last-of-type {
		display: inline-block;
	}

	.main-navigation .menu-item-has-children ul {
		display: none;
	}

	.main-navigation .menu-item-has-children.collapse > ul {
		display: block;
	}

	.site-menu-toggle,
	.site-menu-toggle a {
		display: inline-block;
	}

	.site-menu-toggle a {
		padding: 8px;
		margin-left: -10px;
		color: #222;
		text-decoration: none;
		text-transform: uppercase;
	}

	.site-menu-toggle a .icon {
		width: 24px;
		height: 24px;
		vertical-align: -7px;
		fill: #222;
	}

	.site-menu-toggle a .icon:first-of-type,
	.mobile-menu-opened .site-menu-toggle a .icon:last-of-type {
		display: inline-block;
	}

	.site-menu-toggle a .icon:last-of-type,
	.mobile-menu-opened .site-menu-toggle a .icon:first-of-type {
		display: none;
	}

	.main-navigation .searchform {
		margin: 8px;
	}

	.main-navigation .menu-item-search a {
		display: none;
	}
}

@media screen and (min-height: 375px) and (min-width: 768px) {
	.fixed-navigation-top .navigation-top {
		position: fixed;
		top: 0;
		bottom: auto;
		right: 0;
		left: 0;
		z-index: 70;
	}

	.admin-bar.fixed-navigation-top .navigation-top {
		top: 46px;
	}
}

@media screen and (min-height: 375px) and (min-width: 783px) {
	.admin-bar.fixed-navigation-top .navigation-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	.navigation-top {
		padding-top: 16px;
		padding-bottom: 16px;
		min-height: 70px;
	}

	.header-full-height .navigation-top {
		z-index: 35;
	}

	.main-navigation li {
		display: inline-block;
	}

	.main-navigation a {
		display: inline-block;
		padding: 9px;
		text-decoration: none;
	}

	.main-navigation .current-menu-parent > a {
		color: #797d86;
	}

	.main-navigation > ul > .menu-item-has-children > a:first-child {
		padding-right: 19px;
	}

	.main-navigation .menu-item-has-children .menu-expand {
		display: inline;
		margin-left: -21px;
		padding: 0;
		pointer-events: none;
	}

	.header-full-height .main-navigation .menu-item-has-children .menu-expand .icon:first-of-type,
	.main-navigation .menu-item-has-children .menu-expand .icon:last-of-type,
	.navigation-below.header-full-height .main-navigation .menu-item-has-children .menu-expand .icon:last-of-type {
		display: none;
	}

	.navigation-below.header-full-height .main-navigation .menu-item-has-children .menu-expand .icon,
	.header-full-height .main-navigation .menu-item-has-children .menu-expand .icon:last-of-type {
		display: inline-block;
	}

	.main-navigation .menu-item-has-children ul {
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 180px;
		margin-top: 5px;
		margin-right: -90px;
		padding-top: 5px;
		text-align: center;
		background-color: #f2f2f2;
		opacity: 0;
		-webkit-transition: opacity .2s, visibility .2s, margin .2s;
		-o-transition: opacity .2s, visibility .2s, margin .2s;
		transition: opacity .2s, visibility .2s, margin .2s;
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}

	.header-full-height:not(.navigation-below) .main-navigation .menu-item-has-children ul {
		bottom: 100%;
		top: auto;
		margin-bottom: 5px;
		margin-top: 0;
		padding-bottom: 5px;
		padding-top: 0;
	}

	.no-touch .main-navigation .menu-item-has-children:hover > ul,
	.main-navigation .menu-item-has-children.hover > ul {
		visibility: visible;
		margin-top: 0;
		margin-bottom: 0;
		opacity: 1;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children > ul {
		top: -16px;
		left: 100%;
		margin: 0;
		padding-top: 0;
	}

	.header-full-height .main-navigation .menu-item-has-children .menu-item-has-children > ul {
		bottom: -16px;
		top: auto;
		padding-bottom: 0;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children:first-child > ul {
		top: 0;
	}

	.header-full-height .main-navigation .menu-item-has-children .menu-item-has-children:first-child > ul {
		bottom: 0;
		top: auto;
	}

	.main-navigation .menu-item-has-children li {
		display: block;
	}

	.main-navigation .menu-item-has-children li:first-child {
		padding-top: 16px;
	}

	.main-navigation .menu-item-has-children li:last-child {
		padding-bottom: 16px;
	}

	.main-navigation .menu-item-has-children li a {
		display: block;
		padding: 6px;
		margin: 0;
	}

	.main-navigation .menu-item-has-children li .menu-expand {
		display: none;
	}

	.main-navigation .menu-item-search {
		position: relative;
		float: right;
	}

	.main-navigation .menu-item-search a {
		font-weight: 600;
		text-transform: uppercase;
		padding: 8px 7px 6px;
	}

	.main-navigation .menu-item-search a:hover:focus,
	.main-navigation .menu-item-search a:active {
		outline: none;
	}

	.main-navigation .menu-item-search a .icon {
		position: relative;
		top: -1px;
		width: 24px;
		height: 24px;
		fill: #222;
	}

	.main-navigation .menu-item-search a .icon:first-of-type,
	.main-navigation .menu-item-search.hover a .icon:last-of-type {
		display: inline-block;
	}

	.main-navigation .menu-item-search.hover a .icon:first-of-type,
	.main-navigation .menu-item-search a .icon:last-of-type {
		display: none;
	}

	.main-navigation .searchform {
		position: absolute;
		top: 100%;
		right: -2px;
		width: 200px;
		margin-top: 6px;
		margin-bottom: 0;
		padding: 10px;
		background-color: #f2f2f2;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .2s, visibility .2s;
		-o-transition: opacity .2s, visibility .2s;
		transition: opacity .2s, visibility .2s;
	}

	.header-full-height:not(.navigation-below) .main-navigation .searchform {
		bottom: 100%;
		top: auto;
		right: -2px;
		margin-top: 0;
		margin-bottom: 6px;
	}

	.main-navigation .menu-item-search.hover .searchform {
		visibility: visible;
		opacity: 1;
	}

	.main-navigation .searchform input {
		border: 0;
	}

	.main-navigation .searchform button {
		top: 9px;
		right: 6px;
		height: 42px;
		line-height: 42px;
	}
}

@media (min-width: 1024px) {
	.navigation-top {
		padding: 24px 0;
		min-height: 86px;
	}

	.main-navigation {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
	}

	.main-navigation .primary-menu {
		margin-left: -21px;
		margin-right: -21px;
	}

	.main-navigation a {
		padding-left: 21px;
		padding-right: 21px;
		text-decoration: none;
	}

	.main-navigation > ul > .menu-item-has-children > a:first-child {
		padding-right: 32px;
	}

	.main-navigation .menu-item-has-children .menu-expand {
		margin-left: -34px;
	}

	.main-navigation .menu-item-has-children ul {
		width: 200px;
		margin-right: -100px;
		padding-top: 10px;
	}

	.main-navigation .menu-item-has-children li a {
		padding: 7px;
	}

	.main-navigation .menu-item-search {
		margin-right: 13px;
	}

	.main-navigation .searchform {
		margin-top: 14px;
	}

	.header-full-height:not(.navigation-below) .main-navigation .searchform {
		margin-bottom: 14px;
	}
}

@media (min-width: 1280px) {
	.main-navigation {
		max-width: 1110px;
	}
}

@media (min-width: 768px) {
	.main-navigation .customize-partial-edit-shortcut {
		top: -5px;
		margin-left: 45px;
	}

	.main-navigation .menu-item-search .customize-partial-edit-shortcut {
		top: 2px;
		margin-left: 5px;
	}
}

/* 9.3. Header - Social Links */
@media (max-width: 767px) {
	#header .social-navigation {
		position: absolute;
		bottom: -66px;
		margin-right: -4px;
		right: 0;
	}

	.social-navigation .customize-partial-edit-shortcut {
		left: 50%;
		top: -25px;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	#header .social-navigation {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	#header .social-navigation ul {
		margin-right: -5px;
	}
}

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

.social-navigation li,
.social-navigation li a {
	display: inline-block;
}

.social-navigation li a {
	padding: 5px;
	color: #222;
}

@media (max-width: 379px) {
	.social-navigation li a {
		padding-left: 3px;
		padding-right: 3px;
	}
}

.social-navigation .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: #222;
}

#footer .social-navigation a .icon {
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
}

#footer .social-navigation a:hover .icon,
#footer .social-navigation a:focus .icon {
	fill: #ed553b;
}

@media (min-width: 768px) {
	#header .social-navigation li a {
		color: #fff;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}

	#header .social-navigation li a:hover,
	#header .social-navigation li a:focus {
		opacity: .8;
	}

	#header .social-navigation .icon {
		fill: #fff;
	}
}

/* 9.4. Header - Call to action */
#header .call-to-action {
	display: none;
}

#header .call-to-action p,
#header .call-to-action .button {
	margin-bottom: 0;
}

#header .call-to-action .button:last-child {
	margin-right: 0;
}

.no-logo-tagline #header .call-to-action {
	position: relative;
	display: block;
	margin-left: 16px;
	padding-left: 48px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

@media (max-width: 767px) {
	.no-logo-tagline #header .call-to-action {
		max-width: 60%;
	}
}

@media (min-width: 768px) {
	.no-logo-tagline #header .call-to-action:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -2px;
		width: 32px;
		height: 4px;
		background-color: #fff;
		opacity: .1;
	}
}

@media (min-width: 1024px) {
	#header .call-to-action {
		position: relative;
		display: block;
		margin-left: 16px;
		padding-left: 48px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	#header .call-to-action:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -2px;
		width: 32px;
		height: 4px;
		background-color: #fff;
		opacity: .1;
	}
}

/* 9.5. Header - Hero Text */
.hero {
	text-align: center;
	max-width: 100%;
}

.hero,
.header-full-height .hero {
	padding-top: 44px;
	padding-bottom: 52px;
}

.single-episode.has-sidebar .hero,
.page-template-template-home .hero {
	text-align: left;
}

@media (min-width: 1024px) {
	.hero {
		padding-top: 88px;
		padding-bottom: 96px;
	}

	.episode-type-video .hero {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.single-post .hero h1,
	.single-post .hero .hero-description {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1440px) {
	.hero {
		padding-top: 124px;
		padding-bottom: 132px;
	}
}

.header-full-height .hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 1024px) {
	.header-full-height.episode-type-video .hero {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

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

.hero .hero-description {
	opacity: .8;
}

.hero hr {
	width: 32px;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
}

.page-template-template-home .hero hr {
	margin-left: 0;
	margin-right: 0;
}

.hero mark {
	background-color: #fff;
	color: #222;
}

.hero .hero-episode-text {
	max-width: 640px;
}

.hero .hero-episode-text .entry-audio h4 {
	text-transform: uppercase;
	opacity: .8;
}

.error404 .hero h1 {
	font-size: 3.785em;
}

.error404 .hero h1 em {
	position: relative;
	top: 0;
	font-style: normal;
	-webkit-animation-name: floating-letter;
	animation-name: floating-letter;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-letter {
	from { top: 0; }
	50%  { top: -20px; }
	to   { top: 0; }
}

@keyframes floating-letter {
	from { top: 0; }
	50%  { top: -20px; }
	to   { top: 0; }
}

.error404 .hero h1 em:before {
	content: '';
	position: absolute;
	left: -.175em;
	bottom: 100%;
	width: 53px;
	height: 73px;
	margin-bottom: -.8em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAABJCAYAAACdBm7KAAAABmJLR0QA/wD/AP+gvaeTAAADPElEQVR42u2YS2gTURSGYyuVtloQFXwhFepCC76oKCiIUjELq7jQUihFsFDcFiUrFy0qLtwpNEpddaFEXagLH4iCxYViqS5UVAIag+/6bK31Nf5H/4HhksmkM0Mm4rnwE+5jzpzvPs65k1jMo1iW1Qy9gtbEIix4fx2UhXYXMrgHSuXRQ+tvueMxrjug07ugo3l0kX488RjXErPCK2NQpU+gMmg4JD9eisGVUGMeJTm4x2NcfcCVWgFty6ME/bjs4ccCrxdt4XmS8ghqiOg8zYNu0I/P0A6/hmqgj9B36Bb0iwd1Uo6x06Ej0CCU9qF7UJ/bLHN1pAxAo9QMP1ANNHSB9ZusLzHGlUO32ffBJ9RzPv9CJiiHL2McM4HBQEqjH6hVfPgU61dYzxoOZWx4qCLAFjtkH/Qc0FIeG+PiYUK5ldMyky626qH10Nw879vvYT8UKHv7nWO9n/X5xrhp0BD7nnFme9k3GTpvOHfcXlH87jFW+xM0x7A/lX0Z1g+zvs4PVCX0HvoCnWTAyORaDbQt5kp+s1eN7UnHWUsxcVp2osbvXtbF9nUJ6y6+DDp2wxD9muJ3n8eh145VWF3A+D9blod6hPUN7J8N/ZDVMaCaPewucoBlfAUJw+BEOQuS9QucBBuq3LFyy9hfDX2ViRoPlMN+dRRJMm6cw0us34c6oWus97F/33igig1TQQezdPIp73O1ErWMQDFgJ06mATuMHwiSEsIGkrNzhs6N8hojJcH+KqiNkW6zbGe2b+ItZYTByGKkLCsFqLV2HoFmMh/9ZNtZqN24mApgLwOGQDXJyvHTRsrGUoCy80ano63JkbvcioT57Y5n2th+rBSgHtCZhUa7bLsWqAs66FA31CqJ2Rg/iyuXjhqolkDpkOzdpb26KKF20olkSPbse11HlFAn6MTWkPNcKiogyUNveGuoCclmFW8cbyMJ7XjpUs5qf8h2r9Lu8mLCtDJcDzv+RXonyTWg3VzfUxIN24sB1UEIU10B7SZcPvVbir0FrX/JrkIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEIplEL9D1C/Ac0izp5KYp0gAAAAAElFTkSuQmCC) no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MyIgaGVpZ2h0PSI3MyIgdmlld0JveD0iMCAwIDUzIDczIj48cGF0aCBkPSJNMzcsMjZoMVY3M0gzN1YyNlpNMTUsMjZoMVY3M0gxNVYyNlpNMjYuNTYsOC42OWEzLjQyLDMuNDIsMCwxLDAsMCw2LjgzQTMuNDEsMy40MSwwLDAsMCwzMCwxMi4xMSwzLjQ5LDMuNDksMCwwLDAsMjYuNTYsOC42OVptMCw0LjkxYTEuNSwxLjUsMCwxLDEsMS41My0xLjVBMS41LDEuNSwwLDAsMSwyNi41NiwxMy42Wk01Mi4wOCwxLjQ0SDQ0LjY5VjFhMSwxLDAsMCwwLTIsMFYxLjQ0SDM1LjIzYTEsMSwwLDEsMCwwLDEuOTJINDIuOFY0LjA4QTIuNjcsMi42NywwLDAsMCw0MSw2LjU5djAuNkgzNi4zOWEzLDMsMCwwLDAtMi44Ny0ySDE5LjY2YTMsMywwLDAsMC0yLjg3LDJIMTIuMjFWNi41OWEyLjYsMi42LDAsMCwwLTEuNzctMi40NlYzLjNoNy4zOWExLDEsMCwxLDAsMC0xLjkySDEwLjQ0VjFhMSwxLDAsMCwwLTIsMFYxLjM4SDFBMSwxLDAsMSwwLDEsMy4zSDguNTVWNEEyLjYsMi42LDAsMCwwLDYuNzgsNi40N1Y5LjY1YTIuNjksMi42OSwwLDAsMCw1LjM3LDBWOWg0LjU4YTMsMywwLDAsMCwyLjg3LDJoMC4xMnYzYTQuMDgsNC4wOCwwLDAsMC0zLjE3LDNsLTEuODksNy4wN2gtMWExLDEsMCwxLDAsMCwxLjkyaDMuNzlhMSwxLDAsMSwwLDAtMS45MkgxNi42MWwxLjgzLTYuNTlhMiwyLDAsMCwxLDEuODMtMS42OCw1LjE3LDUuMTcsMCwwLDAsNC41OCwyLjc2aDMuMzZhNS4xNyw1LjE3LDAsMCwwLDQuNTgtMi43NiwyLDIsMCwwLDEsMS44MywxLjYyTDM2LjM5LDI0SDM1LjU0YTEsMSwwLDEsMCwwLDEuOTJoMy43OWExLDEsMCwxLDAsMC0xLjkyaC0xTDM2LjQ1LDE2LjlBNCw0LDAsMCwwLDMzLjM0LDE0VjExaDAuMTJhMywzLDAsMCwwLDIuODctMmg0LjU4VjkuNTlhMi42OSwyLjY5LDAsMCwwLDUuMzcsMFY2LjQxQTIuNywyLjcsMCwwLDAsNDQuNjMsNFYzLjNINTJhMSwxLDAsMCwwLDEtMUEwLjg2LDAuODYsMCwwLDAsNTIuMDgsMS40NFpNMTAuMjYsOS42NWEwLjc5LDAuNzksMCwwLDEtMS41OSwwVjYuNDdhMC43OSwwLjc5LDAsMCwxLDEuNTksMFY5LjY1Wm0yMy4yNi0uNDhIMzEuNDVsMC4wNiwxdjMuMzZhMy4yMywzLjIzLDAsMCwxLTMuMjQsMy4xOEgyNC45MWEzLjIzLDMuMjMsMCwwLDEtMy4yNC0zLjE4VjEwLjE5bDAuMDYtMUgxOS42NkExLjE4LDEuMTgsMCwwLDEsMTguNSw4LjA5VjhhMS4xOCwxLjE4LDAsMCwxLDEuMTYtMS4wOEgzMy41MkExLjE1LDEuMTUsMCwwLDEsMzQuNjgsOCwxLjI0LDEuMjQsMCwwLDEsMzMuNTIsOS4xN1pNNDQuNDUsOS42NWEwLjc5LDAuNzksMCwwLDEtMS41OSwwVjYuNDdhMC43OSwwLjc5LDAsMCwxLDEuNTksMFY5LjY1WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvc3ZnPg==), none;
}

.error404 .hero h1 span {
	display: block;
}

.single .hero .posted-on a,
.single .hero .posted-in,
.single .hero .posted-in a,
.single .hero .post-comments a,
.single .hero .tags a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.single .hero .hero-description .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	fill: #fff;
}

.single .hero .posted-on .icon,
.single .hero .posted-in .icon {
	position: relative;
	top: -1px;
}

.single .hero .posted-in .icon {
	top: -2px;
}

@media (max-width: 767px) {
	.single .hero .posted-on,
	.single .hero .posted-in,
	.single .hero .post-comments {
		display: block;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.single .hero .posted-in,
	.single .hero .post-comments {
		position: relative;
		margin-left: 16px;
	}

	.single .hero .posted-in:before,
	.single .hero .post-comments:before {
		content: '';
		display: inline-block;
		position: relative;
		top: -2px;
		margin-right: 14px;
		width: 32px;
		height: 4px;
		background-color: #fff;
		opacity: .1;
	}
}

.single .hero .hero-description ~ .entry-audio {
	margin-top: 18px;
}

.page-template-template-home .hero .entry-audio {
	margin-top: 8px;
}

.single .hero .hero-description ~ .entry-audio .podcast-episode-player,
.single .hero .hero-description ~ .entry-audio .vipo-mejs-container,
.hero .entry-video .podcast-episode-player,
.hero .entry-video .podcast-episode-player video,
.hero .entry-video .vipo-mejs-container {
	margin-bottom: 0;
}

.entry-video .podcast-episode-player,
.podcast-episode-player.episode-type-video {
	position: relative;
}

.podcast-episode-player .play-episode {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 640px;
	height: 100%;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	-webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	text-decoration: none;
	text-transform: uppercase;
}

.podcast-episode-player .play-episode:focus:hover {
	outline: none;
}

.podcast-episode-player.state-init .play-episode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.podcast-episode-player .play-episode span {
	display: inline-block;
	padding: 11px 20px 9px;
	color: #222;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 768px) and (max-width: 1023px), (min-width: 1280px) {
	.podcast-episode-player .play-episode span {
		padding: 15px 30px 13px;
	}
}

.podcast-episode-player.state-init .play-episode span {
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.podcast-episode-player .play-episode:hover span,
.podcast-episode-player .play-episode:focus span {
	background-color: #fff;
}

.podcast-episode-player .play-episode .icon {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #222;
}

@media (max-width: 1023px) {
	.hero .entry-video {
		margin-top: 18px;
	}
}

@media (min-width: 1024px) {
	.episode-type-video .hero .hero-episode-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 445px;
		flex: 0 0 445px;
		max-width: 445px;
		padding-right: 15px;
	}

	.episode-type-video .hero .entry-video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 475px;
		flex: 0 0 475px;
		max-width: 475px;
		padding-left: 15px;
	}
}

@media (min-width: 1280px) {
	.episode-type-video .hero .hero-episode-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 455px;
		flex: 0 0 455px;
		max-width: 455px;
	}

	.episode-type-video .hero .entry-video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 655px;
		flex: 0 0 655px;
		max-width: 655px;
	}
}

/* 9.6. Header - Hero Media */
.wp-custom-header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 70px;
	left: 0;
	z-index: 10;
	overflow: hidden;
}

.no-top-menu .wp-custom-header {
	bottom: 0;
}

.admin-bar .wp-custom-header {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .wp-custom-header {
		top: 32px;
	}
}

@media (min-width: 1024px) {
	.wp-custom-header {
		bottom: 86px;
	}
}

.wp-custom-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .75;
	background-color: #222;
}

.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.wp-custom-header img,
.wp-custom-header video {
	-o-object-fit: cover;
	object-fit: cover;
}

/* IE polyfill for object-fit */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.wp-custom-header img,
	.wp-custom-header video {
		opacity: 0;
	}

	.wp-custom-header.object-fit-polyfill img,
	.wp-custom-header.object-fit-polyfill video {
		opacity: 1;
	}
}

@media (min-width: 1024px) {
	.wp-custom-header-video-button {
		display: block;
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 60;
		overflow: hidden;
		font-size: 0;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}

	.wp-custom-header-video-button,
	.wp-custom-header-video-button:hover,
	.wp-custom-header-video-button:focus {
		background-color: #f2f2f2;
	}

	.wp-custom-header-video-button:before {
		content: '';
		position: relative;
		left: 0;
		font-size: 13px;
		border-style: double;
		border-width: 0 0 0 16px;
		border-color: transparent transparent transparent #222;
	}

	.wp-custom-header-video-pause:before {
		font-size: 0;
		left: 6px;
		border-style: solid;
		border-width: 10px 10px 10px 15px;
	}

	.wp-custom-header-video-button.wp-custom-header-video-pause,
	.touchevents .wp-custom-header-video-button,
	#header:hover .wp-custom-header-video-button {
		opacity: 1;
	}
}

.wp-custom-header .customize-partial-edit-shortcut {
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
}

@media (min-width: 768px) {
	.wp-custom-header .customize-partial-edit-shortcut {
		bottom: 35px;
		right: 35px;
	}
}

@media (min-width: 1024px) {
	.wp-custom-header .customize-partial-edit-shortcut {
		bottom: 50px;
		right: 50px;
	}
}

/* 10. Content */
.site-content {
	position: relative;
	z-index: 1;
	background-color: inherit;
}

.site-content .wrap {
	padding: 44px 15px;
}

@media (min-width: 768px) {
	.site-content .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 24px;
		padding-right: 24px;
	}

	.page-template-default .site-content .wrap,
	.single-post .site-content .wrap,
	.single-episode .site-content .wrap {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-template-default .site-content .wrap,
	.single-post .site-content .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.single-episode.has-sidebar .site-content .wrap,
	.single-episode.has-episode-sidebar .site-content .wrap {
		max-width: none;
	}

	.page-template-default .site-content .wrap > .entry,
	.single-post .site-content .wrap > .entry,
	.single-episode .site-content .wrap > .entry {
		width: 100%;
	}

	.site-content .post-listing,
	.site-content .episode-listing,
	.site-content .wrap > .entry-page {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.has-sidebar .site-content .post-listing,
	.has-sidebar .site-content .episode-listing,
	.has-sidebar .site-content .wrap > .entry-page,
	.single-episode.has-sidebar .site-content .wrap > .entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		padding-right: 15px;
	}

	.single-episode.has-episode-sidebar .site-content .wrap > .entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.site-content #sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		padding-left: 15px;
	}

	.has-episode-sidebar .site-content .entry-content > .inner {
		float: left;
		width: 70%;
		padding-right: 30px;
	}

	#episode-sidebar {
		float: right;
		width: 30%;
	}

}

@media (min-width: 1024px) {
	.site-content .wrap,
	.single-episode.has-sidebar .site-content .wrap,
	.single-episode.has-episode-sidebar .site-content .wrap {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar .site-content .post-listing,
	.has-sidebar .site-content .episode-listing,
	.has-sidebar .site-content .wrap > .entry-page,
	.single-episode.has-sidebar .site-content .wrap > .entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.site-content #sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.has-episode-sidebar .site-content #sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24.4566%;
		flex: 0 0 24.4566%;
		max-width: 24.4566%;
	}

	.single-episode.has-episode-sidebar .site-content .wrap > .entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75.5434%;
		flex: 0 0 75.5434%;
		max-width: 75.5434%;
		padding-right: 15px;
	}

	.has-episode-sidebar .site-content .entry-content > .inner {
		width: 66.91%;
	}

	#episode-sidebar {
		width: 33.0899%;
	}
}

@media (min-width: 1280px) {
	.site-content .wrap,
	.single-episode.has-episode-sidebar .site-content .wrap {
		max-width: 1110px;
	}

	.has-episode-sidebar .site-content #sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 21.62222%;
		flex: 0 0 21.62222%;
		max-width: 21.62222%;
	}

	.single-episode.has-episode-sidebar .site-content .wrap > .entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 78.37778%;
		flex: 0 0 78.37778%;
		max-width: 78.37778%;
	}

	.has-episode-sidebar .site-content .entry-content > .inner {
		width: 71.927778%;
	}

	#episode-sidebar {
		width: 28.072222%;
	}
}

@media (min-width: 1440px) {
	.site-content .wrap {
		padding-top: 88px;
		padding-bottom: 88px;
	}
}

/* 11. Listing Posts & Episodes */
.post-listing .no-results {
	text-align: center;
}

.has-sidebar .post-listing .no-results {
	text-align: inherit;
}

.post-listing .no-results h2 {
	margin-top: 0;
}

.post-listing .entry {
	margin-bottom: 44px;
}

@media (min-width: 425px) {
	.post-listing .entry.has-post-thumbnail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.post-listing .has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
		margin-right: 15px;
	}
}

@media (min-width: 620px) {
	.has-sidebar .post-listing .has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
		max-width: 150px;
	}
}

@media (min-width: 768px) {
	.post-listing .has-post-thumbnail .entry-image,
	.has-sidebar .post-listing .entry-episode.has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		max-width: 250px;
	}

	.post-listing .has-post-thumbnail .entry-image {
		margin-right: 24px;
	}
}

@media (min-width: 1024px) {
	.post-listing .has-post-thumbnail .entry-image {
		margin-right: 30px;
	}

	.post-listing .entry-episode.has-post-thumbnail {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.post-listing .entry-post.has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		max-width: 350px;
	}

	.has-sidebar .post-listing .entry-post.has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		max-width: 250px;
	}
}

@media (min-width: 1280px) {
	.post-listing .entry-post.has-post-thumbnail {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.has-sidebar .post-listing .entry-post.has-post-thumbnail .entry-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		max-width: 350px;
	}
}

@media (max-width: 424px) {
	.post-listing .entry-image {
		margin-bottom: 1.25em;
	}
}

.post-listing .entry-image a {
	position: relative;
	overflow: hidden;
	display: block;
	outline: 1px solid #fff;
	outline-offset: 0;
	-webkit-transition: outline .2s, outline-offset .2s;
	-o-transition: outline .2s, outline-offset .2s;
	transition: outline .2s, outline-offset .2s;
}

.post-listing .entry-image a:hover,
.post-listing .entry-image a:focus {
	outline-width: 11px;
	outline-offset: -10px;
}

.post-listing .entry-image a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 4px;
	background-color: #222;
	opacity: .1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.post-listing .entry-image a:hover:after,
.post-listing .entry-image a:focus:after {
	left: 10px;
	right: 10px;
	bottom: 10px;
}

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

.post-listing .entry-post .posted-in {
	display: block;
}

.post-listing .posted-in,
.post-listing .posted-in a,
.post-listing .posted-on a,
.post-listing .tags a,
.post-listing .read-more {
	text-transform: uppercase;
}

.post-listing .entry-post .posted-in a {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 8px 16px;
	font-size: 12px;
	background-color: #ed553b;
	color: #fff;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.post-listing .entry-post .posted-in .separator {
	display: none;
}

.post-listing .entry-post .posted-in a:hover,
.post-listing .entry-post .posted-in a:focus {
	background-color: #222;
	text-decoration: none;
}

.post-listing .entry-title {
	margin-top: 6px;
	margin-bottom: 12px;
}

.post-listing .entry-title .icon {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 3px;
	width: 32px;
	height: 32px;
	fill: #222;
}

.post-listing .entry-title .icon-video {
	margin-left: -2px;
}

.post-listing .entry-title .icon-note {
	margin-left: -6px;
	margin-right: 2px;
}

.post-listing .entry-title .icon-gallery {
	margin-right: 6px;
}

.post-listing .entry-title .icon-pin {
	display: none;
}

.post-listing .sticky .entry-title .icon {
	display: inline-block;
	fill: #ed553b;
}

.post-listing .posted-on,
.post-listing .entry-episode .posted-in,
.post-listing .tags,
.post-listing .read-more {
	font-size: 12px;
}

.post-listing .posted-on a,
.post-listing .entry-episode .posted-in,
.post-listing .entry-episode .posted-in a,
.post-listing .tags,
.post-listing .tags a {
	color: #797d86;
}

.post-listing .posted-on .icon,
.post-listing .entry-episode .posted-in .icon,
.post-listing .tags .icon {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
	fill: #797d86;
}

.post-listing .posted-on .icon,
.post-listing .tags .icon {
	top: -1px;
}

.episode-listing .posted-in {
	font-weight: 600;
}

.post-listing .entry-episode .posted-on .icon,
.post-listing .entry-episode .posted-in .icon,
.post-listing .entry-episode .tags .icon {
	display: none;
}

.post-listing .entry-episode .posted-in:before,
.post-listing .entry-episode .tags:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 32px;
	height: 4px;
	margin-left: 13px;
	margin-right: 13px;
	background-color: #222;
	opacity: .1;
}

.post-listing .entry-episode .tags a:before {
	content: '#';
}

@media (max-width: 424px) {
	.post-listing .meta-details {
		background-color: #f2f2f2;
		padding: 6px 14px;
	}

	.post-listing .entry-episode .meta-details {
		margin-top: -1.25em;
		margin-bottom: .75em;
	}

	.post-listing .meta-details > span {
		display: block;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.post-listing .entry-episode .meta-details > span:before {
		display: none;
	}
}

.post-listing .entry-episode .entry-audio {
	margin-top: 2px;
}

.posted-on .updated:not(.published) {
	display: none;
}

@media (min-width: 768px) {
	.post-listing .entry-post .tags {
		margin-left: 16px;
	}
}

.post-listing .entry-post .entry-excerpt {
	margin-top: 16px;
}

@media (min-width: 425px) {
	.post-listing .entry-post .entry-excerpt:before {
		content: '';
		display: block;
		margin-bottom: 16px;
		width: 32px;
		height: 4px;
		background-color: #222;
		opacity: .1;
	}
}

.post-listing .entry-excerpt .read-more {
	display: inline-block;
	position: relative;
	top: -8px;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.post-listing .entry-excerpt .read-more:hover,
.post-listing .entry-excerpt .read-more:focus {
	color: #797d86;
	text-decoration: none;
	outline: none;
}

.post-listing .entry-excerpt .read-more:first-child {
	margin-top: 3px;
}

.post-listing .entry-excerpt .read-more .icon {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 2px;
	width: 24px;
	height: 24px;
	fill: #ed553b;
	-webkit-transition: margin .2s, fill .2s;
	-o-transition: margin .2s, fill .2s;
	transition: margin .2s, fill .2s;
}

.post-listing .entry-excerpt .read-more:hover .icon,
.post-listing .entry-excerpt .read-more:focus .icon {
	margin-left: 5px;
	fill: #797d86;
}

.pagination .page-numbers.dots {
	padding-left: 1em;
	padding-right: 1em;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.page-links {
	border-top: 4px solid #222;
	border-top: 4px solid rgba(34, 34, 34, .1);
	clear: both;
	padding-top: 1.25em;
	padding-bottom: .25em;
	text-align: left;
}

.page-links ~ .edit-link {
	display: inline-block;
	margin-top: 1em;
}

.page-links a {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.page-links a ~ a {
	margin-left: 1em;
}

.page-links a:hover,
.page-links a:focus {
	color: #797d86;
	text-decoration: none;
	outline: none;
}

.page-links .icon {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	fill: #ed553b;
	-webkit-transition: margin .2s, fill .2s;
	-o-transition: margin .2s, fill .2s;
	transition: margin .2s, fill .2s;
}

.page-links a:hover .icon,
.page-links a:focus .icon {
	fill: #797d86;
}

.post-password-form label {
	display: inline-block;
}

.post-password-form input[type=password] {
	margin-bottom: .25rem;
}

.post-password-form input[type=submit] {
	position: relative;
	top: -1px;
	padding-top: 14px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.author-box,
.single .entry-footer {
	margin-top: 38px;
	padding-top: 38px;
	border-top: 4px solid #222;
	border-top: 4px solid rgba(34, 34, 34, .1);
}

.single .share-post ~ .tags {
	display: block;
	margin-top: 8px;
}

@media (min-width: 768px) {
	.single .entry-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single .share-post ~ .tags {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		text-align: right;
		margin-left: 16px;
		margin-top: 5px;
	}

	.single .share-post ~ .tags a {
		margin-left: 5px;
		margin-right: 0;
	}

	.single .share-post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}

.single .entry-footer .tags .separator {
	display: none;
}

.share-post .share-title,
.share-post .share-links {
	display: inline-block;
	margin-bottom: 0;
}

.share-post .share-title {
	position: relative;
	top: .2em;
	font-size: 1.563em;
}

.share-post .share-title,
.share-post .share-links,
.share-post a,
.share-post a .icon {
	display: inline-block;
}

.share-post a {
	padding: 6px;
}

.share-post a .icon {
	width: 24px;
	height: 24px;
	fill: #222;
	-webkit-transition: fill .2s;
	-o-transition: fill .2s;
	transition: fill .2s;
}

.share-post a:hover .icon,
.share-post a:focus .icon {
	fill: #ed553b;
}

.author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.author-box .author-box-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.author-box .author-box-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.author-box .author-box-image {
	width: 100px;
	margin-right: 15px;
}

.author-box .author-box-content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.author-box .author-box-content :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.author-box .author-box-image {
		margin-bottom: 1.25em;
	}
}

@media (min-width: 768px) {
	.author-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.author-box .author-box-image {
		width: 150px;
		margin-right: 20px;
	}
}

/* 12. Comments */
#comments,
.comment-list ~ .comment-respond {
	width: 100%;
	margin-top: 44px;
	margin-bottom: 44px;
	padding-top: 44px;
	border-top: 4px solid #222;
	border-top: 4px solid rgba(34, 34, 34, .1);
}

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

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

.comment-list .comment-body {
	padding: 16px 0;
}

.comment-list > li:first-child > .comment-body {
	padding-top: 0;
}

.comment-list .comment-author-avatar {
	display: none;
}

@media screen and (min-width: 783px) {
	.comment-list .comment-author-avatar {
		display: block;
		float: left;
		width: 20%;
		padding-right: 16px;
		max-width: 100px;
	}

	.comment-list .depth-2 .comment-author-avatar {
		width: 15%;
		max-width: 80px;
	}

	.comment-list .comment-author-avatar img {
		display: block;
	}

	.comment-list .comment-content-wrapper {
		float: left;
		width: 80%;
	}

	.comment-list .depth-2 .comment-content-wrapper {
		width: 85%;
	}
}

.comment-list .comment-meta {
	margin-bottom: .75rem;
}

.comment-list .comment-meta a {
	text-decoration: none;
}

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

.comment-list .children .comment-body {
	border-left: 4px solid #e8e8e8;
	border-left: 4px solid rgba(34,34,34,.1);
	padding-left: 1.25em;
	margin-bottom: 1.65rem;
}

@media screen and (min-width: 783px) {
	.comment-list .children .comment-body {
		border-left: 0;
	}
}

.comment-list .comment-author,
.comment-list .comment-author h5 {
	display: inline-block;
}

.comment-list .comment-author h5 {
	text-transform: none;
	padding: .1em 0;
	margin-bottom: .5rem;
}

.comment-list .bypostauthor .comment-author h5 {
	background-color: #ffc962;
	padding: .1em .4em;
}

.comment-list .comment-date {
	line-height: 1rem;
	margin-top: .25rem;
	margin-bottom: .4rem;
}

.comment-list .comment-date a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #797d86;
}

.comment-list .reply a {
	border: 4px solid #e5e5e5;
	display: inline-block;
	font-size: 12px;
	padding: .4rem .8rem;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	background-color: #e5e5e5;
	text-decoration: none;
}

.comment-list .reply a ~ a {
	border-left: 0;
}

.comment-content {
	word-wrap: break-word;
	margin-bottom: 1.25rem;
}

.comment-content > ul {
	list-style-type: disc;
	margin-bottom: 1.5rem;
	padding-left: 40px;
}

.comment-content > ul ul {
	list-style-type: circle;
}

.comment-content > ol {
	list-style-type: decimal;
	margin-bottom: 1.5rem;
	padding-left: 40px;
}

.comment-content > ol ol {
	list-style-type: lower-alpha;
}

.comment-content hr {
	clear: both;
}

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

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

#comments .no-comments {
	font-weight: bolder;
}

.comment-form label {
	display: block;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block;
}

.comment-form input {
	max-width: 100%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: inherit;
	opacity: .6;
}

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

.comment-list .pingback p {
	margin-bottom: 16px;
}

.comment-list .pingback strong {
	text-transform: uppercase;
	font-weight: normal;
	color: #797d86;
}

.comment-list .pingback strong + a {
	padding-left: .5rem;
	padding-right: .5rem;
}

.comment-list .pingback .comment-edit-link {
	color: inherit;
}

.comment-list .comment-respond {
	padding-left: 7em;
}

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

@media (min-width: 480px) {
	.comment-respond .comment-form-author {
		float: left;
		width: 50%;
		padding-right: .75rem;
	}

	.comment-respond .comment-form-email {
		float: right;
		width: 50%;
		padding-left: .75rem;
	}

	.comment-respond .comment-form-comment textarea {
		clear: both;
	}

	.comment-respond .comment-form-comment textarea {
		max-width: 100%;
	}
}

.comment-navigation a + a {
	margin-left: 1rem;
}

.comment-navigation a .icon {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
	fill: #ed553b;
}

.comment-navigation a .icon-arrow-left {
	top: -2px;
}

/* 13. Footer */
#footer {
	text-align: center;
	background-color: #f2f2f2;
}

.footer-sticky #content ~ #footer {
	position: fixed;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

#footer .wrap {
	padding: 30px 15px;
}

@media (min-width: 768px) {
	#footer .wrap {
		padding: 44px 24px;
	}
}

@media (min-width: 1024px) {
	#footer .wrap {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
		padding: 88px 0;
	}
}

@media (min-width: 1280px) {
	#footer .wrap {
		max-width: 1110px;
	}
}

#footer .widget {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#footer .widget-area.split-into-columns {
	-webkit-column-width: 350px;
	column-width: 350px;
	-webkit-column-gap: 1.25em;
	column-gap: 1.25em;
}

@media (min-width: 768px) {
	#footer .widget-area.split-into-columns {
		-webkit-column-width: 320px;
		column-width: 320px;
		-webkit-column-gap: 3.14286em;
		column-gap: 3.14286em;
	}
}

#footer .widget-area.split-into-columns .widget {
	display: inline-block;
	width: 100%;
	text-align: left;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}

#footer .widget-area.split-into-columns .widget .widget-title:after {
	margin-left: 0;
	margin-right: 0;
}

#footer .widget-area.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown #footer .widget-area > .customize-partial-edit-shortcut-footer_split_columns {
	visibility: hidden;
}

#footer .widget,
#footer .social-navigation {
	margin-bottom: 1.25em;
}

@media (min-width: 768px) {
	#footer .widget,
	#footer .social-navigation {
		margin-bottom: 3.14286em;
	}
}

#footer .copyright p:last-child {
	margin-bottom: 0;
}

#footer .copyright .separator {
	display: block;
}

@media (min-width: 768px) {
	#footer .copyright .separator {
		display: inline-block;
		margin-left: 16px;
		margin-right: 16px;
		width: 32px;
		height: 4px;
		background-color: #222;
		opacity: .1;
		vertical-align: 3px;
	}

	#footer .copyright .separator {
		margin-left: 20px;
		margin-right: 20px;
		width: 30px;
	}
}

/* 14. Block Editor */
.wp-block-separator {
	background-color: #222;
	background-color: rgba(34, 34, 34, .1);
	border-width: 0;
	width: 32px;
	clear: both;
}

.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
	width: 100%;
}

.wp-block-separator.is-style-dots {
	height: 0;
	border-bottom: 2px dotted #222;
	border-bottom: 2px dotted rgba(34, 34, 34, .1);
	background-color: transparent;
}

.wp-block-separator.is-style-dots:before {
	content: none;
}

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

.wp-block-video {
	margin-bottom: 1.25rem;
}

.alignfull.wp-block-cover-image.has-parallax {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.wp-block-image,
.wp-block-video,
.wp-block-cover,
.wp-block-gallery,
.wp-block-embed,
.wp-block-media-text {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.wp-block-image.alignwide {
	max-width: none;
}

.wp-block-embed,
.wp-block-embed iframe {
	width: 100%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
	padding-top: 66.66%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-gallery.alignfull .blocks-gallery-item {
	margin: 0;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.wp-block-table th,
.wp-block-table td {
	border: 0;
	border-bottom: 1px solid #e8e8e8;
}

.wp-block-table th,
.wp-block-table td {
	border: 0;
	border-bottom: 1px solid #e8e8e8;
}

.wp-block-table th {
	border-bottom-width: 2px;
}

.wp-block-table td {
	padding: .75em .5em;
}

.wp-block-table th:first-child,
.wp-block-table td:first-child {
	padding-left: 0;
}

.wp-block-table th:last-child,
.wp-block-table td:last-child {
	padding-right: 0;
}

.wp-block-table > :last-child tr:last-child td {
	border-bottom: 0;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
	margin-bottom: .85rem;
}

.wp-block-button,
.wp-block-button__link {
	color: #222;
}

.wp-block-button__link {
	background-color: #ffc962;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.48;
	padding: 13px 30px 14px;
	-webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
	opacity: 1;
	-webkit-transition: color .1s, background-color .1s, border-color .1s;
	-o-transition: color .1s, background-color .1s, border-color .1s;
	transition: color .1s, background-color .1s, border-color .1s;
}

.is-style-outline .wp-block-button__link {
	padding: 9px 26px 10px;
	border: 4px solid #222;
	border: 4px solid rgba(34, 34, 34, .1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	text-decoration: none;
}

.wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button__link:not(.has-background):not(.has-text-color):focus {
	background-color: #797d86;
	color: #fff;
}

.entry-content .wp-block-subhead {
	color: #797d86;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	opacity: 1;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	margin: 1.75em 0 1.25em 0;
	padding: 0;
}

.wp-block-pullquote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
	font-size: inherit;
	font-style: normal;
	line-height: 1.15;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
	font-size: 1rem;
	text-align: inherit;
}

.wp-block-pullquote cite,
.wp-block-quote cite,
.wp-block-pullquote__citation,
.wp-block-quote__citation {
	color: #797d86;
}

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	font-family: 'Playfair Display', serif;
	font-size: 2.441em;
	font-weight: 700;
	line-height: 1.15;
}

.wp-block-cover-image h2,
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image .wp-block-cover-image-text:not(.has-text-color),
.wp-block-cover-image .wp-block-cover-text:not(.has-text-color),
.wp-block-cover h2,
.wp-block-cover p:not(.has-text-color),
.wp-block-cover .wp-block-cover-image-text:not(.has-text-color),
.wp-block-cover .wp-block-cover-text:not(.has-text-color) {
	color: #fff;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.wp-block-pullquote {
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin: 1.25em 0 .75em 0;
}

.wp-block-pullquote.alignfull blockquote {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-categories select {
	width: auto;
}

.has-primary-background-color {
	background-color: #ffc962;
 }

.has-primary-color {
	color: #ffc962;
 }

.has-links-background-color {
	background-color: #ed553b;
 }

.has-links-color {
	color: #ed553b;
 }

.has-black-background-color {
	background-color: #222;
 }

.has-black-color {
	color: #222;
 }

.has-grey-background-color {
	background-color: #797d86;
 }

.has-grey-color {
	color: #797d86;
 }

.has-light-grey-background-color {
	background-color: #f2f2f2;
 }

.has-light-grey-color {
	color: #f2f2f2;
 }

.wp-block-image.alignleft,
.wp-block-image.alignright {
	margin: 0 1.25em 1.25rem;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 1000%;
}

.entry-content > .wp-block-cover.alignfull:first-child,
.entry-content > .wp-block-image.alignfull:first-child,
.entry-content > .wp-block-video.alignfull:first-child,
.entry-content > .wp-block-embed-youtube.alignfull:first-child {
	margin-top: -44px;
}

.entry-content > .wp-block-cover.alignfull:last-child,
.entry-content > .wp-block-image.alignfull:last-child,
.entry-content > .wp-block-video.alignfull:last-child,
.entry-content > .wp-block-embed-youtube.alignfull:last-child {
	margin-bottom: -44px;
}

@media (min-width: 1440px) {
	.entry-content > .wp-block-cover.alignfull:first-child,
	.entry-content > .wp-block-image.alignfull:first-child,
	.entry-content > .wp-block-video.alignfull:first-child,
	.entry-content > .wp-block-embed-youtube.alignfull:first-child {
		margin-top: -88px;
	}

	.entry-content > .wp-block-cover.alignfull:last-child,
	.entry-content > .wp-block-image.alignfull:last-child,
	.entry-content > .wp-block-video.alignfull:last-child,
	.entry-content > .wp-block-embed-youtube.alignfull:last-child {
		margin-bottom: -88px;
	}
}

.page.has-sidebar .alignfull,
.single-episode.has-sidebar .alignfull,
.single-episode.has-episode-sidebar .alignfull {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	max-width: 100%;
}

.alignfull img {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.alignwide {
		margin-left: -140px;
		margin-right: -140px;
		width: 920px;
	}

	.wp-block-quote,
	.wp-block-quote.is-style-large,
	.wp-block-quote.is-large {
		margin-left: -80px;
		margin-right: -80px;
	}

	.page.has-sidebar .alignwide,
	.page.has-sidebar .wp-block-quote,
	.page.has-sidebar .wp-block-quote.is-style-large,
	.page.has-sidebar .wp-block-quote.is-large,
	.single-episode.has-sidebar .alignwide,
	.single-episode.has-sidebar .wp-block-quote,
	.single-episode.has-sidebar .wp-block-quote.is-style-large,
	.single-episode.has-sidebar .wp-block-quote.is-large,
	.single-episode.has-episode-sidebar .alignwide,
	.single-episode.has-episode-sidebar .wp-block-quote,
	.single-episode.has-episode-sidebar .wp-block-quote.is-style-large,
	.single-episode.has-episode-sidebar .wp-block-quote.is-large {
		margin-left: 0;
		margin-right: 0;
	}

	.page.has-sidebar .wp-block-gallery.alignwide,
	.single-episode.has-sidebar .wp-block-gallery.alignwide,
	.single-episode.has-episode-sidebar .wp-block-gallery.alignwide {
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media screen and (min-width: 1280px) {
	.alignwide {
		margin-left: -235px;
		margin-right: -235px;
		width: 1110px;
	}

	.wp-block-quote,
	.wp-block-quote.is-style-large,
	.wp-block-quote.is-large {
		margin-left: -110px;
		margin-right: -110px;
	}
}

.wp-block-column {
	margin-bottom: 1.25rem;
}

@media (min-width: 600px) and (max-width: 767px) {
	.wp-block-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.wp-block-column:not(:last-child),
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.wp-block-column:nth-child(odd),
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 15px;
	}

	.wp-block-column:nth-child(odd),
	.wp-block-column:not(:last-child) {
		margin-right: 15px;
	}

	.wp-block-column:last-child {
		margin-right: 0;
	}
}
