/******************************************************************
Theme Name: Blanko
Theme URI: https://github.com/carlito/wp-podcast-theme
Description: A customizable WP theme.
Author: Carlos Stockhausen
Author URI: http://carlito.me
Version: 0.6
Text Domain: blanko
License:
License URI:
Tags: blanko, simple
*/
/* Sass Imports */
/* Compass Imports */
/* Project Imports */
/* Breakpoints */
/* Colors */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic,300,300italic,400italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

img {
  line-height: 0;
  vertical-align: top; }

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

/* Variables */
/* Webfont Import */
html,
body {
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-weight: 400;
  font-size: 20px; }

.small-text {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 145%;
  font-weight: 400; }

.small-big {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%; }
  @media (min-width: 0) and (max-width: 400px) {
    .small-big {
      font-size: 24px;
      font-size: 1.2rem; } }

.light,
.light a {
  color: #aaa; }

p {
  padding: 15px 0 15px 0; }
  p:last-child {
    padding-bottom: 0; }
  p img {
    float: left;
    margin: 0.5em;
    padding: 0; }

a {
  outline: none;
  text-decoration: none; }
  a:link, a:visited {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    color: #00c3ff; }
  a:focus, a:hover, a:active {
    color: #222; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 50px 0 15px 0; }

h1 {
  margin-top: 0; }

h2 {
  font-size: 36px;
  font-size: 1.8rem; }

h3 {
  font-size: 30px;
  font-size: 1.5rem; }

h4 {
  font-size: 26px;
  font-size: 1.3rem; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

.content > :last-child:not(.posts-list),
#about .episode-description-teaser > :last-child:not(.posts-list),
#about .episode-description > :last-child:not(.posts-list) {
  margin-bottom: 0;
  padding-bottom: 0; }

.content > p a:link,
.content > p a:visited,
#about .episode-description-teaser > p a:link,
#about .episode-description > p a:link,
#about .episode-description-teaser > p a:visited,
#about .episode-description > p a:visited {
  color: #222; }

.content > p a:focus, .content > p a:hover, .content > p a:active,
#about .episode-description-teaser > p a:focus,
#about .episode-description > p a:focus,
#about .episode-description-teaser > p a:hover,
#about .episode-description > p a:hover,
#about .episode-description-teaser > p a:active,
#about .episode-description > p a:active {
  text-decoration: none; }

.content ul,
.content ol,
#about .episode-description-teaser ul,
#about .episode-description ul,
#about .episode-description-teaser ol,
#about .episode-description ol {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .content ul:last-child,
  .content ol:last-child,
  #about .episode-description-teaser ul:last-child,
  #about .episode-description ul:last-child,
  #about .episode-description-teaser ol:last-child,
  #about .episode-description ol:last-child {
    padding-bottom: 0; }

.content ul,
#about .episode-description-teaser ul,
#about .episode-description ul {
  list-style: circle; }

.content ol,
#about .episode-description-teaser ol,
#about .episode-description ol {
  list-style: decimal; }

.content ul li,
.content ol li,
#about .episode-description-teaser ul li,
#about .episode-description ul li,
#about .episode-description-teaser ol li,
#about .episode-description ol li {
  margin-left: 30px;
  margin-bottom: .5em; }

.content dt,
#about .episode-description-teaser dt,
#about .episode-description dt {
  font-weight: bold; }

.content dd,
#about .episode-description-teaser dd,
#about .episode-description dd {
  margin: 0 0 1em 2em; }

.content blockquote,
#about .episode-description-teaser blockquote,
#about .episode-description blockquote {
  color: #888;
  border-left: 4px solid #ccc;
  padding-left: 20px;
  margin: 15px 0; }

#commentform #author,
#commentform #email,
#commentform #comment,
input[type=text],
input[type=search],
textarea {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  border: 2px solid #ddd;
  color: #222;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  outline: none;
  padding: 9px; }
  @media (min-width: 0) and (max-width: 400px) {
    #commentform #author,
    #commentform #email,
    #commentform #comment,
    input[type=text],
    input[type=search],
    textarea {
      font-size: 24px;
      font-size: 1.2rem; } }
  #commentform #author:focus,
  #commentform #email:focus,
  #commentform #comment:focus, #commentform #author:active,
  #commentform #email:active,
  #commentform #comment:active,
  input[type=text]:focus,
  input[type=text]:active,
  input[type=search]:focus,
  input[type=search]:active,
  textarea:focus,
  textarea:active {
    border: 2px solid #00c3ff; }

.searchform--big .searchform-input {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 10px 20px; }
  @media (min-width: 0) and (max-width: 400px) {
    .searchform--big .searchform-input {
      font-size: 24px;
      font-size: 1.2rem; } }

.searchform-submit,
button,
.subscribe-button,
#navigation-bar .menu > .menu-list > .menu-item .subscribe-button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  background-color: #00c3ff;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 10px 15px; }
  .searchform-submit:hover,
  button:hover,
  .subscribe-button:hover,
  #navigation-bar .menu > .menu-list > .menu-item .subscribe-button:hover,
  input[type=submit]:hover {
    background-color: #222; }

.searchform--big .searchform-submit {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 10px 25px; }
  @media (min-width: 0) and (max-width: 400px) {
    .searchform--big .searchform-submit {
      font-size: 24px;
      font-size: 1.2rem; } }

select {
  opacity: 0; }

.select-wrap {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  display: inline-block;
  line-height: 0;
  color: #00c3ff;
  border: 2px solid #00c3ff; }
  .select-wrap:hover {
    color: #222;
    border: 2px solid #222; }
  .select-wrap select {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    color: #00c3ff;
    background: transparent;
    width: 268px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    opacity: 1; }
    .select-wrap select:hover {
      color: #222; }
  .select-wrap option {
    color: #00c3ff; }

body {
  color: #222;
  background-color: #f2f2f2; }

/* Hidden elements */
.hide,
.screen-reader-text,
#top-bar #searchform .screen-reader-text {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.shownotes-box, .page .content,
.single:not(.single-podcast) .content {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.nobr,
.nobreak {
  white-space: nowrap; }

/* the main classes used for alignment */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  max-width: 100%;
  padding: 0 0 15px 0; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

/* img caption */
.wp-caption-text,
p.wp-caption-text {
  font-size: .8em;
  background-color: #fff;
  color: #888;
  padding: .6em 1em;
  margin: 0; }

/* styles for img sizes */
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot?y70snq");
  src: url("fonts/icons.eot?y70snq#iefix") format("embedded-opentype"), url("fonts/icons.ttf?y70snq") format("truetype"), url("fonts/icons.woff?y70snq") format("woff"), url("fonts/icons.svg?y70snq#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-image:before {
  content: "\e800"; }

.icon-mic:before {
  content: "\e801"; }

.icon-file-empty:before {
  content: "\e820"; }

.icon-file-text:before {
  content: "\e821"; }

.icon-file-play:before {
  content: "\e822"; }

.icon-file-video:before {
  content: "\e823"; }

.icon-clock:before {
  content: "\e802"; }

.icon-bubble:before {
  content: "\e824"; }

.icon-settings:before {
  content: "\e803"; }

.icon-menu:before {
  content: "\e804"; }

.icon-link:before {
  content: "\e805"; }

.icon-bookmark:before {
  content: "\e806"; }

.icon-star-empty:before {
  content: "\e807"; }

.icon-star-full:before {
  content: "\e808"; }

.icon-heart:before {
  content: "\e809"; }

.icon-info:before {
  content: "\e825"; }

.icon-cancel-circle:before {
  content: "\e81f"; }

.icon-x:before {
  content: "\e80a"; }

.icon-play:before {
  content: "\e80b"; }

.icon-pause:before {
  content: "\e80c"; }

.icon-stop:before {
  content: "\e80d"; }

.icon-backward:before {
  content: "\e80e"; }

.icon-forward:before {
  content: "\e80f"; }

.icon-first:before {
  content: "\e810"; }

.icon-last:before {
  content: "\e811"; }

.icon-loop:before {
  content: "\e812"; }

.icon-arrow-up2:before {
  content: "\e826"; }

.icon-arrow-right:before {
  content: "\e827"; }

.icon-arrow-down2:before {
  content: "\e828"; }

.icon-arrow-left:before {
  content: "\e829"; }

.icon-circle-up:before {
  content: "\e813"; }

.icon-circle-right:before {
  content: "\e814"; }

.icon-circle-down:before {
  content: "\e815"; }

.icon-checkbox-checked:before {
  content: "\e816"; }

.icon-checkbox-unchecked:before {
  content: "\e817"; }

.icon-radio-checked:before {
  content: "\e818"; }

.icon-radio-checked2:before {
  content: "\e819"; }

.icon-radio-unchecked:before {
  content: "\e81a"; }

.icon-facebook:before, .contributor-list .services .service-facebook .icon:before {
  content: "\e81b"; }

.icon-facebook-round:before {
  content: "\e81c"; }

.icon-twitter:before {
  content: "\e81d"; }

.icon-twitter-round:before {
  content: "\e81e"; }

.icon-feed:before {
  content: "\e82a"; }

.icon-feed-square:before {
  content: "\e82b"; }

.icon-feed-circle:before {
  content: "\e82c"; }

.icon-email:before {
  content: "\e825"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.wrap {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  width: 100%; }

#page-main .main {
  width: 610px; }

@media (min-width: 950px) {
  #page-main.has-sidebar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  #page-main.has-sidebar .content,
  #page-main.has-sidebar .shownotes-box {
    width: 70%;
    float: left; }
  #page-main.has-sidebar .sidebar {
    float: right;
    width: 28%; } }

.page-main--centered {
  text-align: center;
  padding: 60px 0; }
  @media (min-width: 950px) {
    .page-main--centered {
      padding: 60px; } }

.main {
  width: 100%; }

.alert {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #00c3ff;
  color: #fff;
  padding: 30px;
  text-align: center;
  width: 100%;
  z-index: 1000; }
  .alert a:link,
  .alert a:visited {
    color: #111;
    font-weight: bold; }

.alert-box {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  background-color: #ff008c;
  margin: 0 auto;
  max-width: 500px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: 0; }
  .alert-box:hover .alert-close {
    opacity: 1; }

.alert-content {
  float: left;
  padding: 20px;
  text-align: left;
  width: 88%; }

.alert-close {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  cursor: pointer;
  display: block;
  float: right;
  opacity: .2;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%; }

.announcement {
  font-size: 18px;
  font-size: 0.9rem;
  background-color: #111;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.06) inset;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 120%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  z-index: 1; }
  .announcement .title {
    margin: 0 10px 0 0;
    font-weight: 300; }
  .announcement.large {
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 140%;
    line-height: 110%;
    font-weight: 600;
    padding: 18px 0; }
    @media (min-width: 0) and (max-width: 400px) {
      .announcement.large {
        font-size: 24px;
        font-size: 1.2rem; } }
  .announcement.warning {
    background-color: #FF7600;
    color: #000; }
  .announcement ul, .announcement li {
    display: inline-block; }
    .announcement ul a, .announcement li a {
      padding: 0 10px; }
  .announcement p {
    margin: 0; }
  .announcement a:link,
  .announcement a:visited {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    border-bottom: none;
    text-decoration: underline; }
  .announcement a:hover,
  .announcement a:active {
    border-bottom: none;
    text-decoration: none; }
  .announcement .title {
    color: #00c3ff; }
  @media (min-width: 0) and (max-width: 749px) {
    .announcement .wrap {
      width: 90%; } }
  @media (min-width: 950px) {
    .announcement .wrap {
      width: 80%; } }
  .announcement .button {
    white-space: nowrap;
    overflow: hidden; }

.announcement-live {
  background-color: #0CAD41;
  color: #fff; }
  .announcement-live .title {
    color: #fff; }
    @media (min-width: 0) and (max-width: 749px) {
      .announcement-live .title {
        margin-bottom: 20px; } }
    .announcement-live .title strong {
      font-weight: 600; }
  .announcement-live .icon {
    font-size: 1.4rem;
    position: absolute;
    margin-left: -40px;
    margin-top: -2px; }
  .announcement-live .button {
    padding: 10px 14px;
    background-color: rgba(0, 0, 0, 0.15); }
    .announcement-live .button:hover, .announcement-live .button:active, .announcement-live .button:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.4); }

.announcement-link:hover .announcement {
  text-decoration: underline; }

#commentform .form-field {
  position: relative;
  margin: -2px 0 0; }

#commentform .form-label {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 145%;
  font-weight: 400;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  color: #999;
  left: 24px;
  position: absolute;
  top: 28px;
  cursor: pointer; }
  #commentform .form-label:hover {
    color: #111;
    cursor: pointer; }

#commentform .comment-form-comment {
  margin: 30px 0 0;
  line-height: 0; }
  #commentform .comment-form-comment .form-label {
    display: none; }

#commentform input:focus + .form-label,
#commentform input:active + .form-label {
  color: #00c3ff; }

#commentform #author,
#commentform #email,
#commentform #comment {
  outline: none;
  padding: .8rem 1rem;
  width: 100%; }

#commentform #author,
#commentform #email {
  padding-left: 90px; }

#commentform .comment-form-url {
  display: none; }

#commentform .form-submit {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0;
  margin: 0; }
  #commentform .form-submit .submit {
    font-size: 26px;
    font-size: 1.3rem;
    outline: 0; }

.login-status {
  display: inline;
  padding-left: 20px; }
  .login-status .logout-link {
    margin-left: 20px; }

#comment-status p:last-child {
  padding: 20px;
  background-color: #f2f2f2;
  margin-bottom: 20px; }

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

.comments-title {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 160%;
  margin: 40px 0 30px; }

h3#comments {
  display: none; }

.comment {
  font-size: 18px;
  font-size: 0.9rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 90px;
  margin-top: 50px;
  padding: 15px 20px;
  position: relative; }
  .comment.bypostauthor {
    background-color: #00c3ff;
    color: #fff; }
    .comment.bypostauthor:after {
      border-color: transparent #00c3ff; }
    .comment.bypostauthor .comment-body {
      color: #fff; }
  @media (min-width: 750px) {
    .comment {
      width: 80%;
      margin-left: 20%;
      margin-top: 0;
      margin-bottom: 60px; }
      .comment:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #f2f2f2;
        display: block;
        width: 0;
        z-index: 1;
        margin-top: -15px;
        left: -14px;
        top: 30px; } }

.comment-body {
  color: #222; }
  .comment-body > p {
    line-height: 150%; }
    .comment-body > p:last-of-type {
      margin-bottom: 0; }

.comment-author {
  position: absolute;
  line-height: 150%;
  top: -30px;
  max-height: 25px;
  overflow: visible;
  width: 100%; }
  @media (min-width: 750px) {
    .comment-author {
      left: -25%;
      width: 20%;
      top: 10px;
      max-height: 100px;
      text-align: right; } }
  .comment-author img {
    border-radius: 100%; }
  .comment-author .name {
    display: block;
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-align: left;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    top: 2px;
    white-space: nowrap;
    width: 75%;
    color: #222; }
    @media (min-width: 750px) {
      .comment-author .name {
        left: auto;
        right: 60px;
        text-align: right;
        top: 5px;
        width: 140px; } }
  .comment-author .says {
    display: none; }

.comment-meta {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 140%;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #bbb; }
  .comment-meta a:link,
  .comment-meta a:visited {
    border-bottom: 0;
    color: #bbb; }
  .comment-meta a:hover,
  .comment-meta a:active,
  .comment-meta a:focus {
    color: #222; }

.reply {
  display: none; }

.comment-awaiting-moderation {
  font-weight: bold; }

.required {
  display: none; }

#chapters .chapters-list, #downloads .downloads-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  #chapters .chapters-list li, #downloads .downloads-list li {
    margin: 0;
    padding: 0; }
  #chapters .chapters-list .primary, #downloads .downloads-list .primary {
    display: block;
    float: left; }
    @media (min-width: 0) and (max-width: 750px) {
      #chapters .chapters-list .primary, #downloads .downloads-list .primary {
        width: 70%; } }
    #chapters .chapters-list .primary .icon, #downloads .downloads-list .primary .icon {
      font-size: 1em;
      position: relative;
      left: -2px;
      color: #bbb;
      margin-right: 10px;
      top: 3px; }
      @media (min-width: 0) and (max-width: 749px) {
        #chapters .chapters-list .primary .icon, #downloads .downloads-list .primary .icon {
          display: none; } }
  #chapters .chapters-list .secondary, #downloads .downloads-list .secondary {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    float: right;
    color: #ccc;
    font-size: 0.8em; }
    @media (min-width: 0) and (max-width: 400px) {
      #chapters .chapters-list .secondary, #downloads .downloads-list .secondary {
        font-size: 0.6em; } }
  #chapters .chapters-list .item-link, #downloads .downloads-list .item-link {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    border-bottom: 1px solid #ddd;
    color: #222;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 750px) {
      #chapters .chapters-list .item-link, #downloads .downloads-list .item-link {
        font-size: 26px;
        font-size: 1.3rem;
        line-height: 140%; } }
  @media (min-width: 750px) and (min-width: 0) and (max-width: 400px) {
    #chapters .chapters-list .item-link, #downloads .downloads-list .item-link {
      font-size: 24px;
      font-size: 1.2rem; } }
  #chapters .chapters-list .item-link:hover, #downloads .downloads-list .item-link:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #f2f2f2;
    color: #222;
    text-decoration: none; }
    #chapters .chapters-list .item-link:hover .secondary, #downloads .downloads-list .item-link:hover .secondary {
      color: #222; }
  #chapters .chapters-list li:last-child .item-link, #downloads .downloads-list li:last-child .item-link {
    border-bottom: 0; }

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

.contributors-title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.contributor-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .contributor-list:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .contributor-list .contributor-list-item {
    font-size: 16px;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 140%;
    margin-bottom: 20px;
    margin-right: 2.5%;
    margin-left: 0;
    padding-bottom: 12%;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 0;
    width: 12%;
    overflow: hidden;
    z-index: 1; }
    .contributor-list .contributor-list-item:last-child {
      margin-right: 0; }
    .contributor-list .contributor-list-item img {
      width: 102%;
      height: auto; }
  .contributor-list .contributor-name {
    display: block;
    padding: 10px;
    font-weight: 600;
    line-height: 120%; }
  .contributor-list .contributor-link {
    text-decoration: underline;
    display: inline-block; }
  .contributor-list .contributor-info {
    -webkit-transition: all, 0.1s;
    -o-transition: all, 0.1s;
    transition: all, 0.1s;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    background-color: #f2f2f2;
    z-index: 1;
    top: 140%;
    width: 200%;
    margin-left: -40%; }
    .contributor-list .contributor-info:before {
      border-radius: 3px;
      border-bottom: 15px solid #f2f2f2;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      content: ' ';
      height: 0;
      left: 38%;
      position: absolute;
      top: -10px;
      width: 0; }
  .contributor-list .contributor-image {
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    padding-bottom: 97%; }
  .contributor-list .services {
    color: #888;
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
    text-align: center; }
    .contributor-list .services .service-item {
      display: block;
      padding: 0;
      margin: 0; }
      .contributor-list .services .service-item:last-child {
        padding-bottom: 4px; }
    .contributor-list .services .icon {
      font-size: 20px;
      font-size: 1rem;
      display: none;
      padding: 8px; }
    .contributor-list .services a:link,
    .contributor-list .services a:visited {
      border: none;
      color: #888;
      display: block; }
    .contributor-list .services a:active,
    .contributor-list .services a:hover,
    .contributor-list .services a:focus {
      -webkit-transition: all, 0.2s;
      -o-transition: all, 0.2s;
      transition: all, 0.2s;
      color: #222; }
  @media (min-width: 950px) {
    .contributor-list .contributor-info {
      width: 120%;
      margin-left: -10%;
      top: 60%; }
    .contributor-list .contributor-list-item:hover {
      overflow: visible;
      z-index: 2; }
    .contributor-list .contributor-list-item:hover .contributor-info {
      -webkit-transition: all, 0.2s;
      -o-transition: all, 0.2s;
      transition: all, 0.2s;
      opacity: 1;
      top: 85%; } }

.page-footer {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 145%;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.4);
  display: block;
  padding: 40px 0 80px;
  text-align: center; }
  .page-footer .menu {
    font-size: 20px;
    font-size: 1rem; }
    @media (min-width: 0) and (max-width: 750px) {
      .page-footer .menu li {
        display: block;
        line-height: 160%; } }
    .page-footer .menu a:link,
    .page-footer .menu a:visited {
      text-decoration: none;
      padding: 10px 14px;
      border: none; }
    .page-footer .menu a:hover {
      text-decoration: underline; }
  .page-footer p {
    margin: 20px 0 10px 0;
    line-height: 140%; }
  .page-footer a,
  .page-footer a:link,
  .page-footer a:visited {
    color: inherit;
    text-decoration: none;
    border: none; }
  .page-footer a:focus,
  .page-footer a:hover,
  .page-footer a:active {
    text-decoration: underline; }
  .page-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-footer ul li {
    margin: 0;
    padding: 0;
    display: inline-block; }

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

.grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 25%;
  text-align: center; }
  .grid-item .button-text {
    display: none; }
  .grid-item .button-icon {
    font-size: 60px; }

#header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.page-header {
  display: block;
  background-position: center;
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 0) and (max-width: 749px) {
    .page-header {
      width: 100%;
      margin-top: 0; } }
  .page-header.has-image {
    height: 400px;
    margin-bottom: 20px; }
    .page-header.has-image > .wrap {
      height: 400px;
      width: 100%;
      max-width: 100%;
      position: absolute;
      top: 60px;
      padding: 0 30px 0 30px; }
      .page-header.has-image > .wrap .title {
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1200px;
        width: 100%;
        max-width: 1140px;
        padding-left: 0; }
    .page-header.has-image #header-image {
      position: relative;
      display: block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .page-header.has-image #navigation-bar {
      width: 100%;
      position: absolute;
      top: 0; }
  .page-header.fullscreen {
    height: 100vh;
    min-height: 100vh; }
  .page-header .wrap {
    position: relative; }
  .page-header .title-wrap {
    padding: 0; }
    .page-header .title-wrap:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    @media (min-width: 0) and (max-width: 749px) {
      .page-header .title-wrap {
        padding: 0px; } }
  .page-header .head-main {
    overflow: hidden;
    display: block; }

.page-header--centered {
  text-align: center;
  padding-top: 60px; }

@media (min-width: 0) and (max-width: 749px) {
  .listpage-header .menu-main-menu-container {
    margin: 20px 0 0; } }

.media {
  position: relative; }

.media__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  padding: 2px 4px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  .media__copyright a:link,
  .media__copyright a:visited {
    color: #fff;
    text-decoration: none; }
  .media__copyright a:hover {
    text-decoration: underline; }

.menu-toggle,
.menu-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block; }

.menu-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-left: 1.25em;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  text-indent: -999%;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  position: fixed;
  display: block;
  z-index: 999; }
  .menu-toggle-label:before, .menu-toggle-label:after {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    font-size: 18px;
    font-size: 0.9rem;
    background: #00c3ff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    width: 1.8em;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .menu-toggle-label:before {
    top: 25px; }
  .menu-toggle-label:after {
    top: 35px; }
  .menu-toggle:checked + .menu-toggle-label:before, .menu-toggle:checked + .menu-toggle-label:after {
    background: #00c3ff; }
  .menu-toggle:checked + .menu-toggle-label:before {
    -webkit-transform: rotate(-41deg) translateY(7px);
        -ms-transform: rotate(-41deg) translateY(7px);
            transform: rotate(-41deg) translateY(7px); }
  .menu-toggle:checked + .menu-toggle-label:after {
    -webkit-transform: rotate(43deg) translateY(-7px);
        -ms-transform: rotate(43deg) translateY(-7px);
            transform: rotate(43deg) translateY(-7px); }
  @media (min-width: 950px) {
    .menu-toggle-label {
      display: none; } }

.menu-toggle {
  display: none; }

@media (min-width: 0) and (max-width: 950px) {
  .menu-toggle + .menu-toggle-label + .menu {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .menu-toggle:checked + .menu-toggle-label + .menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

.miniplayer {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center; }
  .miniplayer .icon-play {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 210%;
    color: white;
    display: block;
    padding: 14px;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
    .miniplayer .icon-play:hover {
      color: #222;
      background-color: white; }
    .miniplayer .icon-play:before {
      left: 3px;
      top: 3px;
      content: "\e80b";
      position: relative; }

.more-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  display: block;
  cursor: pointer;
  position: relative;
  opacity: .3;
  border: none !important; }
  .more-toggle:hover {
    opacity: 1;
    border: none !important; }
  .more-toggle .icon {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
    margin-left: -30px;
    position: absolute;
    top: 6px;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s; }
  .more-toggle:hover .icon {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .more-toggle.active .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.more-toggle-container,
#about .episode-description-more {
  display: none; }

#navigation-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 99; }
  #navigation-bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

#navigation-bar .wrap {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #navigation-bar .wrap .menu-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    #navigation-bar .wrap .menu-wrap:first-child, #navigation-bar .wrap .menu-wrap:first-child:last-child {
      text-align: left; }
    #navigation-bar .wrap .menu-wrap:last-child, #navigation-bar .wrap .menu-wrap:first-child.main-menu {
      text-align: right; }
  #navigation-bar .wrap > .subscribe-button {
    padding: 7px 14px; }
    @media (min-width: 0) and (max-width: 749px) {
      #navigation-bar .wrap > .subscribe-button .icon {
        margin: 0; }
      #navigation-bar .wrap > .subscribe-button .text {
        display: none; } }

#navigation-bar .site-name {
  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;
  position: relative;
  font-weight: 600;
  z-index: 9;
  text-align: left;
  line-height: 120%;
  left: -15px; }
  #navigation-bar .site-name a:link,
  #navigation-bar .site-name a:visited {
    padding: 10px 14px !important; }

#navigation-bar .menu > .menu-list > .menu-item {
  background-color: transparent;
  display: inline-block;
  vertical-align: top; }

#navigation-bar .menu > .menu-list > .menu-item a:link,
#navigation-bar .menu > .menu-list > .menu-item a:visited {
  padding: 10px 14px;
  background-color: transparent;
  color: rgba(34, 34, 34, 0.4);
  line-height: 130%;
  outline: none; }

#navigation-bar .site-name-link:focus, #navigation-bar .site-name-link:hover, #navigation-bar .site-name-link:active, #navigation-bar .menu > .menu-list > .menu-item a:focus,
#navigation-bar .menu > .menu-list > .menu-item a:hover,
#navigation-bar .menu > .menu-list > .menu-item a:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #111;
  background-color: rgba(0, 0, 0, 0.1); }

#navigation-bar {
  z-index: 2; }
  #navigation-bar.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%; }
  #navigation-bar .wrap > .menu {
    display: none; }
  #navigation-bar .site-icon {
    position: absolute;
    top: -12px; }
  #navigation-bar .site-icon-link + .site-name {
    margin-left: 80px; }
  #navigation-bar .menu {
    z-index: 99;
    line-height: 220%; }
    #navigation-bar .menu .menu-item {
      position: relative;
      margin: 0;
      padding: 0; }
    #navigation-bar .menu .menu-list {
      margin: 0;
      padding: 0; }
    #navigation-bar .menu > .menu-list > .menu-item.current_page_item a:link,
    #navigation-bar .menu > .menu-list > .menu-item.current_page_item a:visited,
    #navigation-bar .menu > .menu-list > .menu-item.current-menu-parent a:link,
    #navigation-bar .menu > .menu-list > .menu-item.current-menu-parent a:visited {
      color: #111; }
    #navigation-bar .menu + .site-name {
      display: none; }
  #navigation-bar .network-menu {
    position: relative;
    left: -15px; }
    #navigation-bar .network-menu .menu-item-has-children:first-child > a {
      font-weight: 600; }
    #navigation-bar .network-menu .sub-menu {
      display: none; }
  @media (min-width: 0) and (max-width: 950px) {
    #navigation-bar .main-menu .menu {
      background-color: #fff;
      position: fixed;
      text-align: left;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding-top: 60px;
      overflow: scroll; }
      .admin-bar #navigation-bar .main-menu .menu {
        top: 47px; }
    #navigation-bar .main-menu .menu-list .menu-item {
      display: block;
      margin-left: 0;
      width: 100%; }
      #navigation-bar .main-menu .menu-list .menu-item a:link,
      #navigation-bar .main-menu .menu-list .menu-item a:visited {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        padding: 16px 30px !important;
        text-align: left;
        width: 100%; }
    #navigation-bar .main-menu .menu-list .sub-menu,
    #navigation-bar .main-menu .menu-list .sub-menu {
      display: block;
      margin: 0;
      padding: 0; }
      #navigation-bar .main-menu .menu-list .sub-menu a:link,
      #navigation-bar .main-menu .menu-list .sub-menu a:visited,
      #navigation-bar .main-menu .menu-list .sub-menu a:link,
      #navigation-bar .main-menu .menu-list .sub-menu a:visited {
        padding-left: 50px !important; } }
  @media (min-width: 950px) {
    #navigation-bar .sub-menu {
      display: none;
      position: absolute;
      top: 44px;
      min-width: 190px;
      z-index: 999;
      text-align: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      #navigation-bar .sub-menu .menu-item {
        -webkit-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        transition: all, 0.2s;
        background-color: white;
        margin: 0;
        padding: 0;
        list-style: none; }
        #navigation-bar .sub-menu .menu-item:last-child a {
          border: none; }
      #navigation-bar .sub-menu a:link,
      #navigation-bar .sub-menu a:visited {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #222;
        cursor: pointer;
        display: block;
        font-weight: 400;
        line-height: 130%;
        width: 100% !important; }
      #navigation-bar .sub-menu a:focus,
      #navigation-bar .sub-menu a:hover,
      #navigation-bar .sub-menu a:active {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        color: #111;
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff; }
    #navigation-bar .menu-list > .menu-item-has-children:hover > a:link,
    #navigation-bar .menu-list > .menu-item-has-children:hover > a:visited {
      background-color: rgba(17, 17, 17, 0.1);
      color: #222; }
    #navigation-bar .menu-list > .menu-item-has-children:hover > .sub-menu {
      display: block; }
    #navigation-bar .subscribe-button {
      margin-left: 14px; } }

.notification-badge {
  font-size: 14px;
  font-size: 0.7rem;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  display: block;
  padding: 2px 4px;
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 23px; }
  .notification-badge .bracket {
    display: none; }

.page-bottom {
  font-size: 22px;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px dashed #999;
  line-height: 140%;
  padding: 30px 0;
  text-align: center; }
  .page-bottom:last-of-type {
    border: none; }
  .page-bottom a:link,
  .page-bottom a:visited {
    border: none;
    text-decoration: none; }
  .page-bottom a:focus,
  .page-bottom a:hover,
  .page-bottom a:active {
    border: none; }

.page-bottom__title {
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 15px; }

.page-bottom__list {
  margin: 0; }

.pagination {
  font-size: 28px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.pagination-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  color: rgba(34, 34, 34, 0.25);
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  float: left;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  width: 48%; }
  .pagination-link .text {
    display: none; }
    @media (min-width: 750px) {
      .pagination-link .text {
        display: inline; } }
  .pagination-link .icon {
    position: relative;
    top: 3px; }
  .pagination-link:hover, .pagination-link:focus, .pagination-link:active {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(34, 34, 34, 0.5); }

.player-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-transition: all, .4s;
  -o-transition: all, .4s;
  transition: all, .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  z-index: 40;
  opacity: .9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .player-bar:hover {
    opacity: 1; }

.player-bar__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100vh;
          flex: 1 1 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.player-bar__button-play {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  z-index: 50;
  margin: 0 !important;
  height: 60px !important;
  width: 60px !important; }
  .player-bar__button-play .button-icon {
    font-size: 30px !important; }

.player-bar__progressbar {
  background: #111;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60px;
          flex: 1 1 60px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative; }

.player-bar__progressbar-expired {
  background-color: #00c3ff;
  height: 60px;
  -webkit-transition: all, .4s;
  -o-transition: all, .4s;
  transition: all, .4s;
  width: 50%; }

.player-bar__progressbar-current {
  width: 2px;
  height: 60px;
  background-color: #fff;
  left: 10%;
  top: 0;
  position: absolute;
  opacity: 0;
  display: none; }

.player-bar__progressbar:hover .player-bar__progressbar-current {
  opacity: 1; }

.player-bar__cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #ccc;
  display: none; }

#episode-header .player {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left; }
  #episode-header .player:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media (min-width: 0) and (max-width: 949px) {
    #episode-header .player {
      margin: 30px auto 50px auto;
      text-align: center;
      width: 255px; } }

.player-button-play, .player-button-backward,
.player-button-forward {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: table;
  float: left;
  height: 80px;
  margin: 1px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color, 0.2s;
  -o-transition: background-color, 0.2s;
  transition: background-color, 0.2s;
  width: 80px; }
  .player-button-play:nth-child(2), .player-button-backward:nth-child(2),
  .player-button-forward:nth-child(2) {
    margin: 0 5px; }
  .player-button-play:hover, .player-button-backward:hover,
  .player-button-forward:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .player-button-play .button-text, .player-button-backward .button-text, .player-button-forward .button-text {
    display: none; }
  .player-button-play .button-icon, .player-button-backward .button-icon, .player-button-forward .button-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem; }
  .player-button-play .icon-backward, .player-button-backward .icon-backward, .player-button-forward .icon-backward {
    position: relative;
    right: 4px; }
  .player-button-play .icon-play, .player-button-backward .icon-play, .player-button-forward .icon-play {
    position: relative;
    left: 2px; }

.player-button-play {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .player-button-play:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }

.player-button-backward,
.player-button-forward {
  background-color: rgba(17, 17, 17, 0.25);
  color: rgba(255, 255, 255, 0.8); }
  .player-button-backward:hover,
  .player-button-forward:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.playing .player-button-play {
  background-color: #00c3ff; }
  .playing .player-button-play:hover {
    background-color: #00b0e6; }

@-webkit-keyframes pulsate {
  0% {
    background-color: #fff !important; }
  50% {
    background-color: rgba(255, 255, 255, 0.5) !important; }
  100% {
    background-color: #fff !important; } }

.playing .button-play {
  -webkit-animation: pulsate 2s infinite !important;
          animation: pulsate 2s infinite !important;
  background-color: rgba(255, 0, 140, 0.8); }
  .playing .button-play:hover {
    background-color: #00c3ff !important; }

.player-rounded .player-button {
  border-radius: 100%; }

.podcast-contributors-list {
  overflow: hidden;
  padding: 0; }
  .content .podcast-contributors-list {
    padding: 0; }
  .podcast-contributors-list .contributor {
    margin: 0 auto 60px auto;
    overflow: hidden;
    width: 95%;
    text-align: center; }
    @media (min-width: 750px) {
      .podcast-contributors-list .contributor {
        width: 80%;
        text-align: left; } }
    @media (min-width: 950px) {
      .podcast-contributors-list .contributor {
        float: left;
        width: 46%;
        margin: 0 4% 60px 0; } }
  .podcast-contributors-list .contributor-main {
    overflow: hidden; }
  .podcast-contributors-list .contributor-name {
    font-size: 30px;
    font-size: 1.5rem;
    margin: 0 0 10px; }
  .podcast-contributors-list .contributors-episodes-title {
    display: none; }
  .podcast-contributors-list .contributors-episodes {
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 140%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .podcast-contributors-list .contributors-episodes.hidden {
      display: none; }
    .podcast-contributors-list .contributors-episodes li {
      margin: 0;
      padding: 0; }
    @media (min-width: 950px) {
      .podcast-contributors-list .contributors-episodes {
        line-height: 140%; }
        .podcast-contributors-list .contributors-episodes li {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; } }
  .podcast-contributors-list .toggle {
    font-size: 18px;
    font-size: 0.9rem;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    outline: none;
    padding: 6px 0;
    text-align: left;
    width: 100%; }
    .podcast-contributors-list .toggle:focus, .podcast-contributors-list .toggle:hover, .podcast-contributors-list .toggle:active {
      color: #111; }
  .podcast-contributors-list img {
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 50%;
    height: auto;
    margin: 0 auto 10px auto; }
    @media (min-width: 750px) {
      .podcast-contributors-list img {
        float: left;
        margin-right: 30px;
        width: 150px;
        height: 150px;
        margin-bottom: 4px; } }
  .podcast-contributors-list a:link,
  .podcast-contributors-list a:visited {
    color: #888;
    border: none;
    text-decoration: none; }
  .podcast-contributors-list a:hover {
    text-decoration: underline; }


.post {
  background-color: #fff;
  position: relative;
  text-align: left; }
  
  .post:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  @media (min-width: 0) and (max-width: 749px) {
    
    .post {
      padding-bottom: 0; } }
  
  .post .miniplayer {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s; }
  
  .post:hover .miniplayer {
    opacity: 1; }
  
  .post p {
    margin: 0; }

.post-main {
  padding: 2vw 3vw 2.25vw 3vw;
  overflow: hidden; }
  @media (min-width: 0) and (max-width: 749px) {
    .post-main {
      font-size: 1.25rem; } }
  @media (min-width: 950px) {
    .post-main {
      padding: 1.25vw 1.75vw; } }

.post-link:link, .post-link:visited {
  border: none;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  outline: none; }

.post-link:focus, .post-link:hover, .post-link:active {
  color: #00c3ff;
  text-decoration: none; }

.post-title-wrap {
  margin: 0; }

.post-pretitle {
  border-top-left-radius: 2px;
  background-color: #111;
  color: #fff;
  display: inline-block;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: .6rem;
  font-weight: 600;
  left: 20px;
  line-height: 130%;
  margin-bottom: 10px;
  padding: 6px 10px;
  position: absolute;
  top: -27px;
  vertical-align: middle; }

.post-title {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  line-height: 120%;
  display: block; }
  @media (min-width: 0) and (max-width: 400px) {
    .post-title {
      font-size: 24px;
      font-size: 1.2rem; } }
  @media (min-width: 950px) {
    .post-title {
      width: 94%; } }

.post-text {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 145%;
  font-weight: 400;
  font-weight: 300;
  overflow: hidden;
  padding: 4px 0 0 0; }
  @media (min-width: 750px) {
    .post-text {
      display: none; } }

.post-meta {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 145%;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.4);
  font-weight: 300;
  margin-top: 4px; }

.posts-list.style-big-images .list-item,
.posts-list.style-only-images .list-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%; }
  @media (min-width: 750px) {
    .posts-list.style-big-images .list-item,
    .posts-list.style-only-images .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; } }
  @media (min-width: 950px) {
    .posts-list.style-big-images .list-item,
    .posts-list.style-only-images .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%; } }

.posts-list.style-big-images .post,
.posts-list.style-only-images .post {
  padding-bottom: auto; }

.posts-list.style-big-images .post-main,
.posts-list.style-only-images .post-main {
  background-color: #fff; }

.posts-list.style-big-images .post-image-wrap,
.posts-list.style-only-images .post-image-wrap {
  width: 100%;
  overflow: visible; }
  @media (min-width: 750px) {
    .posts-list.style-big-images .post-image-wrap,
    .posts-list.style-only-images .post-image-wrap {
      padding-bottom: 100%;
      padding-bottom: 0;
      height: auto; } }

.posts-list.style-big-images .episode-image,
.posts-list.style-big-images .wp-post-image,
.posts-list.style-only-images .episode-image,
.posts-list.style-only-images .wp-post-image {
  height: auto;
  width: 100%;
  -o-object-fit: initial;
     object-fit: initial; }

.posts-list.style-big-images .post-text,
.posts-list.style-only-images .post-text {
  display: block; }

.posts-list.style-circles .list-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%; }

@media (min-width: 750px) {
  .posts-list.style-circles .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%; } }

.posts-list.style-circles .post {
  padding-top: 100%;
  height: 0;
  border-radius: 100%;
  overflow: hidden; }

.posts-list.style-circles .post-main {
  background-color: #fff;
  display: none; }

.posts-list.style-circles .post-image-wrap {
  width: 100%;
  overflow: visible;
  padding-bottom: 0;
  height: auto; }

.posts-list.style-circles .post-image-wrap,
.posts-list.style-circles .post-image-wrap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.posts-list.style-circles .episode-image,
.posts-list.style-circles .wp-post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.posts-list.style-circles .post-text {
  display: block; }

.posts-list.style-only-images .post-main {
  display: none !important; }

/* We need to call the ul & ol to overwrite the .content ul/ol styles */
ul.posts-list,
ol.posts-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 750px) {
    ul.posts-list,
    ol.posts-list {
      margin: 15px 0 15px calc(-30px/2);
      width: calc(100% + 30px); } }
  ul.posts-list .list-item,
  ol.posts-list .list-item {
    border-bottom: 30px solid transparent;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0; }
    @media (min-width: 750px) {
      ul.posts-list .list-item,
      ol.posts-list .list-item {
        border: 15px solid transparent; } }
    @media (min-width: 950px) {
      ul.posts-list .list-item,
      ol.posts-list .list-item {
        -ms-flex-item-align: auto;
            align-self: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: 50%; } }
  @media (min-width: 950px) {
    ul.posts-list.columns-2 .list-item,
    ol.posts-list.columns-2 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    ul.posts-list.columns-3 .list-item,
    ol.posts-list.columns-3 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.333%;
              flex: 0 1 33.333%; }
    ul.posts-list.columns-4 .list-item,
    ol.posts-list.columns-4 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; }
    ul.posts-list.columns-5 .list-item,
    ol.posts-list.columns-5 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; }
    ul.posts-list.columns-6 .list-item,
    ol.posts-list.columns-6 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 16.666%;
              flex: 0 1 16.666%; }
    ul.posts-list.columns-7 .list-item,
    ol.posts-list.columns-7 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 14.235%;
              flex: 0 1 14.235%; }
    ul.posts-list.columns-8 .list-item,
    ol.posts-list.columns-8 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 12.5%;
              flex: 0 1 12.5%; }
    ul.posts-list.columns-9 .list-item,
    ol.posts-list.columns-9 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 11.111%;
              flex: 0 1 11.111%; }
    ul.posts-list.columns-10 .list-item,
    ol.posts-list.columns-10 .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 10%;
              flex: 0 1 10%; } }
  ul.posts-list .list-item.clickable,
  ol.posts-list .list-item.clickable {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    cursor: pointer; }
    ul.posts-list .list-item.clickable:hover,
    ol.posts-list .list-item.clickable:hover {
      top: -3px; }
  ul.posts-list .contributors,
  ol.posts-list .contributors {
    display: none; }
  ul.posts-list .year,
  ol.posts-list .year {
    background-color: #f2f2f2;
    color: #aaa;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px; }
  ul.posts-list .episode-number,
  ol.posts-list .episode-number {
    position: absolute;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    vertical-align: middle;
    color: #999;
    left: -40px; }
  ul.posts-list .post-image-wrap,
  ol.posts-list .post-image-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 0;
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 750px) {
      ul.posts-list .post-image-wrap,
      ol.posts-list .post-image-wrap {
        float: left;
        height: 0;
        width: 33%;
        padding-bottom: 33%; } }
  ul.posts-list .episode-image,
  ul.posts-list .wp-post-image,
  ol.posts-list .episode-image,
  ol.posts-list .wp-post-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
  ul.posts-list .search-emptymsg,
  ol.posts-list .search-emptymsg {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    width: 100%;
    padding: 80px 0;
    text-align: center; }
  ul.posts-list .episode-actions,
  ol.posts-list .episode-actions {
    position: relative;
    top: 10px; }
  ul.posts-list .keywords,
  ol.posts-list .keywords {
    display: none; }

ul.posts-list .list-item:only-child,
ol.posts-list .list-item:only-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important; }
  @media (min-width: 750px) {
    ul.posts-list .list-item:only-child .post-image-wrap, ol.posts-list .list-item:only-child .post-image-wrap {
      width: 33%; } }
  @media (min-width: 950px) {
    ul.posts-list .list-item:only-child .post-title, ol.posts-list .list-item:only-child .post-title {
      font-size: 36px;
      font-size: 1.8rem;
      line-height: 110%;
      font-weight: 400; } }
  ul.posts-list .list-item:only-child .post-text, ol.posts-list .list-item:only-child .post-text {
    font-weight: 300; }
    @media (min-width: 950px) {
      ul.posts-list .list-item:only-child .post-text, ol.posts-list .list-item:only-child .post-text {
        font-size: 20px;
        font-size: 1rem;
        line-height: 140%;
        display: block;
        padding-right: 20%; } }
  @media (min-width: 950px) and (min-width: 0) and (max-width: 400px) {
    ul.posts-list .list-item:only-child .post-text, ol.posts-list .list-item:only-child .post-text {
      font-size: 28px;
      font-size: 1.4rem; } }

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

.progressbar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  background-color: #111;
  height: 60px;
  width: 100%;
  cursor: pointer;
  z-index: 40;
  opacity: .9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .progressbar:hover {
    opacity: 1; }
  .progressbar .expired-bar {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    background-color: #666;
    height: 60px;
    position: relative;
    width: 0%;
    z-index: 2; }
  .progressbar.loading .expired-bar-info {
    background-position: center right 60px;
    background-repeat: no-repeat;
    background-image: url(dist/images/loading.svg); }
    .progressbar.loading .expired-bar-info .left-time {
      opacity: 0; }
  .progressbar.playing .expired-bar {
    background-color: #00c3ff; }
  .progressbar.playing .label {
    display: none; }
  .progressbar.playing .expired-bar-info .left-time {
    color: #00c3ff; }
  .progressbar.paused .expired-bar-info .current-time {
    color: rgba(255, 255, 255, 0.8); }
  .progressbar .expired-bar-info, .progressbar .progressbar-info {
    font-size: 0.8rem;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    vertical-align: middle; }
    .progressbar .expired-bar-info .label, .progressbar .progressbar-info .label {
      display: none; }
  .progressbar .expired-bar-info {
    font-weight: bold;
    right: -120px;
    text-align: right;
    top: 0;
    width: 255px;
    padding-right: 0; }
    .progressbar .expired-bar-info .current-time {
      color: #000;
      display: inline-block;
      margin-right: 20px;
      width: 100px;
      text-align: right; }
    .progressbar .expired-bar-info .left-time {
      -webkit-transition: all, 0.2s;
      -o-transition: all, 0.2s;
      transition: all, 0.2s;
      color: #fff;
      display: inline-block;
      margin-left: 20px;
      width: 100px;
      opacity: .8;
      text-align: left; }
    .progressbar .expired-bar-info .state-info {
      position: relative;
      display: block;
      top: -110px;
      left: 50px;
      width: 200px;
      text-align: center;
      color: #ff008c; }
  .progressbar .progressbar-info {
    top: 0;
    right: 0;
    z-index: 1;
    display: none; }
    .progressbar .progressbar-info label {
      display: none; }
  .progressbar .comment-current {
    display: none;
    background-color: #000;
    cursor: pointer;
    padding: 4px 8px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -30px;
    width: 110px;
    font-weight: normal;
    font-size: 0.8rem; }
    .progressbar .comment-current:hover {
      background-color: #ff008c;
      color: #000; }
  .progressbar:hover .comment-current {
    display: block; }

#search-bar {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: none;
  padding-bottom: 10px;
  padding-top: 10px; }
  #search-bar .wrap {
    position: relative;
    padding: 0 20px; }
    @media (min-width: 950px) {
      #search-bar .wrap {
        width: 70%; } }
  #search-bar .search-input {
    font-size: 1.7em;
    height: 60px;
    padding: 10px 60px 10px 15px;
    width: 100%; }
  #search-bar .search-reset {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background-color: transparent;
    background-image: url(images/x.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
    font-weight: normal;
    height: 60px;
    opacity: .5;
    outline: none;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    width: 60px; }
    #search-bar .search-reset:hover {
      opacity: 1; }

.search-no-results .page-header .title {
  display: none; }

.search-no-results #page-main {
  margin-bottom: 60px; }

.empty-result {
  padding-top: 40px; }
  .empty-result .title {
    margin-bottom: 30px; }
  .empty-result .title .secondary {
    font-size: 46px;
    font-size: 2.3rem;
    line-height: 110%;
    line-height: 110%; }
    @media (min-width: 0) and (max-width: 400px) {
      .empty-result .title .secondary {
        font-size: 28px;
        font-size: 1.4rem; } }

.searchform-label {
  display: none; }

.searchform--big .searchform-submit {
  left: -7px;
  line-height: 158%;
  padding: 11px 25px;
  position: relative; }
  @media (min-width: 0) and (max-width: 550px) {
    .searchform--big .searchform-submit {
      left: 0;
      top: -2px; } }

@media (min-width: 0) and (max-width: 550px) {
  .searchform--big .searchform-input,
  .searchform--big .searchform-submit {
    width: 100%; } }

.podcast-services ul > li {
  display: inline-block; }

.podcast-services ul > li a:link,
.podcast-services ul > li a:visited {
  font-size: 26px;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px 0;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  width: 70px; }

.podcast-services ul > li a:hover {
  border: 2px solid #111;
  color: #111; }

.podcast-services .text {
  display: none; }

.podcast-services .socicon {
  position: relative;
  top: 3px; }

.sidebar {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 150%;
  padding-top: 40px;
  color: rgba(34, 34, 34, 0.4); }
  @media (min-width: 950px) {
    .sidebar {
      padding: 20px 30px 30px 30px; } }
  .sidebar .widget-title {
    color: rgba(34, 34, 34, 0.4);
    line-height: 140%; }
  .sidebar h2, .sidebar h3, .sidebar h4 {
    margin-bottom: 12px; }
  .sidebar a:link,
  .sidebar a:visited {
    color: rgba(34, 34, 34, 0.4);
    text-decoration: underline;
    border: 0; }
  .sidebar a:focus,
  .sidebar a:hover,
  .sidebar a:active {
    color: #222;
    text-decoration: none; }
  .sidebar p {
    margin: 0 0 10px 0; }

.site-logo-link {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 750px) {
    .site-logo-link {
      text-align: left; } }

.site-logo {
  height: auto;
  margin: 50px auto;
  max-height: 200px;
  max-width: 90%; }
  @media (min-width: 750px) {
    .site-logo {
      max-height: auto;
      max-width: 30%; } }

.site-logo-link + .title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.socialmedia-buttons {
  font-size: 32px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300; }

.socialmedia-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  border: none;
  text-align: center; }
  .socialmedia-button:link, .socialmedia-button:visited {
    border: none; }
  .socialmedia-button:hover {
    background-color: rgba(0, 0, 0, 0.1); }

@font-face {
  font-family: "socicon";
  src: url("fonts/socicon.eot");
  src: url("fonts/socicon.eot?#iefix") format("embedded-opentype"), url("fonts/socicon.woff") format("woff"), url("fonts/socicon.ttf") format("truetype"), url("fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.socicon-modelmayhem:before {
  content: "\e000"; }

.socicon-mixcloud:before {
  content: "\e001"; }

.socicon-drupal:before {
  content: "\e002"; }

.socicon-swarm:before {
  content: "\e003"; }

.socicon-istock:before {
  content: "\e004"; }

.socicon-yammer:before {
  content: "\e005"; }

.socicon-ello:before {
  content: "\e006"; }

.socicon-stackoverflow:before {
  content: "\e007"; }

.socicon-persona:before {
  content: "\e008"; }

.socicon-triplej:before {
  content: "\e009"; }

.socicon-houzz:before {
  content: "\e00a"; }

.socicon-rss:before {
  content: "\e00b"; }

.socicon-paypal:before {
  content: "\e00c"; }

.socicon-odnoklassniki:before {
  content: "\e00d"; }

.socicon-airbnb:before {
  content: "\e00e"; }

.socicon-periscope:before {
  content: "\e00f"; }

.socicon-outlook:before {
  content: "\e010"; }

.socicon-coderwall:before {
  content: "\e011"; }

.socicon-tripadvisor:before {
  content: "\e012"; }

.socicon-appnet:before {
  content: "\e013"; }

.socicon-goodreads:before {
  content: "\e014"; }

.socicon-tripit:before {
  content: "\e015"; }

.socicon-lanyrd:before {
  content: "\e016"; }

.socicon-slideshare:before {
  content: "\e017"; }

.socicon-buffer:before {
  content: "\e018"; }

.socicon-disqus:before {
  content: "\e019"; }

.socicon-vkontakte:before {
  content: "\e01a"; }

.socicon-whatsapp:before {
  content: "\e01b"; }

.socicon-patreon:before {
  content: "\e01c"; }

.socicon-storehouse:before {
  content: "\e01d"; }

.socicon-pocket:before {
  content: "\e01e"; }

.socicon-mail:before {
  content: "\e01f"; }

.socicon-blogger:before {
  content: "\e020"; }

.socicon-technorati:before {
  content: "\e021"; }

.socicon-reddit:before {
  content: "\e022"; }

.socicon-dribbble:before {
  content: "\e023"; }

.socicon-stumbleupon:before {
  content: "\e024"; }

.socicon-digg:before {
  content: "\e025"; }

.socicon-envato:before {
  content: "\e026"; }

.socicon-behance:before {
  content: "\e027"; }

.socicon-delicious:before {
  content: "\e028"; }

.socicon-deviantart:before {
  content: "\e029"; }

.socicon-forrst:before {
  content: "\e02a"; }

.socicon-play:before {
  content: "\e02b"; }

.socicon-zerply:before {
  content: "\e02c"; }

.socicon-wikipedia:before {
  content: "\e02d"; }

.socicon-apple:before {
  content: "\e02e"; }

.socicon-flattr:before {
  content: "\e02f"; }

.socicon-github:before {
  content: "\e030"; }

.socicon-renren:before {
  content: "\e031"; }

.socicon-friendfeed:before {
  content: "\e032"; }

.socicon-newsvine:before {
  content: "\e033"; }

.socicon-identica:before {
  content: "\e034"; }

.socicon-bebo:before {
  content: "\e035"; }

.socicon-zynga:before {
  content: "\e036"; }

.socicon-steam:before {
  content: "\e037"; }

.socicon-xbox:before {
  content: "\e038"; }

.socicon-windows:before {
  content: "\e039"; }

.socicon-qq:before {
  content: "\e03a"; }

.socicon-douban:before {
  content: "\e03b"; }

.socicon-meetup:before {
  content: "\e03c"; }

.socicon-playstation:before {
  content: "\e03d"; }

.socicon-android:before {
  content: "\e03e"; }

.socicon-snapchat:before {
  content: "\e03f"; }

.socicon-twitter:before {
  content: "\e040"; }

.socicon-facebook:before {
  content: "\e041"; }

.socicon-googleplus:before {
  content: "\e042"; }

.socicon-pinterest:before {
  content: "\e043"; }

.socicon-foursquare:before {
  content: "\e044"; }

.socicon-yahoo:before {
  content: "\e045"; }

.socicon-skype:before {
  content: "\e046"; }

.socicon-yelp:before {
  content: "\e047"; }

.socicon-feedburner:before {
  content: "\e048"; }

.socicon-linkedin:before {
  content: "\e049"; }

.socicon-viadeo:before {
  content: "\e04a"; }

.socicon-xing:before {
  content: "\e04b"; }

.socicon-myspace:before {
  content: "\e04c"; }

.socicon-soundcloud:before {
  content: "\e04d"; }

.socicon-spotify:before {
  content: "\e04e"; }

.socicon-grooveshark:before {
  content: "\e04f"; }

.socicon-lastfm:before {
  content: "\e050"; }

.socicon-youtube:before {
  content: "\e051"; }

.socicon-vimeo:before {
  content: "\e052"; }

.socicon-dailymotion:before {
  content: "\e053"; }

.socicon-vine:before {
  content: "\e054"; }

.socicon-flickr:before {
  content: "\e055"; }

.socicon-500px:before {
  content: "\e056"; }

.socicon-instagram:before {
  content: "\e057"; }

.socicon-wordpress:before {
  content: "\e058"; }

.socicon-tumblr:before {
  content: "\e059"; }

.socicon-twitch:before {
  content: "\e05a"; }

.socicon-8tracks:before {
  content: "\e05b"; }

.socicon-amazon:before {
  content: "\e05c"; }

.socicon-icq:before {
  content: "\e05d"; }

.socicon-smugmug:before {
  content: "\e05e"; }

.socicon-ravelry:before {
  content: "\e05f"; }

.socicon-weibo:before {
  content: "\e060"; }

.socicon-baidu:before {
  content: "\e061"; }

.socicon-angellist:before {
  content: "\e062"; }

.socicon-ebay:before {
  content: "\e063"; }

.socicon-imdb:before {
  content: "\e064"; }

.socicon-stayfriends:before {
  content: "\e065"; }

.socicon-residentadvisor:before {
  content: "\e066"; }

.socicon-google:before {
  content: "\e067"; }

.socicon-yandex:before {
  content: "\e068"; }

.socicon-sharethis:before {
  content: "\e069"; }

.socicon-bandcamp:before {
  content: "\e06a"; }

.socicon-itunes:before {
  content: "\e06b"; }

.socicon-deezer:before {
  content: "\e06c"; }

.socicon-medium:before {
  content: "\e06d"; }

.socicon-telegram:before {
  content: "\e06e"; }

.socicon-openid:before {
  content: "\e06f"; }

.socicon-amplement:before {
  content: "\e070"; }

.socicon-viber:before {
  content: "\e071"; }

.socicon-zomato:before {
  content: "\e072"; }

.subscribe-button:link, .subscribe-button:visited,
#navigation-bar .menu > .menu-list > .menu-item .subscribe-button:link,
#navigation-bar .menu > .menu-list > .menu-item .subscribe-button:visited {
  background-color: #00c3ff;
  color: #fff; }
  .subscribe-button:link .icon, .subscribe-button:visited .icon,
  #navigation-bar .menu > .menu-list > .menu-item .subscribe-button:link .icon,
  #navigation-bar .menu > .menu-list > .menu-item .subscribe-button:visited .icon {
    fill: #fff;
    margin-right: 4px; }

.subscribe-button:hover,
#navigation-bar .menu > .menu-list > .menu-item .subscribe-button:hover {
  background-color: #111; }

#podlove-subscribe-popup li {
  margin: 0; }

#podlove-subscribe-popup #podlove-subscribe-popup-modal {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

#podlove-subscribe-popup #podlove-subscribe-panel-clients .client-list,
#podlove-subscribe-popup #podlove-subscribe-popup-modal .top-bar {
  background: #fff; }

.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.08); }
  @media (min-width: 950px) {
    .tabs {
      border: 0;
      text-align: left; } }

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media (min-width: 950px) {
    .tabs-list {
      text-align: left; } }

.tabs-list-item {
  display: block;
  margin: 0;
  width: 100%; }
  @media (min-width: 950px) {
    .tabs-list-item {
      display: inline-block;
      width: auto; } }
  .tabs-list-item .icon {
    display: none;
    margin-right: 5px; }
    @media (min-width: 950px) {
      .tabs-list-item .icon {
        display: none; } }
  .tabs-list-item .text {
    display: none; }
    @media (min-width: 950px) {
      .tabs-list-item .text {
        display: inline-block; } }

.tabs-list-link {
  position: relative;
  min-height: 48px; }
  .tabs-list-link:link, .tabs-list-link:visited {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 130%;
    padding: 16px 24px;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 950px) {
      .tabs-list-link:link, .tabs-list-link:visited {
        border: 0;
        display: inline-block;
        width: auto; } }
  .tabs-list-link:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.6); }
  .tabs-list-link.active {
    color: #111;
    background-color: rgba(0, 0, 0, 0.07);
    opacity: 1; }
    .tabs-list-link.active:hover {
      color: #111;
      cursor: default; }
  @media (min-width: 0) and (max-width: 949px) {
    .tabs-list-link {
      background-repeat: no-repeat;
      background-position: center center;
      opacity: .25; }
      .tabs-list-link:hover {
        opacity: 1; }
      .tabs-list-link.link-about {
        background-image: url(dist/images/icon-info.svg);
        background-size: 24px; }
      .tabs-list-link.link-feedback {
        background-image: url(dist/images/icon-feedback.svg);
        background-size: 24px; }
      .tabs-list-link.link-chapters {
        background-image: url(dist/images/icon-chapters.svg);
        background-size: 24px; }
      .tabs-list-link.link-downloads {
        background-image: url(dist/images/icon-downloads.svg);
        background-size: 23px; }
      .tabs-list-link.link-links {
        background-image: url(dist/images/icon-links.svg);
        background-size: 24px; }
      .tabs-list-link .comments-number {
        display: none; } }
  @media (min-width: 0) and (max-width: 749px) {
    .tabs-list-link {
      opacity: .25;
      background-repeat: no-repeat;
      background-position: center center; }
      .tabs-list-link:hover, .tabs-list-link.active {
        opacity: 1; } }

#links ul {
  display: block;
  margin-bottom: 0; }
  #links ul li {
    display: inline-block;
    margin-bottom: 7px; }
  #links ul a:link,
  #links ul a:visited {
    border-radius: 2px;
    background-color: #ccc;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: .6em 1em;
    text-decoration: none; }
  #links ul a:hover,
  #links ul a:active {
    color: #fff;
    background-color: #00c3ff;
    border: 0; }

.tags {
  font-size: 20px;
  font-size: 1rem;
  line-height: 140%;
  color: rgba(34, 34, 34, 0.4); }
  @media (min-width: 0) and (max-width: 400px) {
    .tags {
      font-size: 28px;
      font-size: 1.4rem; } }
  .tags .label {
    display: none; }
  .tags a:link,
  .tags a:visited {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    background-color: transparent;
    border: 1px solid rgba(34, 34, 34, 0.2);
    color: rgba(34, 34, 34, 0.4);
    display: inline-block;
    font-weight: 400;
    margin: 0 5px 5px 0;
    padding: .5em 1em; }
  .tags a:hover {
    border: 1px solid rgba(34, 34, 34, 0.8);
    color: #222; }

.title {
  display: block;
  margin-bottom: 0;
  padding: 40px 0; }
  .title .primary {
    font-size: 46px;
    font-size: 2.3rem;
    line-height: 110%;
    font-weight: 400;
    color: #222;
    line-height: 120%;
    position: relative; }
    @media (min-width: 0) and (max-width: 400px) {
      .title .primary {
        font-size: 28px;
        font-size: 1.4rem; } }
  .title .secondary {
    text-shadow: none;
    color: rgba(34, 34, 34, 0.4);
    display: block;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    .title .secondary a:link,
    .title .secondary a:visited {
      border: none;
      color: rgba(34, 34, 34, 0.4); }
  .title a:link,
  .title a:visited {
    border: 0; }

#top-bar {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 0 8px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000; }
  #top-bar .wrap {
    text-align: left; }
  #top-bar span {
    margin-right: 20px;
    color: #888;
    top: -4px;
    position: relative; }
  #top-bar a {
    color: #aaa; }
  #top-bar span.title a {
    font-family: Georgia;
    font-weight: 900;
    color: #00c3ff;
    font-size: 30px !important;
    text-decoration: none;
    top: 4px;
    position: relative; }
  #top-bar #searchform {
    position: absolute;
    right: 0;
    height: 40px; }
    #top-bar #searchform > div {
      height: 40px;
      position: relative; }
    #top-bar #searchform #s {
      padding: 10px; }
    #top-bar #searchform #searchsubmit {
      width: 40px;
      height: 40px;
      text-indent: -999%; }

.widget .widget-title {
  margin-bottom: 20px; }

.widget .searchform .screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.widget .searchform #s {
  padding: 12px 10px;
  position: relative;
  top: -1px; }

.error404 .page-header p {
  margin: 0;
  padding: 0;
  color: rgba(34, 34, 34, 0.4); }

.error404 .page-main {
  padding-top: 70px; }

@media (min-width: 0) and (max-width: 749px) {
  .single-podcast #page-main .wrap,
  .single-podcast #chapters {
    padding: 0;
    margin: 0;
    max-width: 100%; } }

.single-podcast #page-main {
  padding: 30px 0 30px 0;
  background-color: #fff; }
  @media (min-width: 0) and (max-width: 749px) {
    .single-podcast #page-main {
      padding: 20px 0; } }

#episode-header {
  padding: 0;
  position: relative;
  text-align: center; }
  #episode-header #chapters {
    text-align: left; }
  #episode-header > .wrap {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
    width: 100%; }
  #episode-header .head-main {
    margin: 0 auto;
    max-width: 900px;
    padding: 60px 20px 10px 20px; }
    @media (min-width: 950px) {
      #episode-header .head-main {
        padding: 60px 30px; } }
  #episode-header .episode-image-wrap + .head-main {
    margin: 0;
    max-width: 100%;
    padding-top: 0; }
    @media (min-width: 950px) {
      #episode-header .episode-image-wrap + .head-main {
        max-width: 680px;
        padding-top: 30px; } }
  #episode-header .title {
    margin-bottom: 20px;
    padding: 10px 0; }
    @media (min-width: 950px) {
      #episode-header .title {
        text-align: left; } }
    #episode-header .title .primary {
      font-size: 40px;
      font-size: 2rem;
      line-height: 115%;
      margin-top: 12px; }
      @media (min-width: 750px) {
        #episode-header .title .primary {
          font-size: 46px;
          font-size: 2.3rem; } }
    #episode-header .title .secondary {
      display: inline-block;
      position: relative;
      top: -50px; }
  #episode-header .episode-image-wrap {
    height: auto;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 950px) {
      #episode-header .episode-image-wrap {
        border-radius: 4px;
        float: left;
        height: auto;
        margin: 1rem 0;
        position: relative;
        width: 27%; } }
  #episode-header .episode-image,
  #episode-header .wp-post-image {
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    border-radius: none;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 30%;
       object-position: 30% 30%; }
  #episode-header .episode-subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 300; }
  #episode-header .episode-summary {
    margin-top: 10px; }
  #episode-header .player {
    margin-top: 20px;
    margin-bottom: 0px; }

#episode-image {
  display: none;
  text-indent: -100px; }
  @media (min-width: 0) and (max-width: 749px) {
    #episode-image {
      text-indent: 0; } }

#episode-nav {
  font-size: 18px;
  font-size: 0.9rem;
  border-top: 1px solid rgba(34, 34, 34, 0.14);
  bottom: 0;
  left: 0;
  margin-top: 30px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 750px) {
    #episode-nav {
      padding: 0 30px; } }
  @media (min-width: 950px) {
    #episode-nav {
      margin-top: 0; } }
  @media (min-width: 750px) {
    #episode-nav .tabs-list {
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
      max-width: 900px;
      width: 100%;
      padding-left: 30px; } }

.shownotes-box {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 900px;
  width: 100%;
  font-weight: 400;
  padding: 0; }
  @media (min-width: 750px) {
    .shownotes-box {
      padding: 0 30px; } }
  .shownotes-box:not(:first-child) {
    display: none; }

.shownotes-box-title {
  font-size: 26px;
  font-size: 1.3rem;
  display: none;
  line-height: 160%;
  margin: 0 0 30px; }

@media (min-width: 0) and (max-width: 749px) {
  #about {
    padding: 0 20px; } }

#about .episode-description-teaser em {
  font-style: italic;
  text-transform: uppercase; }

#about .episode-description-teaser > p:first-child {
  font-size: 26px;
  font-size: 1.3rem;
  line-height: 140%;
  padding-bottom: 0; }
  @media (min-width: 0) and (max-width: 400px) {
    #about .episode-description-teaser > p:first-child {
      font-size: 24px;
      font-size: 1.2rem; } }
  #about .episode-description-teaser > p:first-child:last-child,
  #about .episode-description-teaser > p:first-child p:last-child,
  #about .episode-description-teaser > p:first-child ol:last-child,
  #about .episode-description-teaser > p:first-child ul:last-child {
    margin-bottom: 0; }

#about .episode-description {
  position: relative; }
  #about .episode-description .more-toggle {
    z-index: 1;
    padding-left: 80%;
    margin-top: 10px; }
    #about .episode-description .more-toggle .icon {
      left: 80%; }

#about .episode-description-more {
  padding-top: 1em; }

#about .episode-description + .tags {
  margin-top: 30px; }

#about .tags + .contributors {
  margin-top: 30px; }

#about .contributor-list {
  margin-top: 15px; }

#about .tags {
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%; }

#links {
  padding: 0 30px; }
  @media (min-width: 750px) {
    #links {
      padding: 0 50px; } }
  #links h2 {
    margin: 30px 0 30px 0; }
  #links strong {
    font-weight: 600; }
  #links p {
    clear: both; }
  #links h3, #links h2 {
    color: #aaa;
    line-height: 140%;
    padding: 0;
    font-size: 18px;
    font-size: 0.9rem;
    margin: 20px 0 10px 0; }
  #links ul, #links ol {
    line-height: 140%;
    color: #aaa;
    margin: 0;
    padding: 0; }
    #links ul li, #links ol li {
      font-size: 24px;
      font-size: 1.2rem;
      line-height: 140%;
      margin: 0 5px 10px 0;
      padding: 0; }
  #links h2#links {
    display: none; }

@media (min-width: 0) and (max-width: 749px) {
  #feedback {
    padding: 0; } }

#feedback .comments-title,
#feedback .commentlist {
  padding-left: 20px;
  padding-right: 20px; }

#release-date {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px dashed #222; }
  #release-date span {
    margin-left: 2px; }

.publishing-date {
  font-size: 16px;
  font-size: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #bbb;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
  padding-top: 30px;
  text-align: center; }
  @media (min-width: 0) and (max-width: 749px) {
    .publishing-date {
      margin-top: 20px;
      padding-top: 20px; } }

.time-marker {
  font-size: 13px; }

.meta {
  color: #aaa;
  font-size: 16px;
  margin-top: 15px; }
  .meta:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .meta p {
    margin: 0; }
  .meta .duration {
    float: left;
    width: 45%; }
  .meta .downloads {
    float: right;
    text-align: right; }

#respond {
  padding-left: 20px;
  padding-right: 20px; }
  #respond h3 {
    font-size: 26px;
    font-size: 1.3rem;
    line-height: 140%;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (min-width: 0) and (max-width: 400px) {
      #respond h3 {
        font-size: 24px;
        font-size: 1.2rem; } }
  #respond .comment-notes {
    font-size: 20px;
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 30px; }
    @media (min-width: 0) and (max-width: 400px) {
      #respond .comment-notes {
        font-size: 28px;
        font-size: 1.4rem; } }

#related-episodes .related-episodes-list {
  margin-bottom: 5px; }

#related-episodes .episode-nr {
  font-size: 14px;
  font-size: 0.7rem;
  color: #999; }

/* Header on blog pages */
#listpage-header {
  position: relative;
  margin: 0 auto;
  min-height: 70px; }
  #listpage-header > .wrap {
    text-align: center; }
    @media (min-width: 750px) {
      #listpage-header > .wrap {
        text-align: left; } }
  #listpage-header .main {
    top: 40px;
    margin-right: 150px;
    width: 500px; }
  #listpage-header.hide-title .title {
    display: none; }
  #listpage-header .menu-main-menu-container {
    top: 0;
    margin-bottom: 0; }
    #listpage-header .menu-main-menu-container h2 {
      display: none; }

.listpage-head {
  font-size: 46px;
  font-size: 2.3rem;
  line-height: 110%;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 0) and (max-width: 400px) {
    .listpage-head {
      font-size: 28px;
      font-size: 1.4rem; } }
  .listpage-head .widget-title {
    text-align: left; }
  .listpage-head .widget + .podcast-services {
    margin-top: 20px; }
  .listpage-head .widget,
  .listpage-head .podcast-services {
    margin-top: 20px; }
    .listpage-head .widget:first-child,
    .listpage-head .podcast-services:first-child {
      margin-top: 0; }

.listpage-top,
.listpage-bottom {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  width: 100%; }

.page .page-header > .wrap,
.single:not(.single-podcast) .page-header > .wrap {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  padding: 0 30px 0 30px; }

.page .page-header .title,
.single:not(.single-podcast) .page-header .title {
  margin-bottom: 0; }
  .page .page-header .title a:link,
  .page .page-header .title a:visited,
  .single:not(.single-podcast) .page-header .title a:link,
  .single:not(.single-podcast) .page-header .title a:visited {
    border: none; }

.page .page-header a:link:not(.button),
.page .page-header a:visited:not(.button),
.single:not(.single-podcast) .page-header a:link:not(.button),
.single:not(.single-podcast) .page-header a:visited:not(.button) {
  color: #00c3ff; }

.page .page-header a:active:not(.button),
.page .page-header a:focus:not(.button),
.page .page-header a:hover:not(.button),
.single:not(.single-podcast) .page-header a:active:not(.button),
.single:not(.single-podcast) .page-header a:focus:not(.button),
.single:not(.single-podcast) .page-header a:hover:not(.button) {
  color: #222; }

.page .page-main,
.single:not(.single-podcast) .page-main {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s; }
  @media (min-width: 750px) {
    .page .page-main,
    .single:not(.single-podcast) .page-main {
      padding-bottom: 20px; } }

.page .page-main .wrap,
.single:not(.single-podcast) .page-main .wrap {
  font-size: 24px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px;
  width: 100%;
  line-height: 150%;
  overflow: hidden; }

@media (min-width: 0) and (max-width: 749px) {
  .page .page-header h1.wrap,
  .single:not(.single-podcast) .page-header h1.wrap {
    padding: 0 !important; } }

.page .content,
.single:not(.single-podcast) .content {
  font-weight: 400; }

/* One column layout template */
.page-template-single-wide .page-main .content,
.page-template-single-wide .page-header .title {
  max-width: 100%;
  margin: 0 auto; }

.page-main .content,
.page-header .title {
  max-width: 800px;
  margin: 0 auto; }

body.color-mode--dark {
  background-color: #000;
  color: #ddd; }

.color-mode--dark .wp-caption-text,
.color-mode--dark p.wp-caption-text {
  background-color: #333; }

.single-podcast.color-mode--dark #page-main {
  background-color: #222; }

.single-podcast.color-mode--dark .content > p a:link,
.single-podcast.color-mode--dark .content > p a:visited,
.single-podcast.color-mode--dark #about .episode-description-teaser > p a:link,
.single-podcast.color-mode--dark #about .episode-description > p a:link,
.single-podcast.color-mode--dark #about .episode-description-teaser > p a:visited,
.single-podcast.color-mode--dark #about .episode-description > p a:visited {
  color: #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #222, inset 0 -3px 0 0 #888;
          box-shadow: inset 0 -1px 0 0 #222, inset 0 -3px 0 0 #888; }

.single-podcast.color-mode--dark #chapters .chapters-list .item-link,
.single-podcast.color-mode--dark #downloads .downloads-list .item-link {
  color: #ccc; }

.single-podcast.color-mode--dark #chapters .chapters-list .item-link,
.single-podcast.color-mode--dark #downloads .downloads-list .item-link {
  border-color: #444; }
  .single-podcast.color-mode--dark #chapters .chapters-list .item-link:hover,
  .single-podcast.color-mode--dark #downloads .downloads-list .item-link:hover {
    color: #fff;
    background-color: #444; }
    .single-podcast.color-mode--dark #chapters .chapters-list .item-link:hover .secondary,
    .single-podcast.color-mode--dark #downloads .downloads-list .item-link:hover .secondary {
      color: #fff; }
  .single-podcast.color-mode--dark #chapters .chapters-list .item-link .secondary,
  .single-podcast.color-mode--dark #downloads .downloads-list .item-link .secondary {
    color: #888; }

.color-mode--dark.page .content a:focus:not(.button),
.color-mode--dark.page .content a:hover:not(.button),
.color-mode--dark.page .content a:active:not(.button),
.color-mode--dark.single:not(.single-podcast) .page-header a:focus:not(.button),
.color-mode--dark.single:not(.single-podcast) .page-header a:hover:not(.button),
.color-mode--dark.single:not(.single-podcast) .page-header a:active:not(.button) {
  color: #fff; }

.color-mode--dark.page .content p a:link,
.color-mode--dark.page .content p a:visited, .color-mode--dark.single:not(.single-podcast) p a:link,
.color-mode--dark.single:not(.single-podcast) p a:visited {
  color: #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #222, inset 0 -3px 0 0 #888;
          box-shadow: inset 0 -1px 0 0 #222, inset 0 -3px 0 0 #888; }

.color-mode--dark .content blockquote,
.color-mode--dark #about .episode-description-teaser blockquote,
.color-mode--dark #about .episode-description blockquote {
  border-color: #666; }

.color-mode--dark #navigation-bar .sub-menu .menu-item {
  background-color: #333; }

.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item:hover a {
  background-color: #333; }

.color-mode--dark #navigation-bar {
  border-color: rgba(255, 255, 255, 0.175); }

.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item a:link,
.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item a:visited {
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.5); }

.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item a:focus,
.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item a:hover,
.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item a:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f2f2f2; }

.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item.current_page_item a:link, .color-mode--dark #navigation-bar .menu > .menu-list > .menu-item.current_page_item a:visited, .color-mode--dark #navigation-bar .menu > .menu-list > .menu-item.current-menu-parent a:link, .color-mode--dark #navigation-bar .menu > .menu-list > .menu-item.current-menu-parent a:visited {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.color-mode--dark .player-button-play {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.9); }

.color-mode--dark .player-button-backward,
.color-mode--dark .player-button-forward {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8); }

.color-mode--dark .post,
.color-mode--dark .posts-list.style-big-images .post-main,
.color-mode--dark .posts-list.style-only-images .post-main {
  background-color: #222;
  color: #ccc; }

.color-mode--dark .post-link:link,
.color-mode--dark .post-link:visited {
  color: #ccc; }

.color-mode--dark .subscribe-button:link,
.color-mode--dark .subscribe-button:visited,
.color-mode--dark #navigation-bar .menu > .menu-list > .menu-item .subscribe-button:link, .color-mode--dark #navigation-bar .menu > .menu-list > .menu-item .subscribe-button:visited {
  color: #fff; }

.color-mode--dark .tabs-list-link {
  color: #666; }

.color-mode--dark .tabs-list-link:focus,
.color-mode--dark .tabs-list-link:hover,
.color-mode--dark .tabs-list-link:active,
.color-mode--dark .tabs-list-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14); }

.color-mode--dark .title .primary {
  color: #fff; }

@media print {
  * {
    background: transparent !important;
    border: none;
    color: #000;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    line-height: 140%; }
  body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    line-height: 140%; }
  #navigation-bar,
  #episode-nav,
  #search-bar,
  .episode-image,
  .parallax-mirror,
  .player,
  .contributor-list-item img,
  .more-toggle,
  .page-footer,
  .page-bottom {
    display: none !important; }
  .listpage-header {
    background: transparent !important; }
  .shownotes-box,
  #episode-header .main,
  .single-podcast #page-main {
    padding: 0;
    margin: 0; }
  .single-podcast #page-main {
    display: block; } }

@media print and (min-width: 750px) {
  #episode-header {
    padding: 0;
    margin: 0; }
  #episode-header .episode-image-wrap + .head-main {
    padding: 0;
    margin: 0;
    max-width: auto; }
  #episode-header .main {
    padding: 0; } }
