/* mobile style*/
@media only screen and (max-width: 768px) {
    div#single-thumbnail {
        height: auto;
    }

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

    div#masthead {
        height: 70px !important;
        background: var(--primary-color) !important;
    }

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

    .post-item .post-thumbnail {
        height: 220px;
    }

    .home-title h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

/* 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) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }

}

@media only screen and (min-width: 1920px) {
    #logo {
        width: 770px !important;
    }
}