[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Externals
--------------------------------------------------------------*/
#podcasts-player-container .wpb_raw_html {
  max-height: 145px;
  /* This is a fix for iPhone/Safari gap */ }

#podcasts-player-container .wpb_wrapper {
  line-height: 0; }

#podcasts-player-container {
  zoom: 0.69;
  /* Fix for mobiles */ }

.styles__episodeFeed___3mOKz {
  position: relative;
  overflow-y: auto;
  background-color: #54595e;
  max-height: 417px;
  padding: 11px;
  margin-bottom: 70px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  color: #fff; }

.styles__episodeFeedItem___1U6E2 {
  min-height: 106px;
  color: #292f36;
  background: #fff;
  border-radius: 4px;
  padding: 14px 12px;
  overflow: hidden;
  position: relative; }

.styles__episodeFeedItem___1U6E2 a {
  color: inherit;
  text-decoration: none;
  text-align: left; }

.styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin: 0 6px 10px 0;
  position: relative;
  width: 47px;
  height: 47px; }

.styles__circle___1g-9u {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.styles__white___372tQ {
  background: #fff; }

.styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  vertical-align: middle; }

.styles__playButton___1Ivi4 {
  cursor: pointer;
  text-align: center;
  padding: 0; }

.styles__playButton___1uaGA {
  z-index: 0; }

.styles__playButton___1Ivi4 svg {
  overflow: visible; }

.styles__episodeFeedItem___1U6E2 a {
  color: inherit;
  text-decoration: none; }

.styles__episodeFeedItem___1U6E2 .styles__episodeHeading___29q7v {
  font-weight: 700;
  font-size: 15px;
  color: #292f36; }

.styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg,
.styles__episodeFeedItem___1U6E2 p {
  color: rgba(41, 47, 54, 0.7);
  font-size: 13px;
  line-height: 14px; }

.styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg {
  clear: left;
  padding-right: 2px;
  text-align: left; }

.styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg,
.styles__episodeFeedItem___1U6E2 p {
  color: rgba(41, 47, 54, 0.7);
  font-size: 13px;
  line-height: 14px; }

.styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p,
.styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
  margin-top: 8px;
  font-size: 11px;
  line-height: 13px;
  color: #c9cbcd; }

.styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
  float: right; }

.styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p,
.styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
  margin-top: 8px;
  font-size: 11px;
  line-height: 13px;
  color: #c9cbcd; }

.styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p {
  float: left; }

.styles__episodeFeed___3mOKz {
  margin-bottom: 73px; }

.styles__episodeFeed___3mOKz {
  display: block; }

@media (max-width: 768px) {
  .styles__episodeFeedItem___1U6E2 {
    margin-bottom: 10px; } }

@media (min-width: 769px) {
  .styles__episodeFeed___3mOKz {
    padding: 35px; }
  .styles__episodeFeedItem___1U6E2 {
    padding: 25px 22px; }
  .styles__episodeFeed___3mOKz > div {
    margin-bottom: 23px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeImage___tMifW {
    width: 56px;
    height: 56px;
    margin-right: 22px;
    margin-bottom: 0; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeHeading___29q7v {
    font-weight: 700;
    font-size: 18px;
    color: #292f36;
    margin-bottom: 4px;
    width: 365px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg,
  .styles__episodeFeedItem___1U6E2 p {
    font-size: 16px;
    line-height: 18px;
    color: #7f8287; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg {
    clear: none;
    width: 465px;
    margin-left: 78px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeDescription___C3oZg,
  .styles__episodeFeedItem___1U6E2 p {
    font-size: 16px;
    line-height: 18px;
    color: #7f8287; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p,
  .styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
    margin: 0;
    float: none;
    position: absolute;
    font-size: 13px;
    line-height: 15px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
    bottom: 12px;
    right: 22px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p {
    top: 25px;
    right: 22px; }
  .styles__episodeFeedItem___1U6E2 .styles__episodeCreated___1zP5p,
  .styles__episodeFeedItem___1U6E2 .styles__episodeDuration___2I0Qb {
    margin: 0;
    float: none;
    position: absolute;
    font-size: 13px;
    line-height: 15px; } }

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# animations
--------------------------------------------------------------*/
/*------------------------------------*\
  #Animations
\*------------------------------------*/
/* Menu Animation  */
@keyframes menuOpen {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@-webkit-keyframes menuOpen {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

/* Transcript Animation  */
@keyframes transcript {
  0% {
    display: block; }
  5% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@-webkit-keyframes transcript {
  0% {
    display: block; }
  5% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

/* Arrow to right animation  */
@keyframes arrowRight {
  0% {
    right: 13px; }
  100% {
    right: 6px; } }

@-webkit-keyframes arrowRight {
  0% {
    right: 13px; }
  100% {
    right: 6px; } }

/* Arrow to right back animation  */
@keyframes arrowRightBack {
  0% {
    right: 6px; }
  100% {
    right: 13px; } }

@-webkit-keyframes arrowRightBack {
  0% {
    right: 6px; }
  100% {
    right: 13px; } }

/* Arrow to right back animation  */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Fadein Up */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Fade in down */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*------------------------------------*\
  #Colors
\*------------------------------------*/
@font-face {
  font-family: "SourceSerifPro";
  font-weight: 300;
  src: url("../../assets/fonts/source-serif-pro-v11-latin-regular.woff2") format("woff2"), url("../../assets/fonts/source-serif-pro-v11-latin-regular.woff") format("woff");
  src: url("../../assets/fonts/source-serif-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../assets/fonts/source-serif-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/source-serif-pro-v11-latin-regular.woff2") format("woff2"), url("../../assets/fonts/source-serif-pro-v11-latin-regular.woff") format("woff"), url("../../assets/fonts/source-serif-pro-v11-latin-regular.ttf") format("truetype"), url("../../assets/fonts/source-serif-pro-v11-latin-regular.svg#RedHatDisplay") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "SourceSerifPro";
  font-weight: 600;
  src: url("../../assets/fonts/source-serif-pro-v11-latin-600.woff2") format("woff2"), url("../../assets/fonts/source-serif-pro-v11-latin-600.woff") format("woff");
  src: url("../../assets/fonts/source-serif-pro-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../assets/fonts/source-serif-pro-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/source-serif-pro-v11-latin-600.woff2") format("woff2"), url("../../assets/fonts/source-serif-pro-v11-latin-600.woff") format("woff"), url("../../assets/fonts/source-serif-pro-v11-latin-600.ttf") format("truetype"), url("../../assets/fonts/source-serif-pro-v11-latin-600.svg#RedHatDisplay") format("svg");
  /* Legacy iOS */ }

/**
 * Root Media Query Variables
 */
:root {
  --global--spacing-unit: 20px;
  --global--spacing-horizontal: 15px;
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal));
  --responsive--aligndefault-width: 100%;
  --responsive--alignwide-width: 100%;
  --responsive--alignfull-width: 100%;
  --responsive--alignwide-width-multiplier: calc(
    16 * var(--global--spacing-horizontal)
  );
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal); }

@media only screen and (min-width: 720px) {
  :root {
    --responsive--aligndefault-width: calc(
      720px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignwide-width: calc(
      720px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    ); } }

@media only screen and (min-width: 980px) {
  :root {
    --responsive--aligndefault-width: calc(
      980px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignwide-width: calc(
      1140px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    ); } }

@media only screen and (min-width: 1140px) {
  :root {
    --responsive--aligndefault-width: calc(
      980px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignwide-width: calc(
      1140px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    ); } }

@media only screen and (min-width: 1200px) {
  :root {
    --responsive--aligndefault-width: calc(
      1140px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignwide-width: calc(
      1200px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    ); } }

@media only screen and (min-width: 1400px) {
  :root {
    --responsive--aligndefault-width: calc(
      1140px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignwide-width: calc(
      1200px - var(--responsive--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    ); } }

/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto; }

.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 720px) {
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto; } }

.wide-max-width,
.alignwide {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto; }

.full-max-width,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.alignfull,
.singular .post-thumbnail {
  max-width: calc(100% + (2 * var(--global--spacing-horizontal)));
  width: calc(100% + (2 * var(--global--spacing-horizontal)));
  margin-left: calc(-1 * var(--global--spacing-horizontal));
  margin-right: auto; }

.wp-block-code {
  padding: 16px 16px; }

@media only screen and (min-width: 482px) {
  .full-max-width,
  .alignfull,
  .singular .post-thumbnail {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto; } }

.alignwide [class*="inner-container"] > .alignwide,
.alignfull [class*="inner-container"] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width); }

.entry-content > .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: var(--responsive--spacing-horizontal); }

@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal); } }

.entry-content > .alignright {
  /*rtl:ignore*/
  margin-left: var(--responsive--spacing-horizontal);
  /*rtl:ignore*/
  margin-right: 0; }

@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin); } }

/**
 * Output
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Objects
--------------------------------------------------------------*/
/* block
--------------------------------------------- */
.o-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/* layout
--------------------------------------------- */
/* Images
--------------------------------------------- */
img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  transition: 1s all; }

/*--------------------------------------------------------------
# components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# components
--------------------------------------------------------------*/
/*------------------------------------*\
  #Header
\*------------------------------------*/
.c-header {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
  border-bottom: 1px solid #eaeaee;
  background-color: #ffffff; }
  @media only screen and (min-width: 980px) {
    .c-header {
      padding-top: 38.5px;
      padding-bottom: 38.5px; } }

.c-header__main {
  width: 100%;
  min-height: 29px;
  padding: 0px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  transition: height 0.5s;
  height: 0px; }
  @media only screen and (min-width: 980px) {
    .c-header__main {
      padding: 0px 150px;
      overflow: visible; } }

.c-header__menu {
  display: block;
  background-color: transparent !important;
  border: none;
  position: relative;
  width: max-content;
  min-width: 0px;
  height: max-content;
  padding: 8px 12px;
  margin-top: 5px; }
  .c-header__menu::before {
    height: 5px;
    border-bottom: 1px solid #000;
    top: 10px;
    left: 0;
    transform-origin: top left; }
  .c-header__menu::after {
    height: 0;
    border-bottom: 1px solid #000;
    bottom: 10px;
    left: 0;
    transform-origin: bottom left; }
  @media only screen and (min-width: 980px) {
    .c-header__menu {
      display: none; } }

.c-header__menu::before,
.c-header__menu::after {
  width: 100%;
  content: "";
  position: absolute;
  border-color: #000;
  display: block;
  transition: transform 700ms cubic-bezier(0.75, 0.01, 0.07, 0.99);
  will-change: transform; }

.c-header__branding {
  flex-grow: 2; }
  .c-header__branding img {
    max-height: 50px;
    object-fit: contain; }

.c-header__navigation {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 980px) {
    .c-header__navigation {
      visibility: visible;
      opacity: 1;
      display: block;
      width: max-content;
      margin-top: 2px; } }

.c-header__title {
  line-height: 32px !important; }
  .c-header__title a {
    color: var(--castpress_headings-color); }
    .c-header__title a:hover {
      text-decoration: none;
      color: var(--castpress_primary-color); }
    .c-header__title a:focus {
      text-decoration: none; }

.c-header__search {
  background-color: transparent;
  padding-left: 39px;
  display: none; }
  .c-header__search:hover {
    background-color: transparent; }
  @media only screen and (min-width: 980px) {
    .c-header__search {
      display: block; } }

.c-header__search-icon {
  background-color: transparent;
  padding-top: 0px; }
  .c-header__search-icon::before {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M19.023 16.977a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.962 6.962 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36zM9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5z' fill='%23626262'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M19.023 16.977a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.962 6.962 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36zM9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5z' fill='%23626262'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    background-color: var(--castpress_headings-color);
    margin-top: 5px; }
  .c-header__search-icon:hover {
    background-color: transparent; }

.c-header__search-form {
  display: none;
  position: absolute;
  right: 155px;
  top: 90px; }
  .c-header__search-form .search-field {
    width: 315px; }
  .c-header__search-form input[type="search"]::placeholder {
    color: var(--castpress_second-color);
    font-size: 12px;
    line-height: 15px; }

.custom-logo-link {
  width: 89px;
  height: max-content;
  padding-top: 5px; }
  @media only screen and (min-width: 980px) {
    .custom-logo-link {
      padding-top: 0px; } }

/*------------------------------------*\
  #toggle
\*------------------------------------*/
.c-header__main.toggled .c-header__menu::before {
  transform: rotate(45deg) translate(-5px, -15px); }

.c-header__main.toggled .c-header__menu::after {
  transform: rotate(-45deg) translate(-5px, 10px); }

.c-header__main.toggled .c-header__navigation {
  display: block; }

.c-header__main.toggled .c-nav {
  display: block; }

.c-header__search.toggled .c-header__search-form {
  display: block;
  animation: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.c-header__search.toggled .c-header__search-icon::before {
  width: 20px;
  height: 25px;
  display: inline-block;
  content: " ";
  cursor: pointer;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 36 36'%3E%3Cpath d='M19.41 18l7.29-7.29a1 1 0 0 0-1.41-1.41L18 16.59l-7.29-7.3A1 1 0 0 0 9.3 10.7l7.29 7.3l-7.3 7.29a1 1 0 1 0 1.41 1.41l7.3-7.29l7.29 7.29a1 1 0 0 0 1.41-1.41z' class='clr-i-outline clr-i-outline-path-1' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 36 36'%3E%3Cpath d='M19.41 18l7.29-7.29a1 1 0 0 0-1.41-1.41L18 16.59l-7.29-7.3A1 1 0 0 0 9.3 10.7l7.29 7.3l-7.3 7.29a1 1 0 1 0 1.41 1.41l7.3-7.29l7.29 7.29a1 1 0 0 0 1.41-1.41z' class='clr-i-outline clr-i-outline-path-1' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background-color: var(--castpress_headings-color);
  margin-top: 0px; }

/* WordPress Default */
.custom-logo-link {
  display: inline-block; }

/*------------------------------------*\
  #Navigation component
\*------------------------------------*/
.c-nav {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 980px) {
    .c-nav {
      display: block; } }

.c-nav__arrow {
  margin-top: 5px;
  font-size: 14px !important;
  line-height: 10px !important; }
  .c-nav__arrow:hover {
    background-color: transparent !important; }

.c-nav__arrow.dashicons::before {
  color: var(--castpress_headings-color);
  content: "\f345"; }
  @media only screen and (min-width: 980px) {
    .c-nav__arrow.dashicons::before {
      content: "\f347"; } }

/*------------------------------------*\
  #Navigation scope
\*------------------------------------*/
.s-nav {
  padding: 0px;
  margin: 0px;
  margin-top: 45px;
  text-align: center; }
  @media only screen and (min-width: 980px) {
    .s-nav {
      margin-top: 0px; } }
  .s-nav .heart::before {
    display: inline-block; }
  .s-nav .menu-item.current-menu-item > .menu-item__link {
    color: var(--castpress_primary-color); }
  .s-nav li {
    display: block;
    position: relative;
    margin-bottom: 39px;
    text-transform: uppercase; }
    @media only screen and (min-width: 980px) {
      .s-nav li {
        display: inline-block;
        margin-left: 39px;
        margin-bottom: 0px; }
        .s-nav li:hover .sub-menu {
          display: block; } }
    .s-nav li:hover .sub-menu {
      display: block;
      margin-bottom: 24px; }
    .s-nav li:focus-within .sub-menu {
      display: block; }
    .s-nav li:last-child .sub-menu .sub-menu {
      z-index: 5;
      position: absolute;
      top: 0%;
      left: 0% !important;
      transform: translate(60%, 95%); }
      .s-nav li:last-child .sub-menu .sub-menu .sub-menu {
        margin-left: 0px; }
        .s-nav li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
          margin-left: 0px; }

/*------------------------------------*\
  #Heart icon (Primary menu)
\*------------------------------------*/
.heart {
  text-transform: capitalize; }
  .heart:hover:before {
    background-color: var(--castpress_primary-color); }
  .heart::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cg fill='none'%3E%3Cpath d='M7 3C4.239 3 2 5.216 2 7.95c0 2.207.875 7.445 9.488 12.74a.985.985 0 0 0 1.024 0C21.125 15.395 22 10.157 22 7.95C22 5.216 19.761 3 17 3s-5 3-5 3s-2.239-3-5-3z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cg fill='none'%3E%3Cpath d='M7 3C4.239 3 2 5.216 2 7.95c0 2.207.875 7.445 9.488 12.74a.985.985 0 0 0 1.024 0C21.125 15.395 22 10.157 22 7.95C22 5.216 19.761 3 17 3s-5 3-5 3s-2.239-3-5-3z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    background-color: var(--castpress_headings-color);
    display: none; }

/*------------------------------------*\
  #Sub menus
\*------------------------------------*/
.sub-menu {
  display: none;
  height: max-content;
  left: 30%;
  top: -5px;
  min-width: 100%;
  max-width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  position: static;
  margin-left: 0px;
  margin-top: 24px;
  padding-left: 0px;
  padding-right: 23px;
  text-align: center;
  z-index: 90; }
  @media only screen and (min-width: 980px) {
    .sub-menu {
      position: absolute;
      min-width: 179px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: left;
      top: 16px;
      left: 0%;
      background-color: #ffffff;
      border: 1px solid #eaeaee;
      padding: 0px; } }
  .sub-menu li {
    margin-left: 15px;
    padding-top: 0px;
    display: block;
    line-height: 0px;
    margin-bottom: 16px;
    text-transform: capitalize; }
    @media only screen and (min-width: 980px) {
      .sub-menu li {
        margin-left: 0px;
        margin-bottom: 0px;
        width: 100%;
        display: flex;
        justify-content: flex-start; }
        .sub-menu li .c-nav__arrow {
          margin-top: 0px; }
        .sub-menu li:hover {
          background-color: #f4f4f4; } }
    .sub-menu li a {
      color: var(--castpress_tertiary-color); }
      @media only screen and (min-width: 980px) {
        .sub-menu li a {
          color: var(--castpress_headings-color); } }
    .sub-menu li .menu-item__link {
      font-size: 14px !important;
      line-height: 18px !important; }
      @media only screen and (min-width: 980px) {
        .sub-menu li .menu-item__link {
          line-height: 20px !important;
          font-size: 12px !important;
          color: var(--castpress_headings-color) !important; } }
  .sub-menu .menu-item__link {
    text-transform: none;
    text-transform: capitalize; }
  .sub-menu .c-nav__arrow {
    display: none;
    position: absolute;
    right: 16px;
    top: 35%; }
    @media only screen and (min-width: 980px) {
      .sub-menu .c-nav__arrow {
        display: inline-block; } }
  .sub-menu .sub-menu {
    top: 20px;
    left: 100% !important;
    transform: translate(0%, 0%);
    margin-top: 0px;
    margin-left: 0px;
    display: none !important; }
    @media only screen and (min-width: 980px) {
      .sub-menu .sub-menu {
        display: block !important; } }
    .sub-menu .sub-menu .sub-menu {
      top: 100% !important;
      left: 0% !important;
      transform: translate(0%, 0%); }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        z-index: 5; }
        .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
          display: block !important;
          position: absolute;
          margin-left: 0px; }
          .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
            margin-left: 0px; }

/*------------------------------------*\
  #Menu items (li)
\*------------------------------------*/
.menu-item {
  position: relative;
  list-style-type: none;
  text-transform: capitalize; }
  .menu-item:hover a:hover {
    color: var(--castpress_primary-color); }
  .menu-item:hover .c-nav__arrow::before {
    color: var(--castpress_primary-color) !important;
    content: "\f343"; }
    @media only screen and (min-width: 980px) {
      .menu-item:hover .c-nav__arrow::before {
        content: "\f347";
        color: var(--castpress_headings-color) !important; } }
  .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible; }

.s-nav > .menu-item > .menu-item__link {
  padding: 0px; }

.s-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  transform: translate(30%, 0%); }
  .s-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .sub-menu {
    transform: translate(30%, 0%); }

.s-nav > .menu-item:last-child > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  transform: translate(0%, 0%); }
  .s-nav > .menu-item:last-child > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .sub-menu {
    transform: translate(0%, 0%); }

.menu-item__link {
  text-decoration: none;
  color: var(--castpress_headings-color);
  letter-spacing: 0.16em;
  font-size: 14px;
  line-height: 18px !important;
  font-family: "SourceSerifPro";
  font-weight: 600; }
  @media only screen and (min-width: 980px) {
    .menu-item__link {
      font-size: 12px;
      line-height: 15px !important;
      letter-spacing: 0.1em;
      padding: 16px 16px;
      width: 100%;
      height: 100%; } }
  .menu-item__link:hover, .menu-item__link:focus {
    color: var(--castpress_primary-color);
    text-decoration: none; }
  .menu-item__link:visited {
    text-decoration: none; }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*------------------------------------*\
  #Main
\*------------------------------------*/
.c-main {
  min-height: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  padding: 32px 16px 48px 16px; }
  @media only screen and (min-width: 980px) {
    .c-main {
      padding: 72px 0px 48px 0px; } }

/*------------------------------------*\
  #Main Home
\*------------------------------------*/
.c-main--home {
  margin-bottom: 16px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .c-main--home {
      padding-bottom: 48px; } }

.c-main--blog {
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .c-main--blog {
      padding-bottom: 64px; } }

.c-main--single {
  padding-bottom: 0px; }

.c-main--page {
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .c-main--page {
      padding-bottom: 40px; } }

.c-main--episode {
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .c-main--episode {
      padding-bottom: 64px; } }

/*------------------------------------*\
  #Main Content
\*------------------------------------*/
.c-main__header {
  margin-bottom: 40px; }

.c-main__content {
  width: 100%;
  height: max-content; }
  @media only screen and (min-width: 980px) {
    .c-main__content {
      width: 670px;
      padding: 0px;
      max-width: 100%; } }

.c-main__title {
  padding-bottom: 24px; }

.c-main__desc {
  padding-bottom: 24px; }

.c-main__desc--404 {
  width: 100%; }
  @media only screen and (min-width: 980px) {
    .c-main__desc--404 {
      width: 607px; } }

.c-main__button-arrow {
  padding-left: 16px;
  font-size: 5px; }
  .c-main__button-arrow::before {
    content: "\f345";
    font-size: 15px;
    vertical-align: middle;
    text-align: left; }

.c-main__search {
  width: 100%;
  height: max-content; }

/*------------------------------------*\
  #Main Featured Episode
\*------------------------------------*/
.c-main__entry-title {
  text-transform: capitalize; }

.dashicons {
  padding-left: 8px;
  font-size: 15px;
  vertical-align: baseline; }

/*------------------------------------*\
  #Main Error
\*------------------------------------*/
.c-main__error {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%; }
  @media only screen and (min-width: 980px) {
    .c-main__error {
      min-height: 50vh; } }
  .c-main__error .c-main__button-arrow {
    color: #ffffff; }

.c-main__error--error .c-main__page-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.c-main__error--error .c-main__page-title {
  font-size: 144px;
  line-height: 144px;
  margin-bottom: 24px; }

.c-main__error--error .c-main__page-content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.c-main__search--404 {
  margin-bottom: 48px;
  width: 350px;
  max-width: 90%; }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
/*------------------------------------*\
  #Button ( Primary )
\*------------------------------------*/
button,
.wp-block-button__link,
.c-btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: var(--castpress_primary-color);
  color: #f5f5f7 !important;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s;
  font-family: "SourceSerifPro";
  font-weight: 400;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px; }
  button:hover,
  .wp-block-button__link:hover,
  .c-btn:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #58379b;
    text-decoration: none;
    color: #f5f5f7; }
  button:visited, button:focus,
  .wp-block-button__link:visited,
  .wp-block-button__link:focus,
  .c-btn:visited,
  .c-btn:focus,
  input[type="button"]:visited,
  input[type="button"]:focus,
  input[type="reset"]:visited,
  input[type="reset"]:focus,
  input[type="submit"]:visited,
  input[type="submit"]:focus {
    text-decoration: none; }

/*------------------------------------*\
  #Button Modifier 
\*------------------------------------*/
.dashicons--white {
  height: max-content;
  font-size: 15px !important;
  vertical-align: middle !important;
  height: max-content !important;
  font-size: 14px !important; }
  .dashicons--white::before {
    color: #ffffff !important;
    font-size: 15px; }

/*------------------------------------*\
  #Button Text whit arrow 
\*------------------------------------*/
.c-btn--arrows-small {
  background-color: #f5f5f7;
  color: var(--castpress_primary-color) !important; }
  .c-btn--arrows-small .dashicons {
    padding-left: 0px;
    width: max-content; }
    .c-btn--arrows-small .dashicons::before {
      color: var(--castpress_primary-color); }
  .c-btn--arrows-small:hover {
    background-color: var(--castpress_primary-color);
    color: #f5f5f7 !important; }
    .c-btn--arrows-small:hover .dashicons::before {
      color: #f5f5f7 !important; }

/*------------------------------------*\
  #Button Arrow
\*------------------------------------*/
.c-btn--arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px !important;
  position: absolute;
  right: 3px;
  top: 50%;
  cursor: pointer;
  left: 98%;
  transform: translate(-100%, -40%); }
  .c-btn--arrow::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20'%3E%3Cg fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L14.586 11H3a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 21px 21px;
    position: absolute;
    top: 9px;
    animation-name: arrowRightBack;
    animation-duration: 0.2s;
    animation-fill-mode: forwards; }
  .c-btn--arrow:hover::before {
    animation-name: arrowRight;
    animation-duration: 0.2s;
    animation-fill-mode: forwards; }

/*------------------------------------*\
  #Button Play
\*------------------------------------*/
.c-btn--play {
  background-color: #f5f5f7;
  color: var(--castpress_primary-color) !important;
  text-transform: capitalize;
  transition: 0.3s all;
  letter-spacing: 0.05em; }
  .c-btn--play:hover {
    color: #f5f5f7 !important; }
    .c-btn--play:hover::before {
      background-color: #f5f5f7; }
  .c-btn--play::before {
    transition: 0.2s all;
    content: "";
    width: 10px;
    height: 12px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='0.88em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 448 512'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='0.88em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 448 512'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    display: inline-block;
    background-color: var(--castpress_primary-color);
    margin-bottom: 3px;
    margin-right: 5px; }

.c-btn--arrows-small .dashicons {
  width: max-content !important; }

/*------------------------------------*\
  #Button Download
\*------------------------------------*/
.c-btn--download {
  background-color: transparent;
  height: max-content;
  padding: 0px;
  height: 40px;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-btn--download:hover {
    background-color: transparent; }
    .c-btn--download:hover::after {
      background-color: var(--castpress_primary-color); }
  .c-btn--download::after {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    cursor: pointer;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 8zM4 19h16v2H4z' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 8zM4 19h16v2H4z' fill='%23626262'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-right: 10px;
    vertical-align: middle;
    background-color: var(--castpress_headings-color); }

/*------------------------------------*\
  #Button Error
\*------------------------------------*/
.c-btn--error {
  padding: 11px 22px; }
  .c-btn--error .c-main__button-arrow {
    font-size: 15px !important;
    padding-left: 0px;
    padding-bottom: 25px !important;
    width: max-content !important;
    vertical-align: bottom; }
    .c-btn--error .c-main__button-arrow::before {
      color: #ffffff; }
  .c-btn--error:hover .c-main__button-arrow::before {
    color: #f5f5f7 !important; }

/*------------------------------------*\
  #Arrow with Text 
\*------------------------------------*/
.c-btn--text-arrow {
  transition: 0.3s all; }
  .c-btn--text-arrow .dashicons {
    padding-left: 4px;
    width: max-content !important;
    font-size: 11px;
    padding-top: 5px;
    transition: 0.2s all; }
    .c-btn--text-arrow .dashicons::before {
      width: max-content !important;
      transition: 0.2s all; }

.c-btn--text-arrow-secondary {
  transition: 0.3s all; }
  .c-btn--text-arrow-secondary::after {
    transition: 0.2s all;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 4px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M9.005 4l8 8l-8 8L7 18l6.005-6L7 6z' fill='%23626262' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M9.005 4l8 8l-8 8L7 18l6.005-6L7 6z' fill='%23626262' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    display: inline-block;
    background-color: #f5f5f7; }

/*------------------------------------*\
  #Button Size
\*------------------------------------*/
.c-btn--sm {
  padding: 8px 14px; }

/*------------------------------------*\
  #Hided button
\*------------------------------------*/
.c-btn--hidden {
  display: none; }

/*------------------------------------------*\
  #Wordpress default Player (Default classes)
\*------------------------------------------*/
.mejs-play > button {
  min-width: max-content; }

.mejs-horizontal-volume-slider {
  min-width: max-content; }

.mejs-controls {
  padding: 0px !important; }
  .mejs-controls * {
    min-width: max-content !important; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #222222 !important; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #707070 !important; }

.mejs-horizontal-volume-total {
  background: #f5f5f7 !important; }

.mejs-horizontal-volume-current {
  background: #222222 !important; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #f5f5f7 !important;
  border-radius: 2px; }

.mejs-currenttime,
.mejs-duration {
  color: #222222 !important; }

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background-color: rgba(133, 133, 133, 0) !important; }
  .mejs-container:focus,
  .mejs-container .mejs-controls:focus,
  .mejs-embed:focus,
  .mejs-embed body:focus {
    border: 1px solid #000; }

.asi-player-icon {
  text-shadow: 1px 1px 1px black; }

.asi-player-icon {
  color: black !important; }

.mejs-button > button {
  background-color: transparent;
  background-image: url("../images/mejs-controls.svg") !important; }

.wp-playlist-dark button:hover,
.wp-playlist-dark button:focus {
  background-color: transparent;
  background-image: url("../images/mejs-controls.svg") !important; }

.wp-playlist-dark .mejs-controls .mejs-button button:focus {
  outline: 1px solid white; }

.wp-playlist-dark .mejs-fullscreen-button > button {
  background-position: -80px 0; }

.wp-playlist-dark .mejs-unfullscreen > button {
  background-position: -100px 0; }

.wp-playlist-dark .mejs-mute > button {
  background-position: -60px 0; }

.wp-playlist-dark .mejs-unmute > button {
  background-position: -40px 0; }

.wp-playlist-dark .mejs-pause > button {
  background-position: -20px 0; }

.mejs-time.mejs-currenttime-container,
.mejs-time.mejs-duration-container {
  padding-top: 14px; }

/*------------------------------------------*\
  #Newsletter plugin form
\*------------------------------------------*/
.tnp.tnp-widget {
  position: relative; }

.tnp-submit {
  background-color: var(--castpress_primary-color) !important;
  position: absolute;
  bottom: 6px !important;
  right: 5px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 3px !important; }
  .tnp-submit:hover {
    background-color: var(--castpress_primary_accent-color) !important; }

.tnp-field.tnp-field-button {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .tnp-field.tnp-field-button::before {
    content: " ";
    width: 14px;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20'%3E%3Cg fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L14.586 11H3a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20'%3E%3Cg fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.293 5.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L14.586 11H3a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    background-color: #ffffff;
    margin-top: 5px;
    position: absolute;
    right: 13px;
    bottom: 4px;
    z-index: 80;
    animation-name: arrowRightBack;
    animation-duration: 0.2s;
    animation-fill-mode: forwards; }
  .tnp-field.tnp-field-button:hover::before {
    animation-name: arrowRight;
    animation-duration: 0.2s;
    animation-fill-mode: forwards; }

/*--------------------------------------------------------------
# SideBar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Social Share
--------------------------------------------------------------*/
/*------------------------------------*\
  #Social Share
\*------------------------------------*/
.c-social-share {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  color: var(--castpress_headings-color); }

.c-social-share--single {
  padding-top: 39px;
  padding-bottom: 39px;
  display: block;
  border-top: 1px solid #eaeaee;
  margin-top: 24px; }

.c-social-share--footer {
  margin-top: 24px; }

.c-social-share__title {
  vertical-align: top;
  display: inline-block; }

.c-social-share__item {
  min-height: 15px;
  margin: 0px 11.5px;
  cursor: pointer; }
  .c-social-share__item .dashicons {
    padding-left: 0px; }
    .c-social-share__item .dashicons::before {
      color: var(--castpress_headings-color); }
  .c-social-share__item:hover {
    text-decoration: none; }
    .c-social-share__item:hover .dashicons {
      padding-left: 0px; }
      .c-social-share__item:hover .dashicons::before {
        color: var(--castpress_primary-color); }
    .c-social-share__item:hover path {
      fill: var(--castpress_primary-color);
      cursor: pointer; }
  .c-social-share__item:visited {
    text-decoration: none; }

/*------------------------------------*\
  #Social share custom github icon
\*------------------------------------*/
.c-social-share__icon--github {
  vertical-align: top; }
  .c-social-share__icon--github:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    -webkit-mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.026 2c-5.509 0-9.974 4.465-9.974 9.974c0 4.406 2.857 8.145 6.821 9.465c.499.09.679-.217.679-.481c0-.237-.008-.865-.011-1.696c-2.775.602-3.361-1.338-3.361-1.338c-.452-1.152-1.107-1.459-1.107-1.459c-.905-.619.069-.605.069-.605c1.002.07 1.527 1.028 1.527 1.028c.89 1.524 2.336 1.084 2.902.829c.091-.645.351-1.085.635-1.334c-2.214-.251-4.542-1.107-4.542-4.93c0-1.087.389-1.979 1.024-2.675c-.101-.253-.446-1.268.099-2.64c0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336a9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021c.545 1.372.203 2.387.099 2.64c.64.696 1.024 1.587 1.024 2.675c0 3.833-2.33 4.675-4.552 4.922c.355.308.675.916.675 1.846c0 1.334-.012 2.41-.012 2.737c0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974C22 6.465 17.535 2 12.026 2z' fill='%23000000' /%3E%3Crect x='0' y='0' width='24' height='24' fill='rgba(0, 0, 0, 0)' /%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.026 2c-5.509 0-9.974 4.465-9.974 9.974c0 4.406 2.857 8.145 6.821 9.465c.499.09.679-.217.679-.481c0-.237-.008-.865-.011-1.696c-2.775.602-3.361-1.338-3.361-1.338c-.452-1.152-1.107-1.459-1.107-1.459c-.905-.619.069-.605.069-.605c1.002.07 1.527 1.028 1.527 1.028c.89 1.524 2.336 1.084 2.902.829c.091-.645.351-1.085.635-1.334c-2.214-.251-4.542-1.107-4.542-4.93c0-1.087.389-1.979 1.024-2.675c-.101-.253-.446-1.268.099-2.64c0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336a9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021c.545 1.372.203 2.387.099 2.64c.64.696 1.024 1.587 1.024 2.675c0 3.833-2.33 4.675-4.552 4.922c.355.308.675.916.675 1.846c0 1.334-.012 2.41-.012 2.737c0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974C22 6.465 17.535 2 12.026 2z' fill='%23000000' /%3E%3Crect x='0' y='0' width='24' height='24' fill='rgba(0, 0, 0, 0)' /%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    background-color: var(--castpress_headings-color);
    transition: 0.5s all; }
  .c-social-share__icon--github:hover::before {
    background-color: var(--castpress_primary-color); }

/*--------------------------------------------------------------
# Search form
--------------------------------------------------------------*/
.search-form {
  position: relative; }

.c-search-form {
  display: flex;
  position: relative; }

.c-search-form__label {
  width: 100%; }

.c-search-form__label__text {
  position: absolute;
  left: -10000px; }

.c-search-form__input {
  flex-grow: 1;
  height: 40px;
  border-radius: 3px !important;
  padding-right: 40px !important;
  width: 100%;
  min-width: 200px;
  font-size: 12px; }

.c-search-form__submit {
  width: 36px;
  height: 36px;
  background-color: var(--castpress_primary-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px !important;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer; }
  .c-search-form__submit::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cg fill='none'%3E%3Cpath d='M10 2.5a7.5 7.5 0 0 1 5.964 12.048l4.743 4.745a1 1 0 0 1-1.32 1.497l-.094-.083l-4.745-4.743A7.5 7.5 0 1 1 10 2.5zm0 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11z' fill='%23ffffff'/%3E%3C/g%3E%3Crect x='0' y='0' width='24' height='24' fill='rgba(0, 0, 0, 0)' /%3E%3C/svg%3E");
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 21px 21px; }

.search-field {
  margin-top: 0px !important;
  color: var(--castpress_second-color) !important; }

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
/*------------------------------------*\
  #Pagination
\*------------------------------------*/
.c-pagination {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  margin-top: 48px; }
  @media only screen and (min-width: 980px) {
    .c-pagination {
      margin-top: 64px; } }

.c-pagination__load-more {
  width: 100%;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
 color 0.3s ease-in-out; }

@media only screen and (min-width: 980px) {
  .c-pagination--load-more {
    padding-right: 0px; } }

/*------------------------------------*\
  #Page Numbers (Word Press pagination)
\*------------------------------------*/
.nav-links {
  display: none !important; }

.nav-previous {
  font-size: 1.8em;
  border-bottom: 1px solid grey;
  transition: 1s all; }

.nav-next {
  font-size: 1.8em;
  border-bottom: 1px solid grey;
  transition: 1s all; }

.page-numbers {
  color: var(--castpress_second-color) !important;
  border-radius: 3px;
  cursor: pointer;
  margin: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f7;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important; }
  .page-numbers:hover {
    background-color: #eaeaee !important;
    text-decoration: none; }
    .page-numbers:hover .dashicons::before {
      color: var(--castpress_tertiary-color) !important; }
    .page-numbers:hover:focus {
      text-decoration: none; }
  .page-numbers .dashicons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2em; }

.page-numbers.current {
  background-color: #eaeaee;
  color: var(--castpress_second-color) !important; }

.dashicons {
  font-family: dashicons !important; }
  .dashicons::before {
    color: var(--castpress_second-color);
    transition: all 0.1s; }

.next.page-numbers .dashicons {
  height: 30px;
  padding-left: 0px; }
  .next.page-numbers .dashicons::before {
    vertical-align: middle; }

.next.page-numbers,
.prev.page-numbers {
  background: transparent; }
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    background-color: transparent !important; }
  .next.page-numbers .dashicons,
  .prev.page-numbers .dashicons {
    color: var(--castpress_second-color); }
    .next.page-numbers .dashicons:hover,
    .prev.page-numbers .dashicons:hover {
      background: transparent;
      color: #707070 !important; }

.dashicons-arrow-right-alt2:before {
  text-align: center; }

.dashicons {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-family: "SourceSerifPro";
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: max-content !important;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: left;
  transition: color 0.1s ease-in; }

/*--------------------------------------------------------------
# Latest posts
--------------------------------------------------------------*/
@media only screen and (min-width: 980px) {
  .c-latest-posts__content {
    padding-bottom: 24px; } }

.c-latest-posts {
  width: 100%; }

.c-latest-posts__title {
  margin-bottom: 24px;
  margin-top: 64px; }

/*--------------------------------------------------------------
# Latest Episodes
--------------------------------------------------------------*/
/*------------------------------------*\
  #Latest Episode
\*------------------------------------*/
.c-latest-episode {
  padding-top: 16px; }
  @media only screen and (min-width: 980px) {
    .c-latest-episode {
      padding-top: 24px; } }

/*------------------------------------*\
  #Other templates
\*------------------------------------*/
.c-latest-episodes {
  padding-top: 24px; }

.c-latest-episodes--row {
  padding-top: 16px;
  margin-bottom: 0px; }
  .c-latest-episodes--row .c-episode {
    min-height: 145px;
    margin-bottom: 32px;
    border-radius: 4px; }
    .c-latest-episodes--row .c-episode:nth-last-child {
      margin-bottom: 0px; }
  .c-latest-episodes--row .c-episode__head {
    max-height: max-content; }
    @media only screen and (min-width: 980px) {
      .c-latest-episodes--row .c-episode__head {
        height: 145px; } }

.c-latest-episodes--row-bg {
  padding-top: 16px;
  margin-bottom: 0px; }
  .c-latest-episodes--row-bg .c-episode {
    background-color: #f5f5f7;
    min-height: 145px;
    padding: 16px;
    margin-bottom: 0px;
    border-radius: 4px; }
  .c-latest-episodes--row-bg .c-episode__head {
    max-height: max-content; }
    @media only screen and (min-width: 980px) {
      .c-latest-episodes--row-bg .c-episode__head {
        height: 145px; } }

.c-latest-episodes--column {
  width: 895px;
  display: flex;
  flex-wrap: wrap;
  background-color: lightcyan; }
  .c-latest-episodes--column .c-episode {
    width: 50%; }

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.c-related-posts {
  border-top: 1px solid #eaeaee;
  padding-top: 48px;
  margin-top: 24px; }
  .c-related-posts .c-post__header h2 {
    margin-bottom: 0px; }

/*--------------------------------------------------------------
# Post and pages 
--------------------------------------------------------------*/
.sticky {
  display: block; }

/*------------------------------------*\
  #Comments Form 
\*------------------------------------*/
.comments-area {
  border-top: 1px solid #eaeaee; }
  .comments-area ol {
    margin: 0px; }

.comment-respond {
  padding-top: 48px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .comment-respond {
      padding-bottom: 48px; } }

.c-comments__desc {
  color: var(--castpress_tertiary-color) !important;
  margin-bottom: 24px; }
  @media only screen and (min-width: 980px) {
    .c-comments__desc {
      margin-bottom: 39px; } }

.c-comment__cookie {
  display: flex;
  margin-top: 24px;
  margin-bottom: 39px; }
  @media only screen and (min-width: 980px) {
    .c-comment__cookie {
      margin-top: 23px; } }

.comments-title {
  width: 100%;
  border-top: 1px solid #eaeaee;
  padding-top: 48px;
  margin-top: 48px; }
  @media only screen and (min-width: 980px) {
    .comments-title {
      padding-top: 68px;
      margin-top: 0px; } }

#cancel-comment-reply-link {
  margin-left: 8px;
  text-decoration: none !important; }

/*------------------------------------*\
  #Comments List
\*------------------------------------*/
.comment-list .comment-respond {
  margin-bottom: 48px; }
  @media only screen and (min-width: 980px) {
    .comment-list .comment-respond {
      margin-bottom: 0px; } }

.children {
  padding-left: 80px; }
  .children:nth-child(n + 2) .children {
    padding-left: 40px; }
    @media only screen and (max-width: 719px) {
      .children:nth-child(n + 2) .children {
        padding-left: 0px; } }

.comment ol {
  list-style-type: none; }

.comment-body {
  padding-bottom: 39px; }

.comment.depth-1 {
  border-bottom: 1px solid #eaeaee;
  margin-top: 24px; }
  @media only screen and (min-width: 980px) {
    .comment.depth-1 {
      margin-top: 39px; } }
  .comment.depth-1:last-child {
    border-bottom: none; }

.c-comments__title {
  color: var(--castpress_headings-color);
  font-family: "SourceSerifPro" !important; }

.comment-reply-link {
  padding-top: 16px;
  color: var(--castpress_tertiary-color);
  text-decoration: none !important;
  font-size: 14px;
  line-height: 18px; }
  .comment-reply-link:hover {
    color: var(--castpress_headings-color); }
  .comment-reply-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cpath d='M12 9.059V6.5a1.001 1.001 0 0 0-1.707-.708L4 12l6.293 6.207a.997.997 0 0 0 1.414 0A.999.999 0 0 0 12 17.5v-2.489c2.75.068 5.755.566 8 3.989v-1c0-4.633-3.5-8.443-8-8.941z' fill='%23626262'/%3E%3Crect x='0' y='0' width='24' height='24' fill='rgba(0, 0, 0, 0)' /%3E%3C/svg%3E");
    cursor: pointer;
    vertical-align: top;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 28px 28px;
    margin-right: 12px; }

.comment-list {
  padding-left: 0px;
  list-style-type: none; }

.comment-meta {
  width: 100%;
  display: flex; }

.comment-avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.comment-header {
  margin-bottom: 16px; }

.comment-content {
  width: calc(100% - 50px);
  padding-left: 24px; }

.comment-author {
  display: inline-block;
  padding-right: 16px;
  margin-bottom: 8px;
  color: var(--castpress_second-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .comment-author {
      margin-bottom: 0px; } }
  .comment-author a {
    color: var(--castpress_second-color); }
    .comment-author a:hover, .comment-author a:focus {
      text-decoration: none; }

.bypostauthor {
  display: block; }

.comment-date {
  color: var(--castpress_tertiary-color); }

.time {
  color: var(--castpress_tertiary-color);
  display: block; }
  @media only screen and (min-width: 980px) {
    .time {
      display: inline-block; } }

.c-comments__cookie {
  line-height: 16px !important;
  font-weight: 400 !important; }

.logged-in-as a {
  color: var(--castpress_tertiary-color);
  font-size: 14px;
  line-height: 18px; }
  .logged-in-as a:hover {
    color: var(--castpress_headings-color);
    text-decoration: none; }
  .logged-in-as a:visited {
    text-decoration: none; }

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  color: var(--castpress_second-color) !important; }

.form-submit {
  margin-bottom: 0px; }

.comment-form-arrow .dashicons {
  padding-left: 4px;
  width: max-content !important;
  font-size: 11px;
  padding-top: 4px;
  height: 0px !important; }
  .comment-form-arrow .dashicons::before {
    color: #ffffff; }

.comment-form-arrow:hover .dashicons::before {
  color: #f5f5f7 !important; }

/*------------------------------------*\
  #Caption block
\*------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption-text {
  padding-bottom: 8px; }

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*------------------------------------*\
  #Episodes
\*------------------------------------*/
.c-episode {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 52px; }
  @media only screen and (min-width: 980px) {
    .c-episode {
      margin-bottom: 50px; } }

.c-episode__featured {
  width: 100%;
  margin-bottom: 32px; }

.c-episode__head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (min-width: 980px) {
    .c-episode__head {
      height: 180px;
      justify-content: flex-start; } }

.c-episode__image {
  width: 180px;
  height: 100%; }

.c-episode__entry-meta {
  width: 100%;
  text-align: center;
  margin-top: 16px; }
  @media only screen and (min-width: 980px) {
    .c-episode__entry-meta {
      text-align: left;
      margin-top: 0px;
      width: calc(100% - 145px);
      padding-left: 16px; } }

.c-episode__entry-content {
  width: 100%; }

.c-episode__entry-meta--bg {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 8px;
  justify-content: center; }
  @media only screen and (min-width: 980px) {
    .c-episode__entry-meta--bg {
      padding-left: 24px;
      justify-content: normal; } }

.c-episode__context {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 16px; }
  @media only screen and (min-width: 980px) {
    .c-episode__context {
      width: calc(100% - 180px);
      padding-top: 0px;
      padding-left: 39px;
      text-align: left; } }

.c-episode__palyer {
  width: 100%;
  position: relative;
  height: max-content;
  display: flex;
  justify-content: space-around;
  align-items: flex-end; }

.c-episode__category {
  padding-bottom: 8px;
  color: var(--castpress_tertiary-color) !important;
  display: inline-block;
  text-decoration: none !important; }
  .c-episode__category:hover {
    color: var(--castpress_headings-color); }
  .c-episode__category a {
    color: var(--castpress_tertiary-color); }
    .c-episode__category a:hover {
      color: var(--castpress_headings-color);
      text-decoration: none; }
    .c-episode__category a:visited {
      text-decoration: none; }
    .c-episode__category a:focus {
      text-decoration: none !important; }

.c-episode__date {
  color: var(--castpress_tertiary-color) !important;
  display: inline-block; }

.c-episode__header {
  width: 100%;
  color: var(--castpress_headings-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .c-episode__header {
      width: calc(100% - 180px);
      padding-left: 39px; } }

.c-episode__header--page {
  padding-left: 0px;
  margin-bottom: 40px; }

.c-episode__author {
  color: var(--castpress_tertiary-color); }

.c-episode__author__link {
  text-transform: capitalize; }

.c-episode__header {
  width: 100%;
  color: var(--castpress_headings-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .c-episode__header {
      width: 100%;
      padding-left: 0px; } }

.c-episode__content {
  color: var(--castpress_second-color); }
  .c-episode__content li {
    margin-bottom: 8px; }

.c-episode__titles {
  width: 100%;
  margin-top: 7px; }

.c-episode__titles--sm {
  margin-top: 2px; }

.c-episode__title {
  padding-bottom: 12px;
  display: inline-block; }
  .c-episode__title a {
    color: var(--castpress_headings-color); }

.c-episode__title--row {
  margin-top: 9px; }

.c-episode__thumbnail {
  max-width: 145px;
  height: 100%; }

.c-episode__thumbnail--row {
  height: 145px; }

.c-episode__entry-context {
  color: var(--castpress_second-color) !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.c-episode__read-more {
  color: var(--castpress_primary-color) !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: 0.5s all;
  text-decoration: none !important; }
  .c-episode__read-more:hover {
    color: #58379b !important; }
  .c-episode__read-more:hover > .c-episode__play::before {
    background-color: #58379b; }
  .c-episode__read-more:focus > .c-episode__play::before {
    background-color: #58379b; }

.c-episode__page-links {
  margin: 16px 0px 0px 0px; }

.c-episode__tags {
  padding-right: 24px;
  color: var(--castpress_second-color) !important; }
  .c-episode__tags:hover {
    color: var(--castpress_primary-color) !important; }

.c-episode__social-share__title {
  margin-top: 39px;
  margin-bottom: 12px;
  width: 100%;
  color: var(--castpress_headings-color) !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center; }

.c-episode__play::before {
  transition: 0.2s all;
  content: "";
  width: 32px;
  height: 32px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z' fill='%23626262'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z' fill='%23626262'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  display: inline-block;
  background-color: var(--castpress_primary-color); }

.c-episodes__share {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  .c-episodes__share a {
    transition: 0.2s all;
    color: var(--castpress_headings-color); }

@media only screen and (min-width: 980px) {
  .c-episode__social-share--sm {
    align-items: flex-end;
    justify-content: flex-start;
    height: 55%; } }

@media only screen and (min-width: 980px) {
  .c-episode__social-share--sm .c-episode__social-share__title {
    display: inline-block;
    width: max-content;
    margin-bottom: 0px; } }

.c-episodes__social-share__link {
  margin: 0px 15px 0px 15px; }

.c-episodes__social-share__icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px; }
  .c-episodes__social-share__icons:hover {
    color: var(--castpress_primary-color); }
    .c-episodes__social-share__icons:hover path {
      fill: var(--castpress_primary-color); }

.c-episodes__social-share__icons--big {
  font-size: 45px;
  margin-bottom: -5px; }

.icon--md {
  width: 30px;
  height: 30px; }

.icon--bg {
  width: 35px;
  height: 35px;
  object-fit: contain; }

.spacer {
  margin-top: 64px; }
  @media only screen and (min-width: 980px) {
    .spacer {
      margin-top: 96px; } }

.c-episode__player {
  display: flex;
  align-items: center;
  margin-top: 39px; }

.c-episode__player--button {
  justify-content: center;
  margin-top: 24px; }
  .c-episode__player--button::after {
    content: "";
    display: none; }

.c-episode__player--button-left {
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 16px; }
  .c-episode__player--button-left::after {
    content: "";
    display: none; }

/* Custom widget (For demo) */
.c-widget__custom-item form {
  position: relative; }

.c-widget__custom-item input[type="email"] {
  border: none !important;
  padding: 12px !important; }

.c-widget__custom-email {
  min-height: 42px;
  width: 100% !important; }
  @media only screen and (min-width: 980px) {
    .c-widget__custom-email {
      width: 315px !important;
      height: 42px !important; } }
  .c-widget__custom-email::before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.331 11.0715L15.8859 14.6313C16.0447 14.8079 16.0368 15.0783 15.8681 15.2454L15.246 15.8684C15.1626 15.9526 15.049 16 14.9305 16C14.812 16 14.6985 15.9526 14.615 15.8684L11.0601 12.3085C10.9618 12.21 10.8726 12.1028 10.7935 11.9881L10.127 11.0982C9.02413 11.9801 7.6546 12.4602 6.24327 12.4598C3.33502 12.4699 0.807867 10.461 0.157951 7.62231C-0.491966 4.78365 0.90881 1.87288 3.53098 0.613257C6.15315 -0.646363 9.29689 0.0813446 11.101 2.36555C12.9052 4.64977 12.8882 7.88086 11.0601 10.1459L11.9489 10.76C12.0877 10.849 12.2159 10.9535 12.331 11.0715ZM1.79968 6.23008C1.79968 8.68763 3.78915 10.6799 6.24329 10.6799C7.42181 10.6799 8.55206 10.2111 9.3854 9.37656C10.2187 8.54206 10.6869 7.41024 10.6869 6.23008C10.6869 3.77252 8.69743 1.78027 6.24329 1.78027C3.78915 1.78027 1.79968 3.77252 1.79968 6.23008Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 21px 21px; }

.c-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 39px; }
  @media only screen and (min-width: 980px) {
    .c-post {
      margin-bottom: 24px; } }

.c-post__header {
  width: 100%;
  color: var(--castpress_headings-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .c-post__header {
      width: calc(100% - 180px);
      padding-left: 39px; } }

.c-post__date {
  color: var(--castpress_tertiary-color) !important;
  display: inline-block;
  text-decoration: none !important; }

.c-post__header--home {
  width: 100%;
  color: var(--castpress_headings-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .c-post__header--home {
      width: 100%;
      padding-left: 0px; } }

.c-post__header--page {
  padding-left: 0px;
  margin-bottom: 40px; }

.c-post__author {
  display: inline-block;
  color: var(--castpress_tertiary-color) !important;
  text-decoration: none !important; }
  .c-post__author:first {
    text-transform: uppercase; }

.c-post__author__link {
  display: inline-block;
  text-transform: capitalize;
  margin-left: 1px; }

.s-post-content {
  color: var(--castpress_second-color); }
  .s-post-content li {
    margin-bottom: 8px; }
  .s-post-content h1,
  .s-post-content h2,
  .s-post-content h3,
  .s-post-content h4,
  .s-post-content h5,
  .s-post-content h6 {
    margin-bottom: 24px; }
  .s-post-content p {
    margin-bottom: 39px; }

.c-post__title {
  padding-bottom: 16px; }
  .c-post__title a {
    color: var(--castpress_headings-color); }

.c-post__entry-meta {
  padding-bottom: 16px; }
  @media only screen and (min-width: 980px) {
    .c-post__entry-meta {
      padding-bottom: 39px; } }

.c-post__thumbnail {
  width: 180px;
  height: 180px;
  max-height: 180px;
  margin-bottom: 16px;
  border-radius: 4px; }
  @media only screen and (min-width: 980px) {
    .c-post__thumbnail {
      margin-bottom: 0px; } }

.c-post__read-more {
  color: var(--castpress_primary-color) !important; }
  .c-post__read-more:hover {
    color: var(--castpress_primary-color) !important;
    text-decoration: underline; }

.c-post__page-links {
  margin: 16px 0px 0px 0px; }

.c-post__tag {
  padding-right: 24px;
  color: var(--castpress_second-color) !important; }
  .c-post__tag:hover {
    color: var(--castpress_primary-color) !important; }

/*------------------------------------*\
  #Single
\*------------------------------------*/
.c-single {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.c-single--latest-episode {
  margin-bottom: 40px; }
  @media only screen and (min-width: 980px) {
    .c-single--latest-episode {
      margin-bottom: 55px; } }

.c-single__thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 39px; }

.c-single__image {
  width: 180px;
  height: 180px; }

.c-single__header {
  width: 100%;
  text-align: center; }

.c-single__title {
  margin-bottom: 14px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  @media only screen and (min-width: 980px) {
    .c-single__title {
      margin-bottom: 8px; } }

.c-single__title--sm {
  margin-bottom: 0px; }

.c-single__podcast-audio {
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.c-single__audio {
  width: 95%; }

.c-single__audio--hidden {
  display: none; }

.s-single__entry-content {
  margin-top: 64px;
  width: 100%; }
  @media only screen and (min-width: 980px) {
    .s-single__entry-content {
      margin-top: 55px; } }
  .s-single__entry-content h1,
  .s-single__entry-content h2,
  .s-single__entry-content h3,
  .s-single__entry-content h4,
  .s-single__entry-content h5,
  .s-single__entry-content h6 {
    margin-bottom: 24px; }
  .s-single__entry-content p {
    margin-bottom: 39px; }
  .s-single__entry-content figure {
    max-width: 100%; }
  .s-single__entry-content .mejs-container {
    margin-bottom: 16px; }

.c-single__tags {
  padding-top: 48px;
  width: 100%;
  display: inline-block; }
  .c-single__tags a::before {
    content: "#"; }

.c-single__transcript {
  width: 100%;
  border: 1px solid #eaeaee;
  padding: 24px 11px 24px 16px;
  height: max-content; }
  @media only screen and (min-width: 980px) {
    .c-single__transcript {
      padding: 24px 24px 24px 24px; } }

@media only screen and (max-width: 719px) {
  .c-single__transcript__sep {
    display: none; } }

.c-single__transcript__title {
  display: block; }
  @media only screen and (max-width: 719px) {
    .c-single__transcript__title {
      font-size: 18px;
      line-height: 23px; } }

h2.c-single__transcript__title {
  margin-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    h2.c-single__transcript__title {
      display: inline-block;
      margin-bottom: 24px !important; } }

.c-single__transcript__more {
  cursor: pointer;
  color: #58379b !important; }
  .c-single__transcript__more:hover {
    color: var(--castpress_headings-color) !important;
    text-decoration-line: none; }
    .c-single__transcript__more:hover .c-single__transcript__icon::before {
      color: var(--castpress_headings-color) !important; }
  .c-single__transcript__more .c-single__transcript__icon {
    vertical-align: middle; }
    .c-single__transcript__more .c-single__transcript__icon::before {
      color: #58379b !important; }

.c-single__transcript__icon {
  padding-left: 5px; }
  .c-single__transcript__icon:hover::before {
    color: var(--castpress_headings-color) !important; }

.c-single__transcript__more:hover + .c-single__transcript__icon::before {
  color: var(--castpress_headings-color) !important; }

@media only screen and (max-width: 719px) {
  .c-single__transcript__more.h2 {
    font-size: 18px;
    line-height: 25px; } }

.c-single__transcript__content {
  width: 100%;
  transform-origin: top;
  height: 0px;
  max-height: 0px;
  border-left: 1px solid #eaeaee;
  border-right: 1px solid #eaeaee;
  border-bottom: 1px solid transparent;
  transition: 0.4s all; }
  .c-single__transcript__content .simplebar-track {
    display: none; }
  .c-single__transcript__content .simplebar-wrapper {
    visibility: hidden; }

.c-single__transcript__context {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  padding: 10px;
  max-height: 335px; }
  @media only screen and (min-width: 980px) {
    .c-single__transcript__context {
      max-height: 310px;
      padding: 0px;
      padding-right: 5px; } }

.c-single__transcript__row h1,
.c-single__transcript__row h2,
.c-single__transcript__row h3,
.c-single__transcript__row h4,
.c-single__transcript__row h5,
.c-single__transcript__row h6 {
  margin-bottom: 8px; }

.c-single__transcript__row p {
  margin-bottom: 24px; }

.c-single__transcript__wrapper {
  max-height: 100%; }

.c-single__transcript__content.is-open {
  height: 352px;
  max-height: 352px;
  display: block;
  border-bottom: 1px solid #eaeaee;
  padding: 8px; }
  @media only screen and (min-width: 980px) {
    .c-single__transcript__content.is-open {
      padding: 24px; } }
  .c-single__transcript__content.is-open .c-single__transcript__context {
    visibility: visible;
    opacity: 1; }
  .c-single__transcript__content.is-open .simplebar-track {
    display: block; }
  .c-single__transcript__content.is-open .simplebar-wrapper {
    visibility: visible; }

.c-single__tag {
  padding-right: 24px;
  margin-top: 48px;
  color: var(--castpress_second-color); }
  .c-single__tag:hover {
    text-decoration: none;
    color: var(--castpress_headings-color); }
  .c-single__tag:visited {
    text-decoration: none; }

/*------------------------------------*\
  #Comments Form 
\*------------------------------------*/
.comments-area {
  border-top: 1px solid #eaeaee; }
  .comments-area ol {
    margin: 0px; }

.comment-respond {
  padding-top: 48px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 980px) {
    .comment-respond {
      padding-bottom: 48px; } }

.c-comments__desc {
  color: var(--castpress_tertiary-color) !important;
  margin-bottom: 24px; }
  @media only screen and (min-width: 980px) {
    .c-comments__desc {
      margin-bottom: 39px; } }

.c-comment__cookie {
  display: flex;
  margin-top: 24px;
  margin-bottom: 39px; }
  @media only screen and (min-width: 980px) {
    .c-comment__cookie {
      margin-top: 23px; } }

.comments-title {
  width: 100%;
  border-top: 1px solid #eaeaee;
  padding-top: 48px;
  margin-top: 48px; }
  @media only screen and (min-width: 980px) {
    .comments-title {
      padding-top: 68px;
      margin-top: 0px; } }

#cancel-comment-reply-link {
  margin-left: 8px;
  text-decoration: none !important; }

/*------------------------------------*\
  #Comments List
\*------------------------------------*/
.comment-list .comment-respond {
  margin-bottom: 48px; }
  @media only screen and (min-width: 980px) {
    .comment-list .comment-respond {
      margin-bottom: 0px; } }

.children {
  padding-left: 80px; }
  .children:nth-child(n + 2) .children {
    padding-left: 40px; }
    @media only screen and (max-width: 719px) {
      .children:nth-child(n + 2) .children {
        padding-left: 0px; } }

.comment ol {
  list-style-type: none; }

.comment-body {
  padding-bottom: 39px; }

.comment.depth-1 {
  border-bottom: 1px solid #eaeaee;
  margin-top: 24px; }
  @media only screen and (min-width: 980px) {
    .comment.depth-1 {
      margin-top: 39px; } }
  .comment.depth-1:last-child {
    border-bottom: none; }

.c-comments__title {
  color: var(--castpress_headings-color);
  font-family: "SourceSerifPro" !important; }

.comment-reply-link {
  padding-top: 16px;
  color: var(--castpress_tertiary-color);
  text-decoration: none !important;
  font-size: 14px;
  line-height: 18px; }
  .comment-reply-link:hover {
    color: var(--castpress_headings-color); }
  .comment-reply-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);'%3E%3Cpath d='M12 9.059V6.5a1.001 1.001 0 0 0-1.707-.708L4 12l6.293 6.207a.997.997 0 0 0 1.414 0A.999.999 0 0 0 12 17.5v-2.489c2.75.068 5.755.566 8 3.989v-1c0-4.633-3.5-8.443-8-8.941z' fill='%23626262'/%3E%3Crect x='0' y='0' width='24' height='24' fill='rgba(0, 0, 0, 0)' /%3E%3C/svg%3E");
    cursor: pointer;
    vertical-align: top;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 28px 28px;
    margin-right: 12px; }

.comment-list {
  padding-left: 0px;
  list-style-type: none; }

.comment-meta {
  width: 100%;
  display: flex; }

.comment-avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.comment-header {
  margin-bottom: 16px; }

.comment-content {
  width: calc(100% - 50px);
  padding-left: 24px; }

.comment-author {
  display: inline-block;
  padding-right: 16px;
  margin-bottom: 8px;
  color: var(--castpress_second-color);
  text-transform: capitalize; }
  @media only screen and (min-width: 980px) {
    .comment-author {
      margin-bottom: 0px; } }
  .comment-author a {
    color: var(--castpress_second-color); }
    .comment-author a:hover, .comment-author a:focus {
      text-decoration: none; }

.bypostauthor {
  display: block; }

.comment-date {
  color: var(--castpress_tertiary-color); }

.time {
  color: var(--castpress_tertiary-color);
  display: block; }
  @media only screen and (min-width: 980px) {
    .time {
      display: inline-block; } }

.c-comments__cookie {
  line-height: 16px !important;
  font-weight: 400 !important; }

.logged-in-as a {
  color: var(--castpress_tertiary-color);
  font-size: 14px;
  line-height: 18px; }
  .logged-in-as a:hover {
    color: var(--castpress_headings-color);
    text-decoration: none; }
  .logged-in-as a:visited {
    text-decoration: none; }

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  color: var(--castpress_second-color) !important; }

.form-submit {
  margin-bottom: 0px; }

.comment-form-arrow .dashicons {
  padding-left: 4px;
  width: max-content !important;
  font-size: 11px;
  padding-top: 4px;
  height: 0px !important; }
  .comment-form-arrow .dashicons::before {
    color: #ffffff; }

.comment-form-arrow:hover .dashicons::before {
  color: #f5f5f7 !important; }

.c-footer {
  background-color: #ffffff;
  min-height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 48px; }
  @media only screen and (min-width: 980px) {
    .c-footer {
      margin-top: auto;
      padding: 0px 17px;
      margin-bottom: 15px; } }

.c-footer__nav {
  display: inline-block; }

.c-footer__content {
  border-top: 1px solid #eaeaee;
  width: 100%;
  padding: 0 0px;
  padding-top: 48px; }
  @media only screen and (min-width: 980px) {
    .c-footer__content {
      width: 670px;
      padding: 0px;
      display: flex;
      flex-wrap: wrap; } }

.c-footer__copy {
  text-align: center;
  width: 100%;
  margin-top: 32px; }

.c-footer__copy-text {
  display: inline-block; }

.c-footer__context {
  color: var(--castpress_headings-color);
  display: inline-block; }

.c-footer__widgets {
  width: 100%;
  padding-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px 17px; }
  @media only screen and (min-width: 980px) {
    .c-footer__widgets {
      padding: 0px 0px;
      padding-top: 64px;
      width: 50%;
      height: max-content;
      align-content: flex-start; } }
  .c-footer__widgets a {
    text-decoration: none !important; }
    .c-footer__widgets a:hover {
      color: var(--castpress_headings-color); }
  .c-footer__widgets .gallery-item {
    margin: 0px; }

.c-footer__widget {
  width: 100%;
  color: var(--castpress_second-color);
  margin-bottom: 23px;
  position: relative;
  padding-right: 16px; }
  @media only screen and (min-width: 980px) {
    .c-footer__widget {
      max-width: 100%; } }
  .c-footer__widget:last-child {
    padding-right: 0px; }
  .c-footer__widget .menu {
    margin: 0px; }
    .c-footer__widget .menu li {
      margin-bottom: 16px; }
      .c-footer__widget .menu li a {
        color: var(--castpress_second-color);
        font-size: 14px;
        line-height: 18px; }
  .c-footer__widget .sub-menu {
    display: none; }
  .c-footer__widget .mejs-container {
    min-width: 290px; }

.c-footer__news-letter {
  width: 50%;
  height: 100%;
  background-color: lightblue; }

.c-footer__news-letter__title {
  letter-spacing: 0.16em; }

.c-footer__widget__title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16em;
  margin-bottom: 8px; }

.c-footer__widget__desc {
  margin-bottom: 16px;
  color: var(--castpress_second-color) !important; }

.c-footer__link {
  text-decoration: none !important; }

.c-footer__nav {
  text-align: center;
  margin: 0px;
  margin-top: 0px; }

.c-footer__nav__item {
  display: inline-block; }

.c-footer__nav__item--dynamic::before {
  content: " | ";
  color: var(--castpress_headings-color); }

.s-footer__nav {
  margin: 0px; }
  .s-footer__nav .menu-item {
    display: inline-block; }
    .s-footer__nav .menu-item::before {
      content: " | ";
      color: var(--castpress_headings-color); }
    .s-footer__nav .menu-item a {
      color: var(--castpress_tertiary-color);
      text-decoration: none; }
      .s-footer__nav .menu-item a:hover {
        color: var(--castpress_headings-color); }
  .s-footer__nav .sub-menu {
    display: none; }

/*--------------------------------------------------------------
# External
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Custom Simplebar
  --------------------------------------------------------------*/
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background: #e1e1e1;
  border-radius: 15px;
  width: 12px;
  max-width: 6px;
  padding: 1px;
  border-radius: 6px; }

.simplebar-scrollbar {
  background-color: #707070;
  left: 0;
  width: 8px;
  border-radius: 6px;
  border: none; }
  .simplebar-scrollbar::before {
    background: #707070; }

.simplebar-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
  border-radius: 6px; }

/* Default Scroll bar ( Only on Chrome and Opera )*/
.c-single__transcript__wrapper::-webkit-scrollbar {
  width: 6px; }

/* Track */
.c-single__transcript__wrapper::-webkit-scrollbar-track {
  background: #eaeaee;
  border-radius: 5px;
  transform: 0.5s all; }

/* Handle*/
.c-single__transcript__wrapper::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 5px;
  transform: 0.5s all; }

/* Handle on hover */
.c-single__transcript__wrapper::-webkit-scrollbar-thumb:hover {
  background: #707070;
  transform: 0.5s all; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*------------------------------------*\
  #Headings
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0px;
  color: var(--castpress_headings-color);
  font-family: "SourceSerifPro"; }

/* H1 */
h1,
.h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600; }

/* H2 */
h2,
.h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600; }

/* H3 */
h3,
.h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px; }

/* H4 */
h4,
.h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px; }

/* H5 */
h5,
.h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px; }

/* H6 */
h6,
.h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 25px; }

/*------------------------------------*\
  #Copy
\*------------------------------------*/
/* All */
* {
  word-wrap: break-word;
  white-space: normal;
  transition: all 0.1s; }

/* p */
p,
.p {
  font-family: "SourceSerifPro";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  color: var(--castpress_second-color); }

.seprator {
  color: var(--castpress_tertiary-color) !important; }

address {
  color: var(--castpress_second-color); }

pre {
  background-color: #f5f5f7;
  padding: 8px; }

dl {
  margin-bottom: 16px;
  color: var(--castpress_second-color); }

dt {
  margin-bottom: 16px; }

dd {
  margin-bottom: 16px;
  line-height: 27px; }

figcaption {
  color: var(--castpress_second-color); }

blockquote {
  border-left: 1px solid var(--castpress_primary-color);
  padding-left: 16px;
  margin-bottom: 64px;
  margin: 0px; }

code {
  background-color: #f5f5f7;
  padding: 0px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  font-family: "SourceSerifPro";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  height: 100vh;
  background-color: #ffffff; }

body.admin-bar .c-header__search-form {
  right: 135px;
  top: 100px !important; }

/*------------------------------------*\
  #Links
\*------------------------------------*/
a,
.a {
  text-decoration: none;
  color: var(--castpress_primary-color); }
  a:hover,
  .a:hover {
    color: var(--castpress_primary-color);
    text-decoration: underline; }
  a:focus,
  .a:focus {
    color: var(--castpress_primary-color);
    text-decoration: underline; }
  a:visited,
  .a:visited {
    text-decoration: none; }

/*------------------------------------*\
  #Fields 
\*------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  margin-top: 8px;
  color: var(--castpress_headings-color);
  border: none;
  border-radius: 4px;
  background-color: #f5f5f7;
  padding-right: 8px;
  padding-left: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 0.75rem;
  line-height: 27px;
  position: relative; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: var(--castpress_headings-color);
    opacity: 1;
    font-size: 12px;
    line-height: 27px !important;
    font-family: "SourceSerifPro";
    font-weight: 400; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: var(--castpress_headings-color);
    outline: #707070 solid 2px; }

select {
  border: none;
  border-radius: 4px;
  padding: 10px 14px; }

textarea {
  width: 100%;
  min-height: 150px;
  max-width: 100%; }

input[type="checkbox"] {
  margin: 0px 8px 0px 0px; }
  @media only screen and (min-width: 980px) {
    input[type="checkbox"] {
      margin: 0px 8px 0px 0px; } }

.search-field {
  padding: 10px 30px 8px 14px !important; }

/*------------------------------------*\
  #Newsletter plugin form
\*------------------------------------*/
.tnp-field.tnp-field-email label {
  line-height: 14px !important;
  margin-bottom: 14px; }

.tnp-email {
  padding: 12px !important; }

ul {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  margin: 26px 0px 16px 20px;
  color: var(--castpress_second-color); }

li {
  color: var(--castpress_second-color); }

ol {
  color: var(--castpress_second-color); }

table {
  background-color: #f5f5f7;
  margin-bottom: 16px; }

tr:nth-child(even) {
  background-color: #eaeaee; }

.wp-block-gallery {
  width: 100%;
  margin-left: 0px;
  max-width: 100%; }

.wpcf7-response-output {
  text-align: left;
  color: #ff3636;
  padding-left: 0px !important;
  font-size: 12px;
  line-height: 10px;
  margin: 0px !important;
  color: #ffffff;
  background-color: #ff3636;
  border-radius: 4px;
  padding: 8px 13px !important;
  border: none !important;
  letter-spacing: 0.1em;
  height: 32px;
  display: flex;
  align-items: center;
  max-width: max-content; }
  @media only screen and (max-width: 719px) {
    .wpcf7-response-output {
      line-height: 20px;
      min-height: max-content;
      padding: 26px 13px !important; } }

.wpcf7-not-valid-tip {
  color: #ff3636;
  font-size: 12px;
  margin-top: 8px; }

.c-spacer__blog {
  margin-top: 39; }
  @media only screen and (min-width: 980px) {
    .c-spacer__blog {
      margin-top: 64px; } }

.c-spacer--md {
  margin-top: 48px; }

.display-name {
  color: #fff; }

/*------------------------------------*\
  #Calendar block
\*------------------------------------*/
.calendar_wrap * {
  line-height: 24px; }

/*------------------------------------*\
  #Rss block
\*------------------------------------*/
.rss-widget-icon {
  width: 20px; }

/*------------------------------------*\
  #Image block
\*------------------------------------*/
.wp-block-image {
  position: relative; }

/*------------------------------------*\
  #quote block
\*------------------------------------*/
.wp-block-quote {
  border-left: 1px solid var(--castpress_primary-color);
  padding-left: 16px;
  margin-bottom: 16px; }

.has-text-color.has-light-gray-color {
  background-color: #f1f1f1;
  padding: 16px; }

blockquote.has-text-align-right {
  border-left: none;
  border-right: 1px solid var(--castpress_primary-color);
  padding-left: 0px;
  padding-right: 16px; }

blockquote.is-style-large {
  margin-bottom: 32px !important; }

.wp-block-search .wp-block-search__button {
  background-color: var(--castpress_primary-color);
  height: max-content;
  padding: 13px;
  margin-top: 8px; }

.wp-block-latest-comments {
  padding-left: 0px; }

/*--------------------------------------------------------------
# utilities
--------------------------------------------------------------*/
/* Links */
.u-link--secondary {
  color: var(--castpress_headings-color); }
  .u-link--secondary:hover, .u-link--secondary:focus {
    text-decoration: none;
    color: var(--castpress_primary-color); }

.u-link--tertiary {
  color: var(--castpress_tertiary-color); }
  .u-link--tertiary:hover {
    text-decoration: none;
    color: var(--castpress_headings-color); }

.u-link--quaternary {
  color: var(--castpress_primary-color); }
  .u-link--quaternary:hover {
    text-decoration: none;
    color: var(--castpress_headings-color); }
  .u-link--quaternary:visited {
    text-decoration: none; }

/* Line heights */
.u-heading-1-line-height--bg {
  line-height: 33px; }

.u-heading-1-line-height--sm {
  line-height: 25px; }

.u-heading-4-line-height--bg {
  line-height: 27px; }

.u-heading-4-line-height--sm {
  line-height: 20px; }

.u-heading-5-line-height--sm {
  line-height: 18px; }

.u-line-height--sm {
  line-height: 15px; }

/* Font Weights  */
.u-font--semibold {
  font-weight: 600; }

.u-font--regular {
  font-weight: 400; }
