.ninedok-blog--single-wrapper .ninedok-blog--single__top-content {
    padding: 130px 15px;
    background: #384650;
    margin-bottom: 100px
}

@media screen and (max-width:1440px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content {
        margin-bottom: 90px
    }
}

@media screen and (max-width:1199px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content {
        padding: 100px 15px
    }
}

@media screen and (max-width:991px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content {
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content {
        margin-bottom: 60px;
        padding: 60px 15px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__top-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
  /*display: flex;*/
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__top-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
    width: 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end*/
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__top-content-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-content {
    margin-bottom: 70px
}

@media screen and (max-width:1440px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__post-content {
        margin-bottom: 60px
    }
}

@media screen and (max-width:991px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__post-content {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__post-content {
        margin-bottom: 0
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__categories {
    margin-bottom: 20px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__categories a {
    background: var(--c-main);
    color: var(--c-light);
    font-size: 13px;
    line-height: 2;
    font-weight: 700;
    display: inline-block;
    margin: 1px 1px 1px 0;
    padding: 3px 10px 0
}

.ninedok-blog--single-wrapper .ninedok-blog--single__categories a:hover {
    background: var(--c-dark)
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__categories a {
        margin: 1px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__title {
    color: var(--c-light);
    margin-bottom: 10px;
    line-height: 1.2;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.ninedok-blog--single-wrapper .ninedok-blog--single__author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.ninedok-blog--single-wrapper .ninedok-blog--single__author img {
    border-radius: 50%;
    margin: 0 auto 20px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center*/
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper {
    margin-bottom: 80px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper::after,
.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper::before {
    content: '';
    display: table;
    clear: both
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper>:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1440px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper {
        margin-bottom: 70px
    }
}

@media screen and (max-width:991px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper {
        margin-bottom: 60px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper.page {
        margin-bottom: 25px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper ol li,
.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper select,
.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper ul li {
    margin-bottom: 15px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper form h3 {
    margin-bottom: 30px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper form input[type=password] {
    border: 1px solid var(--c-light-grey);
    line-height: 35px;
    padding: 5px 20px;
    min-width: 250px;
    margin-bottom: 20px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper form input[type=submit] {
    border: none;
    position: relative;
    z-index: 10;
    font-weight: 500;
    padding: 11px 15px;
    background-color: var(--c-main);
    color: var(--c-light);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ninedok-blog--single-wrapper .ninedok-blog--single__content-wrapper form input[type=submit]:hover {
    background-color: var(--c-dark)
}

.ninedok-blog--single-wrapper .ninedok-blog--single__banner {
    margin-bottom: 25px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__tags {
    padding-top: 15px;
    clear: both
}

.ninedok-blog--single-wrapper .ninedok-blog--single__tags i {
    margin-right: 10px;
    color: var(--c-grey);
    margin-bottom: 3px;
    margin-top: 3px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__tags a {
    color: var(--c-grey);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 1px;
    position: relative;
    display: inline-block;
    margin: 2px 0
}

.ninedok-blog--single-wrapper .ninedok-blog--single__tags a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor
}

.ninedok-blog--single-wrapper .ninedok-blog--single__tags a:hover {
    color: var(--c-main)
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav {
    padding-top: 15px;
    clear: both
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav span:first-child {
    font-weight: 700;
    color: var(--c-dark);
    margin-right: 3px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav .post-page-numbers {
    font-weight: 400;
    padding: 0 3px;
    margin: 2px;
    display: inline-block
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav .post-page-numbers span {
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav .post-page-numbers.current span,
.ninedok-blog--single-wrapper .ninedok-blog--single__post-nav .post-page-numbers:hover span {
    color: var(--c-main)
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments {
    list-style: none
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments .pinback:not(:first-of-type) {
    margin-top: 15px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments .pinback:last-of-type {
    margin-bottom: 15px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-title {
    margin-bottom: 30px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments.page .ninedok-blog--single__comments-form {
    margin-bottom: 40px !important
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-item-wrap {
    padding: 30px;
    -webkit-box-shadow: 0 10px 50px 0 rgba(var(--ca-dark), .09);
    box-shadow: 0 10px 50px 0 rgba(var(--ca-dark), .09);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-item-wrap:hover {
    -webkit-box-shadow: 0 10px 50px 0 rgba(var(--ca-main), .09);
    box-shadow: 0 10px 50px 0 rgba(var(--ca-main), .09)
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-item-wrap {
        padding: 20px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-item .ninedok-blog--single__comments-item {
    margin-left: 50px
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-item .ninedok-blog--single__comments-item {
        margin-left: 25px
    }
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-item .ninedok-blog--single__comments-item {
        margin-left: 15px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-item:not(:first-of-type) {
    margin-top: 30px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .person-img {
    padding-right: 25px
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .person-img {
        padding-right: 0;
        margin-bottom: 10px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .person-img img {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .person-img img {
        height: 50px;
        width: 50px
    }
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .person-img img {
        height: 80px;
        width: 80px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content {
    width: 100%;
    max-width: calc(100% - 105px)
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content {
        max-width: calc(100% - 75px)
    }
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content {
        max-width: 100%
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text {
        margin-bottom: 0
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text::after,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text::before {
    content: '';
    display: table;
    clear: both
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text ol li,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-text ul li {
    margin-bottom: 15px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .comment-content .comment-date {
    font-size: 13px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap .author {
    margin-bottom: 25px;
    color: var(--c-dark);
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap .author {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap .author {
        margin-bottom: 15px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap .comment-reply-link {
    font-weight: 700
}

@media only screen and (max-width:600px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-content .author-wrap .comment-reply-link {
        margin-bottom: 15px;
        color: var(--c-main);
        line-height: 1
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form {
    margin-bottom: 100px
}

@media screen and (max-width:1440px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form {
        margin-bottom: 90px
    }
}

@media screen and (max-width:991px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form {
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form {
        margin-bottom: 40px
    }
}

.ninedok-blog--single-wrapper .comment #respond {
    margin-top: 30px;
    padding-bottom: 10px
}

.ninedok-blog--single-wrapper .comment #respond .comment-reply-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ninedok-blog--single-wrapper .comment #respond .comment-reply-title small {
    font-size: 15px
}

.ninedok-blog--single-wrapper .comment #respond .comment-reply-title,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-reply-title {
    margin-bottom: 30px;
    margin-top: 30px
}

.ninedok-blog--single-wrapper .comment #respond input[type=email],
.ninedok-blog--single-wrapper .comment #respond input[type=text],
.ninedok-blog--single-wrapper .comment #respond textarea,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=email],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form textarea {
    background-color: var(--c-light-grey);
    border: none;
    resize: none;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px 25px;
    line-height: 1.5
}

@media screen and (max-width:767px) {

    .ninedok-blog--single-wrapper .comment #respond input[type=email],
    .ninedok-blog--single-wrapper .comment #respond input[type=text],
    .ninedok-blog--single-wrapper .comment #respond textarea,
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=email],
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text],
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form textarea {
        margin-bottom: 15px
    }
}

.ninedok-blog--single-wrapper .comment #respond input[type=email],
.ninedok-blog--single-wrapper .comment #respond input[type=text],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=email],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text] {
    width: calc(50% - 15px)
}

@media screen and (max-width:767px) {

    .ninedok-blog--single-wrapper .comment #respond input[type=email],
    .ninedok-blog--single-wrapper .comment #respond input[type=text],
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=email],
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text] {
        width: 100%
    }
}

.ninedok-blog--single-wrapper .comment #respond input[type=text],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text] {
    float: left;
    margin-right: 30px
}

@media screen and (max-width:767px) {

    .ninedok-blog--single-wrapper .comment #respond input[type=text],
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=text] {
        float: none;
        margin-right: 0
    }
}

.ninedok-blog--single-wrapper .comment #respond input[type=submit],
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=submit] {
    padding: 20px 25px;
    line-height: 1.5;
    border: none;
    background-color: var(--c-main);
    color: var(--c-light);
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ninedok-blog--single-wrapper .comment #respond input[type=submit]:hover,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form input[type=submit]:hover {
    background-color: var(--c-dark)
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {

    .ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent,
    .ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent {
        margin-bottom: 15px
    }
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent input,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent input {
    opacity: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 20
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent input[type=checkbox]:checked+label::after,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent input[type=checkbox]:checked+label::after {
    opacity: 1
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent label,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent label {
    margin-bottom: 0;
    position: relative;
    padding-left: 10px;
    width: calc(100% - 25px)
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent label::before,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    height: 25px;
    width: 25px;
    background-color: var(--c-light-grey);
    z-index: 10
}

.ninedok-blog--single-wrapper .comment #respond .comment-form-cookies-consent label::after,
.ninedok-blog--single-wrapper .ninedok-blog--single__comments-form .comment-form-cookies-consent label::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid var(--c-main);
    border-width: 0 3px 3px 0;
    z-index: 11;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__pagination {
        margin-bottom: 75px
    }
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__pagination {
        margin-bottom: 40px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next,
.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-prev {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next span,
.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-prev span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 13px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next span a,
.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-prev span a {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media screen and (max-width:767px) {

    .ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next span a,
    .ninedok-blog--single-wrapper .ninedok-blog--single__pagination-prev span a {
        font-size: 15px
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next {
    margin-right: 0;
    text-align: right
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination-next .img-wrap {
    margin-right: 0 !important;
    margin-left: 20px
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination .img-wrap {
    display: inline-block;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .ninedok-blog--single-wrapper .ninedok-blog--single__pagination .img-wrap {
        display: none
    }
}

.ninedok-blog--single-wrapper .ninedok-blog--single__pagination .img-wrap img {
    max-height: 80px
}

/*# sourceMappingURL=blog-single.css.map */