/* Conditional podcast styles extracted from style.css. */
.single-jedburghpodcast img.aligncenter {
	display: block;
	margin: 4% auto;
}

/* Single-podcast article frame: dark-green wrapper + centered white card.
   The .eventwrappersingle / .centerwrapper markup is shared with events & news,
   so scope these to the .jedburghpodcast-template-default body class to keep the
   podcast styling separate. events-greenberet.css (which gives .eventwrappersingle
   its green background on event pages) is not loaded here, so set it directly.
   Centering of .centerwrapper comes from the base rule's auto margins. */
.jedburghpodcast-template-default .eventwrappersingle {
	position: relative;
	min-height: 400px;
	padding: 40px 40px 55px;
	background: #11220f;
}

.jedburghpodcast-template-default .eventwrappersingle .centerwrapper {
	background: #11220f;
}

.jedburghpodcast-template-default .centerwrapper {
	max-width: 1200px;
}

@media (max-width: 767px) {
	.jedburghpodcast-template-default .eventwrappersingle {
		padding: 20px 16px 32px;
	}
}

/* Category breadcrumb link back to the podcast landing page. Inherits the white
   .headingnewsdetails type; reset the default anchor underline and add a gold hover. */
.single-jedburghpodcast .jedburgh-breadcrumb {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.single-jedburghpodcast .jedburgh-breadcrumb:hover,
.single-jedburghpodcast .jedburgh-breadcrumb:focus-visible {
	color: #eccc80;
}

/* Play button overlay on the single-podcast featured image. The whole .single-video-play
   wrapper is only output when a YouTube ID exists, so its slight dark overlay only appears
   when a video is attached. Reuses the site's standard .play (triangle + circle) button. */
.single-jedburghpodcast .single-video-play {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

/* Play button sized 25% larger than the site's standard 80px button. */
.single-jedburghpodcast .single-video-play .play {
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	pointer-events: auto;
}

@media (max-width: 767px) {
	.single-jedburghpodcast .single-video-play .play {
		flex: 0 0 80px;
		width: 80px;
		height: 80px;
	}
}

.single-jedburghpodcast h3 {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
.about-podcast-section .main-content.default-content .abt-row .default-content p{
		text-align: justify;
	}


}
.give-card .give-images {
    position: relative;
}

.give-card .give-images .podcast-info {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.give-card:hover .give-images .podcast-info,
.give-card:focus-within .give-images .podcast-info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.podcast-info .podcast-info-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.podcast-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.podcast-btn-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgb(217 217 217 / 20%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: 'Bank Sans Regular Con', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease;
}

.podcast-btn-group a:hover,
.podcast-btn-group a:focus-visible {
    background: rgb(217 217 217 / 32%);
    outline: 0;
}

.podcast-btn-group .btn-play {
    gap: 10px;
}

.podcast-btn-group .btn-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    flex: 0 0 auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}

.give-card .give-images .podcast-btn-group a img.play {
    display: none !important;
}

@media (max-width: 575px) {
    .podcast-btn-group a {
        padding: 12px 20px;
        letter-spacing: 1px;
    }
}

.page-template-template-podcast-landing .navwrap {
    display: none;
}

.podcast-hero{
    background-color: #000;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
	padding: 60px 5% 0;
	position: relative;
}

.podcast-hero:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(1, 37, 20, 0.00) 0%, #012514 25%, #000 100%);
}

.podcast-hero .default-content {
    text-align: center;
	color:#fff;
    color: #fff;
}

.podcast-hero .container {
    max-width: 1350px;
	position: relative;
    min-width: unset;
}

.podcast-hero .default-content img {
    max-width: 420px;
    filter: drop-shadow(2px 4px 6px black);
}

.podcast-hero .default-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.podcast-hero .default-content .text-desc {
    max-width: 960px;
    margin: 20px auto 30px;
}

.podcast-hero .default-content ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Bank Sans Medium', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 17px;
}

.podcast-hero .default-content ul li a {
    color: inherit;
}

.podcast-hero .default-content ul li span {
    background: #50662F;
    border-radius: 6px;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
    vertical-align: bottom;
}

.podcast-episode-section {
    position: relative;
    background: #f6f6f6;
    padding: 42px 5% 0;
}

.podcast-episode-section:before, 
.podcast-episode-section:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
    background: url('../images/Torn-Edge.webp');
    background-size: contain;
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
}

.podcast-episode-section:after {
    bottom: -80px;
    top: auto;
    background: url('../images/Torn-Edge-bottom.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.podcast-episode-section .container {
    position: relative;
    z-index: 9;
    max-width: 1350px;
    min-width: unset;
}

.podcast-hero .video-wrap {
    max-width: 1150px;
    margin: 0 auto;
	position: relative;
	z-index: 9;
}

.podcast-episode-section .default-content {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 40px;
}

.podcast-episode-section .default-content h2 , 
.guest-section .default-content h2,
.about-podcast-section .default-content h2,
.newsletter-section .default-content h2 {
    color: #3C4D26;
    text-align: center;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Bank Sans Bold Con", sans-serif;
    font-weight: 700;
}

.podcast-episode-section .default-content p {
    margin-bottom: 0;
}

.episode-list {
    margin-bottom: 90px;
}

.episode-list .episode-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.60);
    padding: 10px 20px;
    margin-bottom: 15px;
}

.episode-content {
    padding-right: 20px;
}

.episode-list .episode-items .button1 {
    margin-left: auto;
    width: auto;
    flex: 0 0 auto;
    min-width: 170px;
}

.episode-list .episode-items .episode-content p {
    margin-bottom: 0;
    font-family: 'Bank Sans Medium', sans-serif;
    text-transform: uppercase;
    color: #50662F;
}

.episode-list .episode-items .episode-content h2 {
    color: #000;
    font-family: 'Bank Sans Bold Con', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom: 0;
}

.episode-list .episode-items .episode-content span {
    color: #000;
}

.about-podcast-section .row > div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 60px;
}

.about-podcast-section  .row > div:first-child {
    border-right: 1px solid #000;
	padding-left: 0;
}

.about-podcast-section  .row > div:last-child {
    padding-right: 0;
}

.about-podcast-section .main-content.default-content h2{
    text-align: left;
    margin-bottom: 20px;
}

.about-podcast-section .main-content.default-content .abt-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.about-podcast-section .main-content.default-content .abt-row .default-content {
    text-align: left;
    max-width: 54%;
    margin-bottom: 0;
}

.about-podcast-section .main-content.default-content .abt-row .default-content .button1 {
    margin-top: 30px;
    min-width: auto;
    width: auto;
}

.about-podcast-section .main-content.default-content .abt-row .default-content p {
    font-size: 15px;
}

.about-podcast-section {
    position: relative;
    z-index: 9;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.podcast-episode-section .main-content.default-content {
	margin-bottom: 0;
}

@media (max-width: 1520px) {
.podcast-hero .default-content ul li{
		font-size: 18px;
		padding: 10px;
	}


}
@media (max-width: 1199px) {
.podcast-hero:before{
		background-image: linear-gradient(180deg, rgba(1, 37, 20, 0.00) 15%, #012514 30%, #000 100%);
	}

.podcast-hero .default-content img {
		width: 40%;
	}

.podcast-episode-section {
		padding: 20px 5% 0 5%;
	}

.jedburgh-podcast .latest-row {
		margin-bottom: 50px;
	}

.about-podcast-section > .row > div:first-child {
		padding-left: 20px;
	}

.about-podcast-section > .row > div {
		padding: 30px;
	}


}
@media (max-width: 991px) {
.podcast-hero .default-content ul li{
		padding: 10px;
		font-size: 18px;
	}

.podcast-episode-section:after {
		bottom: -50px;
	}

.podcast-episode-section {
		padding: 20px 5% 0;
	}

.podcast-episode-section .default-content h2,
	.newsletter-section .default-content h2 , .guest-section .default-content h2 {
		font-size: 32px;
	}

.about-podcast-section .main-content.default-content .abt-row {
		flex-wrap: wrap;
		flex-direction: column-reverse;	
	}

.about-podcast-section .main-content.default-content .abt-row .default-content {
		max-width: 100%;
	}


}
@media (max-width: 767px) {
.podcast-hero:before {
		background-image: linear-gradient(180deg, rgba(1, 37, 20, 0.00) 10%, #012514 13%, #000 100%);
	}

.podcast-hero .default-content ul li {
		padding: 8px 5px;
		display: block;
		font-size: 16px;
	}

.podcast-hero .default-content ul li span {
		font-size: 12px;
		padding: 4px 7px;
	}

.podcast-img {
		margin-top: 30px;
        margin-bottom: 40px;
	}

.podcast-episode-section {
		padding: 40px 5% 0;
	}

.episode-list .episode-items {
		flex-wrap: wrap;
	}

.episode-list .episode-items .episode-content {
		padding-right: 0;
		margin-bottom: 10px;
	}

.episode-list .episode-items .button1 {
		margin: 0;
	}

.podcast-episode-section .default-content h2 ,
	.newsletter-section .default-content h2 , .guest-section .default-content h2  {
		font-size: 26px;
	}

.about-podcast-section .row > div:first-child {
		border-right: none;
		padding-left: 20px;
	}

.about-podcast-section .row > div {
		padding: 20px;
	}

.about-podcast-section .row > div:last-child {
		padding-right: 20px;
	}

	.podcast-episode-section:before {
			top: -40px;
	}


}
.jedburgh-podcast-section .latest-row {
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
    margin-top: 0;
}

.latest-episode-section {
    position: relative;
    z-index: 9;
}

.latest-episode-section .load-more {
    margin-top: 36px;
    margin-bottom: 52px;
}

.page-template-template-jedburgh-podcast .latest-episode-section .episod-new-card-row.podcasts_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 34px;
}

.page-template-template-jedburgh-podcast .latest-episode-section .episod-new-card-row.podcasts_list > [class*="col-"] {
    display: flex;
    justify-content: center;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    border-color: rgba(224, 203, 127, .42);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-images > a,
.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-images img {
    display: block;
    width: 100%;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-images img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-desc {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 30px 26px 28px;
    text-align: center;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-desc h2 {
    margin-bottom: 14px;
    color: #162509;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.12;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-desc > span {
    display: inline-block;
    margin-bottom: 24px;
    color: #2E4426;
    font-family: 'Bank Sans Med Con', sans-serif;
    font-size: 16px;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 20px;
    width: 100%;
    margin-top: auto;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .btn-area a {
    flex: 0 1 190px;
    width: auto;
    min-width: 190px;
    max-width: 100%;
    margin: 0;
    white-space: nowrap;
}

.page-template-template-jedburgh-podcast .latest-episode-section .give-card .btn-area a:first-child:nth-last-child(2),
.page-template-template-jedburgh-podcast .latest-episode-section .give-card .btn-area a:first-child:nth-last-child(2) ~ a {
    flex: 1 1 calc(50% - 10px);
    min-width: 145px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-template-jedburgh-podcast .latest-episode-section .episod-new-card-row.podcasts_list > .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page-template-template-jedburgh-podcast .latest-episode-section .give-card .give-desc {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 575px) {
    .page-template-template-jedburgh-podcast .latest-episode-section .give-card .btn-area a {
        width: 100%;
        min-width: 0;
    }
}

.page-template-template-jedburgh-podcast .podcast-episode-section.episod-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-template-template-jedburgh-podcast .podcast-episode-section .default-content,
.page-template-template-jedburgh-podcast .latest-episode-section .default-content,
.page-template-template-jedburgh-podcast .guest-section .default-content {
    margin-bottom: 34px;
}

/* Newsletter content is the whole section, so no trailing margin on top of section padding. */
.page-template-template-jedburgh-podcast .newsletter-section .default-content {
    margin-bottom: 0;
}

.page-template-template-jedburgh-podcast .podcast-episode-section .default-content,
.page-template-template-jedburgh-podcast .latest-episode-section .default-content,
.page-template-template-jedburgh-podcast .newsletter-section .default-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-template-template-jedburgh-podcast .podcast-episode-section .default-content h2,
.page-template-template-jedburgh-podcast .latest-episode-section .default-content h2,
.page-template-template-jedburgh-podcast .newsletter-section .default-content h2,
.page-template-template-jedburgh-podcast .about-podcast-section .default-content h2,
.page-template-template-jedburgh-podcast .guest-section .default-content h2 {
    line-height: 1.05;
    margin: 0 0 12px;
    order: 2;
}

.page-template-template-jedburgh-podcast .default-content h2 .podcast-heading-eyebrow {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 12px;
    background: transparent;
    border-radius: 0;
    color: #eccc80;
    font-family: 'Bank Sans Bold Con', 'Bank Sans Regular Con', sans-serif;
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 700;
    line-height: 1.12;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.page-template-template-jedburgh-podcast .podcast-section-eyebrow {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 12px !important;
    background: transparent;
    border-radius: 0;
    color: #72865e !important;
    font-family: 'Bank Sans Regular Con', sans-serif;
    font-size: clamp(18px, 1.6vw, 26px) !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 1.12 !important;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

/* Live eyebrow badge, matching the homepage "New Episodes Weekly" treatment. */
.page-template-template-jedburgh-podcast .default-content p.podcast-live-eyebrow {
    display: inline-flex;
    align-items: center;
    width: auto;
    background: #000;
    color: #FDD116;
    font-family: 'Bank Sans Med Con', sans-serif;
    font-size: 24px;
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}

.page-template-template-jedburgh-podcast .podcast-live-eyebrow .live-pulsh {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: -2px;
    background: red;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    animation: pulse-animation 2s infinite;
}

@media (max-width: 767px) {
    .page-template-template-jedburgh-podcast .default-content p.podcast-live-eyebrow {
        font-size: 18px;
        padding: 8px 12px;
    }
}

.page-template-template-jedburgh-podcast .podcast-episode-section .default-content p,
.page-template-template-jedburgh-podcast .latest-episode-section .default-content p,
.page-template-template-jedburgh-podcast .newsletter-section .default-content p {
    order: 1;
    margin: 0 auto;
}

.page-template-template-jedburgh-podcast .podcast-episode-section .default-content p:not(:empty),
.page-template-template-jedburgh-podcast .latest-episode-section .default-content p:not(:empty),
.page-template-template-jedburgh-podcast .newsletter-section .default-content p:not(:empty) {
    margin-bottom: 10px;
}

.page-template-template-jedburgh-podcast .newsletter-section {
    padding: 72px 0 40px;
}

.page-template-template-jedburgh-podcast .newsletter-section .btn-mb {
    order: 3;
    margin-top: 28px;
}

/* Heading→button gap comes from .btn-mb's top margin alone; drop the heading's
   own bottom margin so the two don't stack (keeps the subscribe block tight). */
.page-template-template-jedburgh-podcast .newsletter-section .default-content h2 {
    margin-bottom: 0;
}

/* Button consistency: .button1 ("Main Website" / "Become a Sponsor") used a tight
   line-height (1.0) that made it ~42px tall, shorter than the .button2 card buttons
   and .ctabutton CTAs (~53-56px). Match its text line-height so all CTAs align. */
.page-template-template-jedburgh-podcast .button1 .buttontext {
    line-height: 1.6;
    min-width: 160px;
}

.page-template-template-jedburgh-podcast .newsletter-section .default-content p {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
}

/* Subscribe → about gap: the newsletter padding-bottom and this section's
   padding-top stacked to 152px. Trim both so the divider sits ~80px below the
   subscribe button instead of leaving a large empty band between the sections. */
.page-template-template-jedburgh-podcast .jedburgh-abt-podcast-section {
    padding-top: 40px;
    padding-bottom: 76px;
}

.page-template-template-jedburgh-podcast .guest-section {
    padding-top: 76px;
}

.podcast-img iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.single-jedburghpodcast .blognav{	
    max-width: 260px;
}

@media (max-width: 1500px) {
.jedburgh-abt-podcast-section {
		padding-left: 5%;
		padding-right: 5%;
	}

.podcast-episode-section:before{
		top: -250px;
	}


}
@media (max-width: 991px) {
.about-podcast-section .default-content h2{
		font-size: 32px;
	}

.podcast-hero {
		padding-bottom: 100px;
	}

.podcast-episode-section:before{
		top: -150px;
	}

.podcast-hero.podcast-hero-image.jedburgh-podcast-section{
        padding-bottom: 0;

	}


}
@media (max-width: 767px) {
.about-podcast-section .default-content h2{
		font-size: 26px;
	}

.podcast-hero .default-content img {
		width: 60%;
	}

.podcast-hero{
		background-size: 130%;
	}

.latest-episode-section {
		margin-top: 50px;
	}

.podcast-episode-section:before {
        top: -70px;
    }


}
.podcast-img h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Bank Sans Bold', sans-serif;
    color: #eccc80;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0.6px;
    text-align: center;
}

.podcast-video-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 10px;
    position: relative;
    overflow: hidden;
    background-blend-mode: multiply;
}

.podcast-stars-stripes {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 845px;
    margin: 0 auto 50px;
}

.podcast-stars-stripes > img {
    width: 225px;
}

.podcast-video-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0A0B26 0%, rgb(0 0 0 / 70%) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.podcast-stars-stripes .podcast-media {
    text-align: center;
    color: #fff;
    padding-left: 30px;
}

.podcast-stars-stripes .podcast-media h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.podcast-stars-stripes .podcast-media h3 {
    color: rgba(236, 204, 128, 1);
    font-family: 'Bank Sans Bold Con', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stars-stripes-card .podcast-image {
    display: block;
    position: relative;
}

.stars-stripes-card .podcast-image .playcontainersub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
}

@media (min-width: 1200px) {
.podcast-stars-stripes .podcast-media h2 {
		font-size: 42px;
	}


}
@media (max-width: 991px) {
.podcast-video-section .row >div {
		margin-bottom: 30px;
	}

.podcast-video-section .row >div:first-child {
		margin-bottom: 0;
	}


}
@media (max-width: 767px) {
.podcast-video-section {
		padding: 50px 0 20px;
	}

.podcast-stars-stripes {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

.podcast-stars-stripes .podcast-media {padding: 20px 0 0;}

.podcast-stars-stripes .podcast-media h3 {
		font-size: 1.4rem;
	}


}
.new-episodes-prep-section {
    position: relative;
    background-color: #000;
}

.new-episodes-prep-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    top: 0;
}

.new-episodes-prep-section .container{
	position: relative;
	z-index: 9;
}

.new-episodes-prep-section .prep-content .button2 {
    width: auto;
    min-width: 170px;
    margin: 0;
}

.new-episodes-prep-section .prep-content .default-content p {
    background: #000;
    padding: 10px 15px;
    position: relative;
}

.new-episodes-prep-section .prep-content .default-content .live-pulsh {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
	box-shadow: 0px 0px 1px 1px #0000001a;
    margin-top: -2px;
}

@media (max-width: 1199px) {
.new-episodes-prep-section {
		background-size: 100%;
		background-position: top center;
	}

.new-episodes-prep-section:before {
    	height: 50%;
	}


}
@media (max-width: 991px) {
.new-episodes-prep-section {
		background-size: 150%;
	}


}
@media (max-width: 767px) {
.new-episodes-prep-section {
        background-size: 240%;
        background-position: 30% 0%;
    }

.new-episodes-prep-section:before {
        height: 30%;
    }


}

@media (max-width: 991px) {
    .page-template-template-jedburgh-podcast .newsletter-section,
    .page-template-template-jedburgh-podcast .jedburgh-abt-podcast-section,
    .page-template-template-jedburgh-podcast .guest-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-template-template-jedburgh-podcast .latest-episode-section .load-more {
        margin-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .page-template-template-jedburgh-podcast .podcast-episode-section {
        padding-top: 32px;
    }

    .page-template-template-jedburgh-podcast .podcast-episode-section .default-content,
    .page-template-template-jedburgh-podcast .latest-episode-section .default-content,
    .page-template-template-jedburgh-podcast .newsletter-section .default-content,
    .page-template-template-jedburgh-podcast .guest-section .default-content {
        margin-bottom: 26px;
    }

    .page-template-template-jedburgh-podcast .newsletter-section,
    .page-template-template-jedburgh-podcast .jedburgh-abt-podcast-section,
    .page-template-template-jedburgh-podcast .guest-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .page-template-template-jedburgh-podcast .newsletter-section .btn-mb {
        margin-top: 24px;
    }
}
