/* mobile style*/
@media only screen and (max-width: 768px) {
    .page-template table {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
    }

    #desktop {
        display: none !important;
    }

    section.banner-top .box-banner .banner-header h1 {
        font-size: 30px;
    }

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

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

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

    .post-grid .post-content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .post-grid .post-desc {
        font-size: 14px;
        color: #333;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .char-list .olcards li .content .title {
        font-size: 18px;
    }

    .char-list .olcards li .text {
        font-size: 13px;
    }

    .char-list {
        padding: 15px;
    }

    .char-list .olcards li .icon img {
        width: 60px;
        height: 60px;
    }

    .char-list .olcards li .icon {
        width: 80px;
    }

    div#masthead {
        border-bottom: 1px solid #f2f2f2;
    }

    i.icon-menu {
        color: var(--primary-color);
    }
}

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

}