
/* MARK: 900px */
@media ( max-width: 950px ) {
    /* Header */
    .bnv-header .bnv--normal {
        display: none;
    }

    /* Banner Slider */
    .bnv-main-banner .block-wrap {
        flex-direction: column;
    }

    .bnv-main-banner .block-wrap .banner-sidebar {
        max-height: initial;
    }

    .banner-sidebar .article-wrap {
        grid-template-columns: repeat( 2, 1fr );
    }

} /* 950px */

/* MARK: Tablet 768px */
@media ( max-width: 768px ) {
    .bnv-header .loaded .bnv-live-search {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Banner Slider */
        .bnv-main-banner .block-wrap {
            flex-direction: column;
        }

        .bnv-main-banner .block-wrap .bnv-main-banner-left {
            order: 2;
        }

        .bnv-main-banner .block-wrap .bnv-main-banner-right {
            order: 3;
        }

        /* Layout Three */
        .bnv-main-banner.layout--three .slider-content-wrap .slider-content-inner-wrap {
            grid-template-columns: 100%;
        }

    /* Video Playlist */
        .bnv-video-playlist .content-wrapper {
            grid-template-columns: 100%;
        }

        .bnv-video-playlist .content-wrapper .video-player {
            position: relative;
            padding-bottom: 60%;
        }

        .bnv-video-playlist .content-wrapper .video-player iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* Layout One */
        .bnv-video-playlist.layout--one .content-wrapper .videos {
            grid-template-columns: repeat(2, 1fr);
        }

    /* Archive */
        .blognova-main-wrap .content-wrapper {
            flex-direction: column;
        }

        .blognova-main-wrap .content-wrapper .site-main {
            order: -1;
        }
        
        /* List */
        .blognova-main-wrap.layout--list.column--two .article-wrap {
            grid-template-columns: 100%;
        }
} /* 768px */

/* MARK: Mobile 610px */
@media ( max-width: 610px ) {
    /* Header */
    .bnv-header .loaded .bnv-live-search {
        grid-template-columns: 100%;
    }

    /* Banner Slider */
    .banner-sidebar .article-wrap {
        grid-template-columns: 100%;
    }

    /* Archive */
        .blognova-main-wrap.ratio--square .bnv-article .bnv-article-figure {
            width: 100%;
            max-height: 300px;
        }

        /* List */
        .bnv-sections-wrap .blognova-main-wrap.layout--list .site-main .bnv-article .entry-content {
            grid-template-columns: 100%;
        }
} /* 610px */

/* MARK: Small 425px */
@media ( max-width: 425px ) {
    /* Video Playlist */
    .bnv-video-playlist.layout--one:not(.active) .content-wrapper .videos {
        grid-template-columns: 100%;
    }

} /* 425px */




/* Min Width */
@media ( min-width: 950px ) {
    .bnv-header .bnv--responsive {
        display: none;
    }
}

@media ( min-width: 860px ) {
    .bnv-header .form-wrapper.layout--four .search-field {
        font-size: 42px;
        line-height: 75px;
    }
}

@media (min-width: 1600px) {
    .bnv-header .form-wrapper.layout--four .search-field {
        font-size: 5rem;
        line-height: 137px;
    }
}