@media (max-width: 1679px) {
    h2 {
        line-height:69px;
    }
}


@media (max-width:1025px) {
    .comments-block .comment > .children {
        margin-left:75px;
    }

    .aside .widget_nav_menu ul.menu ul {
        margin-left:0;
    }

}
@media (max-width: 991px) {
    h2 {
        line-height:67px;
    }

}

@media (max-width:767px) {
    .blog-post-single-inside.true {
        padding-top: 95px;
    }
    .post-meta{
        margin-bottom:40px
    }

    h2 {
        line-height:56px;
    }

}

@media (max-width:479px) {
    .comments-block .comment > .children {
        margin-left:15px;
    }

    .wp-caption.alignright{float:none}


    .pagination > li.tt-link-arrow,
    .pagination > li.active{
        display:inline-block;
    }

    .prd-grid:not(.prd-carousel) .prd .prd-info h3{
        min-height: 66px;
    }

}



@media (max-width: 1199px) {
    .block-bg-15 {
        background-position: right top;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
    }
}
@media (max-width: 767px) {
    .block-bg-15 {
        background-position: 100% top;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
    }
}
