/*
=======================================================
    COPYRIGHTS <BIGBANG ITS> COMPANY
=======================================================

*/

/* change width of bootstrap container */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 767px) {

    #ninaNav {
        background-color: #fff;
        padding: 15px 15px 30px 15px;
    }

    .nina-category-area .nav-tabs .nav-link.active:after {
        display: none;
    }

    #scrollUp {
        bottom: 30px;
        right: 30px;
    }

    .header-area {
        position: relative;
        padding: 0;
    }

    .header-area .navbar {
        height: auto;
    }

    .main-content-wrapper {
        padding: 20px 10px;
    }

    .hero-area .hero-slides .single-hero-slide {
        height: 400px;
    }

    .header-area .navbar .navbar-brand span {
        display: none;
    }

    .header-area .navbar .navbar-nav .nav-item:last-child::after {
        content: "|";
    }

    .nina-category-area .nav-tabs .nav-link {
        padding: 0 5px;
    }

    .single-blog-post.post-style-2 .post-content .headline h5 {
        font-size: 13px;
    }

    .single-blog-post.post-style-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-blog-post.post-style-4 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }

    .single-blog-post.post-style-4 .post-content {
        padding: 30px;
    }

    .nina-category-slider .owl-nav, .nina-category-slider2 .owl-nav {
        margin-bottom: 30px;
    }

    .sidebar-widget-area .widget-content {
        padding: 30px 0 30px 15px;
    }

    .single-blog-title h3 {
        font-size: 24px;
    }

    .single-blog-content .post-content {
        padding: 30px 25px;
    }

    .comment_area .comment-content {
        padding: 20px 15px;
    }

    .contact-form, .post-a-comment-area {
        padding: 30px 25px;
    }

    .footer-area .footer-single-widget .footer-menu {
        margin: 50px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .single-blog-post.post-style-4 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .single-blog-post.post-style-4 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        min-width: 250px;
    }

    .single-blog-post.post-style-4 .post-content {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #scrollUp {
        bottom: 30px;
        right: 30px;
    }

    .hero-area .hero-slides .single-hero-slide {
        height: 450px;
    }

    .nina-category-area .nav-tabs .nav-link.active:after {
        width: calc(100% - 10px);
        left: 5px;
    }

    .nina-category-area .nav-tabs .nav-link {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .header-area .navbar .navbar-nav .nav-link {
        padding: 0.5em;
    }

    .header-area .navbar .navbar-nav {
        margin-right: 30px;
    }

    .nina-category-area .nav-tabs .nav-link.active:after {
        width: calc(100% - 10px);
        left: 5px;
    }

    .nina-category-area .nav-tabs .nav-link {
        padding: 0 5px;
    }

    .single-blog-post.post-style-2 .post-thumbnail {
        margin-right: 5px;
    }

    .single-blog-post.post-style-2 .post-content .headline h5 {
        font-size: 13px;
    }

    .single-blog-post.post-style-2 .post-content {
        padding: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .order-first {
        order: unset;
    }
}