/* 
Theme Name: SHOW THEME Dev
Version: 3.3.4
Description: 
Author: John Leschinski
Author URI: http://www.leschinskidesign.com
Last Compiled: 2023-05-02
*/

@charset "UTF-8";
:root {
  --clr-neutral-900: hsl(232, 12%, 13%);
  --clr-neutral-500: hsl(0 0% 60%);
  --clr-neutral-400: hsl(0 0% 70%);
  --clr-neutral-300: hsl(0 0% 80%);
  --clr-neutral-200: hsl(0 0% 97%);
  --clr-neutral-100: hsl(0 0% 100%);
  --fs-16: 2206.258em;
  --fs-15: 1363.571em;
  --fs-14: 842.751em;
  --fs-13: 520.86em;
  --fs-12: 321.916em;
  --fs-11: 198.959em;
  --fs-10: 122.966em;
  --fs-9: 75.999em;
  --fs-8: 46.971em;
  --fs-7: 29.03em;
  --fs-6: 17.942em;
  --fs-5: 11.089em;
  --fs-4: 6.854em;
  --fs-3: 4.236em;
  --fs-2: 2.618em;
  --fs-1: 1.618em;
  --fs-0: 1em;
  --fs--1: 0.618em;
  --fs--2: 0.382em;
  --fs--3: 0.236em;
  --fs--4: 0.146em;
  --fs--5: 0.09em;
  --fs--6: 0.056em;
  --fw-light: 200;
  --fw-regular: 400;
  --fw-semi: 500;
  --fw-bold: 700;
  --fw-heavy: 900;
  --size-100: .25rem;
  --size-200: .5rem;
  --size-300: .75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
  --container-padding: 1rem;
}

.fw-light {
  font-weight: var(--fw-light);
}

.fw-semi {
  font-weight: var(--fw-semi);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-heavy {
  font-weight: var(--fw-heavy);
}

.bg-accent-500 {
  background-color: var(--clr-accent-500);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-15 {
  font-size: var(--fs-15);
}

.fs-14 {
  font-size: var(--fs-14);
}

.fs-13 {
  font-size: var(--fs-13);
}

.fs-12 {
  font-size: var(--fs-12);
}

.fs-11 {
  font-size: var(--fs-11);
}

.fs-10 {
  font-size: var(--fs-10);
}

.fs-9 {
  font-size: var(--fs-9);
}

.fs-8 {
  font-size: var(--fs-8);
}

.fs-7 {
  font-size: var(--fs-7);
}

.fs-6 {
  font-size: var(--fs-6);
}

.fs-5 {
  font-size: var(--fs-5);
}

.fs-4 {
  font-size: var(--fs-4);
}

.fs-3 {
  font-size: var(--fs-3);
}

.fs-2 {
  font-size: var(--fs-2);
}

.fs-1 {
  font-size: var(--fs-1);
}

.fs-0 {
  font-size: var(--fs-0);
}

.fs--1 {
  font-size: var(--fs--1);
}

.fs--2 {
  font-size: var(--fs--2);
}

.fs--3 {
  font-size: var(--fs--3);
}

.fs--4 {
  font-size: var(--fs--4);
}

.fs--5 {
  font-size: var(--fs--5);
}

.fs--6 {
  font-size: var(--fs--6);
}

.fs-primary-heading {
  font-size: var(--fs-primary-heading);
  line-height: 1.1;
  font-family: var(--ff-heading);
}

.fs-secondary-heading {
  font-size: var(--fs-secondary-heading);
  line-height: 1.1;
}

.test {
  outline: #c80df2;
  outline-width: 1px;
  outline-style: solid;
  background-color: rgba(200, 13, 242, 0.05);
}

[class^=clamp],
[class*=" clamp"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 100%;
  display: inline-block;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

html {
  font-family: sans-serif;
}

body {
  font-size: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes progressbar {
  0% {
    background-position: 80% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 80% 50%;
  }
}
.singlec-post, .comments-area, .single-episode-t1.body-t1, .single-episode-t1.head-t1 header, .updates, .pateon__banner, .about, .episodes .wrapper,
.episodes-archive .wrapper, .show-header .wrapper, .fourohfour-post {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 800px) {
  .singlec-post, .comments-area, .single-episode-t1.body-t1, .single-episode-t1.head-t1 header, .updates, .pateon__banner, .about, .episodes .wrapper,
.episodes-archive .wrapper, .show-header .wrapper, .fourohfour-post {
    padding: 0 12px;
  }
}

.sprite-hide {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

.network-header {
  background: #f50059;
  padding: 10px 0;
}
.network-header svg {
  height: 30px;
  fill: #feff00;
}

.meta_header {
  font-weight: 400;
  margin-left: -1px;
}

.whole-click {
  cursor: pointer;
}

body.nsfw img {
  filter: grayscale(1) brightness(0);
}
body.nsfw .show-header::after {
  background-image: none !important;
}

.fourohfour-post {
  text-align: center;
}
.fourohfour-post h1 {
  font-size: 23vw;
  line-height: 1em;
}

@media (max-width: 800px) {
  body {
    padding-bottom: 104px;
  }
}

.snr-header {
  position: relative;
}

.show-header {
  margin-bottom: 32px;
  color: #feff00;
  position: relative;
}
@media (max-width: 800px) {
  .show-header {
    padding-bottom: 24px;
  }
}
.show-header::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff005d;
  content: "";
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (min-width: 800px) {
  .show-header::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 32px;
    left: 0;
  }
}
.show-header .wrapper {
  max-width: 900px;
  z-index: 50;
  position: relative;
}
@media (min-width: 800px) {
  .show-header .wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .show-header .wrapper {
    margin-top: 12px;
  }
}
.show-header a {
  color: #fefefe;
  text-decoration: none;
}
.show-header .title-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .show-header .title-card {
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
.show-header .title-card .content_explicit {
  border: 2px solid #fefefe;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.show-header .title-card span {
  width: 100%;
}
@media (min-width: 800px) {
  .show-header .title-card span {
    margin-bottom: 32px;
  }
}
.show-header .album-art {
  box-shadow: 0 10px 30px rgba(30, 34, 37, 0.2);
  flex: 0 0 auto;
  background: #fefefe;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .show-header .album-art {
    margin-right: 48px;
  }
}
@media (max-width: 800px) {
  .show-header .album-art {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .show-header .album-art {
    margin: 0 10vw;
    margin-bottom: 24px;
  }
}
.show-header .album-art:hover {
  transition: all 200ms;
  box-shadow: 0 10px 30px rgba(30, 34, 37, 0.3);
  transform: translate(0, -2px);
}
.show-header .album-art .content_explicit {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: rgba(30, 34, 37, 0.5);
  box-shadow: 0 0 50px #1e2225;
}
.show-header .album-art img {
  height: 250px;
  width: 250px;
  max-width: 100%;
  display: block;
}
@media (max-width: 800px) {
  .show-header .album-art img {
    height: auto;
  }
}
.show-header .subscribe {
  margin-top: 12px;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.7;
  display: flex;
}
@media (min-width: 500px) and (max-width: 800px) {
  .show-header .subscribe {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .show-header .subscribe {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .show-header .subscribe.extended {
    flex-direction: column;
  }
  .show-header .subscribe.extended h3 {
    width: 80px;
  }
  .show-header .subscribe.extended .subscribe--group {
    margin-bottom: 12px;
  }
}
.show-header .subscribe .subscribe--group {
  display: flex;
}
@media (min-width: 500px) and (max-width: 800px) {
  .show-header .subscribe .subscribe--group {
    flex: 1 1 50%;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .show-header .subscribe .subscribe--group {
    flex-direction: column;
    margin-bottom: 12px;
    align-items: center;
  }
}
@media (min-width: 500px) {
  .show-header .subscribe .subscribe--group:not(:last-of-type) {
    margin-right: 2em;
  }
}
.show-header .subscribe .box-in {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
@media (max-width: 800px) {
  .show-header .subscribe .box-in {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .show-header .subscribe .box-in {
    width: 80%;
  }
}
.show-header .subscribe svg {
  height: 14px;
  width: 14px;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 3px;
}
.show-header .subscribe h3 {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  margin-right: 12px;
}
@media (max-width: 800px) {
  .show-header .subscribe h3 {
    display: block;
    margin: 12px 0;
  }
}
.show-header .subscribe a {
  margin-right: 12px;
  margin-bottom: 12px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 800px) {
  .show-header .subscribe a {
    white-space: nowrap;
    display: inline-block;
  }
  .show-header .subscribe a:last-of-type {
    margin: 0;
  }
}

.header_takover {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 600px) {
  .header_takover {
    font-size: 0.8em;
  }
}
.header_takover .wrapper {
  padding: 0 40px;
}
.header_takover p {
  padding: 0;
}

.episodes {
  background-color: #e9e9e9;
  margin-bottom: 48px;
}

.episodes-archive .type-podcasts {
  border: 2px solid #e9e9e9;
}

.episodes,
.episodes-archive {
  margin-top: -65px;
  padding-top: 62px;
  display: block;
}
.episodes .wrapper,
.episodes-archive .wrapper {
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.episodes .no-episodes,
.episodes-archive .no-episodes {
  font-size: 2.618em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  text-align: center;
  padding: 5vh 0;
  opacity: 0.2;
  display: block;
  width: 100%;
}
.episodes .more-episodes,
.episodes-archive .more-episodes {
  text-align: center;
  margin-bottom: -48px;
  width: 100%;
}
.episodes .more-episodes a,
.episodes-archive .more-episodes a {
  background: #1e2225;
  color: #fefefe;
  text-decoration: none;
  border-radius: 3px;
  padding: 12px 10vw;
  display: inline-block;
  margin: 0 auto;
}
.episodes .more-episodes a:hover,
.episodes-archive .more-episodes a:hover {
  transition: all 200ms;
  box-shadow: 0 10px 30px rgba(30, 34, 37, 0.1);
  transform: translate(0, -2px);
}

.episodes .wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, min-content);
}
.episodes .wrapper article:nth-of-type(1) {
  grid-area: 1/1/2/4;
}
.episodes .wrapper .more-episodes {
  grid-area: 3/1/4/4;
}

.type-podcasts {
  border: 2px solid #fefefe;
  border-radius: 3px;
  padding: 1.5rem;
  background: #fefefe;
  color: #404346;
  position: relative;
  width: 100%;
  gap: 1rem;
  display: grid;
}
.small.type-podcasts {
  display: none;
}
@media (min-width: 800px) {
  .small.type-podcasts {
    display: grid;
  }
}
.small.type-podcasts h1 {
  font-size: 1.1em;
}
.small.type-podcasts:hover, .arch.type-podcasts:hover {
  transition: transform 200ms;
  box-shadow: 0 2px 10px rgba(30, 34, 37, 0.1);
  background: rgba(254, 254, 254, 0.95);
  transform: translate(0, -2px);
}
.small.type-podcasts:hover .listen svg, .arch.type-podcasts:hover .listen svg {
  transform: scale(1.2);
  transition: all 500ms;
}
.small.type-podcasts .date, .arch.type-podcasts .date {
  font-size: 0.7em;
}
.small.type-podcasts .content, .arch.type-podcasts .content {
  font-size: 0.9em;
}
@media (min-width: 800px) {
  .arch.type-podcasts .listen {
    grid-area: 4/1/5/3;
  }
}
@media (min-width: 800px) {
  .type-podcasts:not(.small) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    gap: 1rem 1.5rem;
  }
  .type-podcasts:not(.small).with__guest {
    grid-template-columns: 1fr 120px;
  }
}
.type-podcasts:not(.small) header {
  width: 100%;
  grid-area: 1/1/2/2;
}
.type-podcasts:not(.small) h1 {
  font-size: 1.4em;
}
@media (max-width: 600px) {
  .type-podcasts:not(.small) h1 {
    font-size: 1.2em;
  }
}
.type-podcasts:not(.small) .content {
  display: inline-block;
  grid-area: 2/1/3/2;
}
@media (min-width: 800px) {
  .type-podcasts:not(.small) .player_container {
    grid-area: 3/1/4/2;
  }
}
@media (min-width: 800px) {
  .type-podcasts:not(.small) .guests_list {
    grid-area: 1/2/4/3;
  }
}
@media (min-width: 800px) {
  .arch.type-podcasts {
    grid-template-rows: max-content min-content;
  }
}
.arch.type-podcasts .guests_list {
  grid-area: 1/2/3/3;
}
.type-podcasts .post-badge {
  font-size: 0.618em;
  position: absolute;
  top: -1em;
  left: -1em;
  background: #ff005d;
  color: #fefefe;
  padding: 3px 6px;
  border-radius: 3px;
  letter-spacing: 0.09em;
  border: 2px solid #fefefe;
}
.type-podcasts .content_explicit {
  border: 2px solid #1e2225;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.4rem;
  letter-spacing: 0.05em;
  margin-right: 12px;
}
.type-podcasts a {
  text-decoration: none;
  color: #ff005d;
}
.type-podcasts .date {
  font-size: 0.7em;
  display: inline-block;
  opacity: 0.5;
  position: relative;
}
.type-podcasts h1 {
  font-size: 1.618em;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.type-podcasts h1 div:not(.num_episode) {
  font-size: 0.618em;
  font-weight: 300;
}
.type-podcasts h1 .num_episode {
  display: inline-block;
}
.type-podcasts .content {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.type-podcasts .listen {
  border-top: 1px solid currentColor;
  margin: -1rem;
  margin-top: auto;
  padding: 0.5rem 1rem;
}
.type-podcasts .listen svg {
  height: 0.8em;
  width: 0.8em;
  transition: all 5ms;
  margin-right: 1vw;
  fill: currentColor;
  vertical-align: center;
}
.type-podcasts h1,
.type-podcasts .show,
.type-podcasts .listen,
.type-podcasts .content {
  z-index: 10;
}

@media (max-width: 800px) {
  .type-podcasts {
    max-width: 600px;
    margin: 0 auto 24px;
  }
}

.player_container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  background-color: #fefefe;
  width: 100%;
  height: 100px;
}
@media (max-width: 800px) {
  .player_container {
    height: 60px;
  }
}
.player_container audio {
  display: none;
  width: 100%;
}
@media (max-width: 800px) {
  .player_container small {
    display: none;
  }
}
.player_container h2 {
  margin: 0 0 0.5em;
  font-size: 1em;
}
@media (max-width: 800px) {
  .player_container h2 {
    display: none;
  }
}
.player_container h2 .num_episode {
  display: inline-block;
  margin-right: 1em;
}
.player_container h2 .num_episode_season {
  font-size: 0.8em;
}
.player_container a {
  color: #ff005d;
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}
.player_container a svg {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.player_container .album_art {
  height: 110px;
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  align-self: auto;
}
@media (max-width: 800px) {
  .player_container .album_art {
    display: none;
  }
}
.player_container .album_art img {
  height: 100%;
  width: 100%;
}
.player_container .audio_layer {
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  flex: 1 0 auto;
  align-self: stretch;
}
.player_container.cover .content {
  width: calc(100% - 130px);
}
.player_container .loading {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  display: none;
  border-width: 3px;
  border-style: solid;
  border-color: #fefefe;
  border-top-color: #ff005d;
  border-radius: 100%;
  animation: rotation 1s infinite linear;
}
.player_container .control_button {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #ff005d;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 12px 24px;
  transition: all 100ms ease-in-out;
}
@media (max-width: 800px) {
  .player_container .control_button {
    margin: 6px;
  }
}
.player_container .control_button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 20px;
  width: 20px;
  fill: #fefefe;
  display: none;
}
.player_container .play_button svg:nth-child(1) {
  display: block;
}
.player_container .pause_button svg:nth-child(2) {
  display: block;
}
.player_container .track {
  vertical-align: middle;
  width: calc(100% - 40px - 48px);
  position: relative;
  padding: 0 0 6px;
  height: 100%;
  cursor: col-resize;
  display: inline-flex;
}
.player_container .audio_info {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  padding: 12px;
  z-index: 10;
}
@media (max-width: 800px) {
  .player_container .audio_info {
    padding: 3px;
    display: flex;
    align-items: center;
  }
}
.player_container .progress,
.player_container .seek {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-bottom: 5px solid;
  border-color: #ff005d;
}
.player_container .progress {
  animation: progressbar 3s ease infinite;
  transition: width 100ms ease-in-out;
  opacity: 1;
  background: #ff005d;
  background-size: 200% 200%;
  width: 0;
}
.player_container .seek {
  background: rgba(30, 34, 37, 0.2);
  z-index: 1;
  width: 0;
  opacity: 0.4;
}
.player_container .seek:hover {
  transition: width 100ms ease-in-out;
}

.gallery_grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.gallery_grid .gallery_image {
  position: relative;
  width: 23%;
  padding-bottom: 22.7%;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 2%;
}
@media (max-width: 500px) {
  .gallery_grid .gallery_image {
    width: 31%;
    padding-bottom: 31.5%;
  }
}
@media (max-width: 300px) {
  .gallery_grid .gallery_image {
    width: 48.5%;
    padding-bottom: 46.5%;
  }
}
.gallery_grid .gallery_image.empty {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}
.gallery_grid .gallery_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.links_wrap {
  columns: auto 3;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .links_wrap {
    columns: auto 1;
  }
}
.links_wrap a {
  display: block;
  font-size: 0.9em;
}
.links_wrap div {
  display: block;
  margin: 0 0 18px;
  break-inside: avoid-column;
}
.links_wrap strong {
  font-weight: 400;
}

.notes_wrap {
  margin-bottom: 48px;
}
.notes_wrap dl {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}
@media (max-width: 600px) {
  .notes_wrap dl {
    flex-direction: column;
  }
}
.notes_wrap dt {
  width: 100px;
}
@media (max-width: 600px) {
  .notes_wrap dt {
    width: auto;
    font-size: 0.7em;
    padding-bottom: 3px !important;
  }
  .notes_wrap dt::before {
    display: none;
  }
}
.notes_wrap dd {
  width: calc(100% - 100px);
  margin: 0;
  font-size: 0.9em;
}
@media (max-width: 600px) {
  .notes_wrap dd {
    width: 100%;
    padding-top: 0 !important;
  }
}
.notes_wrap dt,
.notes_wrap dd {
  position: relative;
  padding: 18px 0;
}
.notes_wrap dt::before,
.notes_wrap dd::before {
  content: "";
  border-bottom: 1px solid #1e2225;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.singlec-post .article-content, .type-podcasts .content {
  hyphens: auto;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #404346;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.001em;
  font-kerning: normal;
  font-feature-settings: "liga", "clig";
}
.singlec-post .article-content h1, .type-podcasts .content h1,
.singlec-post .article-content h2,
.type-podcasts .content h2,
.singlec-post .article-content h3,
.type-podcasts .content h3,
.singlec-post .article-content h5,
.type-podcasts .content h5,
.singlec-post .article-content h6,
.type-podcasts .content h6 {
  clear: both;
  margin: 0 0 1em;
  text-align: left;
  font-family: "Rubik", sans-serif;
  color: #ff005d;
  font-weight: 300;
}
.singlec-post .article-content h1, .type-podcasts .content h1 {
  font-size: 2.3em;
}
.singlec-post .article-content h2, .type-podcasts .content h2 {
  font-size: 1.8em;
}
.singlec-post .article-content h3, .type-podcasts .content h3 {
  font-size: 1.5em;
}
.singlec-post .article-content h5, .type-podcasts .content h5 {
  color: #404346;
  font-weight: 700;
  font-size: 1em;
}
.singlec-post .article-content h6, .type-podcasts .content h6 {
  font-size: 1em;
}
.singlec-post .article-content h4, .type-podcasts .content h4 {
  font-family: #404346;
  font-size: 1em;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #404346;
  font-variant: small-caps;
  letter-spacing: 0.05em;
}
.singlec-post .article-content h4::before, .type-podcasts .content h4::before, .singlec-post .article-content h4::after, .type-podcasts .content h4::after {
  background-color: white;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: 0.3em;
}
.singlec-post .article-content h4::before, .type-podcasts .content h4::before {
  right: 2em;
  margin-left: -50%;
}
.singlec-post .article-content h4::after, .type-podcasts .content h4::after {
  left: 2em;
  margin-right: -50%;
}
.singlec-post .article-content b, .type-podcasts .content b,
.singlec-post .article-content strong,
.type-podcasts .content strong {
  font-family: "Open Sans", sans-serif;
  color: #0d0d0e;
}
.singlec-post .article-content address, .type-podcasts .content address {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.5em;
  font-size: 0.9rem;
}
.singlec-post .article-content abbr[title], .type-podcasts .content abbr[title],
.singlec-post .article-content acronym,
.type-podcasts .content acronym {
  border-bottom: 1px dotted #ff005d;
  color: #404346;
  cursor: help;
  text-decoration: none;
}
.singlec-post .article-content cite, .type-podcasts .content cite {
  color: #ff005d;
  font-size: 1em;
}
.singlec-post .article-content code, .type-podcasts .content code,
.singlec-post .article-content kbd,
.type-podcasts .content kbd,
.singlec-post .article-content tt,
.type-podcasts .content tt,
.singlec-post .article-content var,
.type-podcasts .content var,
.singlec-post .article-content samp,
.type-podcasts .content samp,
.singlec-post .article-content pre,
.type-podcasts .content pre {
  hyphens: none;
  font-family: monospace, serif;
  color: #0d0d0e;
}
.singlec-post .article-content del, .type-podcasts .content del,
.singlec-post .article-content strike,
.type-podcasts .content strike {
  color: #b30000;
}
.singlec-post .article-content dfn, .type-podcasts .content dfn,
.singlec-post .article-content em,
.type-podcasts .content em,
.singlec-post .article-content i,
.type-podcasts .content i {
  font-style: italic;
}
.singlec-post .article-content em, .type-podcasts .content em {
  color: #0d0d0e;
}
.singlec-post .article-content ins, .type-podcasts .content ins {
  color: #090;
}
.singlec-post .article-content pre, .type-podcasts .content pre {
  box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.singlec-post .article-content p, .type-podcasts .content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.singlec-post .article-content p a, .type-podcasts .content p a {
  color: #1e2225;
  text-decoration: underline;
}
.singlec-post .article-content p a:hover, .type-podcasts .content p a:hover {
  color: black;
}
.singlec-post .article-content p a:active, .type-podcasts .content p a:active {
  color: black;
}
.singlec-post .article-content small, .type-podcasts .content small {
  font-size: smaller;
}
.singlec-post .article-content big, .type-podcasts .content big {
  font-size: 125%;
}
.singlec-post .article-content sup, .type-podcasts .content sup,
.singlec-post .article-content sub,
.type-podcasts .content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.singlec-post .article-content sup, .type-podcasts .content sup {
  bottom: 1ex;
}
.singlec-post .article-content sub, .type-podcasts .content sub {
  top: 0.5ex;
}
.singlec-post .article-content img, .type-podcasts .content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 12px;
}
.singlec-post .article-content figure, .type-podcasts .content figure {
  margin: 0;
}
.singlec-post .article-content fieldset, .type-podcasts .content fieldset {
  border: 1px solid white;
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
.singlec-post .article-content legend, .type-podcasts .content legend {
  white-space: normal;
}
.singlec-post .article-content hr, .type-podcasts .content hr {
  background-color: white;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}
.singlec-post .article-content embed, .type-podcasts .content embed,
.singlec-post .article-content iframe,
.type-podcasts .content iframe,
.singlec-post .article-content object,
.type-podcasts .content object,
.singlec-post .article-content video,
.type-podcasts .content video {
  margin-bottom: 2em;
  width: 100%;
}
.singlec-post .article-content p > embed, .type-podcasts .content p > embed,
.singlec-post .article-content p > iframe,
.type-podcasts .content p > iframe,
.singlec-post .article-content p > object,
.type-podcasts .content p > object,
.singlec-post .article-content span > embed,
.type-podcasts .content span > embed,
.singlec-post .article-content span > iframe,
.type-podcasts .content span > iframe,
.singlec-post .article-content span > object,
.type-podcasts .content span > object {
  margin-bottom: 0;
}
.singlec-post .article-content q, .type-podcasts .content q {
  hyphens: none;
  quotes: none;
  text-align: right;
  color: #0d0d0e;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-style: italic;
  background-size: cover;
  background-position: center center;
  background-color: white;
}
.singlec-post .article-content blockquote, .type-podcasts .content blockquote {
  hyphens: none;
  quotes: none;
  text-align: right;
  color: #0d0d0e;
  font-size: 1.1rem;
  padding: 1.5em 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  background-size: cover;
  background-position: center center;
  background-color: white;
  border: 1px solid white;
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.singlec-post .article-content blockquote::before, .type-podcasts .content blockquote::before {
  content: "“";
  font-size: 10rem;
  position: absolute;
  top: -12px;
  left: -24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1em;
  vertical-align: top;
  color: white;
  z-index: 0;
}
.singlec-post .article-content blockquote footer, .type-podcasts .content blockquote footer {
  margin-bottom: -1.5em;
}
.singlec-post .article-content blockquote p, .type-podcasts .content blockquote p {
  position: relative;
  z-index: 1;
}
.singlec-post .article-content blockquote p:last-of-type, .type-podcasts .content blockquote p:last-of-type {
  margin-bottom: 0;
}
.singlec-post .article-content blockquote cite, .type-podcasts .content blockquote cite,
.singlec-post .article-content blockquote small,
.type-podcasts .content blockquote small {
  color: #ff005d;
  font-size: 0.8rem;
  display: block;
}
.singlec-post .article-content blockquote em, .type-podcasts .content blockquote em,
.singlec-post .article-content blockquote i,
.type-podcasts .content blockquote i,
.singlec-post .article-content blockquote cite,
.type-podcasts .content blockquote cite {
  font-style: normal;
}
.singlec-post .article-content blockquote strong, .type-podcasts .content blockquote strong,
.singlec-post .article-content blockquote b,
.type-podcasts .content blockquote b {
  font-weight: 400;
}
.singlec-post .article-content table, .type-podcasts .content table {
  margin-bottom: 1.5em;
  width: 100%;
  color: #282a2b;
  border: 1px solid white;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  line-height: 1.2em;
}
.singlec-post .article-content th, .type-podcasts .content th,
.singlec-post .article-content td,
.type-podcasts .content td {
  border: 1px solid white;
  font-size: 0.7em;
}
.singlec-post .article-content caption, .type-podcasts .content caption,
.singlec-post .article-content th,
.type-podcasts .content th,
.singlec-post .article-content td,
.type-podcasts .content td {
  font-weight: normal;
  text-align: left;
  padding: 0.5em 0.8em;
}
.singlec-post .article-content th, .type-podcasts .content th {
  border-width: 0 1px 1px 0;
}
.singlec-post .article-content td, .type-podcasts .content td {
  border-width: 0 1px 1px 0;
}
.singlec-post .article-content thead th, .type-podcasts .content thead th {
  color: #0d0d0e;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
}
.singlec-post .article-content tbody th, .type-podcasts .content tbody th {
  font-size: 0.9em;
}
.singlec-post .article-content tbody tr:nth-of-type(odd), .type-podcasts .content tbody tr:nth-of-type(odd) {
  background-color: white;
}
.singlec-post .article-content ul, .type-podcasts .content ul {
  padding-left: 1.3em;
  font-size: 1rem;
  list-style: square outside;
  list-style-image: url("assets/svg/icon-bullet-fill.svg");
}
.singlec-post .article-content ul li, .type-podcasts .content ul li {
  padding-left: 0.5em;
  padding-bottom: 1em;
}
.singlec-post .article-content ul ul, .type-podcasts .content ul ul {
  list-style: disc;
  list-style-image: url("assets/svg/icon-bullet.svg");
}
.singlec-post .article-content ul ul ul, .type-podcasts .content ul ul ul {
  list-style: circle;
  list-style-image: url("assets/svg/icon-bullet-fill.svg");
}
.singlec-post .article-content ol, .type-podcasts .content ol {
  font-size: 1rem;
  padding-left: 1.9rem;
}
.singlec-post .article-content ol li, .type-podcasts .content ol li {
  position: relative;
  padding-bottom: 1em;
}
.singlec-post .article-content ol ol, .type-podcasts .content ol ol {
  list-style: lower-alpha;
}
.singlec-post .article-content .wp-caption, .type-podcasts .content .wp-caption,
.singlec-post .article-content .alignnone,
.type-podcasts .content .alignnone {
  margin-bottom: 1.5em;
}
.singlec-post .article-content .wp-caption img, .type-podcasts .content .wp-caption img,
.singlec-post .article-content .alignnone img,
.type-podcasts .content .alignnone img {
  margin: 0 !important;
}
.singlec-post .article-content .wp-caption p, .type-podcasts .content .wp-caption p,
.singlec-post .article-content .alignnone p,
.type-podcasts .content .alignnone p {
  margin: 0;
}
.singlec-post .article-content .alignnone, .type-podcasts .content .alignnone {
  text-align: center;
  width: auto !important;
}
.singlec-post .article-content .alignleft, .type-podcasts .content .alignleft {
  float: left;
  margin-right: 1.5rem;
  max-width: 50%;
}
.singlec-post .article-content .alignright, .type-podcasts .content .alignright {
  float: right;
  max-width: 50%;
  margin-left: 1.5rem;
}
.singlec-post .article-content .aligncenter, .type-podcasts .content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.singlec-post .article-content p.wp-caption-text, .type-podcasts .content p.wp-caption-text {
  hyphens: none;
  quotes: none;
  color: white;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
  display: block;
  margin-top: 0.5rem !important;
}
.singlec-post .article-content .double-img, .type-podcasts .content .double-img {
  text-align: justify;
  line-height: 0;
  display: block;
  overflow: auto;
}
.singlec-post .article-content .double-img::after, .type-podcasts .content .double-img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.singlec-post .article-content .double-img .col, .type-podcasts .content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}
.singlec-post .article-content p img, .type-podcasts .content p img {
  margin-bottom: 1.5em;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.gallery {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem !important;
  background: white;
}
.gallery p {
  margin: 0;
}

.gallery-item {
  margin: 0;
}

.people__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.people__grid[data-format=grid] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 800px) {
  .people__grid[data-format=grid] {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.people__grid[data-format=table] {
  gap: 0rem;
}
.people__grid[data-format=mini] {
  gap: 0.5rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
.people__grid[data-format=side] {
  gap: 0.5rem;
  flex-direction: initial;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.people__grid[data-format=side] .side_title {
  width: 100%;
}
@media (min-width: 800px) {
  .people__grid[data-format=side] {
    flex-direction: column;
    align-items: center;
    grid-area: 1/2/4/3;
    margin-top: 1rem;
  }
  .people__grid[data-format=side] .side_title {
    width: auto;
  }
}

.profile__display {
  --card-border: var(--clr-neutral-300);
  border-radius: 3px;
  gap: 1rem;
  text-decoration: none;
  border-color: transparent;
  border: 1px solid var(--card-border);
}
.profile__display:link:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
  box-shadow: 3px 3px 3px rgba(30, 34, 37, 0.1);
  border-color: currentColor;
}
.profile__display[data-format=card] {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid;
  align-items: center;
}
.profile__display[data-format=mini-card] {
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
  border: 1px solid;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 800px) {
  .profile__display[data-format=mini-card] {
    flex-direction: column;
    padding: 1rem;
  }
}
.profile__display[data-format=full] {
  display: grid;
  padding: 1rem;
  border: 1px solid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-auto-rows: min-content;
  align-items: start;
  column-gap: 1rem;
  row-gap: 0rem;
}
@media (min-width: 800px) {
  .profile__display[data-format=full] {
    row-gap: 0rem;
    column-gap: 2rem;
    grid-template-columns: 100px 1fr;
  }
}
.profile__display[data-format=table] {
  --card-border: transparent;
  display: grid;
  flex-direction: row;
  padding: 0.5rem 1rem;
  grid-template-columns: 50px 1fr 1fr;
  align-items: center;
}
.profile__display[data-format=mini] {
  --card-border: transparent;
  display: inline-grid;
  flex-direction: row;
  padding: 0;
  gap: 0.5rem;
  grid-template-columns: 20px 1fr;
  align-items: center;
}

.profile__display--name {
  font-size: 1.1rem;
}
.profile__display[data-format=card] .profile__display--name {
  text-align: center;
}
.profile__display[data-format=mini-card] .profile__display--name {
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 800px) {
  .profile__display[data-format=mini-card] .profile__display--name {
    font-size: 0.8rem;
  }
}
.profile__display[data-format=table] .profile__display--name {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .profile__display[data-format=table] .profile__display--name {
    display: initial;
  }
}
.profile__display[data-format=mini] .profile__display--name {
  font-size: 0.8rem;
  font-weight: 400;
  color: #404346;
}

.profile__display--roles {
  display: flex;
  font-size: 0.7rem;
  opacity: 0.6;
}
.profile__display--roles span:first-child {
  font-size: 0.9rem;
}
.profile__display[data-format=card] .profile__display--roles {
  flex-direction: column;
  text-align: center;
}
.profile__display[data-format=mini-card] .profile__display--roles {
  display: none;
}
.profile__display[data-format=table] .profile__display--roles {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 800px) {
  .profile__display[data-format=table] .profile__display--roles {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .profile__display[data-format=table] .profile__display--roles span:last-child {
    text-align: right;
  }
}
.profile__display[data-format=full] .profile__display--roles {
  gap: 1rem;
  align-items: center;
}
.profile__display[data-format=mini] .profile__display--roles {
  display: none;
}

.profile__display--image {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  flex: 0 0 auto;
  aspect-ratio: 1/1;
}
.profile__display--image img {
  display: block;
  border-radius: 100%;
  border: 3px solid currentColor;
  aspect-ratio: 1/1;
  height: 100%;
  max-height: 100%;
}
.profile__display[data-format=card] .profile__display--image {
  height: auto;
  width: 100px;
  max-width: 90%;
}
.profile__display[data-format=mini-card] .profile__display--image {
  height: auto;
  width: 40px;
  max-width: 50%;
}
@media (min-width: 800px) {
  .profile__display[data-format=mini-card] .profile__display--image {
    width: 80px;
    max-width: 90%;
  }
}
.profile__display[data-format=full] .profile__display--image {
  grid-area: 1/1/3/2;
  height: auto;
}
@media (min-width: 800px) {
  .profile__display[data-format=full] .profile__display--image {
    grid-area: 1/1/4/2;
  }
}
.profile__display[data-format=mini] .profile__display--image {
  height: auto;
}
.profile__display[data-format=mini] .profile__display--image img {
  border-width: 2px;
  max-width: 20px;
  height: auto;
}

.profile__display--bio {
  max-width: 500px;
  text-decoration: none;
  font-size: 0.9rem;
}
.profile__display[data-format=full] .profile__display--bio {
  grid-area: 3/1/4/3;
  height: auto;
  margin-top: 0.5rem;
}
@media (min-width: 800px) {
  .profile__display[data-format=full] .profile__display--bio {
    grid-area: initial;
  }
}

.single_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.show_cast {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.cast__lists--more {
  background: var(--theme-header-1, #000);
  color: var(--theme-accent, #fff);
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  grid-column: 1/span 4;
  margin-right: auto;
}

.cast__list-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.guests_list:not(.text) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.guests_list.text {
  font-size: 0.8rem;
}
.guests_list .meta_header {
  margin: 0;
  opacity: 0.5;
  font-size: 0.8rem;
}
.guests_list .people-more {
  font-size: 0.8rem;
}

.people__cardss {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fefefe;
  color: #ff005d;
  overflow: hidden;
  position: relative;
  gap: var(--size-200);
  text-decoration: none;
  --card-border: var(--clr-neutral-300);
  border: 1px solid var(--card-border);
}
.people__cardss:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
  box-shadow: 3px 3px 3px rgba(30, 34, 37, 0.1);
}
.people__cardss:hover a img {
  opacity: 0.9;
}
.people__cardss h1, .people__cardss--name {
  padding: 0 var(--size-300);
}
.people__cardss .card_images {
  width: 100%;
  overflow: hidden;
  padding: var(--size-200);
  padding-bottom: 0;
}
.people__cardss .card_images img {
  display: block;
  border-radius: 100%;
  border: 3px solid currentColor;
  aspect-ratio: 1/1;
  width: 100%;
}
.people__cardss .icon {
  aspect-ratio: 1/1;
  width: var(--size-400);
}
.people__cardss .card_tray {
  justify-self: end;
  border-top: 1px solid var(--card-border);
  padding: var(--size-200) var(--size-300);
  color: var(--clr-neutral-500);
}
.people__cardss .align-icon {
  display: flex;
  gap: var(--size-200);
}

.people__strip {
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  background-color: #fefefe;
  color: #ff005d;
  overflow: hidden;
  position: relative;
  gap: var(--size-200);
  text-decoration: none;
  grid-column: 1/span 2;
  justify-content: flex-start;
  align-items: center;
  --card-border: var(--clr-neutral-300);
}
.people__strip:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
  box-shadow: 3px 3px 3px rgba(30, 34, 37, 0.1);
}
.people__strip:hover a img {
  opacity: 0.9;
}
.people__strip h1 br {
  display: none;
}
.people__strip h1 span {
  width: auto;
}
.people__strip .card_images {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  flex: 0 0 auto;
  max-height: 3rem;
}
.people__strip .card_images img {
  display: block;
  border-radius: 100%;
  border: 3px solid currentColor;
  aspect-ratio: 1/1;
  height: 100%;
  max-height: 100%;
}
.people__strip .icon {
  aspect-ratio: 1/1;
  width: var(--size-400);
}
.people__strip .card_tray {
  justify-self: end;
  color: var(--clr-neutral-500);
}
.people__strip .align-icon {
  display: flex;
  gap: var(--size-200);
}

.people__episodes {
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  background-color: #fefefe;
  color: #ff005d;
  overflow: hidden;
  padding: var(--size-200) var(--size-300);
  position: relative;
  gap: var(--size-400);
  text-decoration: none;
  --card-border: var(--clr-neutral-300);
  border: 1px solid var(--card-border);
  align-items: center;
  width: 200px;
}
.people__episodes:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
  box-shadow: 3px 3px 3px rgba(30, 34, 37, 0.1);
}
.people__episodes:hover a img {
  opacity: 0.9;
}
.people__episodes .card_images {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  flex: 0 0 auto;
  max-height: 3rem;
  aspect-ratio: 1/1;
}
.people__episodes .card_images img {
  display: block;
  border-radius: 100%;
  border: 2px solid currentColor;
  aspect-ratio: 1/1;
  height: 100%;
  max-height: 100%;
}
.people__episodes .people__episodes-name {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media (min-width: 800px) {
  .episodes .wrapper .people__episodes {
    flex-direction: column;
    max-width: 100px;
  }
  .episodes .wrapper .people__episodes .card_images {
    max-width: 100%;
    max-height: initial;
    height: initial;
  }
  .episodes .wrapper .people__episodes .card_images img {
    width: 100%;
    height: initial;
  }
}
.people__cards {
  border-radius: 3px;
  text-decoration: none;
}
.people__cards .card_images {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.people__cards .card_images img {
  display: block;
  border-radius: 100%;
  border: 3px solid currentColor;
  aspect-ratio: 1/1;
  max-width: 100%;
  max-height: 100%;
}
.people__cards[data-type=multi] {
  --card-border: var(--clr-neutral-300);
  border: 1px solid var(--card-border);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  align-items: start;
}
.people__cards[data-type=multi] br {
  display: none;
}
.people__cards[data-type=multi] .card_images {
  max-width: 70px;
}
@media (min-width: 800px) {
  .people__cards[data-type=multi] .card_images {
    max-width: initial;
  }
}
.people__cards[data-type=multi] .card_content {
  display: grid;
  gap: 0.5rem;
}
.people__cards[data-type=multi] .card_content-role {
  font-size: 0.8rem;
  grid-row: 2;
  opacity: 0.5;
  align-self: center;
}
.people__cards[data-type=multi] .card_content-name {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
.people__cards[data-type=multi] .card_content-bio {
  display: none;
}
.people__cards[data-type=single] {
  --card-border: var(--clr-neutral-300);
  border: 1px solid var(--card-border);
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  padding: 1rem;
  grid-column: 1/span 4;
  align-items: start;
}
.people__cards[data-type=single] br {
  display: none;
}
.people__cards[data-type=single] .card_images {
  max-width: 70px;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_images {
    max-width: 100px;
  }
}
.people__cards[data-type=single] .card_content {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_content {
    grid-template-columns: auto 1fr;
  }
}
.people__cards[data-type=single] .card_content-role {
  font-size: 0.8rem;
  opacity: 0.5;
  align-self: center;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_content-role {
    grid-area: 1/2/2/3;
  }
}
.people__cards[data-type=single] .card_content-years {
  font-size: 0.8rem;
  opacity: 0.5;
  align-self: center;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_content-years {
    grid-area: 1/3/2/3;
  }
}
.people__cards[data-type=single] .card_content-name {
  font-size: 1.2rem;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_content-name {
    grid-area: 1/1/2/2;
  }
}
.people__cards[data-type=single] .card_content-bio {
  font-size: 0.8rem;
}
@media (min-width: 800px) {
  .people__cards[data-type=single] .card_content-bio {
    grid-area: 2/1/3/4;
  }
}
.people__cards[data-type=tab] {
  --card-border: var(--clr-neutral-300);
  border-bottom: 1px solid var(--card-border);
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  grid-column: 1/span 4;
  align-items: start;
  padding: 0.5rem;
}
.people__cards[data-type=tab] br {
  display: none;
}
.people__cards[data-type=tab] .card_images {
  max-width: 2rem;
}
@media (min-width: 800px) {
  .people__cards[data-type=tab] .card_images {
    max-width: 2rem;
  }
  .people__cards[data-type=tab] .card_images img {
    border-width: 2px;
  }
}
.people__cards[data-type=tab] .card_content {
  display: grid;
  gap: 2rem;
  grid-template-columns: auto 1fr;
}
.people__cards[data-type=tab] .card_content-role {
  font-size: 0.8rem;
  grid-row: 2;
  opacity: 0.5;
  grid-area: 1/2/2/3;
  align-self: center;
}
.people__cards[data-type=tab] .card_content-years {
  font-size: 0.8rem;
  grid-row: 2;
  opacity: 0.5;
  grid-area: 1/3/2/3;
  align-self: center;
}
.people__cards[data-type=tab] .card_content-name {
  font-size: 1rem;
  grid-area: 1/1/2/2;
}
.people__cards[data-type=tab] .card_content-bio {
  display: none;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
}
.pagination a {
  color: #ff005d;
  text-decoration: none;
}
.pagination a:hover {
  color: #990038;
}
.pagination a:active {
  color: #80002f;
}
.pagination .page-numbers {
  border: 1px solid #ff005d;
  border-color: currentColor;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin: 0 6px;
}
.pagination .prev,
.pagination .next,
.pagination .dots {
  border: 0;
  width: auto;
}

.about-sub {
  display: grid;
  grid-template-columns: 1fr;
}
.about-sub a {
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 800px) {
  .about-sub a {
    display: inline-block;
    margin-right: 6px;
  }
}
.about-sub .sub__buttons {
  color: #fefefe;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  width: fit-content;
  font-size: 0.9rem;
}
.about-sub .sub__buttons:hover {
  color: #fefefe;
}
.about-sub .sub__buttons svg {
  height: 1.7rem;
  width: 1.7rem;
  fill: currentColor;
  grid-row: 1;
  pointer-events: none;
}
.about-sub .sub__buttons .sub__buttons--text {
  line-height: 1.2em;
  max-width: 130px;
}
.about-sub .sub__buttons .sub__buttons--text span {
  font-weight: 600;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -0.2em;
}
.about-sub .sub__buttons small {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about {
  max-width: 800px;
  margin: 100px auto 200px;
}
@media (min-width: 800px) {
  .about {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr min-content;
  }
}
@media (max-width: 600px) {
  .about h1 {
    font-size: 1.4em;
  }
}
.about .about-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.8em;
  color: #404346;
  padding-top: 1em;
  grid-column: 2 !important;
  grid-row: 1/span all;
}
@media (min-width: 800px) {
  .about .about-meta {
    border-top: 1px solid #e9e9e9;
  }
}
.about .meta-category span {
  display: block;
}
.about div[class*=about-],
.about .host-list {
  max-width: 550px;
  width: 100%;
  grid-column: 1;
  display: block;
}
@media (max-width: 800px) {
  .about div[class*=about-],
.about .host-list {
    margin: 0 auto;
  }
}
.about div[class*=meta-] {
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 4vw;
}
@media (min-width: 800px) {
  .about div[class*=meta-] {
    margin-right: 12px;
    min-width: 100%;
  }
}
.about div[class*=meta-] h4 {
  text-transform: uppercase;
  display: block;
  font-size: 0.8em;
  color: #66696b;
  margin: 0;
}
.about .about-social a {
  padding: 3px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
  max-width: 32%;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-right: 2%;
}
.about .about-social span {
  overflow: hidden;
  font-size: 0.8rem;
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.about .about-social svg {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  fill: currentColor;
  margin-right: 12px;
  margin: 0 auto;
}
.about h3 {
  font-size: 1em;
  color: #404346;
}
.about .about-side {
  grid-column: 2 !important;
  grid-row: 1/4;
  width: auto;
  min-width: 160px;
}

.single-episode-t1 .pateon__banner {
  margin: 12px auto 48px;
}

@media (max-width: 800px) {
  .home .pateon__banner {
    margin: 0 12px;
  }
}

.pateon__banner {
  max-width: 800px;
  background-color: #1e2225;
  color: #fefefe;
  padding: 12px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 800px) {
  .pateon__banner {
    padding: 24px;
  }
}
.pateon__banner--content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 800px) {
  .pateon__banner--content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}
.pateon__banner--content p {
  font-size: 1em;
  margin: 0.5em 0;
}
@media (min-width: 800px) {
  .pateon__banner--content p {
    padding-left: 2em;
  }
}
.pateon__banner--icon {
  height: 3em;
  width: 3em;
}
.pateon__banner--icon svg {
  height: 100%;
  width: 100%;
}
.pateon__banner--bg {
  -webkit-mask-image: linear-gradient(to bottom, #1e2225 0%, transparent 80%);
  -moz-mask-image: linear-gradient(to bottom, #1e2225 0%, transparent 80%);
  mask-image: linear-gradient(to bottom, #1e2225 0%, transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  opacity: 0.5;
  background-position: center center;
}
.pateon__banner h3 {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 0.3em 0 0;
  font-weight: 500;
  justify-content: center;
}
@media (min-width: 800px) {
  .pateon__banner h3 {
    justify-content: flex-start;
  }
}
@media (min-width: 600px) {
  .pateon__banner h3 {
    font-size: 1.333em;
  }
}
.pateon__banner h3 svg {
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
}
.pateon__banner--tiers {
  border-radius: 3px;
  padding: 12px;
  background-color: #fefefe;
  color: #1e2225;
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 800px) {
  .pateon__banner--tiers {
    margin-left: 2em;
    margin-top: 0;
    flex-direction: column;
    width: 40%;
  }
}
.pateon__banner--tiers .large--tiers {
  font-size: 1.333em;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .pateon__banner--tiers .large--tiers {
    margin-bottom: 12px;
  }
}
@media (min-width: 600px) {
  .pateon__banner--tiers .large--tiers {
    font-size: 1.776889em;
  }
}
.pateon__banner--tiers .large--tiers small {
  display: block;
  font-size: 0.4221915645em;
}
.pateon__banner--tiers .button--tiers {
  color: #fefefe;
  background-color: #1e2225;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5627813555em 1.333em;
  text-decoration: none;
  white-space: nowrap;
}
.pateon__banner--tiers .button--tiers svg {
  height: 1.333em;
  width: 1.333em;
  margin-right: 1em;
}

.updates {
  margin: 0 auto 10vh;
  padding-top: 5vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .updates {
    max-width: 600px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 600px) {
  .updates {
    margin-top: 78px;
  }
}
.updates h3 {
  width: 100%;
}
.updates .more-posts {
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 48px;
}
.updates .more-posts a {
  text-decoration: none;
  border-radius: 3px;
  padding: 12px 5vw;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid currentColor;
}
.updates .more-posts a:hover {
  transition: all 200ms;
  box-shadow: 0 10px 30px rgba(30, 34, 37, 0.1);
  transform: translate(0, -2px);
}

.type-network-list,
.type-post-list, .type-event-list {
  margin-bottom: 1em;
  width: 100%;
  display: block;
  overflow: hidden;
}
.type-network-list h1,
.type-post-list h1, .type-event-list h1 {
  font-size: 1.4em;
}
@media (max-width: 600px) {
  .type-network-list h1,
.type-post-list h1, .type-event-list h1 {
    font-size: 1.2em;
  }
}
.type-network-list a,
.type-post-list a, .type-event-list a {
  text-decoration: none;
}
.type-network-list .rm_link,
.type-post-list .rm_link, .type-event-list .rm_link {
  display: inline;
  font-size: 0.9em;
}

.type-event-list {
  border: 1px solid #ffe6ef;
  border-radius: 3px;
}
.type-event-list header {
  display: flex;
  align-items: center;
}
.type-event-list h1 {
  display: inline;
  padding: 12px 24px;
  border-left: 1px solid #ff005d;
}
.type-event-list .event-date-dt {
  display: none;
  grid-template-columns: max-content max-content;
  width: 100%;
  max-width: 25%;
  padding-left: 12px;
}
@media (min-width: 800px) {
  .type-event-list .event-date-dt {
    display: inline-grid;
  }
}
@media (max-width: 700px) {
  .type-event-list .event-date-dt {
    grid-template-columns: min-content 1fr;
    font-size: 0.8em;
  }
}
.type-event-list .event-date-dt span,
.type-event-list .event-date-dt a {
  padding: 0 18px;
  min-width: 30%;
  white-space: nowrap;
}
.type-event-list .event-date-dt a {
  color: #404346;
  text-decoration: none;
}
.type-event-list .event-date-dt a:hover {
  color: #0f1011;
}
.type-event-list .event-date-dt a:active {
  color: #030303;
}
.type-event-list .event-date-dt .moy {
  align-self: flex-end;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.85em;
}
@media (max-width: 700px) {
  .type-event-list .event-date-dt .moy {
    padding-bottom: 0;
    padding-top: 6px;
  }
}
.type-event-list .event-date-dt .dom {
  font-size: 1.618em;
  grid-row: 1/3;
  order: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.005em;
  font-weight: 400;
  min-width: 1em;
  text-align: right;
}
@media (max-width: 700px) {
  .type-event-list .event-date-dt .dom {
    grid-row: 1/5;
    line-height: 1;
  }
}
.type-event-list .event-date-dt .tod {
  order: 3;
  align-self: flex-start;
  opacity: 0.8;
  font-size: 0.8em;
}
.type-event-list .event-date-m {
  display: none;
  width: 70px;
  font-size: 0.8em;
}
@media (max-width: 800px) {
  .type-event-list .event-date-m {
    flex: 0 0 auto;
    display: inline-block;
  }
}
.type-event-list .event-date-m span {
  display: block;
  white-space: nowrap;
  text-align: center;
}
.type-event-list .event-date-m .moy {
  align-self: flex-end;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.85em;
}
.type-event-list .event-date-m .dom {
  font-size: 1.618em;
  text-align: center;
  padding: 0;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.type-event-list .event-date-m .tod {
  opacity: 0.8;
  font-size: 0.8em;
}

.type-network-list {
  background: #fff2f7;
  border-radius: 6px;
  padding: 1em 0;
}

.type-network-list,
.type-post-list {
  padding: 12px;
}
@media (min-width: 800px) {
  .type-network-list,
.type-post-list {
    padding-left: 100px;
  }
}
.type-network-list header,
.type-post-list header {
  position: relative;
}
.type-network-list header .post-date,
.type-post-list header .post-date {
  font-size: 0.618em;
  display: block;
}
@media (min-width: 800px) {
  .type-network-list header .post-date,
.type-post-list header .post-date {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0.4em;
    margin-left: -80px;
  }
}

.single-episode-t1.head-t1 {
  background: #ff005d;
  padding: 58px 0;
  margin-top: -65px;
  padding-top: 102px;
}
@media (max-width: 900px) {
  .single-episode-t1.head-t1 {
    padding-top: 85px;
  }
}
@media (max-width: 900px) {
  .single-episode-t1.head-t1 header {
    max-width: 600px;
    padding: 0 12px;
  }
  .single-episode-t1.head-t1 header h1 {
    font-size: 1.7em;
  }
}
@media (max-width: 600px) {
  .single-episode-t1.head-t1 header h1 {
    font-size: 1.2em;
  }
}
.single-episode-t1.head-t1 header h1 {
  font-size: 1.618em;
  margin: 12px 0;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
}
.single-episode-t1.head-t1 header h1 div:not(.num_episode) {
  font-size: 0.618em;
  font-weight: 300;
}
.single-episode-t1.head-t1 header h1 .num_episode {
  display: inline-block;
}
.single-episode-t1.head-t1 header .content_explicit {
  border: 2px solid #1e2225;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.05em;
}
.single-episode-t1.head-t1 header .date {
  font-size: 0.7em;
  display: block;
  opacity: 0.6;
  position: relative;
}
.single-episode-t1.body-t1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 900px) {
  .single-episode-t1.body-t1 {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .single-episode-t1.body-t1 .about-sub,
.single-episode-t1.body-t1 .share-post {
    max-width: 45%;
  }
  .single-episode-t1.body-t1 .about-sub a {
    display: inline-block;
    margin-right: 6px;
  }
}
.single-episode-t1.body-t1 .player_container {
  margin-top: -50px;
  border: 2px solid #fefefe;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .single-episode-t1.body-t1 .player_container {
    margin-top: -20px;
  }
}
.single-episode-t1.body-t1 .player_container .audio_info .download {
  float: right;
}
.single-episode-t1.body-t1 .player_container small,
.single-episode-t1.body-t1 .player_container h2 {
  display: none;
}
@media (max-width: 900px) {
  .single-episode-t1.body-t1 .col1,
.single-episode-t1.body-t1 .col2 {
    margin: 0 auto;
  }
}
.single-episode-t1.body-t1 .col1 {
  width: 100%;
  max-width: 600px;
  padding: 0;
  color: #404346;
}
.single-episode-t1.body-t1 .col2 {
  order: -1;
  width: 100%;
  max-width: calc(100% - 600px - 48px);
}
@media (max-width: 900px) {
  .single-episode-t1.body-t1 .col2 {
    order: 2;
    max-width: 600px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .single-episode-t1.body-t1 .col2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .single-episode-t1.body-t1 .col2 .share-post,
.single-episode-t1.body-t1 .col2 .about-sub {
    flex: 0 1 31%;
  }
}
.single-episode-t1.body-t1 .meta_header {
  font-size: 0.8em;
  opacity: 0.7;
}
.single-episode-t1.body-t1 .content,
.single-episode-t1.body-t1 .gallery,
.single-episode-t1.body-t1 .links,
.single-episode-t1.body-t1 .notes,
.single-episode-t1.body-t1 .guest-list {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 600px;
}

@media (max-width: 900px) {
  .comments-area {
    max-width: 600px;
    margin-top: 24px;
  }
}
.comments-area .col2 {
  margin-left: calc(100% - 600px);
  padding: 24px 0;
}
@media (max-width: 900px) {
  .comments-area .col2 {
    margin: 0 auto;
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .share-post {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .share-post {
    flex: 1 1 auto;
  }
}
.share-post svg {
  height: 2.5em;
  width: 2.5em;
  padding: 0.5em;
  vertical-align: middle;
  fill: currentColor;
}
.share-post a {
  font-size: 1em;
  display: block;
  text-decoration: none;
  padding: 0 1em 0 0;
  color: #fefefe !important;
  border-radius: 5px;
}
.share-post a:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.share-post a.facebook {
  background: #3b5998;
}
.share-post a.twitter {
  background: #1da1f2;
}
.share-post a.email {
  background: #1e2225;
}
.share-post a.facebook:hover {
  background: #2f477a;
}
.share-post a.twitter:hover {
  background: #1781c2;
}
.share-post a.email:hover {
  background: #4b4e51;
}
.singlec-post h1,
.singlec-post h2,
.singlec-post h3,
.singlec-post h4,
.singlec-post h5,
.singlec-post h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.singlec-post {
  background: #fefefe;
  color: #1e2225;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: auto;
}
@media (max-width: 900px) {
  .singlec-post {
    margin: 0 12px;
  }
}
@media (max-width: 700px) {
  .singlec-post {
    margin: 0 6px;
  }
}

.singlec-post {
  padding: 24px;
  margin: 0 auto;
  background: #fefefe;
}
@media (max-width: 700px) {
  .singlec-post {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .singlec-post {
    margin: auto 12px;
  }
}
.singlec-post header,
.singlec-post .article-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.singlec-post header {
  margin-bottom: 12px;
}
.singlec-post header a {
  text-decoration: none;
}
.singlec-post header h1 {
  font-size: 2.3em;
}
@media (max-width: 900px) {
  .singlec-post header h1 {
    font-size: 1.7em;
  }
}
.singlec-post header span {
  font-size: 0.618em;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #8c8e90;
}
.singlec-post .article-content {
  margin-bottom: 12px;
}
.singlec-post .article-meta {
  margin-top: 48px;
}
.singlec-post .rm_link {
  color: #ff005d;
  font-weight: 400;
  font-size: 0.9rem;
  margin-left: -2px;
  background: currentColor;
  padding: 1em;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
}
.singlec-post .rm_link:hover {
  color: #990038;
}
.singlec-post .rm_link:active {
  color: #80002f;
}
.singlec-post .rm_link:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
}
.singlec-post .rm_link span {
  color: #fefefe;
}

.singlec-comment {
  max-width: 800px;
  margin: 0 auto;
  overflow: auto;
  margin-top: 24px;
}
.singlec-comment .col2 {
  margin: auto;
  max-width: 600px;
}

.single-post-share {
  max-width: 600px;
  margin: 0 auto;
  overflow: auto;
  box-align: center;
  align-items: center;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 660px) {
  .single-post-share {
    margin: 0 12px;
  }
}
.single-post-share .meta_header {
  opacity: 0.7;
  font-size: 0.8em;
  width: 100%;
}
.single-post-share a {
  color: #fefefe;
  display: inline-block;
  padding: 50px 30px;
  width: 32%;
  border-radius: 5px;
  text-align: center;
  background-color: #e5e5e5;
  position: relative;
}
.single-post-share a:hover {
  color: #cbcbcb;
}
.single-post-share a:active {
  color: #bebebe;
}
@media (max-width: 560px) {
  .single-post-share a {
    padding: 20px;
  }
}
.single-post-share a:hover {
  transition: transform 200ms;
  transform: translate(0, -2px);
}
.single-post-share a.facebook {
  background: #3b5998;
}
.single-post-share a.twitter {
  background: #1da1f2;
}
.single-post-share a.email {
  background: #1e2225;
}
.single-post-share a.facebook:hover {
  background: #2f477a;
}
.single-post-share a.twitter:hover {
  background: #1781c2;
}
.single-post-share a.email:hover {
  background: #4b4e51;
}
.single-post-share span {
  font-size: 1em;
  line-height: 0.8em;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 100;
}
@media (max-width: 560px) {
  .single-post-share span {
    display: none;
  }
}
.single-post-share svg {
  height: 18px;
  width: 18px;
  fill: #fefefe;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 560px) {
  .single-post-share svg {
    height: 24px;
    width: 24px;
    fill: currentcolor;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 12px;
  }
}
.single-post-share .email svg {
  height: 18px;
  width: 18px;
  margin: auto 3px;
}

/*# sourceMappingURL=style.css.map */