/******************************************
* 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: 1200px) {

    .inner-wrap {
        padding: 0 2%;
    }

    .site-main {
        padding: 0 2%;
    }

    .site-info {
        padding: 30px 2%;
    }

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


}

@media (min-width: 980px) {

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

}

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

    .navbar-brand {
        flex: 2;
        max-width: 400px;
    }

    header .menu-main-container {
        text-indent: -9999px;
        height: 0;
    }

    .menu-main-container.mm-menu {
        text-indent: 0;
        height: 100%;
    }

    #navbar-main,
    #header #menu-main-slide {
        display: none
    }

    .navbar-toggle {
        display: block
    }

    .navbar .search-form {
        display: none;
    }



    .main-navbar {
        flex: 1;
        text-align: right;
        max-width: 30px;
    }

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

    .single .share {
        float: none;
        margin: 0 0 10px;
    }

    .single .share a {
        margin: 0 20px 0 0;
    }

    .sb-search {
        display: none;
    }

}

/* Tablet Portrait */
@media screen and (max-width: 768px) {

    .site-main {
        padding: 0 4%;
    }

    .navbar-brand img { max-width: 90%; height: auto; }

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

    .navbar-brand h1 {
        letter-spacing: 0;
    }

    #slider {
        height: 500px;
    }

    #slider .slide {
        height: 500px;
    }

    .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;
    }

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

    #respond input[type="text"] {
        width: 100%
    }

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

    .form-allowed-tags {
        display: none
    }

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

    #sidebar {
        float: none;
        margin: 50px 0 0;
        width: 100%;
        max-width: 100%;
    }

    .woocommerce #sidebar {
        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-main > .section-title {
        font-size: 22px;
    }

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


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

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

    .site-widgetized-section .widgets-3 .widget { width: 32%; margin-right: 2%; }
    .site-widgetized-section .widgets-3 .widget:last-child { margin-right: 0; }

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

    .site-widgetized-section .widgets-2 .widget { width: 48%; margin-right: 4%; }
    .site-widgetized-section .widgets-2 .widget:last-child { margin-right: 0; }

    .site-widgetized-section .widgets-1 .widget { width: 100%; margin-right: 0; }

    .footer-widgets.widget-columns-4 .column { width: 48%; margin-right: 4%; }
    .footer-widgets .widget_wpzoom-instagram li { margin-right: 12px }
    .footer-widgets .widget_wpzoom-instagram li img { width: 80px }
    .footer-widgets .column { width: 48%; margin-right: 4%; }
    .footer-widgets .column:nth-child(2n+2) { margin-right: 0 }


    .featured-post-with-bg {
        height: 400px;
    }

    .featured-post-with-bg h3.entry-title {
        font-size: 30px;
    }

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

    .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: 4%;
    }


    .single .share { display: none; }

    .entry-header .entry-cover { min-height: 400px; }

    .site-info p { width: 100%; float: none; }
    .site-info p.designed-by { text-align: left; float: none; }


}

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

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

    #slider  { height: 400px; }
    #slider .slide  { height: 400px; }

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


    .archive .recent-posts .post,
    .search .recent-posts .post {
        width: 100%;
        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; }

    .entry-header .entry-cover { min-height: 300px; }

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

    .entry-cover .entry-info .entry-meta { font-size: 14px; }

    .site-widgetized-section .widgets .widget {
        width: 100%;
        padding-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; padding: 8px 0; border: none; color: #666;  }

    .footer-widgets.widget-columns-2 .column, .footer-widgets.widget-columns-3 .column, .footer-widgets.widget-columns-4 .column { width: 100% }
    .footer-widgets .column { width: 100%; float: none; margin-right: 0; }

}