/*
Theme Name: SHost Theme
Description: Thiết kế website miễn phí - SHost Web
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.post-item .box-text .post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .mgp-price-table .col .col-inner {
        padding: 5px ! important;
        align-content: center;
    }

    .mgp-price-table .col .col-inner h3 {
        margin-bottom: 0 ! important;
        font-size: 13px;
    }

    .mgp-price-table .col .col-inner h5 {
        font-size: 10px;
    }

    p.count {
        font-size: 33px !important;

    }
}