.jktheme-post-style-8 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    border-radius: 5px;
}
.post-style-8-right{
    max-width: 870px;
    min-width: 870px;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 10px;
}
.post-style-8-left {
    width: auto;
    max-width: 320px;
    min-width: 320px;
    height: auto;
    min-height: 900px;
    z-index: 1;
}
.post-style-8-right .content-footer.post-content-footer.is-affixed .inner-wrapper-sticky {
    top: 150px !important;
}
.post-style-8-left .download-rights-title span {
    font-size: 20px;
    padding-top: 20px;
}
.post-style-8-right .entry-content {
    min-height: 500px;
}
.post-style-8-right .post-meta-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #dee0e3;
}
.post-style-8-right .single-bq {
    position: absolute;
    right: 0;
}
.post-style-8-right #post-meta {
    padding: 30px 0 20px 0;
}
.post-style-8-right .entry-header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-style-8-right .entry-header h1 {
    font-size: 28px;
}
.post-style-8-left-down #download-button-box {
    display: flex;
    flex-direction: column;
}
.post-style-8-left-down #download-button-box > button {
    margin-bottom: 10px;
}
.post-style-8-right .com-form-button {
    justify-content: flex-end;
}
.post-style-8-left .download-rights-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-style-8-left .n-thumb {
    position: relative;
    margin: 10px 35px 10px 35px;
    box-sizing: border-box;
    border-radius: 20px;
    height: 210px;
    width: 210px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #ffffff -50%, #98bdf9 100%);
}
.post-style-8-left .n-thumb img {
    width: 210px;
    height: 210px;
}
.post-style-8-left .download-info {
    padding: 0;
}
.post-style-8-right .content-excerpt {
    display: none;
}
.jktheme-post-style-8 .single .post-meta li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jktheme-post-style-8 .single .post-meta li:last-child {
    position: absolute;
    right: 0;
}
.jktheme-post-style-8 .single .post-meta li:last-child span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
    display: block;
}
.jktheme-post-style-8 .comment-tips span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 370px;
    text-overflow: ellipsis;
    display: block;
}
.jktheme-post-style-8 .comment-info span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 340px;
    text-overflow: ellipsis;
    display: block;
}
.jktheme-post-style-8 .comments-title a {
    white-space: nowrap;
    max-width: 340px;
    text-overflow: ellipsis;
    display: block;
}
.post-style-8-right li {
    list-style: none;
}
.post-style-8-right .comment-vote-hidden button{
    padding: 0 0;
    color: #aaa;
}
.post-style-8-right .comment-footer-tools {
    align-items: center;
}
.jktheme-post-style-8 #submitComment7 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
    height: 30px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #2997f74d;
    color: #888;
}
.jktheme-post-style-8 #submitComment7:hover {
    color: #fff;
    background: #000;
    transition: 1.0s;
}
.jktheme-post-style-8 .com-form-button-r:first-child button{
    font-size: 12px;
    font-weight: 800;
    border-radius: 5px;
    margin-right: 10px;
    height: 30px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffdfe4;
    color: #888;
}
.jktheme-post-style-8 .com-form-button-r:first-child button:hover {
    color: #fff;
    background: #ff6d84;
    transition: 1.0s;
}
