/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root{
	--orange: #ff751f;
	--navy: rgba(2, 0, 55, 1);
	--navy-transparent: rgba(2, 0, 55, .6)
}

.text-highlight span{
	color: var(--orange);
}

li.current-menu-item a{
	font-weight: 600 !important;
}

body:not(.page-id-22, .page-id-16675, .page-id-16885, .page-id-16671) #site-header{
	background: #191919;
}

#podcast-results.loading {
	opacity:.5;
	pointer-events:none;
}

#podcast-results.loading::after{
	content:"Loading...";
	display:block;
	padding:20px;
	text-align:center;
}

.pd-filters span.filter-active{
	font-weight: 700;
	color: var(--orange)
}

#podcast-results{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	margin-top: 48px;
}

#podcast-results .podcast-card{
	background: #fff;
    padding: 24px;
    border-radius: 14px;
}

#podcast-results .episode-number{
	text-align: right;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins';
    color: var(--navy);
    letter-spacing: 0.35px;
    line-height: 20px;
}

#podcast-results .podcast-meta{
	color: var(--navy-transparent);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.15px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 8px;
}

#podcast-results h3{
	margin: 0;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.35px;
    color: var(--navy);
}

#podcast-results .podcast-summary{
	    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.31px;
    color: var(--navy-tranparent);
	margin-top: 24px;
}

#podcast-results a.listen-now{
	    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.25px;
    color: var(--orange);
	margin-top: 20px;
	display: block;
}

#podcast-load-more{
	background: transparent;
    color: var(--orange);
    display: block;
    margin: 48px auto 0;
}

#podcast-load-more:hover{
	color: #fff;
	background: var(--orange);
}

#podcast-results h3 a{
	color: inherit;
}

.pd-filters{
	display: flex;
}

.pd-filters span{
	color: var(--navy-transparent);
	font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 20px;
    letter-spacing: -0.15px;
	padding-right: 20px;
	cursor: pointer;
}

.podcast-filters{
	display: flex;
    justify-content: space-between;
	    align-items: center;
	margin-top: 28px;
}

.sort-dropdown{
	display: flex;
	    align-items: center;
}

.sort-dropdown span{
	    width: 100px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.25px;
}

#podcast-sort{
	    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 700;
    color: var(--orange);
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
}

.key-points{
	counter-reset: pcount;
}

.key-points p {
  counter-increment: pcount;
  position: relative;
  padding-left: 40px;
	margin-bottom: 24px;
}

.key-points p::before {
  content: counter(pcount);
  position: absolute;
  left: 0;
  top: 0;

  width: 28px;
  height: 28px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--orange);
  color: #fff;
  font-family: 'Inter';
    font-weight: 700;
  font-size: 14px;
}

.top-quotes p{
	background: #fff;
	padding: 24px;
	border-radius: 18px;
	border-left: solid 3px var(--orange);
	margin-bottom: 24px;
}

.key-points ul,
.top-quotes ul{
	margin-bottom: 24px;
	padding-left: 60px;
}

.key-points a,
.top-quotes a{
	color: var(--navy);
}

.guest-socials a{
	color: inherit;
	    margin-right: 20px;
}

.guest-socials p{
	    display: flex;
    justify-content: space-between;
}



@media(max-width: 768px){
	#podcast-results {
		grid-template-columns: 1fr;
	}
	.podcast-filters{
		display: grid;
		gap: 24px;
	}
	#podcast-sort{
		width: 100px !important;
	}
	.sort-dropdown span{
		width: 65px;
	}
	.pd-filters{
		display: grid;
		gap: 24px;
		overflow: hidden;
		position: relative;
	}
	.filter-category {
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  white-space: nowrap;
	  gap: 10px; /* optional */
	}

	.filter-category > * {
	  flex: 0 0 auto;
	}
	.pd-filters::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 80px;
	  height: 100%;
	  pointer-events: none;
	  background: linear-gradient(to right, transparent, #f8f7f6);
	}
	#podcast-player-fix .spp-speed{
		display: none !important;
	}
}

@media (max-width: 1700px) and (min-width: 1280px) {
  #home-fold-img {
    background-position: 66% 50%;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  #home-fold-img {
    background-position: 70% 50%;
  }
}
















































