/* mobile style*/
@media only screen and (max-width: 768px) {
    .service-item {
        height: 350px;
    }

    .width-service {
        width: unset !important;
        max-width: unset !important;
    }

    .row-service {
        width: 100% !important;
        max-width: 100% !important;
    }

    header#header {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    }

    div#masthead, .stuck div#masthead {
        height: 60px !important;
    }

    div#masthead .logo, .stuck #logo img {
        max-height: 60px !important;
        height: 60px !important;
    }

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

    .post-list .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    div#top-bar {
        display: none;
    }

    header#header-single h1, .related-post .related-title, .home-title h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}