/* mobile style*/
@media only screen and (max-width: 768px) {
    .post-box-slide {
        height: 230px !important;
    }

    .box-category-tab ul {
        display: block;
    }

    .box-category-tab ul li {
        width: 100%;
        margin: 0px !important;
    }

    .box-category-tab ul li.active a {
        border-bottom: 1px solid #ddd !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .category-item .category-item-thumbnail img {
        height: 200px;
    }

    .category-item-content {
        margin-top: 20px;
    }

    i.icon-menu {
        color: #fff !important;
    }

    input#s {
        width: 100%;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .post-small{
            height: 200px !important;
        }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .post-small{
        height: 200px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1800px !important;
    }
}