/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* 1c. Typography */






/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


:root{
  --color: #;
  --color: #;
  --color: #;
  --color: #;
  --color: #;
  --radius: 10px;
  --font-bold: 700;
  --font-semibold: 600;
  --font-regular: 400;
  --font-light: 300;
  --gradient: linear-gradient(135deg, #, #);
  --gradient-reverse: linear-gradient(135deg, #, #);
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
  width: 100% !important;
}
img.hs-image-widget {
  position: relative;
  z-index: 1;
}
html {
  scroll-behavior: smooth;
}
html, body, p {
  font-weight: 400;
  font-style: normal;
}
/*==== Typography =====*/
p a {
  text-decoration: underline;
}
b, strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  letter-spacing: -.6px;
}
h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0 0 1.2rem;
}
h1 {font-family: font-weight: 400; font-style: normal; font-size: clamp(37px, 5vw, 60px);}
h2 {font-family: font-weight: 400; font-style: normal; font-size: clamp(30px, 5vw, 48px);}
h3 {font-family: font-weight: 400; font-style: normal; font-size: clamp(28px, 5vw, 36px);}
h4 {font-family: font-weight: 400; font-style: normal; font-size: clamp(26px, 5vw, 30px);}
h5 {font-family: font-weight: 400; font-style: normal; font-size: clamp(20px, 5vw, 22px);}
h6 {font-family: font-weight: 400; font-style: normal; font-size: clamp(18px, 5vw, 18px);}


.heading1, .h1 {font-size: clamp(37px, 5vw, 60px); line-height: 1;}
.heading2, .h2 {font-size: clamp(30px, 5vw, 48px); line-height: 1;}
.heading3, .h3 {font-size: clamp(26px, 5vw, 36px); line-height: 1;}
.heading4, .h4 {font-size: clamp(22px, 5vw, 30px); line-height: 1;}
.heading5, .h5 {font-size: clamp(20px, 5vw, 22px); line-height: 1;}
.heading6, .h6 {font-size: clamp(18px, 5vw, 18px); line-height: 1;}

/*=== Audio Player ===*/
.search-epispdes-container {
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.audio-player {
  background-color: #ffffff;
  /*border: 2px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 24px;*/
}

.progress-container {
  margin-bottom: 24px;
}

.progress-bar {
  position: relative;
  height: 18px;
  background-color: #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.progress-bar:hover {
  background-color: #d1d5db;
}

.progress-bar:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.progress-fill {
  position: absolute;
  height: 100%;
  background-color: #000000;
  border-radius: 9999px;
  transition: width 0.1s;
  pointer-events: none;
}

.progress-handle {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #444444;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.time-display {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #4b5563;
  margin-top: 8px;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.playback-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.control-btn {
  padding: 8px;
  border: none;
  background: transparent;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover {
  background: #e2e2e2;
  border-radius: 9999px;
  border: none;
}
.control-btn:focus {
  background: none;
  border-radius: 9999px;
}
.play-btn {
  padding: 12px;
  background-color: #000000;
}

.play-btn:hover,
.play-btn:focus {
  background-color: #444;
  border-radius: 9999px;
}

.control-btn svg {
  width: 20px;
  height: 20px;
  color: #374151;
}

.play-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  color: #ffffff;
}

.volume-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.volume-slider {
  width: 96px;
  height: 4px;
  cursor: pointer;
  accent-color: #000000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


/*=== Elements ===*/
a.button.alt-btn,
.button-alternate {
  border: 1px solid var(--);
  background: transparent;
  color: var(--);
}
a.button.alt-btn:hover {
  background: var(--);
  color: #fff;
}
a.button {
  display: inline-flex;
  align-items: center;
}
a.button:hover {
  text-decoration: none;
}

.btn-full {
  display: block;
}

.radius16 {
  border-radius: 16px;
}

.episode-link a {
  align-items: center;
  /*display: flex; */
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
}

.episode-link a span.material-symbols-outlined {
  /* background: #000000;
  border-radius: 1000px;
  padding: 6px;
  color: #ffffff; */
  transition: all .5s;
  position: relative;
  bottom: -.3rem;
  font-size: 1.3rem;
}

.episode-link a:hover span.material-symbols-outlined {
  margin-left: 5px;
}

.podcast-subscribe-links {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.podcast-subscribe-links a {
  text-decoration: none;
}

.listen-icon {
  background: #f4f4f4;
  height: 50px;
  padding: 7px;
  width: 50px;
  display: flex;
  align-items: CENTER;
}

.listen-icon img {
  max-width: 100%;
  filter: saturate(0) contrast(2);
  mix-blend-mode: multiply;
}

span.checkmark svg {
  fill: #000000 !important;
}

@media (max-width: 767px) {
  .responsive-pricing .pricing-features-body .feature-row .feature-name-cell {
    background: #d2c6b9 !important;
    border-radius: 0px !important;
  }

  .responsive-pricing .pricing-features-body .feature-row {
    border-radius: 0px !important;
  }

  .responsive-pricing .pricing-header-row .plan-header .dt-price-title {
    font-size: 26px !important;
    text-transform: capitalize !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .responsive-pricing .pricing-features-body .feature-row.heading-row .feature-name-cell:first-of-type {
    background: none !important;
  }

}



/*=== Global Header & Footer ===*/
.header__cta {
  margin-left: 30px;
}

.menu__link, .menu__link:active, .menu__link:focus, .menu__link:hover {
  font-family: Albert Sans;
}

.top-bar button {
  background: none;
  padding: 0;
}
.top-bar a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
  font-size: 15px;
}
.top-bar .content-wrapper {
  display: flex;
  justify-content: end;
}
.top-bar svg {
  fill: #ffffff !important;
}
.top-bar {
  background: #000;
  padding: 8px 0px;
}

.body-container-wrapper {
  /*padding-top: 110px; */
}
.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .5s ease;
  z-index: 999999;
  padding-top: 5px;
}
footer .hs-menu-wrapper ul {
  display: block;
}
footer .menu--desktop {
  text-align: right;
}
footer .hs-menu-wrapper ul li a {
  margin-bottom: 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}

footer .form__content,
footer .form {
  width: 100%;
}

footer a.menu__link {
  color: #fff;
}
footer form {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

footer .form .form-title {
  display: none;
} 

footer form input[type=submit], 
footer form .hs-button {
  background: #DEA5A5;
  color: #121212;
}
footer .menu__link--active-branch, 
footer .menu__link--active-link {
  color: #fff;
}
footer .menu__item--depth-1>.menu__link--active-link:after {
  display: none;
}
footer .menu--desktop li:nth-last-child(1) {
  padding-right: 0;
}
footer .menu__link:hover {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 500;
}
footer ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}
footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}
footer form input[type=email] {
  padding: 8px 10px;
}

header.header.active-header {
    background: #481808;
  }

/*=== Queries ===*/
@media (min-width: 1024px) {
  header.header.active-header {
    left: 0;
    margin-top: -13px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease;
    z-index: 999999;
  }

}
@media (min-width: 767px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 766px) {

}

@media (max-width: 650px) {

}