.playlist-stack {
  max-height: 250px;
  position: relative;
  padding: 0;
}

.narrow-wrapper .playlist-stack img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.col-4.playlist-stack img {
  object-fit: cover;
  object-position: 50% 50%;
  max-height: 250px;
  width: 100%;
}

#playlist-showcase {
  color: #fff;
}

.playlist-showcase-wrapper.narrow-wrapper .playlist-stack img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 555px;
  z-index: 1;
  position: relative;
}

.playlist-showcase-wrapper.hometop.narrow-wrapper .playlist-stack img {
  max-height: 250px;
}

.row#week-showcase {
  margin: 0;
}

@media (max-width:767px) {
  .playlist-showcase-wrapper.narrow-wrapper {
    flex-basis: 100%;
  }
}

@media (max-width:767px) {
  .playlist-showcase-wrapper.narrow-wrapper .featured-playlist.playlist-stack {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.3333%;
    max-width: 33.33333%;
  }
}

@media (max-width:767px) {
  .playlist-showcase-wrapper.narrow-wrapper .playlist-stack img {
    max-height: 250px;
  }
}

@media (max-width:767px) {
  .playlist-showcase-wrapper.week.narrow-wrapper .playlist-stack img {
    max-height: 100px!important;
  }
}

@media (min-width:768px) {
  .playlist-showcase-wrapper.narrow-wrapper {
    flex-grow: 5.2;
    max-width: 555px;
  }
}

@media (min-width:768px) {
  .playlist-showcase-wrapper.narrow-wrapper .playlist-stack img {
    height: 240px;
  }
}

@media (min-width:768px) {
  .playlist-showcase-wrapper.week.narrow-wrapper .playlist-stack img {
    max-height: 100px!important;
  }
}

@media (max-width: 767px) {
  .col-4.playlist-stack img {
    aspect-ratio: 1/1;
  }
}

@media (min-width: 1024px) and (max-width:1399px) {
  .col-4.playlist-stack img {
    aspect-ratio: 87/38;
    max-height: 190px!important;
    /*border: 10px solid red!important;*/
  }
}

@media (min-width: 1400px) {
  .col-4.playlist-stack img {
    aspect-ratio: 329 / 125;
  }
}

#week_playlist-showcase {
  color: #fff;
  background-color: var(--background-dark);
}

#playlist-showcase .playlist-embed iframe, #week_playlist-showcase .playlist-embed iframe {
  padding: 0 20px;
}

.playlist-synopsis h3, .playlist-synopsis h4, .playlist-synopsis h5, .week_playlist-synopsis h3, .week_playlist-synopsis h4, .week_playlist-synopsis h5 {
  text-transform: uppercase;
  text-decoration: none;
  color: #2a2929;
}

#playlist-showcase .playlist-title a, #week_playlist-showcase .playlist-title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

#playlist-showcase .playlist-title a:hover, #week_playlist-showcase .playlist-title a:hover {
  color: rgba(255,255,255,0.7);
}

@media (max-width: 300px) {
  #playlist-showcase .playlist-title, #week_playlist-showcase .playlist-title {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    word-break: break-word;
    text-shadow: 1px 1px #111;
    z-index: 3;
  }
}

@media (min-width:301px) and (max-width: 576px) {
  #playlist-showcase .playlist-title, #week_playlist-showcase .playlist-title {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    word-break: break-word;
    text-shadow: 1px 1px #111;
    z-index: 3;
  }
}

@media (min-width: 577px) {
  #playlist-showcase .playlist-title, #week_playlist-showcase .playlist-title {
    position: absolute;
    bottom: 10%;
    text-align: left;
    /*width: 100%;*/
    padding-left: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px #111;
    z-index: 3;
  }
}

@media (min-width: 577px) {
  #playlist-showcase .narrow-wrapper .playlist-title, #week_playlist-showcase .narrow-wrapper .playlist-title {
    bottom: -5px;
    font-size: 24px;
    font-weight: 300;
    padding-left: 20px;
    z-index: 3;
  }
}

.featured-playlist {
  position: relative;
}

.whitetext {
  color: #fff!important;
}

#playlist-showcase, #week_playlist-showcase {
  overflow-x: hidden!important;
  width: 100%;
  transition: background-color 0.5s ease;
  margin-left: 0;
  margin-right: 0;
}

.playlist-synopsis, .playlist-embed, .week_synopsis {
  padding-top: 18px;
}

.week_synopsis.authornames {
  padding-top: 0;
}

#playlistpic, #week_playlistpic {
  /*opacity: 0;*/
  /*transition: left 0.5s ease-in-out;*/
  transition: opacity 0.5s ease-in-out;
  position: relative;
  left: 0;
  aspect-ratio: 1 / 1;
  z-index: 3;
}

.playlist-synopsis h5 {
  padding-top: 16px;
  FONT-SIZE: 20px;
  font-weight: bold;
}

.synopsis a.playlist_author, .week_synopsis a.playlist_author {
  /*text-shadow: 1px 1px var(--text-color);*/
}

.synopsis.title p, .week_synopsis.title p {
  margin-bottom: 4px;
}

.synopsis.text-left, .week_synopsis.text-left {
  margin-bottom: 12px;
}

.switchedon {
  display: block;
}

.switchedoff {
  display: none;
}

@media (min-width: 301px) {
  .playlist-showcase-wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.playlist-showcase-wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

a.playlist_tag {
  padding: 10px 25px;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}

a.playlist_tag:not(:last-child) {
  margin-right: 15px;
}

.col.playlist-embed.text-center.wide-embed a.playlist_tag, #single-featured-playlist a.playlist_tag {
  width: 30%;
  background-color: var(--background-feint-color);
  border: 1px solid var(--text-color);
  color: var(--text-color);
  line-height: 1rem;
  padding: 10px 0;
}

#single-featured-playlist a.playlist_tag {
  text-align: center;
}

.darken_graduated_alt {
  background-color: var(--background-dark);
}

.col.playlist-embed.text-center.wide-embed a.playlist_tag svg, #single-featured-playlist a.playlist_tag svg {
  margin-right: 12px;
}

section#single-featured-playlist .row.mx-auto.single-featured-playlist-inner, section#featured_video .ratio.ratio-16x9.mx-auto.featured-video, section#single-featured-playlist .single-featured-playlist-heading, section#single-featured-playlist.p-2.pb-md-5 div.row.featured_heading.v2 div.col, section#featured_video .row.featured_heading.v2 .col, section#featured_video .row .ratio.ratio-16x9.featured-video iframe {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

section#articles-by-tag p {
  font-size: 16px;
  line-height: 1.8em;
}

section#single-featured-playlist .single-featured-playlist-heading {
  margin-left: auto;
  margin-right: auto;
}

a.playlist_tag:hover {
  background-color: #eee;
}

a.playlist_tag:hover {
  background-color: #eee;
}

a.playlist_tag img {
  width: 18px;
  height: auto;
  margin-right: 8px;
}

p.playlistheading {
  padding-top: 16px;
  FONT-SIZE: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

a.big_old_button {
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  background-color: #E7613C;
  padding: 12px 24px;
  word-break: break-word;
  display: inline-block;
}

a.big_old_button_lowercase {
  font-size: 20px;
  color: #fff;
  background-color: #E7613C;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  word-break: break-word;
  display: inline-block;
  font-weight: 500;
}

a.medium_button {
  font-size: 18px;
  color: #fff;
  background-color: #E7613C;
  padding: 8px 16px;
  word-break: break-word;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.synopsis.playlist-synopsis.title p, .week_synopsis.title p {
  text-transform: uppercase;
  font-size: 35px;
  position: relative;
  z-index: 3;
}

.synopsis p, .week_synopsis p {
  position: relative;
  z-index: 3;
}

.flex-synopsis .synopsis p, .flex-synopsis .week_synopsis p {
  max-width: 360px;
}

a.big_old_button:hover, a.big_old_button_lowercase:hover, a.medium_button:hover {
  background-color: #e2441d;
}

.synopsis.playlist-synopsis.slogan p, .week_synopsis.slogan p {
  font-size: 28px;
  font-style: italic;
}

iframe.embedded-playlist {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wide-embed iframe.embedded-playlist {
  padding: 0;
  margin: 0;
}

.wide-embed .playlist-synopsis, .playlist-embed, .wide-embed .week_playlist-synopsis {
  padding-left: 0;
  background-color: var(--background-dark);
}

@media (max-width:767px) {
  .wide-embed {
    flex-basis: 100%;
  }
}

@media (min-width:768px) {
  .wide-embed {
    flex-grow: 7.5;
  }
}

.flex-synopsis {
  flex-grow: 4;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 400px;
}

.siemaHome {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: var(--background-alt);
  max-height: 300px;
  overflow:hidden!important;
}



.siemaHome:not(.siema) {
  display: block;
  height: 215px;
  overflow:hidden!important;
}

@media (min-width:768px) {
	.siemaHome:not(.siema) {
	  height: 215px;
	}
}

@media (min-width:768px) {
	.siemaHome:not(.siema) {
	  height: 260px;
	}
}
@media (min-width:1200px) {
	.siemaHome:not(.siema) {
	  height: 300px;
	}
}


.siemaHomeWrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.siemaHomeWrapper.initialized {
  opacity: 1;
}

.siema-slide .playlist_pic {
  position: relative;
  aspect-ratio: 1 / 1;
}

.siema-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 15px;
  min-height: revert;
  position: relative;
}

body.page-template-page-collection .siema-slide, body.page-template-page-collection-1-1 .siema-slide {
  min-height: initial;
}

.siema-slide h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1rem;
}

.siema-slide p {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1rem;
}

.siema-slide h3 a {
  color: var(--text-color);
}

.siemaStable .siema-slide h3 a {
  color: #fff;
}

.siema-slide h3 a:hover {
  color: #e8613d;
}

.siema-slide p.added_date {
  font-size: 0.8rem;
  color: var(--text-color);
}

.countposts h3 {
  font-size: 46px;
  font-weight: 200;
  font-family: 'Josefin Sans',sans-serif;
  color: var(--text-color);
}

.suggested_box {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 2px 5px #000;
  position: relative;
  padding: 20px 10px;
  max-height: 150px;
  min-height: 100px;
  background-position: 50% 50%;
  overflow: hidden;
}

.suggested_box a {
  /*padding: 20px;*/
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px #111;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
}

.suggested_box a h3 {
  /*color: #fff;*/
  /*text-shadow: 1px 1px #111;*/
  /*text-transform: uppercase;*/
  /*text-decoration: none;*/
}

.row.sugg_curators, .row.sugg_curators_full_width {
  margin-top: 0;
  margin-bottom: 35px;
}

@media (min-width: 1400px) {
  .row.sugg_curators, .row.explore, .row.recommend, #curators .row.curators {
    margin-left: 55px;
    margin-right: 55px;
    /*max-height: 295px;*/
    overflow-y: hidden;
  }
}

.sugg_box_1 {
  background-color: #3B3B3B;
  padding: 0 28px 25px 28px;
}

.row.sugg_curators p, .row.sugg_curators h3, .row.sugg_curators_full_width p, .row.sugg_curators_full_width h3 {
  color: #fff;
}

.row.sugg_curators p, .row.sugg_curators_full_width 0 {
  font-size: 18px;
  line-height: 1.5rem;
  font-family: 'Josefin Sans';
}

.row.sugg_curators h3, .row.sugg_curators_full_width h3 {
  text-transform: uppercase;
  /*padding-top: 25px;*/
}

.suggested_box h4 {
  margin-top: auto;
  margin-left: 0;
  margin-bottom: auto;
  vertical-align: middle;
  display: inline;
}

.sugg_box_2 {
  background-color: #222;
  padding: 0 28px 25px 28px;
}

.row.explore .explore_col {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 10px;
  max-height: 150px;
  min-height: 100px;
  background-position: 50% 50%;
  border-radius: 2rem;
  overflow: hidden;
}

.row.explore .explore_col h4 {
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 40px;
}

.row.recommend .recommend_col h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.row.explore .explore_col a {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.row.explore .explore_col .bubble {
  border-radius: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#explore {
  margin-bottom: 35px;
}

#recommend {
  background-color: var(--background-feint-color);
  margin-bottom: 30px;
  padding-bottom: 35px;
  /*border-bottom: 1px solid var(--background-dark-alt);*/
}

p {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

body.page-template-page-collection p, body.page-template-page-collection-1-1 p {
  font-family: Lato, sans-serif!important;
}

.home_subheading {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}

.home_subheading.latest {
  margin-top: 43px;
}

h1, h2, h3, h4 {
  font-family: 'Josefin Sans';
}

#recommend h4 a {
  color: #e8613d;
  text-decoration: none;
}

#recommend h4 a:hover {
  text-decoration: none;
  color: #f08b6f;
}

.row.recommend .recommend_col {
  padding: 10px 25px;
}

@media (max-width: 1024px) {
  .recommended-feature:nth-child(even) {
    background: var(--background-color);
  }
}

@media (min-width: 1025px) {
  #recommend_1, #recommend_4, #recommend_5, #recommend_8, #recommend_9, #recommend_12 {
    background: var(--background-color);
  }
}

#showcase {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0;
}

.row.explore {
  /*margin-top: 25px;*/
}

.row.recommend p {
  color: var(--text-color);
}

.row.recommend .recommended-feature .recommend_col img {width:250px;height:250px;object-fit:cover;max-width:100%;}

.curator_thumbnail {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  BORDER: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

#curators {
  margin-bottom: 55px;
}

.curator_caption {
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s, top 0.2s linear;
  top: 200px;
}

.curator_thumbnail img {
  object-fit: fill;
  width: 100%;
  min-height: 100%;
  object-position: 50% 50%;
  border: 5px solid var(--background-color);
  aspect-ratio: 1/1;
}

.curator_thumbnail:hover .curator_caption {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  opacity: 1;
  top: 0;
  word-wrap: anywhere;
  padding: 0 10px 10px 0;
  border: 5px solid var(--background-color);
}

.curator_thumbnail a {
  color: #fff;
}

.curator_caption h4 {
  padding: 10px;
}

.curator_caption .curator_tag {
  margin: 3px;
  padding: 2px;
}

.curator_caption {
  padding: 0 10px;
  max-width: 100%;
  word-wrap: break-word;
}

.curator_caption a.curator_tag:hover {
  color: #eee;
  background-color: #121212;
}

.curator_caption a.curator_tag {
  margin: 3px;
  padding: 2px 4px;
  background-color: #eee;
  color: #121212;
}

.suggested_box h4 {
  color: #fff;
}

@media (max-width: 1024px) {
  #synopsis-1 {
    display: none;
  }
}

.playlist-stack a {
  display: inline;
  max-width: 99%;
  border: 0;
}

.synopsis.text-left.switchedon, .synopsis.text-left.playlist-synopsis.title switchedon, .synopsis.playlist-synopsis.slogan.switchedon, .week_synopsis.text-left.switchedon, .week_synopsis.text-left.title switchedon, .week_synopsis.slogan.switchedon {
  padding-left: 18px;
}

p.text-left a.big_old_button {
  margin-left: 18px;
}

#explore .row {
  margin-left: 0;
  margin-right: 0;
}

.row.featured_heading {
  margin-left: 2rem;
}

.row.featured_heading.v2 {
  margin-left: 0;
}

.row.featured_heading.v2 .col {
  margin-left: 2px;
}

p.curator_names {
}

.siema-slide div.curator_names p a:nth-child(n + 10) {
  display: none;
}

/* ////////////////////////

Soulful Stable

//////////////////////// */

.stable-panel {
  background-color: rgba(37,37,37,0.6);
  color: #FFF;
  /*text-shadow: 1px 1px #111;*/
  font-family: "Josefin Sans", Sans-serif;
  padding-bottom: 50px;
  background-image: radial-gradient(at center center, #707070 0%, #000000CC 100%);
  opacity: 0.8;
}

section#soulful-stable {
  /*background-image: url("/wp-content/themes/html5blank-stable/img/the-hoofs-soulful-stable-funk-and-soul-music-playlists-low-contrast-cropped.jpg");*/
  background-size: cover;
  padding-bottom: 50px;
  background-color: var(--background-medium);
  margin-top: 45px;
}

img.hoof-thumb {
  max-width: 124px;
  padding-top: 20px;
  padding-bottom: 20px;
}

section#soulful-stable .container {
  padding-top: 55px;
}

section#soulful-stable .col.text-center {
  padding: 20px 40px;
}

a.stable-button {
  display: block;
  background-color: #F2704F;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: all .3s ease!important;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
}

section#soulful-stable h2.stable-head {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: none!important;
}

section#soulful-stable h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.stable-button:hover {
  transform: scale(0.95);
  font-size: 24px;
}

#soulful-stable p {
  text-align: left;
  font-size: 25px;
}

.stable-feature {
  padding-bottom: 20px;
}

.row.positioning-statement {
  background-color: #E7623B;
  min-height: 120px;
}

.row.positioning-statement .col.text-center {
  display: flex;
}

.row.positioning-statement h1 {
  align-self: center;
  color: #fff;
  text-transform: lowercase;
  font-weight: 400;
  font-size: calc(30px + 10 * ((100vw - 100px)/ 680));
  width: 100%;
}

body.page-template.page-template-page-collection-1-1.page-template-page-collection-1-1-php .row.positioning-statement {
  min-height: 300px;
  background-image: url('/wp-content/themes/html5blank-stable/img/collection-page-header-June-2024.jpg');
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

#connecting {
}

section#connecting.join {
  /*border-top: 1px solid var(--background-dark-alt);
  border-bottom: 1px solid var(--background-dark-alt);*/
}

section#intro {border-top: 1px solid var(--background-dark-alt);
  border-bottom: 1px solid var(--background-dark-alt);}

.boxed_quote {
  border: 1px solid var(--background-dark-alt);
  border-radius: 18px;
}

.headshot {
  width: 100%;
  object-fit: cover;
  max-width: 140px;
  border-radius: 50% 50%;
}

.citation {
  font-style: italic;
  color: var(--background-dark-alt);
  font-family: Lato, sans-serif!important;
  font-weight: 500;
}

.big_number {
  color: var(--link-color);
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
  vertical-align: bottom;
}

body.home h2 {
  text-transform: initial;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}

.siemaStable {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

