/******************************************
* Media Queries (Responsive Design)
*******************************************/


/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

*/

@media screen and (max-width: 1500px) {

    .inner-wrap {
        max-width: 94%;
    }

    .adv-wpz img,
    .adv_side img,
    .adv_content img {
        max-width: 100%;
        height: auto;
    }

    .adv-wpz {
        float: none;
        margin: 20px 0;
        text-align: center;
    }

    .carousel_widget_wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .header_social,
    .header_misc {
        width: 33%;
        flex: 3;
    }

    #slider {
        min-width: auto;
    }

    #slider.slide-tall .slides li .slide-overlay {
        height: auto;
    }

    #slider.slide-tall,
    #slider.slide-tall .slide {
        height: auto;
    }
}

@media (min-width: 1250px) {

    #slider.slide-tall .flickity-viewport {
        height: 850px !important;
    }
}


@media screen and (max-width: 1250px) {

    .featured_area>.inner-wrap {
        flex-wrap: wrap;
    }

    #slider {
        order: 1;
        width: 100%;
        flex: auto;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .featured-widgets-left {
        order: 2;
    }

    .featured_area .left_col_posts,
    .featured_area .right_col_posts {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        border-bottom: none;
    }

    .featured_area .left_col_posts {
        margin-right: 3%;
    }
}

@media screen and (max-width: 1100px) {

    .section-ticker .carousel-slider .flickity-enabled .item {
        margin: 0 2.75% 0 0;
        width: 31.5%;
    }
}

@media (min-width: 980px) {

    #menu-main-slide {
        display: none !important
    }
}

@media screen and (max-width: 979px) {

    .carousel-slider .flickity-enabled .item {
        margin: 0 2.75% 0 0;
        width: 31.5%;
    }

    .navbar-toggle .icon-bar {
        display: none;
    }

    .main-navbar .navbar-toggle {
        margin: 0;
        padding: 0;
    }

    .main-navbar .navbar-toggle:after {
        content: '\2807';
        font-size: 36px;
        line-height: 36px;
        color: #fff;
        font-weight: normal;
    }

    #menu {
        display: none;
    }

    #navbar-top .navbar-wpz {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }


    #navbar-main {
        display: none
    }

    .navbar-toggle {
        display: block
    }

    .main-navbar {
        padding: 4px 0;
        min-height: 60px;
    }

    .slicknav_btn {
        padding: 16px 0;
    }

    .slides li h3 {
        font-size: 36px !important;
    }

    .content-area.full-layout .recent-posts:not(.blog-view) article.post,
    .content-area.full-layout .recent-posts:not(.blog-view) .type-page {
        width: 48%;
        margin: 0 4% 30px 0;
    }

    .content-area.full-layout .recent-posts:not(.blog-view) article:nth-of-type(3n+3) {
        margin-right: 4%;
    }

    .content-area.full-layout .recent-posts:not(.blog-view) article:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .recent-posts .post-thumb img {
        width: 100%;
    }

    /* 4 columns */
    .widget-areas .column:nth-child(1):nth-last-child(4),
    .widget-areas .column:nth-child(2):nth-last-child(3),
    .widget-areas .column:nth-child(3):nth-last-child(2),
    .widget-areas .column:nth-child(4):nth-last-child(1) {
        width: 48%;
        margin-right: 4%;
    }

    .widget-areas .column:nth-child(2):nth-last-child(3) {
        margin-right: 0;
    }

    .widget-areas .column:nth-child(4):nth-last-child(1) {
        margin-right: 0;
    }

    .prevnext .prevnext_container {
        font-size: 16px;
        padding: 0 5%;
    }

    .prevnext .prevnext_container h4 {
        font-size: 20px;
    }
}


@media screen and (max-width: 950px) {

    .inner-wrap {
        max-width: 90%;
    }

    .content-area {
        width: 100%;
        float: none;
    }

    #site-sidebar {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        border: none;
    }

    .header_misc .navbar-wpz {
        display: none;
    }

    .header_social,
    .header_misc {
        flex: 2;
    }
}

@media screen and (max-width: 850px) {

    .main-navbar.headroom--not-top {
        position: relative;
    }

    .featured_area .left_col_posts,
    .featured_area .right_col_posts {
        width: 100%;
        display: block;
        border-bottom: none;
    }

    .featured_area .wpzoom-featured-cat .left_col_posts .post-thumb,
    .featured_area .wpzoom-featured-cat .right_col_posts .post-thumb {
        max-width: 30%;
        float: left;
        margin-right: 20px;
    }

    .featured_area .left_col_posts {
        margin-right: 0;
    }

    .featured_area .wpzoom-featured-cat {
        text-align: left;
    }

    .left_col_posts {
        margin-bottom: 25px;
    }

    .section-ticker .carousel-slider .flickity-enabled .item {
        margin: 0 3% 0 0;
        width: 48%;
    }

    .navbar-brand-wpz .tagline {
        font-size: 14px;
    }

    .navbar-brand-wpz {
        margin: 5px 0;
    }
}


@media screen and (max-width: 768px) {


    #slider.slide-tall .slide-background {
        height: 400px;
    }

    .navbar-brand-wpz h1 {
        font-size: 30px !important;
    }

    #slider {
        height: 400px;
    }

    #slider.slide-blue .slide,
    #slider .slide-background,
    #slider .slide {
        height: 400px;
    }


    .flickity-prev-next-button.previous {
        left: 2%;
    }

    .flickity-prev-next-button.next {
        right: 2%;
    }


    .slides li .slide_button {
        font-size: 12px;
    }

    .slides li h3 {
        font-size: 26px !important;
    }

    .carousel_widget_wrapper {
        width: 85%;
    }
    .carousel-slider .item {
        margin: 0 2% 0 0;
        width: 48%;
    }

    .carousel-slider .flickity-enabled .item {
        display: inline-block;
        margin: 0 2% 0 0;
        width: 49%;
        min-height: auto;
    }

    #slider.slide-blue .flickity-prev-next-button,
    .flickity-prev-next-button {
        height: 40px;
        width: 40px;
    }

    .carousel-slider .flickity-prev-next-button.previous {
        left: -9%;
    }

    .carousel-slider .flickity-prev-next-button.next {
        right: -9%;
    }

    article .entry-title {
        font-size: 24px !important;
    }

    .recent-posts.list-view .post .entry-title {
        font-size: 26px !important;
    }


    .page .site-main>article,
    .single .site-main>article {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .recent-posts {
        float: none;
        width: 100%;
        max-width: 100%;
    }


    .page h1.entry-title,
    .single h1.entry-title {
        font-size: 36px !important;
    }

    .entry-cover .entry-info h1.entry-title {
        margin-bottom: 0;
    }


    #respond .form_fields p {
        margin-bottom: 24px;
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .form-allowed-tags {
        display: none
    }


    .wpzoom-featured-cat h3 {
        font-size: 18px;
    }

    .widget .feature-posts-list li h3 {
        font-size: 16px;
    }

    .featured-list h4 {
        font-size: 16px;
    }


    .site-widgetized-section .widgets {
        width: 100%;
        margin: 0 auto;
    }

    .footer-widgets {
        display: block;
    }


    .section-footer .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item img {
        max-width: 150px;
        height: auto;
    }


    /* 3 columns */
    .widget-areas .column:nth-child(1):nth-last-child(3),
    .widget-areas .column:nth-child(2):nth-last-child(2),
    .widget-areas .column:nth-child(3):nth-last-child(1) {
        width: 100%;
        margin-right: 0;
    }



    .site-copyright {
        width: 100%;
        float: none;
    }

    .designed-by {
        text-align: left;
        width: 100%;
        float: none;
        display: block;
        margin-top: 10px;
    }

    .prevnext .prevnext_container h4 {
        font-size: 18px;
    }

    #comments {
        font-size: 14px;
    }

    .single .post_wrapper {
        order: 1;
        width: 100%;
    }

    .entry-details {
        order: 2;
        width: 100%;
    }

    .entry-details ul.entry-meta {
        display: none;
    }

    .related_posts {
        align-self: auto;
        margin-top: 20px;
    }

    .entry-details .related_posts ul {
        font-size: 0;
    }

    .entry-details .related_posts ul li {
        display: inline-block;
        font-size: 14px;
        width: 31.5%;
        vertical-align: top;
        margin: 0 2.2% 0 0;
    }

    .entry-details .related_posts ul li:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {

    .featured-widgets-right {
        margin-left: 0;
    }

    .section-ticker {
        display: none;
    }

    .navbar-brand-wpz .tagline {
        display: none;
    }

    .recent-posts .post-thumb {
        max-width: 100%;
        float: none;
        margin: 0 0 15px;
    }

    #slider.slide-tall .slide-background {
        height: 300px;
    }

    #slider {
        height: 300px;
    }

    #slider.slide-blue .slide-background,
    #slider.slide-blue .slide,
    #slider .slide-background,
    #slider .slide {
        height: 300px;
    }

    .slides li .slide-header p {
        display: none;
    }

    .header-archive .section-title {
        font-size: 22px;
    }

    .column-widgets .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .recent-posts:not(.blog-view) .post {
        width: 100%;
        margin-right: 0;
    }

    .recent-posts.two-columns_layout .post,
    .recent-posts.list-view .post .post-thumb {
        width: 100%;
        float: none;
        margin: 0 0 40px;
        display: block;
    }


    .archive .recent-posts .post,
    .search .recent-posts .post {
        width: 100%;
        margin-right: 0;
    }


    .content-area.full-layout .recent-posts:not(.blog-view) article.post,
    .content-area.full-layout .recent-posts:not(.blog-view) .type-page {
        width: 100%;
        margin: 0 0 30px 0;
    }


    .content-area.full-layout .recent-posts article:nth-of-type(3n+3) {
        margin-right: 0;
    }


    .content-area.full-layout .recent-posts article:nth-of-type(2n+2) {
        margin-right: 0;
    }


    .archive .recent-posts .post:nth-child(2n+2),
    .search .recent-posts .post:nth-child(2n+2) {
        margin-right: 0;
    }

    .archive .recent-posts .post:nth-child(3n+3),
    .search .recent-posts .post:nth-child(3n+3) {
        margin-right: 0;
    }

    .col_arch ul li {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }

    .entry-meta {
        font-size: 12px;
    }

    .page h1.entry-title,
    .single h1.entry-title {
        font-size: 28px !important;
    }


    .post_author {
        text-align: center;
    }

    .single .post_author>img {
        float: none;
        margin: 0 0 20px;
    }


    /* by default there are 4 widgets */
    .site-widgetized-section .widgets .widget {
        width: 100%;
        margin-right: 0;
    }

    .site-widgetized-section .widgets .widget:last-child,
    .site-widgetized-section .widgets-3 .widget {
        width: 100%;
        margin-right: 0;
    }
    .site-widgetized-section .widgets-3 .widget:nth-child(2n + 2) {
        margin-right: 0;
    }
    .site-widgetized-section .widgets-2 .widget {
        width: 100%;
        margin-right: 0;
    }


    /* Navigation */
    div.navigation {
        font-size: 14px;
        margin: 15px 0;
    }
    div.navigation a {
        padding: 6px 10px;
        border: none;
    }
    div.navigation a:hover {
        background: none;
    }
    div.navigation span.current {
        padding: 6px 10px;
        color: #333;
        background: none;
    }
    div.navigation span.pages {
        margin-right: 15px;
        display: none;
    }
    div.navigation span.dots {
        color: #999;
        line-height: 100%;
        margin: 0 2px;
    }
    div.navigation .prev,
    div.navigation .next {
        position: absolute;
        font-size: 14px;
    }

    .site-info {
        font-size: 12px;
    }

    /* 4 columns */
    .widget-areas .column:nth-child(1):nth-last-child(4),
    .widget-areas .column:nth-child(2):nth-last-child(3),
    .widget-areas .column:nth-child(3):nth-last-child(2),
    .widget-areas .column:nth-child(4):nth-last-child(1) {
        width: 100%;
        margin-right: 0;
    }

    /* 2 columns */
    .widget-areas .column:nth-child(1):nth-last-child(2),
    .widget-areas .column:nth-child(2):nth-last-child(1) {
        width: 100%;
    }

    #slider.slide-blue .slides li .slide-overlay {
        padding-bottom: 40px;
    }

    #slider .flickity-prev-next-button {
        display: none !important;
    }

    ul.right_col_posts {
        margin-top: 20px;
    }

    .featured_category_2col {
        margin-bottom: 30px;
    }

    .content-area .featured-style-style_text {
        padding: 0 0 20px;
        margin: 0 0 10px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }


    #archives .archives_list li {
        margin-bottom: 20px;
    }

    #archives .archives_list li span {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    .site-copyright {
        font-size: 14px;
    }

    .home_dark_area {
        padding: 20px 0;
    }

    .home-widgetized-sections {
        padding-top: 30px;
    }


    .recent-posts .post.wpz-has-embed-code .post-thumb::after,
    .wpzoom-featured-cat .post.format-video .post-thumb::after,
    .recent-posts .post.format-video .post-thumb::after,
    .recent-posts .post.format-gallery .post-thumb::after {
        font: normal 14px/38px "primenews";
        height: 40px;
        width: 40px;
        padding-left: 2px;
        border: 2px solid #fff;
    }

    .recent-posts .entry-content {
        font-size: 14px;
    }

    .recent-posts .post {
        margin: 0 0 30px;
        padding: 0 0 15px;
    }


    .recent-posts> :not(.sticky-post) .post-thumb {
        margin: 0 0 20px;
        max-width: 100%;
        float: none;
    }

    .related_posts span {
        font-size: 12px;
    }

    .header-archive p {
        font-size: 14px;
        color: #777;
    }
}


@media screen and (max-width: 460px) {


    .carousel-slider .flickity-prev-next-button.previous {
        left: -11%;
    }

    .carousel-slider .flickity-prev-next-button.next {
        right: -11%;
    }

    .entry-details .related_posts ul li {
        display: block;
        font-size: 14px;
        width: 100%;
        margin: 0 0 20px;
        overflow: hidden;
    }

    .entry-details .related_posts ul li:nth-child(3) {
        margin-right: 0;
    }

    .entry-details ul li img {
        float: left;
        max-width: 30%;
        margin: 0 20px 0 0;
    }


    .home-widgetized-sections .wpzoom-featured-cat .right_col_posts li {
        width: 100%;
        margin: 0 0 25px 0;
        display: block;
    }

    .wpzoom-featured-cat p {
        font-size: 14px;
    }

    .home-widgetized-sections .wpzoom-featured-cat .right_col_posts .post-thumb {
        max-width: 30%;
        margin-right: 20px;
        float: left;
    }

    .carousel-slider .item {
        margin: 0;
        width: 100%;
    }

    .carousel-slider .flickity-enabled .item {
        margin: 0;
        width: 100%;
    }

    .author_links a {
        font-size: 14px;
    }


    .prevnext .previous_post_pag,
    .prevnext .next_post_pag {
        width: 100%;
        float: none;
    }

    .slides li .slide_button a {
        padding: 9px 18px;
    }
}

@media screen and (max-width: 380px) {

    .author_links a {
        display: block;
        margin: 0 0 12px;
    }
}