/*
 * Theme Name: Not a Climate Scientist
 * Template: multisite-parent
 * Author: Jebeze Alexander
 * Description: Child theme of multisite-parent for the Not a Climate Scientist podcast.
 * Version: 1.0
 */


#utility #nav-container {
    color: #fff;
    font-size: 13px;
}

header.site-header {
    width: 100%;
    /*background: #ff5700;*/
    background: #fff;
}


    

.home header #site-header {
    height: 280px;
    align-items: flex-start;
    padding-top: 24px;
}

/*nav#site-navigation {
    flex-direction: row;
    align-items: flex-end;
}

#nav-gap {
    flex: 1;
}

#power {
    text-align: left;
    background: #fff;
    padding: 2em 1em;
    border: 2px solid #1A2A86;
}*/

#subscribe {
    width: 25%;
    text-align: center;
    align-self: flex-start;
    margin-top: 4px;
}

#subscribe a {
    display: inline-block;
    /*background: #1A2A86;*/
    background: #ff5700;
    color: #fff;
    height: 48px;
    margin: auto;
    line-height: 48px;
    padding: 0 24px;
    font-weight: bold;
}

#subscribe a:hover {
    background: #1A2A86;
    text-decoration: none;
}

#power em {
    display: block;
}

nav ul.sub-menu {
    top: 133px;
}

.logged-in nav ul.sub-menu {
    top: 165px;
}

/*#masthead.sticky-effect {
    position: sticky;
    top: 0;
    height: 120px;
    margin-bottom: 172px;
    transition: none !important;
}

#masthead.sticky-effect #site-header {
    height: 120px;
}

#masthead.sticky-effect .site-branding .site-name {
    font-size: 36px;
    line-height: 36px;
}

#masthead.sticky-effect #power {
    padding: 1em;
}

#nav-overlay {
    position: fixed;
    margin-left: calc((100vw - 1200px) / 2);
    top: 280px;
}

*/

#nav-overlay.sticky-effect {
    /*top: 140px;*/
}

.cta {
    border: 1px solid black;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
.cta:nth-of-type(3), .cta:nth-of-type(4) {
    width: 49.4%;
    float: left;
}

.cta:nth-of-type(3) {
    margin-right: 2px;
}

.cta:nth-of-type(4) {
}*/

.cta h2 {
    /*display: none;*/
}

.cta .cta-body {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

/*ul#menu-primary {
    list-style-type: none;
    padding: 0;
}*/

ul#menu-primary li {
   /* margin-bottom: 0.75em;*/
}


ul#menu-primary li a:hover {
    color: #ff5700;
}

ul#menu-primary li a {
    color: #1A2A86;
}


.home ul#menu-primary li a {
    /*color: #1A2A86;*/
    color: #fff;
    /*font-weight: bold;*/
}


/*header.title-header:after {
    display: none;
}*/

.site-branding img {
    height: 148px;
}

.home .site-branding img {
    height: 240px;
}

figure.episode-home {
    display: flex;
    margin-bottom: 24px;
}

figure.episode-home .episode-text {
    margin-left: 14px;
}

figure.episode-home .episode-text p {
    margin: 0 0 24px 0;
    line-height: 24px;
}

figure.episode-home .episode-text p.episode-title {
    margin: 0 0 2px 0;
    line-height: 20px;
    color: #1A2A86;
    font-weight: bold;
    text-transform: uppercase;
}

figure.episode-home .episode-text p.episode-badges {
    color: #1A2A86;
    font-weight: bold;
}

figure.episode-home img {
    width: 237px;
    display: inline-block;
    height: 237px;
}

figure.episode-home .episode-text p img {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 6px;
    top: 8px;
    cursor: pointer;
    border-radius: 24px;
    padding: 2px;
}

figure.episode-home .episode-text p img:hover {
    background: #000;
}

figure.episode-home .episode-text h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
}

.episode-page {
    width: 420px;
    margin: 2em auto 1em auto;
}

.page-id-39 nav#site-navigation #subscribe, /*sign-up page*/
.home header.title-header {
    display: none;
}

header #badges {
    display: none;
}

.home header #badges {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 1200px;
    text-align: right;

}

header #badges img {
    height: 44px;
    margin: 0 3em;
    cursor: pointer;
    border-radius: 24px;
    padding: 2px;
}

header #badges #badge-3 {
    margin-right: 0;
}

header #badges img:hover {
    /*opacity: 0.85;*/
    background: #fff;
    /*background: #ff5700;*/
}

#badges-label {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 178px;
}

/*header #badges #badge-1:hover, 
header #badges #badge-2:hover, 
header #badges #badge-3:hover {
    height: 48px;
    top: -2px;

}*/

#subscribe a {
    font-size: 13px;
    padding: 0 12px;
}

#menu-primary, #menu-primary-1 {
    display: none;
}

.home h2.main-hdr {
    margin-top: 36px;
}




@media (max-width: 640px) {
    header#masthead {
        height: 112px;
    }
    .home header#masthead {
        height: 240px;
    }
    .site-branding img, .home .site-branding img {
        height: 84px;
    }
    header #site-header {
        margin-top: 16px;
        align-items: flex-start;
        height: 112px;
    }
    .home header #site-header {
        margin-top: 0;
        height: 132px;
        align-items: flex-start;
    }
    nav#site-navigation {
        display: block;
    }
    #hamburger,
    .menu-primary-container,
    .search-widget {
        display: none;
    }
    #subscribe {
        width: auto;
        text-align: right;
    }
    #subscribe a {
        font-size: 11px;
        padding: 0px 10px;
        height: 32px;
        line-height: 32px;
    }
    #badges-label {
        text-shadow: 2px 2px 4px #000000;
        margin-right: 32px;
    }
    header #badges img {
        height: 32px;
        margin: 0 1em;
    }
    header #badges #badge-3 {
        margin-right: 1em;
    }
    .home-spacer-1 {
        height: 8px !important;
    }
    .post-full {
        margin-bottom: 0px;
    }
    #content {
        padding-bottom: 0px;
    }
   figure.episode-home {
        display: block;
        margin-bottom: 36px;
    }
    .episode-home img {
        width: 50%%;
        display: block;
    }
    figure.episode-home .episode-text {
        margin: 18px 0 28px 0;
    }
    figure.episode-home .episode-text p img {
        display: inline-block;
    }
}



