.post-header {
    position: relative;
    height: 100vh;
    color: #fff;
}

.header-banner {
    position:  relative;
    z-index: 1;
    height: 100%;
    background-size: cover;
    background-color: #000;
    background-position: top center;
}
.header-banner:after{
    content:  "";
    position: absolute;
    height: 100%;
    width:  100%;
    top:  0;
    left:  0;
    background-color: #000;
    opacity: .3;
    z-index: -1
}

.header-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 40px 0;
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.categories a {
    display: inline-block;
    margin: 0 5px;
}

.post-header.style-2 .slide-content h1,
.post-header.style-1 .slide-content h1 {
    margin: 20px 0;
    font-weight: 500;
    font-family: 'SangBleu Kingdom';
}

.post-header.style-2 .slide-content p,
.post-header.style-1 .slide-content p{
    font-family: 'SangBleu Kingdom';
    line-height: 1.5;
}
.post-header.style-6 p.bottom-text {
    margin: 0;
    position: absolute;
    width: 50%;
    text-align: center;
    right: 0;
    bottom: 40px;
}
.post-header.style-7 p.bottom-text {
    text-align: center;
    margin-top: 15px;
}
.post-header.style-7 .categories a,
.post-header.style-6 .categories a {
    position: relative;
    padding-left: 16px;
}

.post-header.style-7 .categories a:after,
.post-header.style-6 .categories a:after {
    position: absolute;
    height: 13px;
    width: 13px;
    content: "";
    background-color: #ef7857;
    left: 0;
    border-radius: 50%;
    top: 2px;
}
.post-header.style-7 .categories a:after {
    top: 6px;
}
.post-header.style-3 .slide-content {
    padding: 70px;
}

.post-header.style-3 .slide-content h1 {
    margin: 10px 0;
    font-size: 37px;
}

.post-header.style-3 {
    height: auto;
}