/* mobile style*/
@media only screen and (max-width: 768px) {
    .form-contact {
        margin-top: 30px !important;
    }

    .form-contact .input-contact {
        width: 100% !important;
    }

    .form-contact .textarea-contact {
        width: 100% !important;
    }

    .logo-slogan {
        display: none !important;
    }

    #top-bar ul.nav.nav-center.nav-small.mobile-nav.nav-divided {
        justify-content: end;
        margin: 0px !important;
    }

    div#top-bar .flex-row.container {
        padding-right: 0px !important;
    }

    .post-featured .post-featured-content {
        width: 100%;
        height: unset !important;
        float: left;
    }

    .post-featured .post-featured-images {
        width: 100% !important;
        height: 220px;
    }

    .post-featured .post-featured-content h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .slide-post-featured .owl-dots {
        display: none !important;
    }

    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }

    .post-item2 .post-item-images {
        width: 100%;
        float: left;
        height: 200px;
    }

    .post-item2 .post-item-content {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .post-view .post-view-thumbnail {
        width: 100%;
        height: 200px;
    }

    .tab-ghim .person-content {
        padding-left: 10px;
    }
}

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


}