/**
* Theme Name: Blocksy Child
* Description: This is a child theme of Blocksy.
* Author: Saturday Drive
* Template: blocksy
* Version: 1.0.0
*/

/* core theme style tweaks */
[data-pagination="simple"] .page-numbers, [data-pagination="next_prev"] .page-numbers {
    border-radius: 80px;
}

/* Social Share Icons */
#ess-main-wrapper {
    position: relative;
    z-index: 1;
}

/* AIB - Index Page Styling */
.page-template-page-aib .hero-section {
    display: none;
}
/* .page-template-page-aib .site-main::after {
    content: '';
    display: block;
    width: calc( calc(100vw - var(--container-width)) / 2 + 5px );
    height: 100%;
    left: 0;
    top: 0;
    background-color: #F7F942;
    position: fixed;
} */
.page-template-page-aib .aib-header-fixed {
    background: #F7F942;
    background: linear-gradient(22deg, rgba(57,168,169,1) 0%, rgba(247,249,66,1) 100%);
    padding: 24px;
}
.page-template-page-aib .aib-header-fixed .aib-header-img img {
    box-shadow: 0 0 24px rgb(0,0,0, 0.25);
    width: 336px;
    background-color: #195466;
    position: relative;
}
.page-template-page-aib [id^=podcast-subscribe-button] .secondline-psb-subscribe-list li {
    margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
    .page-template-page-aib .aib-header-fixed {
        margin-left: -24px;
    }
    .page-template-page-aib .aib-header-fixed .aib-header-img img {
        max-width: 123%;
    }
    .page-template-page-aib .aib-header-text {
        padding-left: 24px;
    }
}
@media screen and (min-width: 760px) {
    .page-template-page-aib .aib-header-fixed {
        width: 300px;
        max-width: 300px;
    }
    .page-template-page-aib .aib-header-fixed .aib-header-img img {
        max-width: 336px;
    }
    .page-template-page-aib .aib-header-text {
        padding-left: 48px;
    }
}
@media screen and (min-width: 977px) {
    .page-template-page-aib .aib-header-text {
        padding-left: 0;
    }
    .page-template-page-aib .aib-header-text,
    .page-template-page-aib .uagb-post-grid,
    .page-template-page-aib form {
        margin-left: 400px;
    }
    .page-template-page-aib .aib-header-fixed {
        position: fixed;
        top: 0;
        width: 300px;
        height: 100%;
        margin-top: 0;
        margin-left: -40px;
        padding: 176px 24px 24px;
        z-index: 1;
    }
    /* .page-template-page-aib .site-main::after {
        width: calc( calc(100vw - var(--container-max-width)) / 2 + 5px );
    } */
    .page-template-page-aib .ct-footer {
        position: relative;
        z-index: 1;
    }
}

/* AIB - Episode Single Styling */
.post-template-single-aib {}

.post-template-single-aib #main .hero-section {
    background: #F7F942;
    background: linear-gradient(22deg, rgba(57,168,169,1) 0%, rgba(247,249,66,1) 100%);
    padding-bottom: 50px;
}
.post-template-single-aib #main .hero-section .entry-header {
    flex-direction: row;
    align-items: center;
    max-width: 960px;
}
.post-template-single-aib #main .hero-section .entry-header .entry-meta {
    display: none;
}
.post-template-single-aib #main .hero-section .entry-header::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1px;
    background: #195466 url(assets/img/AIB_Coverart_v3-1024x1024.png) 0 0 / cover no-repeat;
    margin: 0;
    box-shadow: 0 0 20px rgb(0,0,0,.25);
    padding: 224px 0 0 224px;
}
.post-template-single-aib #main .hero-section .entry-header .page-title {
    color: #195466;
    font-weight: 300;
    text-align: left;
    padding-left: 1em;
    flex-shrink: 2;
}
.post-template-single-aib #main .entry-content .wp-block-fusebox-player-single:first-child {
    margin-left: -105px;
    margin-right: -105px;
    position: relative;
    z-index: 1;
    margin-top: -122px !important;
}
@media screen and (min-width: 1450px) {
    .post-template-single-aib #main .hero-section .entry-header {
        max-width: 960px;
    }
    .post-template-single-aib #main .hero-section .entry-header .page-title {
        font-size: 48px;
    }
}