@import url(https://fonts.googleapis.com/css2?family=Chicle&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Beth+Ellen&family=Chicle&family=Comforter&family=Lora:ital,wght@0,400..700;1,400..700&family=Zen+Loop:ital@0;1&display=swap);
.beth-ellen-regular {
  font-family: "Beth Ellen", cursive;
  font-weight: 400;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  color: #454545;
  font-family: "Lora", serif;
}

a:hover {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .mobile-shift-down {
    padding-top: 50px;
  }
}

.link {
  text-decoration: underline;
}

p, .alt-font {
  color: #454545;
  font-family: "Lora", serif;
}

.title-font {
  font-family: "wishedregular";
  src: url("fonts/wished-webfont.woff2") format("woff2"), url("fonts/wished-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: "Times New Roman", Times, serif;
}

.gradient-bg1,
.team-progress .progress-bar,
.team-box .overlay:before,
.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap,
.overlay-two:before,
.price-two.hvr-gradient:hover,
.loader {
  background: #ffb324;
  background: -moz-linear-gradient(left, #C9A182 2%, #C9A182 82%);
  background: -webkit-linear-gradient(left, #C9A182 2%, #C9A182 82%);
  background: linear-gradient(to right, #C9A182 2%, #C9A182 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@colorPrimary", endColorstr="@colorSecondary", GradientType=1);
}

.navbar.honeydewme-nav {
  background-color: #705246;
  opacity: 0.7;
}

header .center-logo a.logo img {
  max-width: 230px;
}

header a.logo img {
  max-height: 75px;
}

.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}
.header-appear .navbar-simple .navbar-nav .nav-link:hover {
  color: #3f2d26;
}
.header-appear .navbar-simple .sidemenu_btn span {
  background: #FFFFFF;
}
.header-appear .nav-box-round .navbar-nav .nav-link.active, .header-appear .owl-dots .owl-dot::after, .header-appear .footer-social li a:hover {
  background-color: #3f2d26;
}

.navbar-simple .navbar-nav .nav-link {
  padding: 0.4rem 1.5rem;
  margin-left: 0.5rem;
  color: #fff;
  font-weight: 600;
  font-family: "Lora", serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.side-nav .navbar-nav .nav-link {
  font-family: "Times New Roman", Times, serif;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover,
.navbar.navbar-right .navbar-nav .nav-link.active {
  color: #FFFFFFF;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
  color: #fffdfd !important;
}

@media (max-width: 991px) {
  .center-logo .logo {
    margin-top: 0px;
  }
}

.side-menu {
  background: #3f2d26;
}

#feature {
  padding: 50px;
  background-color: #543c32;
  color: #FFFFFF;
}
#feature .title {
  margin-bottom: 1rem;
}
#feature .title h2 {
  color: #ccc5be;
  font-family: "Lora", serif;
}
#feature p {
  color: #ccc5be;
  font-size: 22px;
}
#feature .mission p {
  line-height: 38px;
}
@media (max-width: 480px) {
  #feature .mission {
    padding: 0;
  }
  #feature .mission p {
    font-size: 18px;
  }
}

.team-box-three .team-image {
  max-width: 150px;
}

#blog h2 {
  color: #3f2d26;
  font-family: "Chicle", cursive;
}
#blog .blog-text {
  max-width: 100%;
}
#blog .blog-text h2 {
  color: #3f2d26;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#blog .blog-text p {
  margin-bottom: 15px;
}
#blog .blog-text p strong {
  font-weight: 700;
}
@media (min-width: 769px) {
  #blog .blog-text.cass h2 {
    text-align: right;
  }
}
@media (max-width: 640px) {
  #blog .blog-text {
    text-align: left;
  }
}

#episodes {
  padding: 3.5rem 0;
  background-color: #FFFFFF;
  position: relative;
}
#episodes h2 {
  font-family: "Lora", serif;
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 3rem !important;
}
@media (max-width: 768px) {
  #episodes h2 {
    font-size: 1.6rem !important;
  }
}
#episodes .episode-wrapper {
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin-bottom: 10px;
}
#episodes .episode-wrapper ul.epp-list-inner {
  padding: 0;
  margin: 0;
}
#episodes .episode-wrapper ul.epp-list-inner li {
  display: inline-block;
}
#episodes .episode-wrapper ul.epp-list-inner li.epp-num {
  color: rgb(242, 194, 188);
  letter-spacing: 0.05em;
  font-size: 17px;
  font-weight: bold;
  width: 70px;
  height: 19px;
}
#episodes .episode-wrapper ul.epp-list-inner li.epp-title {
  color: rgb(242, 194, 188);
  letter-spacing: 0.05em;
  font-size: 17px;
  width: 300px;
}
#episodes .episode-wrapper ul.epp-list-inner li.epp-play {
  width: 50px;
}
#episodes .episode-wrapper ul.epp-list-inner li.epp-play a .fa {
  font-size: 50px;
  color: #64817d;
}
#episodes ul.epp-icons {
  margin-bottom: 25px;
}
#episodes ul.epp-icons li {
  padding: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
#episodes ul.epp-icons li h5 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  #episodes ul.epp-icons li h5 {
    line-height: 0px;
  }
}
#episodes .epp-img-right {
  position: absolute;
  top: -285px;
  right: -80px;
}
@media (max-width: 991px) {
  #episodes .epp-img-right {
    display: none;
  }
}
#episodes .epp-scroller {
  width: 100%;
  max-height: 300px;
  overflow: auto;
}

.contact-form {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.contact-form .form-control {
  border: 1px solid #a5a5a5;
  padding: 12px;
}

.contact-form-text {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 15px;
}
.contact-form-text .fa {
  font-size: 40px;
  color: #c0c4b5;
  margin-bottom: 10px;
}

.bg-img1 {
  background: url(../images/hero-bg-shop.jpg);
}

.page_nav {
  background: none;
}

.parallax-text-block {
  padding: 100px;
}
@media (max-width: 767px) {
  .parallax-text-block {
    padding: 0px;
  }
}

.footer-social a {
  font-size: 30px;
}

.fd-root .ff__container {
  margin: 0 auto;
  max-width: 1170px;
  background: #ffffff;
}

.intro-text-li {
  color: #FFFFFF;
  font-size: 40px;
  margin-top: 250px;
}
@media (max-width: 480px) {
  .intro-text-li {
    margin-top: 200px;
    font-size: 28px;
  }
}

.intro-text-l2 {
  text-align: center;
  margin-top: 200px !important;
}
@media (max-width: 480px) {
  .intro-text-l2 {
    margin-top: 110px !important;
  }
  .intro-text-l2 img {
    max-width: 280px !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .intro-text-l3 a {
    margin-top: 270px !important;
    font-size: 18px !important;
  }
}

.episode-card {
  border: 2px solid #FFFFFF;
  padding: 32px 21px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.episode-card h4 {
  line-height: 30px;
  font-family: "Lora", serif;
  font-size: 24px;
}
.episode-card.featured {
  background-color: #ccc5be;
}

.ep-img-feat {
  margin-bottom: 15px;
}

.ep-item {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.ep-item.ep-img {
  border-radius: 50%;
}

.ep-p {
  margin-bottom: 15px;
}

.list-dots {
  margin-bottom: 20px;
}
.list-dots li {
  list-style: circle;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .list-dots li {
    list-style: none;
  }
}

.p-player {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.p-player img {
  width: 30px;
  height: auto;
}

.episode-card-small {
  border: 2px solid #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.episode-card-small h4 {
  line-height: 30px;
}
.episode-card-small .ep-img-feat {
  width: 100px;
  display: inline-block;
  margin-bottom: 0px;
}
.episode-card-small .ep-img-feat a {
  border-radius: 50%;
}
.episode-card-small .ep-text-small {
  display: inline-block;
  padding-left: 15px;
}
.episode-card-small .ep-text-small h3 {
  padding: 0;
  margin: 0;
}

#episodes {
  padding: 3.5rem 0;
  background-color: #FFFFFF;
  position: relative;
}
#episodes .btn-transparent-white {
  background: transparent;
  border-color: #7c160d;
  color: #7c160d;
}
#episodes .title-font {
  color: #7c160d;
}

#feature {
  padding: 50px;
  background-color: #543c32;
  color: #FFFFFF;
}
#feature p {
  font-family: "Lora", serif;
}

.btn.btn-gradient, .team-box-two .team-two-block::before, .scroll-top-arrow, .widget .search-btn {
  background-image: linear-gradient(to right, #543c32 0%, #543c32 51%, #543c32 100%);
}

h2.color-title {
  font-family: "Lora", serif;
}

.social-icons-line-up a {
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 15px;
}
.social-icons-line-up a:hover {
  cursor: pointer;
}

#ep-large .episode-card {
  text-align: center;
}
@media (min-width: 920px) {
  #ep-large .episode-card {
    min-height: 380px;
  }
}

.episode-card {
  text-align: center;
}
.episode-card .ep-box-number {
  font-weight: bold;
  color: #7c160d;
  font-style: oblique;
  margin: auto auto 15px auto;
  font-family: "Times New Roman", Times, serif;
}
.episode-card .ep-box-img-feat {
  width: 200px;
  height: 200px;
  margin: auto auto 15px auto;
  border-radius: 50%;
  overflow: hidden;
}
.episode-card a.ep-box-name {
  display: block;
}
.episode-card a.ep-box-listen-link {
  display: block;
}
.episode-card h5.ep-box-title {
  display: block;
  min-height: 80px;
  margin-bottom: 10px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  color: #666666;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 640px) {
  .episode-card {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .ep-mobile-logo {
    text-align: center;
    padding-top: 60px;
    display: block;
  }
  .ep-mobile-logo img {
    height: auto;
    width: 250px;
    margin: auto;
  }
}
@media (min-width: 641px) {
  .ep-mobile-logo {
    text-align: center;
    display: none;
  }
}
#hm-div h2 {
  font-family: "Lora", serif;
  color: #7c160d;
  font-size: 60px;
  line-height: 100px;
  margin: auto;
}
@media (max-width: 640px) {
  #hm-div h2 {
    font-size: 35px;
    line-height: 50px;
    padding: 20px;
  }
}

#ep-small {
  margin-right: -25px;
  margin-left: -25px;
}
#ep-small .episode-card {
  position: relative;
  height: 160px;
}
#ep-small .episode-card .ep-box-img-feat {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 90px;
  height: 90px;
}
#ep-small .episode-card .ep-box-number {
  position: absolute;
  top: 20px;
  left: 125px;
  font-size: 13px;
}
#ep-small .episode-card h4 {
  position: absolute;
  top: 45px;
  left: 125px;
  font-size: 16px;
}
@media (max-width: 375px) {
  #ep-small .episode-card h4 {
    font-size: 22px;
  }
}
#ep-small .episode-card .ep-box-title {
  position: absolute;
  font-size: 12px;
  top: 80px;
  left: 125px;
  line-height: normal;
  text-align: left;
}

@media (max-width: 640px) {
  #home {
    display: none;
  }
}

.hp-hero-mobile {
  padding-bottom: 0;
  margin-top: 18px;
}
@media (min-width: 641px) {
  .hp-hero-mobile {
    display: none;
  }
}

@media (max-width: 642px) {
  .hp-hero-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .about-img-desktop {
    display: block;
  }
  .about-img-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-img-desktop {
    display: none;
  }
  .about-img-mobile {
    display: bkock;
  }
}
.next-prev h4 {
  display: inline-block;
}

.disabled-link {
  color: #cccccc;
  cursor: not-allowed;
}
.disabled-link:hover {
  color: #cccccc;
  cursor: not-allowed !important;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #7c160d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.new-top-right-dec {
  top: -15px;
  right: 0px;
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background-image: url("/images/new-cherry.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 70px;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.hdm-footer {
  background-color: #ccc5be;
}
.hdm-footer p {
  color: #705246;
}

/* ---------------- Design Tokens (tweak freely) ---------------- */
:root {
  --band-top: #d6cec7; /* top neutral band color under the title */
  --copy-red: #601012; /* deep red panel */
  --ink: #1a1a1a; /* main text color */
  --ink-invert: #f4f1ee; /* copy on red */
  --radius: 6px;
}

body {
  color: var(--ink);
}

/* ---------------- Section Layout ---------------- */
.about-hero {
  position: relative;
  overflow: visible;
}

/* Put some vertical presence so both columns can match height */
.hero-row {
  min-height: 68vh; /* adjust to taste; image will stretch to match */
}

/* Remove the space between image & red panel (and container edges) */
.hero-row.no-gutters > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Title that floats over both columns */
.hero-title {
  position: absolute;
  top: 150px; /* anchor to top-left of the section */
  left: 48px;
  z-index: 10; /* ensure it sits above the image */
  margin: 0;
  padding: 0 6px; /* small pad so it feels like the comp */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
  /* Big, fluid size; swap to your display font later */
  font-size: clamp(36px, 7.8vw, 110px);
}

.about-eyebrow {
  position: absolute;
  top: 80px; /* anchor to top-left of the section */
  left: 48px;
  z-index: 10; /* ensure it sits above the image */
  margin: 0;
  padding: 0 6px; /* small pad so it feels like the comp */
}
@media (max-width: 640px) {
  .about-eyebrow {
    top: 40px; /* anchor to top-left of the section */
    left: 120px;
  }
}

/* Left column = top band + red copy block */
.left-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.left-topband {
  background: var(--band-top);
  min-height: 250px; /* creates the space under the title */
}

.left-copy {
  background: var(--copy-red);
  color: var(--ink-invert);
  padding: 28px 28px 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex: 1 1 auto; /* fill the remaining height */
}

.left-copy p {
  margin-bottom: 1.15rem;
  line-height: 1.7;
  font-size: 1.02rem;
  color: #ffffff;
  font-family: "Lora", serif;
  font-weight: lighter;
}
@media (min-width: 1440px) {
  .left-copy p {
    font-size: 1.4rem;
  }
}

/* Right column = full-height image card */
.right-col {
  display: flex;
  min-height: 100%;
}

.photo-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  background: #ddd;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill the full column height elegantly */
  filter: grayscale(100%);
  display: block;
}

/* ---------------- Mobile behavior ---------------- */
@media (max-width: 991.98px) {
  .hero-row {
    min-height: unset;
  }
  /* Title becomes normal flow at the top (before image), per your spec */
  .hero-title {
    position: static;
    padding: 18px 16px 0;
  }
  .left-topband {
    display: none;
  } /* not needed on stacked mobile */
  .left-copy {
    padding: 24px 18px 28px;
  }
}
