@media screen and (max-width: 1024px) {
    .latest-posts .post-thumbnail {
        height: 180px;
    }

    .mobile-menu .main-menu {
        padding: 50px 25px 25px 25px;
    }

    .mobile-menu .zmm-dropdown-toggle {
        float: right;
    }

    .mobile-menu > ul li {
        position: relative;
        line-height: 40px;
        width: 100%;
    }

    .zmm-dropdown-toggle {
        position: absolute;
        right: 0;
        padding: 4px;
        top: 0;
        line-height: 35px;
        color: #555;
    }

    .site-header .navigation-section {
        margin: 0;
        line-height: 90px;
    }
}

@media screen and (max-width: 900px) {
    .col-2 {
        float: none;
        width: auto;
    }

    .footer-wrap {
        flex: 0 0 40%;
    }

    .footer-wrap:first-child {
        padding-right: 30px;
        flex: 0 0 60%;
    }
}

@media screen and (max-width: 767px) {
    .latest-posts .post {
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }

    .latest-posts .post-thumbnail {
        height: 150px;
    }

    /*--- Category ---*/
    .post-category li {
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }

    /*-- Tablepress plugin tables --*/
    .tablepress.top-rating {
        display: block;
    }

    .tablepress.top-rating tr {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .tablepress.top-rating td,
    .tablepress.top-rating th {
        width: 50%;
        padding: 15px 8px;
    }

    .tablepress.top-rating td:last-child {
        width: 100%;
        text-align: center;
    }

    .our-research h2,
    .our-research h3,
    .our-research h4 {
        text-align: center;
    }

    .our-research h2::after,
    .our-research h3::after,
    .our-research h4::after {
        margin: 15px auto 0
    }

    .research-block {
        border-bottom: 1px solid;
    }

    .highlite-block:nth-child(odd) {
        margin-bottom: 15px;
    }
}


@media (max-width: 600px) {
    .home h1 {
        text-align: center;
        font-size: 1.5em;
    }

    .kansas-text {
        text-align: center;
    }

    .home .kansas-category:after {
        border-top: none;
    }

    .latest-posts .post {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main-header {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 60px;
        padding-right: 60px;
        background: linear-gradient(to right, #ffcc00 12%, #fff 12%, #fff 88%, #ffcc00 88%) no-repeat left center;
        background-size: 100% 2px;
    }

    .main-header::before,
    .main-header::after {
        border-top: none;
        width: 0;
    }

    /*--- Category ---*/
    .post-category li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    /*--- Post styles ---*/
    .recommended-for {
        padding: 90px 40px 40px 40px;
    }

    .recommended-for::before {
        height: 80px;
        width: 100%;
    }

    /*--	footer ---*/
    .footer-wrap {
        flex: 1 0 50%;
    }

    .footer-wrap:first-child {
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .single-post-data {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .single-post-data .single-date,
    .single-post-data .clock,
    .avatar-wrap {
        margin: .6em 0;
    }

    .statistic.left,
    .statistic.right {
        float: none;
        padding-left: 0;
    }

    /*-- Category --*/
    .kansas-category::after {
        margin-left: auto;
        float: right;
        vertical-align: middle;
        margin-top: 11px;
    }

    .tablepress.top-rating td,
    .tablepress.top-rating th {
        width: 100%;
        text-align: center;
    }

    .tablepress.top-rating tr {
        margin-bottom: 20px;
    }

    .mc4wp-form {
        padding: 50px 8px 110px;
    }
}
