
article.post-single-page {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0px
}

@media screen and (min-width:768px) {
    article.post-single-page {
        padding: 100px 40px
    }
}


article.post-single-page .wd-post-cat,
article.post-single-page .wd-post-meta,
article.post-single-page header .title,
article.post-single-page .wd-post-image img,
.single-post .wd-page-nav,
.single-post .wd-single-footer {
    display: none !important;
}

article.post-single-page header {
    max-width: 10%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    display: none;
}

@media screen and (min-width:1024px) {
    article.post-single-page header {
        display: block;
        max-width: 26%;    
    }
}

@media screen and (min-width:1200px) {
    article.post-single-page header {
        max-width: 32%;    
    }
}

article.post-single-page .wd-entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 730px;
    padding-right: 60px;
}

@media screen and (min-width:1200px) {
    article.post-single-page .wd-entry-content {
        width: 767px;
    }
}

article.post-single-page .wd-post-image {
    height: 100%;
    background-image: url(../../images/blog.png);
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
}

article.post-single-page .wd-entry-content h1 {
    font-size: 72px;
    line-height: 78px;
    font-family: 'Charm';
    padding-top: 15px;
    margin-bottom: 70px;
}






























