section.container.taboola {
  margin-top: 20px;
}
section.container.taboola > div {
  max-width: 700px;
  margin: 0 auto;
}
.tbl-feed-header {
  display: none !important;
}
#taboola-1 .trc_rbox_container .trc_rbox_header {
  color: var(--text-color);
  background: var(--background-color);
  font-family: var(--cta-font) !important;
  font-size: 32px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#taboola-1 .trc_rbox_container .trc_rbox_header span {
  color: inherit !important;
}
#taboola-1 .branding {
  color: var(--text-color);
}
#taboola-1 .trc_desktop_disclosure_link {
  padding: 0px 6px;
  display: inline-block;
}
#taboola-1 .trc_mobile_disclosure_link {
  display: none;
}
.trc_rbox_container .trc_rbox .video-description {
  display: none;
}
.trc_rbox_container .trc_rbox .video-label {
  font-family: var(--title-font) !important;
  font-weight: 100;
  color: var(--text-color) !important;
  font-size: 17px;
  line-height: 21px !important;
  max-height: 64px !important;
}
.trc_rbox_container .thumbnails-a .logoDiv a span {
  color: #fff;
}
.trc_rbox_container .video-label-box {
  margin: 6px 0 0 !important;
}
.trc_rbox_container .videoCube:hover .video-label-box .video-title {
  text-decoration: none !important;
  color: #4d4d4d;
}
.trc_rbox_container .branding {
  font-family: var(--cta-font) !important;
}
#tbl-next-up .trc_related_container .trc_rbox_div .videoCube {
  background: var(--background-color) !important;
}
#tbl-next-up .trc_related_container .trc_rbox_div .videoCube .video-label-box {
  background: var(--background-color) !important;
}
#tbl-next-up .trc_related_container .trc_rbox_div .videoCube .item-thumbnail-href .thumbBlock_holder {
  margin-right: 10px;
}
#tbl-next-up .tbl-read-next-btn {
  font-family: var(--cta-font) !important;
}
#taboola-mid-article-no-video .trc_rbox_header_span {
  font-family: var(--cta-font) !important;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  #tbl-next-up.tbl-next-up {
    max-width: 300px;
  }
}
@media screen and (min-width: 1500px) {
  #tbl-next-up.tbl-next-up {
    max-width: 330px;
  }
}
@media screen and (min-width: 1550px) {
  #tbl-next-up.tbl-next-up {
    max-width: 350px;
  }
}
@media screen and (min-width: 1600px) {
  #tbl-next-up.tbl-next-up {
    max-width: 380px;
  }
}
/* ARCHIVES */
#main-content-wrap a {
  text-decoration: none;
}
.heading {
  font-family: var(--cta-font);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.section-heading {
  font-size: 3rem;
  line-height: 3.4rem;
  margin: 0 0 50px;
  font-weight: 100;
}
@media screen and (max-width: 380px) {
  .section-heading {
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin: 0 0 30px;
  }
}
.tagline {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin: 1rem;
  display: block;
}
.archive p {
  line-height: 22px;
  font-size: 17px;
  margin-bottom: 15px;
}
.pagination {
  font-family: var(--cta-font);
  font-size: 20px;
  color: var(--text-color);
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 0 20px;
}
.pagination a {
  text-decoration: underline;
}
.submenu {
  background: #ffd007;
  padding: 10px 20px;
  margin: 20px 0;
  text-align: center;
}
.submenu a {
  font-family: var(--cta-font);
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  line-height: 14px;
}
.submenu a:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 3px;
  height: 16px;
  border-right: 2px solid #000;
}
.submenu a:hover {
  background: #000;
  color: #fff;
}
.section-heading {
  font-family: var(--cta-font);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.archives h2 {
  font-family: var(--cta-font);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 0;
}
.podcast-show {
  padding: 40px 20px;
}
.podcast-show iframe {
  max-width: 100%;
}
.podcast-show h3 > a {
  border-bottom: 2px solid #ffd007;
  display: inline-block;
  margin: 20px 0 20px;
}
.more-recent-posts .description,
.archive .description,
.subscribe-links {
  font-family: var(--description-font);
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
}
.podcast-name {
  font-size: 2.3rem;
  line-height: 2.2rem;
  margin: 0 0 15px;
}
.subscribe-links h3 {
  margin-bottom: 10px;
}
.subscribe-links .subscribe {
  margin: 0 5px 10px;
}
.subscribe-links :nth-child(2) {
  margin-left: 0;
}
.subscribe {
  display: inline-block;
  border-bottom: 1px solid #1fedff;
  position: relative;
}
.subscribe:not(:last-child):after {
  content: "";
  position: absolute;
  right: -9px;
  top: 3px;
  height: 16px;
  border-right: 2px solid #000;
}
.episode-number {
  font-family: var(--cta-font);
  background: #000;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 13px;
  position: relative;
  bottom: 4px;
}
.author-name,
.post-date {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--byline-font);
  color: var(--text-color);
}
.archive.author .author-name {
  display: none !important;
}
.archive.author .post-date {
  margin-left: 0 !important;
}
.post-date {
  margin-left: 8px;
  color: var(--text-color);
}
.archives .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.archives .view-all {
  background: #000;
  color: #fff;
}
.archives .view-all:hover {
  background: #ffd007;
  color: #000;
}
.more-recent-posts {
  padding: 0 20px;
}
.more-recent-posts .recent-post {
  overflow: hidden;
}
.more-recent-posts .recent-post .thumb-wrap {
  max-height: 240px;
  overflow: hidden;
}
.more-recent-posts .recent-post img {
  width: 100%;
  height: auto;
}
.more-recent-posts a {
  color: inherit;
}
.more-recent-posts .desc {
  font-family: var(--description-font);
  line-height: 19px;
  clear: both;
}
.more-recent-posts .recent-post {
  margin-bottom: 20px;
}
.show-heading {
  padding: 20px;
  max-width: 720px;
  margin: 0 auto;
}
.tax-podcast-channel .container {
  display: flex;
  flex-wrap: wrap;
}
.tax-podcast-channel .more-recent-posts {
  order: 2;
  width: 100%;
}
.tax-podcast-channel #sidebar-lock {
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}
.tax-podcast-channel #sidebar-lock iframe {
  margin: 0 auto;
  display: block;
}
.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.recent-post:hover {
  box-shadow: 0 0 2px $lightGray;
}
.recent-post .thumb-wrap {
  margin-bottom: 10px;
}
.recent-post .thumb-wrap:hover {
  opacity: 0.9;
}
.recent-post .post-details {
  width: auto;
  float: left;
}
.recent-post .post-details .post-description {
  margin-top: 7px;
}
.recent-post .post-details .category-name {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #777;
}
.load-more-button a {
  background: #000;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--cta-font);
  text-align: center;
  padding: 10px 0;
}
.load-more-button a:hover {
  background: #ffd007;
  color: #000;
}
.genre-archive_link {
  padding: 20px 30px;
  background: #cdcdcd;
}
.search .section-heading:before {
  content: "";
  background-image: url("https://s2982.pcdn.co/wp-content/themes/bookriot/assets/svgs/magnifying-glass.svg");
  background-size: 50px 40px;
  width: 50px;
  height: 40px;
  margin-left: 4px;
  display: inline-block;
}
.archive-description-section {
  display: table;
  padding-bottom: 10px;
}
.archive-description-section .cell {
  display: table-cell;
  padding: 0;
  height: 130px;
  vertical-align: middle;
}
.archive-description-section .archive-icon {
  width: 75px;
}
.archive-description-section .archive-description p {
  font-size: 19px;
  line-height: 27px;
  color: var(--text-color);
  font-family: var(--description-font);
  text-align: center;
}
.archive-description-section .archive-description h1 {
  font-size: 40px;
  font-family: var(--cta-font);
  font-weight: 100;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.archive-description-section .archive-description a {
  text-decoration: underline;
}
.archive-list-img {
  width: 75px;
  height: 75px;
/*max-height 20vw*/
  margin-right: 15px;
  overflow: hidden;
}
.archive-list-img .reg-img {
  width: auto;
}
#section-curated-content {
  margin-top: 30px;
}
.genre-archive_link.container {
  margin-bottom: 1rem;
}
.archive .genre-newsletter_wrap {
  text-align: center;
}
.archive .genre-newsletter_wrap .genre-newsletter {
  height: 155px;
}
.archive .genre-newsletter_wrap .genre-newsletter_headline {
  margin-top: 8px;
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .archive .genre-newsletter_wrap .genre-newsletter_headline {
    margin-bottom: 0;
  }
}
.archive .genre-newsletter_wrap .genre-newsletter form {
  margin-top: 12px;
}
.post-type-podcast .post-details > a:before {
  content: " ";
  width: 20px;
  height: 18px;
  background-image: url("https://s2982.pcdn.co/wp-content/themes/bookriot/assets/svgs/headphones.svg");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
@media (min-width: 768px) {
  #main-content-wrap {
    margin-top: 60px;
  }
  .podcast-show [id]::before {
    content: '';
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
  }
  .heading .section-heading {
    font-size: 5.5rem;
  }
  .heading .tagline {
    font-size: 2rem;
    line-height: 2rem;
  }
  .archive-description-section .archive-icon {
    display: block;
  }
  .archive .genre-archive_link.container {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .archive .genre-podcast_wrap {
    width: 299px;
    margin-right: 22px;
    float: left;
  }
  .archive .genre-newsletter_wrap {
    width: calc(100% - 321px);
    float: right;
  }
  .podcast-show {
    padding: 40px 20px;
  }
  .archives .container {
    display: flex;
    justify-content: space-around;
  }
  .archives .recent-post {
    display: flex;
  }
  .archives .recent-post .thumb-wrap {
    margin-right: 20px;
    max-width: 210px;
    max-height: 112px;
    overflow: hidden;
    flex: 0 0 160px;
  }
  .archives .recent-post img {
    max-width: 260px;
    height: auto;
  }
  .archives .post-details {
    max-width: 480px;
  }
  .more-recent-posts .description,
  .archive .description,
  .tax-podcast-channel .subscribe-links {
    font-size: 21px;
    line-height: 25px;
  }
  .tax-podcast-channel .thumb-wrap {
    display: none;
  }
  .tax-podcast-channel .container {
    flex-wrap: nowrap;
  }
  .tax-podcast-channel .more-recent-posts {
    order: 1;
  }
  .tax-podcast-channel #sidebar-player {
    order: 2;
    width: 300px;
  }
  .tax-podcast-channel #sidebar-player iframe {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tax-podcast-channel .more-recent-posts {
    flex: 0 0 400px;
  }
}
@media (min-width: 1200px) {
  .tax-podcast-channel .post-details {
    max-width: 500px;
  }
  .tax-podcast-channel .thumb-wrap {
    display: block;
  }
  .tax-podcast-channel .container {
    max-width: 1200px;
  }
  .tax-podcast-channel #sidebar-player {
    width: 360px;
  }
  .tax-podcast-channel #sidebar-player iframe {
    width: 360px;
  }
}
/* AUTHOR PAGES */
.author .author-block {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 460px) {
  .author .author-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.author h1.author-name {
  font-size: 2.8rem;
  float: none;
  text-transform: uppercase;
  text-align: left;
  color: var(--text-color);
  letter-spacing: 2;
}
.author .description {
  margin: 0 0 50px 20px;
  font-size: 17px;
  line-height: 24px;
}
.author .description a {
  box-shadow: inset 0 -2px 0 #ffd007;
}
.all-posts-by {
  color: var(--text-color);
  margin: 50px 0 12px;
}
/* PODCAST ARCHIVE (Listen!) */
.post-type-archive-podcast .container {
  max-width: 900px;
}
/* READ HARDER ARCHIVE */
.category-read-harder .insiders-promo {
  margin-top: 50px;
}
.category-read-harder .insiders-promo .section-heading {
  margin: 0 0 20px;
}
.category-read-harder .insiders-promo .thumb-wrap img {
  max-width: 250px;
}
.category-read-harder .insiders-promo .podcasts-inner-wrap {
  justify-content: center;
}
.category-read-harder .insiders-sections {
  justify-content: space-evenly;
}
.category-read-harder .insiders-sections .column {
  flex: 0 0 auto;
}
.category-read-harder .insiders-sections .thumb-wrap {
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .category-read-harder .insiders-sections .podcasts-promo {
    flex: 0 0 320px;
  }
}
/* SEARCH RESULTS */
.magnifying-glass {
  width: 39px;
  height: 39px;
  fill: #ffd007;
}
.archive .section-header,
.search .section-header {
  font-family: var(--cta-font);
  font-size: 54px;
  font-weight: 600;
  color: $darkGray;
  margin-bottom: 20px;
}
