.ren-hero{
    position: relative;
}

.ren-hero__image{
    display: block;
    min-height: 200px;
}

.ren-hero__image--mob{
    display: none;
}

.ren-hero__image img{
    width: 100%;
}

.ren-hero__title,
.ren-hero__menu,
.ren-hero__cta,
.ren-hero__tag-line,
.ren-hero__tune-in {
    color: inherit;
}

.ren-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.5rem;
    /*max-width: 1400px;*/
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ren-hero__title {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
}

.ren-hero__space {
    flex-grow: 1;
    display: none;
}

.ren-hero__cta {
    font-size: 3.5rem;
    white-space: nowrap;

}

.ren-hero__tag-line {
    font-size: 1.7rem;
    white-space: nowrap;

}

.ren-hero__tune-in {
    position: absolute;
    right: 50px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    text-align: right;
}

.ren-hero__tune-in-popup {

}

.ren-hero__air-times{
    text-transform: uppercase;
    font-size: 1.3rem;
    display: none;
    color: inherit;
}

.ren-hero__menu{
    margin-top: 5px;
    overflow-x: auto;
    padding-bottom: 10px;
    display: none;
    z-index: 0;
}

.ren-hero__menu-item {
    text-transform: uppercase;
    margin-right: 20px;
    color: #e2e2e2;
    white-space: nowrap;
}

.ren-hero__menu-item:hover {
    color: #fff;
}

/* Series Page Section */

.single-series .ren-hero__menu {
    display: flex;
}

.single-series .ren-hero__space {
    display: inline-block;
}

.single-series .ren-hero__content {

}

.single-series .ren-hero__title {
    margin-top: 70px;
}

.single-series .ren-hero__cta {
}

.single-series .ren-hero__tag-line {
}

.single-series .ren-hero__air-times {
    display: block;
}

/* END Series Page Section */


/* Media Queries Section */

@media all and (max-width: 1200px) {
}

@media all and (max-width: 800px) {

    /** Hide admin bar for mobile devices */
    html #wpadminbar{
        display: none;
    }

    body.admin-bar {
        margin-top: -42px;
    }

    .ren-hero__title {
        font-size: 2rem;
    }

    .ren-hero__cta {
        font-size: 2.5rem;
        white-space: normal;
    }

    .ren-hero__tag-line {
        font-size: 1.5rem;
        white-space: normal;

    }

    .ren-hero__tune-in {
        position: static;
        margin-top: 5px;
        text-align: left;
    }

    .ren-hero__image--mob {
        display: block;
    }

    .ren-hero__image  > img {
        display: none;
    }

    .single-series .ren-hero__content{
        bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .single-series .ren-hero__content > * {
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-series .ren-hero__title,
    .single-series .ren-hero__menu,
    .single-series .ren-hero__tune-in {
        margin-left: 0;
        margin-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #2c2c2c;
    }

    .ren-hero__menu {
        margin-top: 0;
    }

    .single-series .ren-hero__tune-in {
        color: white;
    }

    .single-series .ren-hero__title {
        background: #000;
        margin-top: 0;
        color: white;
    }


}


@media all and (max-width: 600px) {


}


@media all and (max-width: 480px) {

    .ren-hero__content {
        bottom: 1.5rem;
    }

    .ren-hero__title {
    }

    .ren-hero__cta {
        font-size: 2rem;
        white-space: normal;
    }

    .ren-hero__tag-line {
        font-size: 1.2rem;
        white-space: normal;
    }

    .ren-hero__tune-in {
        font-size: 1.2rem;
        position: static;
        margin-top: 5px;
    }

    .single-series .ren-hero__menu-item{
        font-size: 1.3rem;
    }

    .single-series .ren-hero__content > * {
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media all and (max-width: 360px) {

}


/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/


