#wpadminbar {
  display: none !important;
}
a {
  color: inherit;
}
a.title,
a.pointy {
  color: #000;
}
a.title:hover,
a.pointy:hover {
  color: inherit;
  text-decoration: underline;
}
a.view-all {
  background: #ffd007;
  color: #000;
}
a.view-all:hover {
  color: inherit;
  text-decoration: underline;
}
.section {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  padding: 3rem 1rem;
  background: #dfeffd;
  color: #457fdc;
  margin: 0;
}
.column {
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  margin: 0 20px;
}
.curated-post {
  margin-bottom: 40px;
  position: relative;
}
.curated-post:last-child {
  margin-bottom: 0;
}
.nl-signup-archive {
  padding: 10px;
  margin-bottom: 40px;
}
.nl-signup-archive .cta {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: var(--cta-font);
}
.nl-signup-archive .cta > span {
  color: #fff;
}
.nl-signup-archive .nl-form.show-confirmation .nl-confirmation {
  font-size: 16px;
  transform: translateY(-70px);
}
footer.section {
  background: #000;
  color: #fff;
  border: 3px solid #4d4d4d;
}
h1 {
  font-size: 2rem;
  margin: 6px 0 0;
  font-weight: bold;
}
h3 {
  font-weight: 100;
}
h2,
h3 {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4rem;
}
.featured-post .thumb-wrap {
  max-height: 340px;
  overflow: hidden;
}
.recent-content .post-type-post a,
.recent-content .recent-posts a,
.recent-content .curated-post a,
.recent-content .featured-post a {
  text-decoration: none;
}
.recent-content .post-type-post a:hover,
.recent-content .recent-posts a:hover,
.recent-content .curated-post a:hover,
.recent-content .featured-post a:hover {
  text-decoration: underline;
}
.recent-content h3 {
  line-height: 1.2rem;
}
.post-type-podcast .post-details > a:before {
  content: " ";
  width: 20px;
  height: 18px;
  background-image: url("../svgs/headphones.svg");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.featured-trailer .post-details > a:before {
  content: " ";
  width: 20px;
  height: 18px;
  background-image: url("../svgs/play.svg");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.author-name {
  display: block;
  margin-bottom: 20px;
  margin-top: 4px;
  font-size: 0.8rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--byline-font);
  color: #6a7a7d;
}
.recent-posts .recent-post {
  clear: both;
  display: flex;
}
.recent-posts .recent-post .thumb-wrap {
  height: 80px !important;
  width: 80px !important;
  margin: 0 15px 20px 0;
  flex: 0 0 80px;
}
.recent-posts .recent-post img {
  margin: 0 10px 20px 0;
}
.recent-posts .recent-post h3 {
  font-size: 1rem;
  margin-top: 0;
  text-transform: none;
}
.recent-content .read-more {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--cta-font);
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.br-cta {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--cta-font);
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.br-cta:hover {
  background: #000;
  transition: all 0.2s linear;
  color: #fff;
}
.widget_random_content_pro_widget {
  text-align: center;
}
.widget_random_content_pro_widget .random-content-pro-wrapper {
  display: none;
}
.full-responsive {
  max-width: 1600px;
  margin: 0 auto;
}
/*podcasts*/
.podcasts {
  background: #f8faed;
  padding: 50px 0 10px;
}
.podcasts .section-heading {
  text-align: center;
  margin: 40px auto 80px;
  position: relative;
  max-width: 380px;
}
.podcasts .section-heading h2 {
  z-index: 2;
  position: relative;
}
.podcasts .section-heading a {
  font-family: var(--cta-font);
  text-decoration: none;
  font-size: 4rem;
  line-height: 5rem;
  color: #000;
}
.podcasts .section-heading .header-background {
  position: absolute;
  background-repeat: no-repeat;
  width: 340px;
  height: 160px;
  background-size: contain;
  top: -40px;
  left: 0;
  z-index: 0;
}
.podcasts .podcast-panels {
  padding: 0 20px;
}
.podcasts .podcast-panel {
  display: flex;
  margin-bottom: 30px;
}
.podcasts .podcast-panel summary {
  color: #000;
}
.podcasts .thumb {
  flex: 0 0 100px;
  height: 100px;
  border: 1px solid #6a6a69;
  margin-right: 15px;
}
.podcasts .thumb img {
  width: 100%;
}
.podcasts summary {
  line-height: 19px;
  font-family: var(--description-font);
  font-weight: 400;
}
.podcasts .podcast-name {
  margin: 0 0 4px;
  font-size: 1.4rem;
}
.podcasts .subscribe-widget {
  margin-top: 15px;
  font-weight: bold;
  max-width: 160px;
  background: #fff;
  position: relative;
}
.podcasts a {
  text-decoration: none;
  color: #000;
  font-family: var(--title-font);
}
.podcasts .subscribe-cta {
  display: block;
  text-align: center;
  color: #000;
  font-family: var(--cta-font);
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding: 2px 0;
  border: 2px solid #000;
}
.podcasts .subscribe-cta:hover {
  background: #000;
  color: #fff;
}
.podcasts .subscribe-links {
  border: 2px solid #000;
  border-top: none !important;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
}
.podcasts .subscribe-links.hidden {
  display: none;
}
.podcasts .subscribe-links a {
  display: block;
  padding: 5px 10px;
}
.podcasts .subscribe-links a:hover {
  background: #000;
  color: #fff;
}
a.view-all {
  background: #ffd007;
  display: block;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--cta-font);
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  max-width: 350px;
  margin: 0 auto 30px;
}
.read-home .container {
  max-width: 1000px;
  position: relative;
}
.read-home .more-recent-posts {
  margin: 20px;
}
.read-home #sidebar iframe {
  width: 300px;
  margin: 0 auto 30px;
  display: block;
}
.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post .thumb-wrap {
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post img {
  width: 100%;
}
.recent-post a:hover {
  color: #4d4d4d;
}
.recent-post .desc {
  font-family: var(--description-font);
  line-height: 25px;
}
.tbr-promo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tbr-promo .mobile {
    display: block;
    margin: 0 auto;
  }
  .tbr-promo .desktop {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .tbr-promo .mobile {
    display: none;
  }
  .tbr-promo .desktop {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  img:not(.size-80x80) {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main .culturally-relevant {
    display: flex;
  }
  main .culturally-relevant .curated-post {
    flex: 0 0 47%;
  }
  main .culturally-relevant .curated-post .thumb-wrap {
    max-height: 180px;
  }
  main .culturally-relevant .curated-post img {
    max-width: 100%;
  }
  main .culturally-relevant .curated-post:last-child {
    margin-left: 30px;
  }
  .featured-content .lines {
    width: 205px;
    height: 190px;
    left: -20px;
    top: -50px;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    transform: scaleX(-1);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzEnLz4KPC9zdmc+Cg==");
  }
  .featured-content .nl-signup-archive:focus-within .lines {
    opacity: 0;
  }
  .nl-signup-archive {
    z-index: 0;
    position: relative;
    background: var(--accent-yellow);
    height: 120px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .nl-signup-archive .nl-email {
    min-width: 315px;
  }
  .nl-signup-archive .cta {
    z-index: 2;
    position: absolute;
    margin-left: 20px;
    top: -20px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .nl-signup-archive .nl-form {
    z-index: 3;
    max-width: 500px;
  }
  .featured-post {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  .curated-posts {
    order: 1;
    flex: 0 0 260px;
    position: relative;
  }
  .curated-posts .curated-post:not(:last-child):after {
    content: " ";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 220px;
    left: 20px;
    bottom: -20px;
  }
  .curated-post .thumb-wrap {
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .curated-post img {
    max-width: 260px;
    width: 100%;
    height: auto;
  }
  .featured-content {
    order: 2;
    flex: 1;
    position: relative;
  }
  .featured-content:before,
  .featured-content:after {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    height: 83%;
    border-right: 1px solid #000;
  }
  .featured-content:before {
    left: -20px;
    right: inherit;
  }
  .featured-content img {
    width: 100%;
    height: auto;
  }
  .featured-content .featured-post {
    position: relative;
  }
  .featured-content .featured-post .post-details {
    margin-left: 10px;
  }
  .recent-posts {
    order: 3;
    flex-basis: 100%;
  }
  .recent-posts .recent-post {
    position: relative;
    margin-bottom: 20px;
  }
  .recent-posts .recent-post img {
    max-width: 80px;
  }
  .recent-posts .recent-posts-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .recent-posts .break {
    flex-basis: 100%;
    height: 0;
  }
  .read-home {
    padding: 70px 0;
  }
  .read-home .post-details {
    max-width: 410px;
  }
  .read-home .container {
    display: flex;
    justify-content: space-around;
  }
  .read-home .container:after {
    position: absolute;
    bottom: -70px;
    border-top: 1px solid #000;
    width: 80%;
    content: "";
    left: 10%;
  }
  .read-home .recent-post {
    display: flex;
  }
  .read-home .recent-post .thumb-wrap {
    margin-right: 20px;
    flex: 0 0 260px;
    max-height: 140px;
  }
  .read-home .recent-post img {
    max-width: 260px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .column.featured-content {
    margin-bottom: 40px;
  }
  .nl-signup-archive .cta {
    font-size: 1.1rem;
  }
  .nl-signup-archive .cta:after {
    position: absolute;
    top: 0;
    right: -50px;
    display: inline-block;
    content: ' ';
    background-image: url("../svgs/down-painted-arrow.svg");
    background-size: 50px 40px;
    width: 50px;
    height: 40px;
    margin-left: 4px;
    transform: rotate(13deg);
  }
  .podcast-panels {
    padding: 0;
    display: flex;
  }
  .podcast-panels .podcast-panel {
    flex: 0 0 33%;
    margin-left: 10px;
  }
  .podcast-panels .thumb {
    flex: 0 0 150px;
    height: 150px;
  }
  .insiders-promo .heading {
    text-align: center;
  }
  .insiders-sections .column {
    flex: 0 0 380px;
  }
}
@media screen and (min-width: 768px) {
  .recent-posts-inner {
    margin-top: 20px;
  }
  .recent-posts-inner:after {
    bottom: 142px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .recent-posts-inner:after {
    bottom: 162px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .recent-posts-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .recent-posts-inner:before,
  .recent-posts-inner:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    left: 0;
    right: 0;
  }
  .recent-posts-inner:before {
    top: -20px;
  }
  .break {
    flex-basis: 100%;
    height: 0;
  }
  .recent-posts .recent-post {
    flex: 0 0 33%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .recent-posts .recent-post:not(:nth-child(3n+3)) {
    position: relative;
  }
  .recent-posts .recent-post:not(:nth-child(3n+3)):after {
    position: absolute;
    right: 20px;
    content: "";
    border-left: 1px solid #000;
    top: -10px;
    bottom: 10px;
  }
  .featured-content:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .column {
    margin-bottom: 20px;
  }
  .curated-posts {
    order: 1;
    flex: 0 0 260px;
  }
  .featured-content {
    order: 2;
    flex: 0 0 640px;
  }
  .recent-posts {
    order: 3;
    flex: 0 0 260px;
  }
  .recent-posts .recent-post:not(:last-child):after {
    content: " ";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 220px;
    left: 20px;
    bottom: 0px;
  }
  .recent-posts .recent-post:last-child {
    margin-bottom: 0;
  }
  .insiders-sections .column {
    flex: 0 0 380px;
  }
}
