/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.elementor-element-b88da26.scrolled {
    background-color: rgba(0,0,0);
}

.px-10 {
    padding: 0 10px;
}

.page-id-17 .e-con-boxed,
.page-id-229 .e-con-boxed,
.page-id-233 .e-con-boxed,
.page-id-244 .e-con-boxed,
.page-id-249 .e-con-boxed {
    padding: 0 10px;
}

/* homepage carousel  */
/* .series-carousel {
    overflow: hidden;
} */
.feature-episode-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}
.feature-episode-container a {
    text-decoration: none !important;
}
.feature-episode-container a .feature-episode {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.feature-episode-container a .feature-episode img {
    max-height: 59px;
}
.feature-episode .feature-episode-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
.feature-episode .feature-episode-desc .feature-episode-desc__heading {
    color: var( --e-global-color-primary ); font-weight: bold; 
}
.feature-episode .feature-episode-desc .feature-episode-desc__para {
    color: var(--e-global-color-text);
}
/* Homepage Recent Episodes */
.home-recent-episodes div.elementor-widget-container .page-numbers {
    display: none;
}
.home-recent-episodes div.elementor-widget-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
}
.home-recent-episodes div.elementor-widget-container article {
    width: 33.33%;
}

/* Custom Homepage Recent Episodes */
.recent-episodes-container {
    display: flex;
    flex-direction: column;
}
.recent-episode {
    margin-bottom: 50px;
}
.recent-episode .recent-episode-number {
    color: var( --e-global-color-primary );
    font-weight: 600;
    margin-bottom: 0;
    padding: 30px 0 10px;
    text-transform: uppercase;
}
.recent-episode .recent-episode-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}
.recent-episode .recent-episode-date {
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.recent-episode .recent-episode-excerpt {
    margin: 0;
}
.recent-episode .recent-episode-link {
    border: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
}
.recent-episode .recent-episode-link::before {
    content: "\25B6";
    font-size: 14px;
    margin-right: 15px;
}

@media only screen and (min-width: 1025px) {
    .recent-episodes-container {
        display: flex;
        flex-direction: row;
        gap: 45px;
    }
    .recent-episodes-container .recent-episode {
        height: 650px;
        position: relative;
        width: 33.33%;
    }
    .recent-episode .recent-episode-link {
        position: absolute;
        bottom: 0;
    }
}


/* Footer Episodes Styling */
.footer-episodes div.elementor-widget-container article.podcast h2 a {
    font-size: 16px;
    padding-bottom: 12px;
}
footer .ssp-recent-episodes-items .ssp-recent-episode-post h4 a {
	color: var( --e-global-color-primary );
	font-size: 16px;
}
footer .ssp-recent-episodes-items .ssp-recent-episode-post h4 a::before {
    content: "> ";
    margin-right: 20px;
}
.footer-episodes div.elementor-widget-container .page-numbers {
    display: none;
}

#footer-episodes.footer-recent-episodes .footer-recent-episodes-lists {
    color: var(--e-global-color-3cca75b);                   
    list-style: disclosure-closed;
    margin: 0 0 0 1em;
}
#footer-episodes.footer-recent-episodes .footer-recent-episodes-lists li {
    padding-bottom: 15px;
}
#footer-episodes.footer-recent-episodes .footer-recent-episodes-lists li a.footer-recent-episode-link {
    color: var(--e-global-color-3cca75b);
}
#footer-episodes.footer-recent-episodes .footer-recent-episodes-lists li a.footer-recent-episode-link:hover {
    text-decoration: underline;
}
#footer-bottom a {
    color: var(--e-global-color-3cca75b);
}
#footer-bottom a:hover {
    /* color: var(--e-global-color-primary); */
    text-decoration: underline;
}
#footer-bottom .footer-cookie {
    display: inline; 
    border: 0; 
    padding: 0 !important; 
    text-transform: none; 
    font-size: 16px !important; 
    color: var(--e-global-color-3cca75b) !important; 
    font-weight: bold; 
    letter-spacing: initial; 
    background-color: inherit !important;
}
#footer-bottom .footer-cookie:hover {
    text-decoration: underline;
}
/* Accessibility fix */
*:focus-visible {
    outline-offset: 5px;
    /* background-color: rgba(255,255,255,0.6); */
}
*:focus {
    outline: thick double !important;
}