@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 1330px;
        max-width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .sticky.admin-bar .desktop-nav-area {
        top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .left-align.post-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .small-box.post-box .post-media {
        margin-bottom: 23px;
        max-height: 186px;
    }

    .left-align.post-box .post-media {
        min-width: 170px;
        height: 160px;
        margin-right: 30px;
        margin-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .left-align.post-box .post-media img {
        max-width: inherit;
        height: 100%;
        width: auto;

    }

    .left-align.post-box .title,
    .small-box.post-box .title {
        font-size: calc(var(--body-font-size) * 1.1);
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .small-box.post-box .title a {
        line-height: 1.4em;
    }

    .left-align.post-box .desc,
    .small-box.post-box .desc {
        font-size: calc(var(--body-font-size) - 4px);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .big-box.post-box .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}


@media only screen and (min-width: 1400px) {
    .left-align.post-box .post-media {
        height: 185px;
        min-width: 200px;
    }
}

@media only screen and (max-width: 1500px) {
    :root {
        --section-padding: 120px;
    }

    .desktop-nav-area .nav_menu .nav>li {
        padding: 0 18px;
    }
}

@media only screen and (max-width: 1300px) {
    :root {
        --body-font-size: 16px;
    }

    .desktop-nav-area .nav_menu .nav>li {
        padding: 0 16px;
    }

    .page-links .page-numbers,
    .nav-links .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .header_search_form form {
        padding: 100px 0;
    }

    .error-page .error_desc {
        font-size: 56px;
    }
    
    .navbar_style_two .desktop-nav-area .nav_actions .primary_button {
        font-size: 12px;
    }
    .desktop-nav-area .nav_actions .nav_action {
        font-size: 16px;
    }
    .navbar_style_two .desktop-nav-area .nav_actions .nav_action {
        width: calc(var(--navbar-height) / 1.5);
    }
}

@media only screen and (max-width: 1200px) {
    :root {
        --body-font-size: 16px;
        --section-padding: 120px;
        --navbar-height: 80px !important;
    }


    .button,
    .primary_button {
        padding: 10px 24px;
    }
}

@media only screen and (max-width: 992px) {
    :root {
        --body-font-size: 16px;
        --section-padding: 100px;
    }

    .has-post-thumbnail .event-sidebar {
        margin-top: 60px;
    }

    .error-page .error_desc {
        font-size: 46px;
    }

    .header_search_form form {
        padding: 80px 0;
    }

    .site-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .transparent_menu .site-header {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --navbar-height: 80px !important;
        --section-padding: 80px;
    }

    /*----- Navbar-css -----*/

    .desktop-nav-area .nav_logo {
        font-size: 24px;
    }

    .desktop-nav-area .nav_actions .nav_action {
        font-size: 14px;
    }

    .cart_toggle .cart_count {
        right: -4px;
        top: -2px;
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 8px;
    }

    .navbar_style_one .desktop-nav-area .nav_right_side .nav_actions .nav_action {
        margin-left: 16px;
    }

    .navbar_style_one .desktop-nav-area .nav_left_side .nav_actions .nav_action {
        margin-right: 10px;
    }

    #nav_mini_cart.show .cart_close {
        left: 10px;
    }

    .header_search_form .form_control {
        font-size: 22px;
        line-height: 22px;
    }

    .header_search_form .search_submit {
        right: 14px;
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }


    /* ------- Site-Header-CSS ------- */
    .site-header {
        padding: 30px 0;
    }

    .site-header .page_title {
        font-size: calc(var(--body-font-size) * 2);
        margin-bottom: 8px;
    }
    
    .site-header .sub_title {
        font-size: var(--body-font-size);
    }

    .post-navigation .button-title {
        display: none;
    }

    .product_list_widget .mini_cart_item a img {
        max-width: 80px;
        min-width: 80px;
    }

    .scrollDown {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    
    .scrollDown:before, .scrollDown:after {
        top: 10px;
    }

    /*----- post-box -----*/
    .comments_list .comment-body {
        padding-left: 0;
        margin-bottom: 25px;
    }

    .comments_list .comment-body .comment-meta,
    .comments_list .comment-body .comment-meta .comment-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comments_list .comment-body .comment-meta .comment-author img {
        position: static;
        display: block;
        margin-bottom: 15px;
    }

    .comments_list .comment-body .comment-meta .comment-author:after {
        display: none;
    }

    .comments_list .children {
        padding-left: 30px;
        margin-left: 0;
    }

    .comment-respond .comment-reply-title,
    .comment_list_area .comments_title {
        font-size: 24px;
    }


    .post-box .title {
        font-size: calc(var(--body-font-size) * 1.4);
    }

    .empty-space-page .empty-title {
        font-size: calc(var(--body-font-size) * 2);
    }

    .error-page .error-title {
        font-size: 54px;
    }

    .error-page .error-desc {
        font-size: 24px;
    }

    .header-actions .breadcumbs {
        width: calc(100vw - 80px);
    }

    .desktop-nav-area .nav_actions .nav_action.text_action {
        font-size: 8px;
    }

    .navbar_style_one .desktop-nav-area .nav_actions .nav_action.text_action { 
        font-size: 10px;
        line-height: 1.2em;
        padding: 8px 12px;
    }

    blockquote {
        padding: 20px 40px 20px 20px !important;
    }
    
    
    blockquote:before {
        font-size: 24px;
    }
}


@media only screen and (max-width: 576px) {
    :root {
        --section-padding: 60px;
    }

    .single_navigation .title {
        font-size: 16px;
    }

    .main-sidebar .widget:not(.widget_search) {
        margin-bottom: 25px;
        padding: 25px;
    }

    .wp-block-group h2 {
        margin-bottom: 15px;
    }

    .navbar_style_two .desktop-nav-area .nav_actions .nav_action {
        width: calc(var(--navbar-height) - 16px);
    }

    .desktop-nav-area .nav_actions .nav_action {
        font-size: 16px;
    }

    .navbar_style_two .desktop-nav-area .nav_actions .nav_action {
        padding: 5px;
    }

    .desktop-nav-area .nav_actions .nav_action.text_action {
        font-size: 5px;
    }

    .button,
    .primary_button {
        padding: 5px 15px;
    }

    .page-links,
    .nav-links {
        padding-top: 32px;
    }

    .main-sidebar .widget:not(.widget_search) {
        padding: 24px
    }

    .footer_widgets .footer_widget {
        margin-bottom: 30px;
    }

    .footer_area .footer_middle {
        padding: 60px 0 30px 0;
    }

    .wp-block-group h2,
    .wp-block-search .wp-block-search__label {
        font-size: 18px;
    }
}


@media only screen and (min-width: 360px) and (max-width: 576px) {
    .col-xs-6 {
        width: 50%;
    }

}