/*
**************************************
**   W E  O W N  T H I S  T O W N   **
**************************************
*/
:root {
  --white: #fff;
  --black: #1b1513;
  --gold: #ffa200;
  --grey: #e5e5e5;
  --primary-font-family: "Circular", sans-serif;
}
body {
  background: #f1f1f1;
}
a {
  border-bottom: 2px solid rgba(219, 139, 0, 0);
}
a:hover {
  border-bottom: 2px solid rgba(219, 139, 0, 1);
}
/* HEADER */
#gold-brander {
  border-top: 5px solid var(--gold);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#gold-brander.june {
  border-top: 5px solid rgba(0, 0, 0, 0);
  /* background: linear-gradient(90deg, #e70000, #e70000 16.67%, #ff8c00 16.67%, #ff8c00 33.33%, #ffef00 33.33%, #ffef00 50%, #00811f 50%, #00811f 66.67%, #0044ff 66.67%, #0044ff 83.33%, #760089 83.33%, #760089) fixed; */
  /* philly style: */
  background: linear-gradient(
      90deg,
      #010101,
      #010101 12.5%,
      #724d19 12.5%,
      #724d19 25%,
      #f00000 25%,
      #f00000 37.5%,
      #ff8000 37.5%,
      #ff8000 50%,
      #ffff00 50%,
      #ffff00 62.5%,
      #007940 62.5%,
      #007940 75%,
      #4040ff 75%,
      #4040ff 87.5%,
      #a000c0 87.5%,
      #a000c0
    )
    fixed;
}
header .navigation-container {
  height: 80px;
}
header .menu-prime-container ul {
  height: 28px;
  float: right;
}
header .menu-prime-container ul li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
header .menu-prime-container a {
  text-transform: uppercase;
  color: var(--black);
  padding: 5px 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header .menu-prime-container a {
    font-size: 0.9em;
    padding: 5px 5px;
  }
}
header .menu-prime-container a:hover {
  color: var(--gold);
  border-bottom: 3px solid rgba(255, 162, 0, 1);
  background: none;
}
header .menu-prime-container li.is-active a {
  background: rgba(0, 0, 0, 0.05);
}
header .site-title {
  max-width: 260px;
}
header .site-title a:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
/* the acutal overlay - mobile only view */
.mobile-menu-container {
  display: none;
}
.mobile-menu-container .mobile-menu-options {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 30px;
}
/* hidden checkbox */
input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
/* prevent page overflow when menu open */
body.menu-open {
  overflow: hidden;
}

/* label icon */
.control-nav {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.control-nav:hover {
  cursor: pointer;
}
.control-nav:before {
  content: "";
  display: block;
  height: 3px;
}
.control-nav-open {
  font-size: 22px !important;
}
.control-nav-close {
  font-size: 22px !important;
  display: none !important;
}

input#control-nav:checked ~ .control-nav .control-nav-open {
  display: none !important;
}
input#control-nav:checked ~ .control-nav .control-nav-close {
  display: inline-block !important;
}

header.fixed {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  header.white-bg {
    background-color: var(--gold) !important;
  }
  /* do not want to do this on desktop */
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    height: 57px;
  }
  body.fixed-menu-set {
    margin-top: 57px;
  }

  header .menu-prime-container ul {
    text-align: center;
    float: none;
  }
  header .menu-prime-container ul li {
    float: none;
    margin-left: 0px;
  }
  header .menu-prime-container ul li a {
    font-size: 11.5px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* go gold */
  header .navigation-container {
    height: auto;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
    text-align: left;
  }
  header .site-title.vertical-center.small-only-text-center {
    left: 0;
    transform: none;
  }
  input#control-nav:checked ~ .mobile-menu-container {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }
  header [type="checkbox"] + label[for] {
    margin-right: 0px !important;
  }
  .mobile-menu-container {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 51px);
    top: 51px;
    z-index: 10030;
  }
  .mobile-menu-container a {
    display: block;
    margin-bottom: 15px;
  }
  .primary-navigation-container {
    height: 100px;
  }
  body.home .primary-navigation-container {
    height: 60px;
  }
  body.home.menu-open .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
  }
  body.home .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
    color: #fff;
  }
}

/* MAILING LIST */

.mailing-list-container,
.mailing-list-container form {
  position: relative;
}
.mailing-list-container input {
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
  width: calc(100% - 160px);
  margin-bottom: 0;
}
.mailing-list-container button {
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin-bottom: 0;
}
.mailing-list-container .border {
  border: 1px solid #cacaca;
}
.border.border-radius {
  border-radius: 3px;
}
.mailing-list-homepage label {
  font-size: 1em;
}
.mailing-list-homepage .social-buttons a {
  display: inline-block;
  text-align: center;
  border: 6px solid var(--gold);
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1rem;
  padding: 12px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
  margin-right: 20px;
}
.mailing-list-homepage .social-buttons a:hover {
  background: var(--gold);
  color: var(--white);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .mailing-list-homepage h4 {
    font-size: 20px;
  }
  .mailing-list-homepage .padding-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  #mailing-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .mailing-list-homepage h4 {
    font-size: 1.5em;
    font-weight: normal;
  }
  .mailing-list-container input {
    width: calc(100% - 110px);
  }
  .mailing-list-container button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mailing-list-homepage .padding-container {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .mailing-list-homepage .mailing-list-container {
    padding-top: 0;
  }
}
/* CONTENT */
.premiere {
  background-color: var(--gold);
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#featured {
  position: relative;
}
#featured:hover .rslides_nav {
  opacity: 1;
}
.featured-card:hover {
  cursor: pointer;
}
.featured-card .bg-img {
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured .bg-video-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  z-index: 100;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.featured-card iframe.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .featured-card iframe.bg-video {
    transform: scale(1.45);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .featured-card iframe.bg-video {
    transform: scale(1);
  }
}

.featured-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 100;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.featured-card .featured-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 64em) {
  .featured-card .bg-img {
    padding-top: 43.25%;
  }
}
@media screen and (max-width: 39.9375em) {
  .rslides {
    background: var(--black);
  }
  .featured-card .featured-title {
    font-size: 2em;
  }
  .featured-card .featured-details {
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
    left: auto;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .rslides .bg-video-container {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
  }
  .featured-card iframe.bg-video {
    transform: scale(1);
  }
} /* end small */

.review-card {
}
.podcast-mobile-section-header h6 {
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 0.7em;
}
.episode-featured-card-grid {
  display: grid;
  grid-template-columns: minmax(20%, 1fr) 80%;
}
body.category-shows .episode-featured-card-grid {
  grid-template-columns: minmax(25%, 1fr) 75%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .episode-featured-card-grid {
    grid-template-columns: minmax(30%, 1fr) 70%;
  }
}
@media screen and (max-width: 39.9375em) {
  .episode-featured-card-grid,
  body.category-shows .episode-featured-card-grid {
    grid-template-columns: 100%;
  }
}
.episode-featured-card-grid .grid-column {
}
.episode-featured-card.include-min-height,
.episode-featured-card.include-min-height .columns {
  min-height: 200px;
}
.review-card .img,
.episode-featured-card .img,
.episode-card .img {
  background: rgba(255,255,255, 0.2);
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
}
.review-card .img img,
.episode-featured-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.review-card .img img {
  object-fit: cover;
}
.review-card .img.empty,
.episode-featured-card .img.empty,
.episode-card .img.empty {
  text-indent: -9999px;
}
.review-card h1,
.episode-featured-card h1,
.episode-card h1 {
  /* font-size: 16px; */
  font-size: 1.4rem;
}
.episode-featured-card h1.podcast-title,
.episode-card h1.podcast-title {
  font-size: 1.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .episode-featured-card h1.podcast-title,
  .episode-card h1.podcast-title {
    font-size: 1.1em;
  }
}
.review-card h2,
.episode-featured-card h2,
.episode-card h2 {
  /* font-size: 15px; */
  font-size: 1.1rem;
}
.episode-featured-card h2.episode-title,
.episode-card h2.episode-title {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .episode-featured-card h2.episode-title,
  .episode-card h2.episode-title {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
.episode-card p {
}
.review-card:hover,
.review-card:hover h1,
.episode-featured-card:hover h1 {
  cursor: pointer;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
}
.review-card:hover a,
.episode-featured-card:hover a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.review-card:hover .grey,
.episode-featured-card:hover .grey {
  color: #fff;
}
.episode-featured-card:hover .grey.episode-date {
  color: rgba(0, 0, 0, 0.7);
}
.review-card:hover .img,
.episode-featured-card:hover .img {
  background-color: rgba(255, 255, 255, 1);
}
.episode-featured-card a {
  color: var(--black);
  border-bottom: none;
}
.episode-featured-card hgroup a:hover {
  border-bottom: none;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .review-card .padding-small {
    padding: 1.2em 0.5em;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  #episodes {
    margin-left: 1em;
    margin-right: 1em;
  }
  .episode-featured-card {
    background: var(--white);
    margin-bottom: 1em;
    position: relative;
  }
  .episode-featured-card:after {
    /* content: '\203A';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 22px;
    font-size: 18px;
    line-height: 1;
    font-family: var(--primary-font-family);
    opacity: 0.5; */
  }
  .episode-featured-card .img {
    border-radius: 0px;
    overflow: hidden;
  }
  .episode-featured-card .img.widescreen {
    padding-top: 52.5%;
    background-size: contain;
  }
  .podcast-mobile-episode {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .podcast-mobile-episode-image {
    flex: 1;
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .podcast-mobile-episode-text {
    flex: 1;
    flex-grow: 2;
    padding-left: 0.5em;
  }
  .podcast-mobile-episode-image a:hover,
  .episode-featured-card.is-clickable:hover .podcast-mobile-episode-image a {
    border-bottom: 2px solid rgba(219, 139, 0, 0);
  }
  .podcast-mobile-episode-text h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
  }
  .podcast-mobile-episode-text h1 {
    font-size: 1.2rem;
  }
}

/* EVENT CARD */
.event-card {
  margin-bottom: 12px;
}
.event-card hgroup {
  padding-left: 10px;
}
.event-card-list hgroup {
  padding-left: 32px;
  padding-right: 30px;
}
.event-card .event-presented-by {
  font-size: 14px;
  margin-bottom: 0;
}
.event-card h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.event-card h3 a {
  border-bottom: 2px solid rgba(219, 139, 0, 0);
}
.event-card h3 a:hover {
  border-bottom: 2px solid rgba(219, 139, 0, 1);
}
.event-card h4 {
  font-size: 14px;
  line-height: 28px;
}

[data-wott-calendar] ul {
  padding: 20px;
}
[data-wott-calendar] .thedate {
  font-size: 13px;
  text-transform: uppercase;
  background: var(--grey);
  padding: 10px;
  margin-top: 20px;
  position: sticky;
  top: 0;
  z-index: 2;
}
[data-wott-calendar] .thedate:first-child {
  margin-top: 0;
}
[data-wott-calendar] .thedate.style-list {
  padding-left: 29px;
}
[data-wott-calendar] .thedate.style-tiles {
  font-size: 15px;
  font-weight: 600;
}

[data-wott-calendar] .event-image {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
[data-wott-calendar] .event-image.very-light-grey-bg {
  background-color: rgba(0, 0, 0, 0.04);
}
[data-wott-calendar] .event-image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: auto 100%;
  border-bottom: none;
}
[data-wott-calendar] .event-image a:hover {
  border-bottom: none;
}
[data-wott-calendar="blocks"] .row.small-up-1 {
  margin-left: 0;
  margin-right: 0;
}
[data-wott-calendar] .event-card-block a {
  display: block;
  position: relative;
  width: auto;
  height: 0;
  padding-top: 20%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #999;
}
[data-wott-calendar].large-blocks .event-card-block a {
  display: block;
  position: relative;
  width: auto;
  height: 0;
  padding-top: 60%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #999;
  border-radius: 10px;
  overflow: hidden;
}
[data-wott-calendar] .event-card-block a .event-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  overflow: hidden;
  /* -webkit-filter: blur(1px);
	filter: blur(1px); */
}
[data-wott-calendar] .event-card-block a .event-image-bg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

[data-wott-calendar] .event-card-block a .event-image-bg img {
  object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
[data-wott-calendar] .event-card-block a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--gold);
}
[data-wott-calendar] .event-card-block a:hover .event-image-bg {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
[data-wott-calendar] .event-card-block hgroup {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
}
[data-wott-calendar] .event-card-block h3 {
  font-size: 22px;
  font-weight: bold;
}
[data-wott-calendar] .event-card-block h4 {
  font-size: 16px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  [data-wott-calendar].vertical-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  [data-wott-calendar] .event-card-block a {
    padding-top: 56.25%;
  }
  [data-wott-calendar].vertical-list {
    margin-left: 30px;
    margin-right: 30px;
  }
  [data-wott-calendar].vertical-list[style] {
    height: 500px !important;
  }
  [data-wott-calendar].padding {
    padding: 20px 30px;
  }
}
/* reviews mobile */
#reviews-container a.block {
  width: 100%;
}
.homepage-reviews-and-events-container {
  display: flex;
}
.homepage-reviews-container {
  flex: 0 0 65%;
}
.homepage-events-container {
  flex: 0 0 35%;
}
.homepage-events-container .overflow-scroll {
  max-height: 755px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homepage-reviews-and-events-container {
    display: block;
    margin-bottom: 0 !important;
  }
  .homepage-events-container .overflow-scroll {
    max-height: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  #reviews {
    margin-bottom: 0;
  }
  .homepage-reviews-and-events-container {
    display: block;
    margin-bottom: 0 !important;
  }
  .homepage-events-container .overflow-scroll {
    max-height: auto;
  }
}

/* NEWS CARD */
.news-card.is-clickable:hover,
.episode-featured-card.is-clickable:hover {
  background: var(--gold);
  cursor: pointer;
}
.news-card.is-clickable:hover .text,
.news-card.is-clickable:hover a,
.episode-featured-card.is-clickable:hover .text,
.episode-featured-card.is-clickable:hover a {
  color: #fff;
  border-bottom: rgba(0, 0, 0, 0);
}
.featured-episode-container .column:nth-child(n + 4) {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .featured-episode-container .column:nth-child(n + 4) {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .featured-episode-container {
    margin-bottom: 0em;
  }
  .featured-episode-container .column:nth-child(n + 5) {
    display: none !important;
  }
}

/* SHOW CARD */
/* NEWS CARD */
.show-card.is-clickable:hover {
  background: var(--gold);
  cursor: pointer;
}
.show-card.is-clickable:hover h3 {
  color: #fff;
}
.show-card.is-clickable:hover p {
  color: #fff;
}
.show-card .img img {
  width: 100%;
}
/* ENTRY CONTENT */

.entry-content .img.embed,
.entry-content .video.embed {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.entry-content .video.embed {
  margin-bottom: 30px;
}
.entry-content .audio.embed {
  margin-bottom: 30px;
}
.entry-content .audio.embed.square {
  height: 0;
  padding-top: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .img.embed iframe,
.entry-content .video.embed iframe,
.entry-content .audio.embed.square iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry-content .audio.embed.square iframe {
  left: 50%;
  transform: translateX(-50%);
}
.entry-content .embed.audio.bandcamp iframe {
  border: 0px;
}
.entry-content .embed.audio.bandcamp.slim iframe {
  max-width: 700px;
  margin: 0 auto;
}
/* i.e. https://weownthistown.net/page/70/ */
.deep-archive .embed.audio.bandcamp {
  float: right;
  padding-left: 20px;
}
.deep-archive .content-padding {
  padding-left: 0;
}
body.paged h3.entry-title,
body.paged section.entry-meta {
  text-align: center;
}
body.paged article.single-article {
  position: relative;
}
body.paged article.single-article:after {
  content:'';
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 50%;
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  transform: translateX(-50%);
}
hr.slim {
  display: block;
  width: 60%;
}
div.tracklisting div.column {
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .entry-content .padding-left-large.padding-right-large {
    padding-left: 30px;
    padding-right: 30px;
  }
  .entry-footer.padding-left.padding-right,
  .comments-container.padding-left.padding-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* SHOW PAGES */
.vertical-offset {
  margin-top: -2em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 39.9375em) {
  body.page .vertical-offset {
    margin-top: 0;
  }
}
h1.primary-title {
  font-size: 22px;
  line-height: 24px;
}
h4.primary-desc {
  font-size: 16px;
  line-height: 18px;
}
body.page-child .featured-img {
  position: relative;
}
body.page-child .featured-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  display: block;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
}
.show-social .button.circle {
  padding: 10px;
  border-radius: 20px;
  padding: 18px;
  font-size: 30px;
  border-radius: 50px;
}
.button.subscribe {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.author-avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 140px;
  margin: 0 auto;
}
.author-avatar:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

/*SINGLE */
.category-shows .img {
  margin-bottom: 30px;
}
.category-shows .img img {
  width: 100%;
}
.category-shows .downloads {
  margin-bottom: 30px;
}
.category-shows .downloads br {
  display: none;
}
.category-shows .downloads a {
  display: inline-block;
  margin-right: 15px;
}

.single-post .attribution {
  display: none;
}
body.single-post .avatar {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.episode-entry .media-player,
body.single-post .powerpress_player {
  border: 1px solid #ccc;
  border-top: 3px solid var(--gold);
  border-radius: 5px;
  overflow: hidden;
  background: #fcfcfc;
}
body.single-post .powerpress_player {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-gallery div.column {
  margin-bottom: 20px;
}
.block-gallery a {
  display: block;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-gallery a:hover {
}
.block-gallery a img {
  display: none;
}
.modal-credit {
  position: absolute;
  font-size: 11px;
  bottom: 0;
  left: 5px;
  padding: 5px;
  background: var(--black);
  color: #fff;
  z-index: 9999;
}

.episode-entry .media-player .columns {
  min-height: 128px;
}
.episode-entry .media-player .columns.compact {
  height: auto;
}
.episode-entry .media-player .media-player-cover {
  text-indent: -9999px;
  height: 0;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.media-player-cover.square {
  display: block;
  height: 0;
  padding-top: 100%;
  text-indent: -9999px;
  background-size: cover;
  background-repeat: no-repeat;
}
.powerpress_player .mejs-container,
.powerpress_player .mejs-container .mejs-controls,
.powerpress_player .mejs-embed,
.powerpress_player .mejs-embed body {
  background: #fcfcfc;
}
.powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #eee;
}
.powerpress_player .mejs-button > button {
  background-image: url("../images/mejs-controls-dark.svg");
}
.powerpress_player .mejs-time {
  color: #555555;
}

.powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(85, 85, 85, 0.33);
  border-radius: 6px;
}
.powerpress_player .mejs-time-float-corner {
  border: 5px solid #333;
  border-color: #333 transparent transparent;
}
.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--gold);
}
.powerpress_player .mejs-controls a {
  border-bottom: none;
}
.powerpress_player .mejs-controls a.mejs-horizontal-volume-slider:hover {
  border-bottom: none;
}
.powerpress_player {
}

.powerpress_links {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  body.page .header {
    padding-left: 30px;
    padding-right: 30px;
  }

  body.archive #nav-below {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.single-post .small-16.padding {
    padding: 20px;
  }
  body.single-post .entry-content .padding-left.padding-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.single-post .bandcamp {
    overflow: hidden;
  }
}

/* Powerpress Subscribe Widget */
/* outer container */
.pp-sub-widget {
  border: none !important;
  border-top: 1px solid #999 !important;
  margin-top: 50px !important;
  padding: 10px 0 0 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.pp-sub-widget-head {
  display: none;
}
.pp-sub-widget.pp-sub-widget-wott {
  border-top: none !important;
}
/* dunno */
.pp-sub-widget .pp-sub-t,
.pp-sub-widget .pp-sub-l,
.pp-sub-widget .pp-sub-m {
  display: none;
}
/* subscribe text */
.pp-sub-widget .pp-sub-h {
  color: #666 !important;
  margin: 10px 5px 10px 0 !important;
  text-align: center;
  display: none;
}

/* button container container */
.pp-sub-widget .pp-sub-bx {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;

  -webkit-column-gap: 0px !important;
  -moz-column-gap: 0px !important;
  column-gap: 0px !important;

  margin: 0 !important;
}
/* direct parent of buttons */
.pp-sub-widget .pp-sub-btns {
  margin-top: 10px;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

body .pp-sub-widget a:link,
.pp-sub-widget-include a.pp-sub-btn-sq {
  height: auto !important;
  line-height: 0 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  margin: 0 10px 10px 0 !important;
  padding: 20px !important;
  width: 20% !important;
  flex-wrap: wrap;
  flex: 1 0 21%;
}
body.entry-content .pp-sub-widget a:link,
body.single-post .pp-sub-widget a:link,
body .entry-content .pp-sub-widget a:link,
body .entry-content .pp-sub-widget a:visited,
body .entry-content .pp-sub-widget a:active,
body .pp-sub-widget a:link,
body .pp-sub-widget a:visited,
body .pp-sub-widget a:active {
  background-color: var(--gold) !important;
  color: #fff;
  font-weight: 900;
  font-family: 'Circular',sans-serif;
  border-radius: 20px !important;
  text-align: center;
}
body .pp-sub-widget a:hover {
  background: rgba(219, 139, 0, 1);
}
body .pp-sub-widget a:link.pp-sub-rs {
  margin-right: 0px;
}
.pp-sub-ic,
.pp-sub-btn.pp-sub-android,
.pp-sub-btn.pp-sub-email {
  display: none !important;
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body .pp-sub-widget a:link {
    width: 33.333%;
    flex-wrap: wrap;
    flex: 1 0 33%;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  body .pp-sub-widget a:link {
    width: 33.333%;
    flex-wrap: wrap;
    flex: 1 0 33%;
  }
}

/* SEARCH */
input.search-primary {
  height: auto;
  font-size: 2rem;
}
@media screen and (max-width: 39.9375em) {
  input.search-primary {
    font-size: 1.2rem;
  }
}
/* COMMENTS */
.vcard-container {
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.vcard-container img {
}
@media screen and (max-width: 39.9375em) {
  .vcard-container {
    width: 100px;
  }
}
/* 404 ERROR!!! */
body.error404,
body.search-no-results {
  background: var(--gold) !important;
}
body.error404 .giant-bg,
body.search .giant-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("http://weownthistown.net/wp-content/uploads/2018/01/about-wott.jpg");
  background-position: center center;
  background-size: cover;
  z-index: -1;
  -webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -o-filter: blur(45px);
  -ms-filter: blur(45px);
  filter: blur(45px);
}
body.error404 h1 {
  color: #fff;
}

/* FOOTER */
footer .identity {
  display: inline-block;
  width: 200px;
}
footer a.identity:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
footer .social-buttons a {
  display: inline-block;
  text-align: center;
  border: 4px solid #fff;
  color: #fff;
  padding: 8px 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  margin-right: 20px;
}

footer .social-buttons a.no-margin {
  margin-right: 0px;
}
footer .social-buttons a:hover {
  color: #000;
  border-color: var(--gold);
  background: var(--gold);
}
footer .grey {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 39.9375em) {
  footer {
    margin-top: 0;
  }
}
