/*
Theme Name:   Sloane Child Theme for Divi
Theme URI:    https://brandandbuildtemplates.me/themes/sloane/
Description:  For coaches & podcasters
Author:       Brand & Build
Author URI:   https://brandandbuild.me
Template:     Divi
Version:      1.3
*/

/****************/
/*Global styling*/
/****************/

/*Sloane Colour Variables*/

/*Edit the values below to change the custom CSS colours sitewide*/

:root {
  --bb-sloane-dark: #4c3e30;
  --bb-sloane-light: #fdfdfd;
  --bb-sloane-grey: #e7eaee;
  --bb-sloane-highlight: #000000;
  --bb-sloane-heading-font: "Bebas Neue", display;
  --bb-sloane-body-font: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

#page-container {
  overflow: hidden;
}

/* Font styling */

.bb-sloane-text h1,
.bb-sloane-post-content h1,
.bb-sloane-contact-form.et_pb_module h1 {
  font-size: clamp(3.2rem, 4.5vw, 4.5vw);
}

.bb-sloane-text h2,
.bb-sloane-post-content h2,
.bb-sloane-cta h2,
.bb-sloane-contact-form.et_pb_module h2,
.bb-sloane-countdown h2 {
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
}

.bb-sloane-text h3,
.bb-sloane-post-content h3,
.bb-sloane-contact-form.et_pb_module h3,
.bb-sloane-countdown h3 {
  font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.bb-sloane-text h4,
.bb-sloane-blurb .et_pb_module_header,
.bb-sloane-pricing-table .et_pb_pricing_heading h4.et_pb_pricing_title,
.bb-sloane-optin h4.et_pb_module_header,
.bb-sloane-posts .entry-title,
.bb-sloane-post-content h4,
.bb-sloane-large-headings h4,
.bb-sloane-cta h4,
.bb-sloane-contact-form.et_pb_module h4,
.bb-sloane-countdown h4,
.bb-sloane-podcast-subscribe .pp-sub-widget div.pp-sub-t,
.bb-sloane-testimonial-slider h4.et_pb_slide_title,
.bb-sloane-toggle h4.et_pb_toggle_title {
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.bb-sloane-text h5,
.bb-sloane-post-content h5,
.bb-sloane-contact-form.et_pb_module h5,
.bb-sloane-countdown h5,
.bb-sloane-toggle h5.et_pb_toggle_title {
  font-size: clamp(1.8rem, 2.25vw, 2.75rem);
}

.bb-sloane-text h6,
.bb-sloane-post-content h6,
.bb-sloane-contact-form.et_pb_module h6,
.bb-sloane-countdown h6,
.bb-sloane-podcast-subscribe .pp-sub-widget div.pp-sub-h,
.bb-sloane-toggle h6.et_pb_toggle_title {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}

.bb-sloane-large-headings h1,
.bb-sloane-large-headings h2 {
  font-size: clamp(5rem, 8vw, 8vw);
}

.bb-sloane-large-headings h4 {
  padding-bottom: 0;
  margin-bottom: -10px;
}

.bb-sloane-large-headings.et_pb_text_align_right h4 {
  margin-right: 30px;
}

.bb-sloane-large-headings.et_pb_text_align_left h4 {
  margin-left: 30px;
}

/* Lists */
.bb-sloane-text ul li::marker,
.bb-sloane-post-content ul li::marker {
  content: "\45";
  font-family: ETModules;
}

/*Scrollbars*/

html {
  scrollbar-color: var(--bb-sloane-dark) var(--bb-sloane-highlight);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--bb-sloane-dark);
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: var(--bb-sloane-highlight);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--bb-sloane-highlight);
  opacity: 1;
}

/*Back to top*/

.et_pb_scroll_top::before {
  content: "\42";
  font-family: ETModules;
  color: var(--bb-sloane-highlight);
}

.et_pb_scroll_top.et-pb-icon {
  background: var(--bb-sloane-dark);
  bottom: 150px;
  right: 10px;
  padding: 5px;
  border-radius: 5px;
}

/*Global Header*/

#bb-sloane-header-menu .et-menu .menu-item-has-children > a:first-child::after {
  top: 50%;
  transform: translate(0, -50%);
}

#bb-sloane-header-menu .et_mobile_menu ul.sub-menu li.menu-item-has-children {
  flex-direction: column;
}

#bb-sloane-header-menu .nav li {
  margin-top: 0;
}

#bb-sloane-header-menu.et_pb_menu ul.sub-menu {
  padding: 0;
  top: 100%;
  box-shadow: none;
}

#bb-sloane-header-menu.et_pb_menu
  ul.sub-menu
  li.menu-item-has-children
  > a:first-child::after {
  right: 10px;
}

#bb-sloane-header-menu.et_pb_menu
  .menu-item-has-children
  > a:first-child::after {
  content: "\43";
  font-family: ETModules;
}

#bb-sloane-header-menu.et_pb_menu ul.sub-menu li ul {
  top: 0;
}

#bb-sloane-header-menu .et_pb_menu__menu ul.sub-menu li {
  padding: 0;
  display: flex;
}

#bb-sloane-header-menu.et_pb_menu ul.sub-menu li.menu-item a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  flex: 1 1 auto;
  transition: background 0.3s ease;
}

#bb-sloane-header-menu.et_pb_menu ul.sub-menu li.menu-item a:hover {
  background: var(--bb-sloane-highlight);
  color: var(--bb-sloane-dark) !important;
}

#bb-sloane-header-menu .et_mobile_nav_menu {
  padding: 10px;
}

#bb-sloane-header-menu .et_mobile_menu {
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  width: 100vw;
  right: -30px;
  left: auto;
  box-shadow: none;
}

#bb-sloane-header-menu .et_pb_menu__search-form {
  background: var(--bb-sloane-light);
}

#bb-sloane-header-menu .et_pb_menu__search-input {
  height: 40px;
  padding: 10px;
}

/* Podcast subscribe toggle */

#bb-sloane-podcast-subscribe .pp-sub-widget {
  padding: 20px 20px 10px 20px;
  margin-top: 0;
  box-shadow: none;
}

#bb-sloane-podcast-subscribe .pp-sub-h,
#bb-sloane-podcast-subscribe .pp-sub-t,
#bb-sloane-podcast-subscribe .pp-sub-l,
#bb-sloane-podcast-subscribe .pp-sub-m {
  display: none;
}

#bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-bx {
  -moz-column-count: 1;
  column-count: 1;
  margin: 0 5px;
  padding-top: 10px;
}

#bb-sloane-podcast-subscribe-row .et_pb_button_module_wrapper {
  transform: rotate(270deg) translatex(-50%);
  transform-origin: top left;
  top: 50%;
  z-index: 5;
}

#bb-sloane-podcast-subscribe-row {
  transition: transform 0.5s ease;
}

#bb-sloane-podcast-subscribe-row.close {
  transform: translateX(-125%);
}

#bb-sloane-podcast-subscribe .pp-sub-widget.pp-sub-widget-include,
#bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-widget-head {
  margin-bottom: 0;
}

#bb-sloane-podcast-subscribe .pp-sub-widget-modern a.pp-sub-btn-sq {
  margin: 0 0 10px;
  border: 1px solid var(--bb-sloane-grey);
  border-radius: 0;
  position: relative;
}

#bb-sloane-podcast-subscribe .pp-sub-btn-sq::after,
#bb-sloane-podcast-subscribe .pp-sub-btn::after {
  content: "\45";
  font-family: ETModules;
  font-size: 20px;
  margin-top: 0;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#et-boc #bb-sloane-podcast-subscribe {
  left: -125%;
  transition: left 0.5s ease;
}

#et-boc #bb-sloane-podcast-subscribe.open {
  left: 0;
}

.bb-sloane-subscribe-button::after {
  transition: left 0.5s ease;
}

.bb-sloane-subscribe-button.open::after {
  transform-origin: center;
  transform: scaleY(-1);
}

/* Header audio bar */

/* Flex the bar */

.bb-sloane-audio-bar-title .et_pb_post {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bb-sloane-audio-bar-title .entry-title {
  padding: 5px 0;
}

.bb-sloane-audio-bar .mejs-container,
.bb-sloane-audio-bar .mejs-controls,
.bb-sloane-podcast-post-player .powerpress_player .mejs-container,
.bb-sloane-podcast-post-player .powerpress_player .mejs-controls {
  background: transparent;
}

.bb-sloane-audio-bar .mejs-controls button,
.bb-sloane-posts .mejs-controls button,
.bb-sloane-podcast-post-player .powerpress_player .mejs-controls button {
  -webkit-filter: grayscale(1) invert(1) opacity(80%);
  filter: grayscale(1) invert(1) opacity(80%);
}

.bb-sloane-audio-bar
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.bb-sloane-audio-bar .mejs-controls .mejs-time-rail .mejs-time-total,
.bb-sloane-posts
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.bb-sloane-posts .mejs-controls .mejs-time-rail .mejs-time-total,
.bb-sloane-podcast-post-player
  .powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.bb-sloane-podcast-post-player
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total {
  background: var(--bb-sloane-light);
  outline: 1px solid var(--bb-sloane-dark);
}

.bb-sloane-audio-bar
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.bb-sloane-posts
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.bb-sloane-podcast-post-player
  .powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.bb-sloane-audio-bar .mejs-controls .mejs-time-rail .mejs-time-current,
.bb-sloane-posts .mejs-controls .mejs-time-rail .mejs-time-current,
.bb-sloane-podcast-post-player
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current {
  background: var(--bb-sloane-dark);
}

.bb-sloane-audio-bar .mejs-controls .mejs-time-rail .mejs-time-loaded,
.bb-sloane-posts .mejs-controls .mejs-time-rail .mejs-time-loaded,
.bb-sloane-podcast-post-player
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: var(--bb-sloane-grey);
}

.bb-sloane-audio-bar
  .et_audio_container
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total,
.bb-sloane-audio-bar
  .et_audio_container
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.bb-sloane-audio-bar .mejs-controls .mejs-time-rail .mejs-time-current,
.bb-sloane-audio-bar
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  border-radius: 0;
  height: 10px;
}

.bb-sloane-audio-bar
  .et_audio_container
  .mejs-controls
  .mejs-time-handle-content,
.bb-sloane-audio-bar
  .et_audio_container
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-handle {
  top: 0;
  border-radius: 0;
  left: 0;
  width: 0;
}

.bb-sloane-audio-bar .et_audio_container .mejs-volume-button button::before {
  font-size: 16px;
}

.bb-sloane-audio-bar .et_audio_container .mejs-controls {
  align-items: center;
}

.bb-sloane-audio-bar
  .et_audio_container
  .mejs-container
  .mejs-controls
  .mejs-time
  span {
  font-size: 14px;
  color: var(--bb-sloane-dark);
}

.et_audio_container .mejs-button.mejs-volume-button {
  bottom: -5px;
}

/*Footer Optin*/

/*Flex the optin fields*/

.bb-sloane-optin .et_pb_newsletter_form .et_pb_newsletter_field {
  flex: 1 1 auto !important;
  margin-bottom: 0;
}

/*Field wrapping*/

.bb-sloane-optin .et_pb_newsletter_fields {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
}

/*Button*/

.bb-sloane-optin .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
  flex: 1 1 auto !important;
}

/*Remove the email padding*/

.bb-sloane-optin .et_pb_newsletter_form p.et_pb_newsletter_field {
  padding-bottom: 0;
}

/**************/
/*Page styling*/
/**************/

/* Post Layouts */

/* Global */

.bb-sloane-posts .et_pb_post .mejs-controls {
  padding: 0 5px 0 0;
  background: var(--bb-sloane-highlight);
}

.bb-sloane-posts .et_pb_post {
  padding: 20px;
}

.bb-sloane-posts .pagination .alignleft a::before,
.bb-sloane-posts .pagination .alignright a::after {
  font-family: ETModules;
  color: var(--bb-sloane-dark);
  position: absolute;
  font-size: 30px;
}

.bb-sloane-posts .pagination .alignleft a::before {
  content: "\44";
  margin-left: -12px;
}

.bb-sloane-posts .pagination .alignright a::after {
  content: "\45";
  margin-left: -22px;
}

/* Post title icons */

.bb-sloane-posts .et_pb_post.category-podcast-episodes .entry-title::before,
.bb-sloane-posts .et_pb_post.category-articles .entry-title::before {
  font-family: "ETModules";
  font-size: clamp(1.4rem, 2vw, 2vw);
  margin-right: 5px;
  color: var(--bb-sloane-highlight);
}

/* Podcast icon */
.bb-sloane-posts .et_pb_post.category-podcast-episodes .entry-title::before {
  content: "\e01b";
}

/* Post icon */
.bb-sloane-posts .et_pb_post.category-articles .entry-title::before {
  content: "\68";
}

/* Inline blog layout */

@media all and (min-width: 981px) {
  .bb-sloane-posts-inline .et_pb_post {
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
  }
}

.bb-sloane-posts-inline .et_pb_post {
  background: var(--bb-sloane-light);
}

.bb-sloane-posts-inline .entry-featured-image-url {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 0;
}

.bb-sloane-posts-inline .entry-featured-image-url img {
  -o-object-fit: cover;
  object-fit: cover;
}

.bb-sloane-posts-inline .bb-sloane-post-content-wrapper {
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.bb-sloane-posts-inline .post-content-inner {
  padding-bottom: 30px;
}

/* Grid & Tiles Layouts */

/* Set the grid sizing */
.bb-sloane-posts-grid .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  grid-gap: 50px;
}

@media all and (min-width: 1200px) {
  .bb-sloane-posts-grid .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  }
}

/* Flex the posts */
.bb-sloane-posts-grid .et_pb_post {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  background: var(--bb-sloane-light);
}

.bb-sloane-posts-grid .et_pb_post .entry-featured-image-url {
  margin: -20px -20px 30px;
}

.bb-sloane-posts-grid .et_pb_post .post-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.bb-sloane-posts-grid .et_pb_post .post-content-inner {
  padding-bottom: 30px;
}

.bb-sloane-posts-grid .et_pb_post a.more-link {
  margin-top: auto;
  align-self: flex-start;
}

/* Make pagination fullwidth */
.bb-sloane-posts-grid .et_pb_ajax_pagination_container div {
  grid-column: 1 / -1;
}

.bb-sloane-posts-tiles .et_pb_post {
  position: relative;
  padding: 0;
}

.bb-sloane-posts-tiles .et_pb_post .et_pb_image_container {
  margin: 0;
}

.bb-sloane-posts-tiles .bb-sloane-post-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.bb-sloane-posts-tiles .bb-sloane-post-content-wrapper:before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 0) 80%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bb-sloane-posts-tiles .entry-title {
  margin-top: auto;
}

/* Single Podcast Layout */

.bb-sloane-posts-inline .et_pb_post {
  padding: 0;
}

.bb-sloane-posts .powerpress_links.powerpress_links_mp3,
.bb-sloane-posts .powerpress_links.powerpress_subscribe_links {
  display: none;
}

.bb-sloane-podcast-post-player.light
  .powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.bb-sloane-podcast-post-player.light
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total {
  background: var(--bb-sloane-light);
  outline: 1px solid var(--bb-sloane-grey);
}

.bb-sloane-podcast-post-player.light
  .powerpress_player
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.bb-sloane-podcast-post-player.light
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current {
  background: var(--bb-sloane-highlight);
}

.bb-sloane-podcast-post-player.light
  .powerpress_player
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  background: var(--bb-sloane-grey);
}

.bb-sloane-podcast-post-player.light .powerpress_player .mejs-controls button {
  -webkit-filter: none;
  filter: none;
}

.bb-sloane-podcast-post-player.just-meta .powerpress_player,
.bb-sloane-podcast-post-player.just-player
  .powerpress_links.powerpress_links_mp3,
.bb-sloane-podcast-post-player.just-player
  .powerpress_links.powerpress_subscribe_links,
.bb-sloane-post-content .powerpress_player,
.bb-sloane-post-content .powerpress_links,
.bb-sloane-post-nav .meta-nav {
  display: none;
}

.bb-sloane-podcast-post-player.just-player {
  transform: scale(1.2);
}

.bb-sloane-podcast-post-player.just-meta p {
  padding-bottom: 0;
}

.bb-sloane-podcast-post-player.just-meta a {
  background: var(--bb-sloane-highlight);
  padding: 2px 5px 0;
}

.bb-sloane-post-taxonomy a {
  background: var(--bb-sloane-highlight);
  transition: background 0.3s ease !important;
  padding: 0.3em 0.5em 0.2em;
}

.bb-sloane-post-taxonomy a:hover {
  background: var(--bb-sloane-dark);
}

.bb-sloane-post-content a,
.bb-sloane-comments a {
  background: var(--bb-sloane-highlight);
  padding: 0 4px;
}

.bb-sloane-post-content .powerpress-skip-a {
  padding-left: 15px;
}

.bb-sloane-post-content .powerpress-skip-a::before {
  content: "\45" !important;
  font-family: ETModules;
  position: absolute;
  margin-left: -15px;
}

.bb-sloane-post-nav .nav-previous .nav-label::before,
.bb-sloane-post-nav .nav-next .nav-label::after {
  font-family: ETModules;
  position: relative;
  display: inline-flex;
  transform: translateY(2px);
}

.bb-sloane-post-nav .nav-next .nav-label::after {
  content: "\45";
  padding-left: 10px;
}
.bb-sloane-post-nav .nav-previous .nav-label::before {
  content: "\44";
  padding-right: 10px;
}

/*Comment form*/

.bb-sloane-comments #commentform input {
  width: 100%;
}

.bb-sloane-comments #commentform input#wp-comment-cookies-consent {
  width: auto;
}

.bb-sloane-comments a {
  color: var(--bb-sloane-dark);
  font-weight: 700;
}

/* Subscribe section */

.bb-sloane-podcast-subscribe .pp-sub-widget {
  font-family: inherit;
  background-color: transparent;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-bx {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}

@media all and (max-width: 980px) {
  .bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-bx,
  .bb-sloane-podcast-subscribe .pp-sub-widget {
    flex-direction: column;
  }
}

.bb-sloane-podcast-subscribe .pp-sub-widget img.pp-sub-l {
  box-shadow: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-btns {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 30px;
  flex-wrap: wrap;
}

.bb-sloane-podcast-subscribe .pp-sub-widget div.pp-sub-h,
.bb-sloane-podcast-subscribe .pp-sub-widget div.pp-sub-t {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px;
  color: var(--bb-sloane-dark) !important;
  font-family: var(--bb-sloane-heading-font);
  display: none;
}

.bb-sloane-podcast-subscribe .pp-sub-widget p.pp-sub-m-p,
.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-m-i,
.bb-sloane-podcast-subscribe .pp-sub-widget a.pp-sub-btn-sq {
  font-family: var(--bb-sloane-body-font);
  color: var(--bb-sloane-dark) !important;
  border: 1px solid var(--bb-sloane-grey);
  margin: 0 0 10px;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  position: relative;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-widget-head {
  margin-bottom: 0;
  display: flex;
  flex: 1;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-ic {
  margin-right: 0;
}

.bb-sloane-podcast-subscribe .pp-sub-widget a.pp-sub-btn-sq {
  color: var(--bb-sloane-light) !important;
  background: var(--bb-sloane-dark);
  border: none;
  margin: 0;
  flex: 1 1 45%;
  display: flex;
  height: auto;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.bb-sloane-podcast-subscribe .pp-sub-widget a.pp-sub-btn-sq::after {
  content: "\45";
  font-family: ETModules;
  width: 40px;
  color: var(--bb-sloane-highlight);
  font-size: 40px;
  margin-top: 5px;
}

.bb-sloane-podcast-subscribe .pp-sub-widget a.pp-sub-btn-sq:hover {
  background: var(--bb-sloane-light);
  color: var(--bb-sloane-dark) !important;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-m {
  margin: 10px 0;
}

.bb-sloane-podcast-subscribe .pp-sub-widget .pp-sub-m-i {
  width: 100%;
  padding: 15px 10px;
  background: var(--bb-sloane-light);
  border: none;
}

/* Sales Page */

/* Pricing table */

@media all and (min-width: 981px) {
  .bb-sloane-pricing-table .et_pb_pricing_table_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 20px;
  }
}

@media all and (max-width: 980px) {
  .bb-sloane-pricing-table .et_pb_pricing_table_wrap {
    display: flex;
    flex-direction: column;
  }
  .bb-sloane-pricing-table .et_pb_pricing_table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 50px !important;
  }

  .bb-sloane-pricing-table .et_pb_pricing_table:last-child {
    margin-bottom: 0 !important;
  }
}

/*Sound Bars (Home and podcast page)*/

/*Position the row (Homepage)*/

.bb-sloane-soundbar-row {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

/*Position the module (Podcast page)*/

.ds-soundbar-header {
  position: absolute !important;
  bottom: 0;
  width: 100%;
}

/*Hide the overflow*/

.bb-sloane-soundbar {
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

/*Style the soundbar*/

.bb-bar-tall,
.bb-bar-short {
  width: 0.5vw;
  background: var(--bb-sloane-light);
  opacity: 0.5;
  display: inline-block;
  z-index: 1;
  margin: 0;
  transition: all 0.2s linear;
  position: relative;
}

.bb-bar-tall::after {
  content: "";
  position: absolute;
  background: var(--bb-sloane-dark);
  width: 0.5vw;
  height: 2px;
  top: -5px;
}

/*Set tall height & colour*/

.bb-bar-tall {
  height: 200px;
  background: var(--bb-sloane-highlight);
}

/*Set short height & colour*/

.bb-bar-short {
  height: 80px;
  background: var(--bb-sloane-light);
}

/*Set colour for light backgrounds*/

.bb-bar-dark {
  background: var(--bb-sloane-dark) !important;
}