.acf-pretty-post .container.narrow{
    width: 900px;
    background: transparent !important;
    top:92px;
    margin-top:0px;
}

.acf-pretty-post .container.narrow:nth-child(3),
.acf-pretty-post .container.narrow:nth-child(4),
.acf-pretty-post .container.narrow:nth-child(5){
    margin-top:90px;
}

.acf-pretty-post img.alignright{
    float:right;
    margin: 15px;
}

.acf-pretty-post img.aligncenter{
    margin: 0 auto;
    float: none;
    display: block;
}

.acf-pretty-post-parallax {
    height: 850px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.acf-pretty-post div{
    padding-top: 0px;
    z-index: 9997;
    margin-top: 25px;
    margin-bottom: 20px;
}

.acf-pretty-post  a[name] {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
/*---- WYSIWYG -----*/
.acf-pretty-post-wysiwyg{
    background: white;
}
.acf-pretty-post-wysiwyg h1{
    font-size:32px;
    line-height: 44px;
}
.acf-pretty-post-wysiwyg h2{
    font-size:30px;
    line-height: 42px;
}
.acf-pretty-post-wysiwyg h3{
    font-size:28px;
    line-height: 40px;
}
.acf-pretty-post-wysiwyg h4{
    font-size:26px;
    line-height: 38px;
}
.acf-pretty-post-wysiwyg h5{
    font-size:24px;
    line-height: 36px;
}
.acf-pretty-post-wysiwyg h5{
    font-size:22px;
    line-height: 34px;
}
.acf-pretty-post-wysiwyg p{
    font-size: 18px;
    line-height: 28px;
}

.acf-pretty-post-wysiwyg img {
    height: auto;
}


/*---- OVERLAY -----*/
.acf-pretty-post-parallax.overlay{

}
.acf-pretty-post-parallax.overlay h1{
    font-size: 70px;
    padding-top: 340px;
    font-weight: 700;
}
.acf-pretty-post-parallax.overlay h2{
    font-size: 25px;
    padding: 10px 13px 9px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.2;
}


/*---- VIDEO -----*/

.acf-pretty-post-video{
    background: #000;
    height: 100%;
    width: 100%;
}


.acf-pretty-post .video-overlay{
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9998;
    opacity: 1;
}

.acf-pretty-post-video-trigger{
    position: absolute;
    top: 60%;
    left: 50%;
}

.pretty-post.banner{
    z-index: 9997;
    display: block;
    position: fixed;
    margin: 0 auto;
    background: white;
    left: 50%;
}

.pretty-post.banner .ad{
    background: white;
    margin-top:0px !important;
    margin-bottom:0px !important;
    margin-left:-364px!important;
    padding:3px 0;
    width:auto;
}

.pretty-post.banner.stick{
    top:50px;
}
.container.narrow .rr-comments#epoch-wrap{
    background: white;
    padding:20px !important;
}
@media screen and (max-width: 889px) {
    .acf-pretty-post .container.narrow {
        width: 767px;
    }
}


@media screen and (max-width: 767px) {
    .pretty-post.banner{
        margin-top:-4px;
    }

    .pretty-post.banner .ad{
        margin-left:-125px!important;
    }

    .acf-pretty-post-parallax {
        height: 580px;
        background-attachment: scroll !important;
    }
    .acf-pretty-post-parallax.overlay h1{
        font-size: 50px;
        padding-top: 150px;
        font-weight: 700;
    }
    .acf-pretty-post-parallax.video{
        height: 300px !important;
    }
    .acf-pretty-post .container.narrow {
        width: auto;
    }
    .acf-pretty-post img.alignright {
        float: none;
        margin: 0 auto;
    }
}


#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 40px;
}
