@media screen and (min-aspect-ratio: 16/10) {
  /* something for wide screens */
}
:root {
  --max-width: 1200px;
  --primary: #ed8000;
  --secondary: #1fabfa;
}

.mejs-container {
  width: auto !important;
}

.tagline,
.hide-center center,
.single main ~ aside .widget_categories {
  display: none;
}

body:not(.multiple):not(.page:not(.page-guests)) #nav_menu-172 {
  display: none;
}

.widget_search input[type=text]:not(:focus):not(#x) {
  background: var(--gray-lighter);
  color: white;
  text-indent: 1ch;
}

.areas {
  position: relative;
}

body:not(.home):not(.single) .body-header {
  height: 200px;
}
body:not(.home):not(.single) .body-header {
  background-image: url("https://idthefuture.net/wp-content/uploads/sites/4/2020/05/sunflower-bee-scaled.jpg");
  background-image: url("https://idthefuture.net/wp-content/uploads/sites/4/2020/10/idthefuture-graphic-4-scaled.jpg"), url("https://idthefuture.net/wp-content/uploads/sites/4/2020/10/sky-gradient-scaled.jpg");
  background-position: 35% 50%, center 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 240px, auto 240px;
}
body:not(.home):not(.single) .body-header .area-brand big {
  position: absolute;
  text-indent: -98104px;
  top: 0;
  bottom: 0;
  left: calc(42vw - 250px);
  width: 500px;
  z-index: 98104;
}
body:not(.home):not(.single) .body-header .area-brand a {
  display: block;
  height: 100%;
}
.body-header .widget_nav_menu li:first-of-type a::before {
  display: none;
}
.home .body-header .title {
  display: none;
}

.body-center {
  position: relative;
}

.center-header {
  background: black;
  color: white;
}
@media (min-width: 1000px) {
  .center-header {
    background: rgba(0, 0, 0, 0.75);
    background: transparent;
    color: white;
    min-height: 100px;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 98104;
  }
  .center-header sup, .center-header h1, .center-header sub {
    max-width: var(--xl);
    margin: 0 auto;
  }
}

header.areas .area:last-of-type {
  flex-basis: 66%;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

.body-footer {
  background-color: var(--primary);
}

.tagged-__full-width .center-center:not(.x):not(.y) {
  padding: 0;
}

body {
  background: var(--secondary);
  min-height: 100vh;
}

.body-center {
  background: white;
}

.template-main main {
  padding-left: 0;
  padding-right: 0;
}

.latest-episode h3,
.latest-episodes h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.the-latest h3 {
  font-size: 1.5rem;
}

body.home .body-header,
body.page-new .body-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
}

.page-about .hailed-articles h2 {
  font-weight: 300;
}

.hosts .hailed-persons {
  display: grid;
  grid: auto-flow/1fr;
  grid-template-areas: col1 col2 col3;
  grid-area: 1fr 1fr 1fr;
  grid-column-gap: var(--n2);
}
@media (min-width: 800px) {
  .hosts .hailed-persons {
    grid: auto-flow/1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .hosts .hailed-persons {
    grid: auto-flow/1fr 1fr 1fr;
  }
}
.hosts .hailed-persons address {
  display: block;
  margin-bottom: 0;
}
.hosts .hailed-persons address::before {
  content: none;
}
.hosts .hailed-persons aside {
  width: 100%;
  height: 100%;
  position: relative;
  order: 1;
  flex-basis: 100%;
}
.hosts .hailed-persons figure {
  border-radius: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hosts .hailed-persons header {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: var(--n4);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hosts .hailed-persons address:not(:hover) .person-title,
.hosts .hailed-persons .edit-link,
.hosts .hailed-persons footer {
  display: none;
}
.hosts .hailed-persons h3, .hosts .hailed-persons h3 a, .hosts .hailed-persons sub:not(.x) {
  color: white;
}

#ssmenu-guests li a {
  font-weight: normal;
  text-transform: none;
}

#nav_menu-172 li a {
  text-transform: none;
  font-weight: normal;
}

.guests address {
  min-height: calc(200px + var(--x2));
}
.guests address ~ address {
  margin-top: var(--n);
  border-top: 8px var(--gray-lightest) solid;
  padding-top: var(--n);
}

.all-guests ul {
  padding: 0;
  margin: 0;
}
.all-guests ul li {
  display: inline-block;
}
.all-guests ul a {
  white-space: nowrap;
  padding-right: 1ch;
}
