/* Mobile Devices */

@media (max-width: 480px) {

    .main .post__title {
        font-size: 12px !important
    }

    .main p {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h2 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h3 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h4 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h5 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h6 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main li {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .header-lg, #smart-head-mobile .smart-head-row-full, .header-lg img {
        height: 40px !important;
        background: white !important;
    }

    .header-lg, #smart-head-mobile .smart-head-row-full, .header-lg img img{
        height: 35px !important;
    }
}

/* Low resolution Tablets and iPads */

@media (min-width: 481px) and (max-width: 767px) {

    .main .post__title {
        font-size: 12px !important
    }

    .main p {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h2 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h3 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h4 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h5 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h6 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main li {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .header-lg, #smart-head-mobile .smart-head-row-full, .header-lg img {
        height: 40px !important;
        background: white !important;
    }

    .header-lg, #smart-head-mobile .smart-head-row-full, .header-lg img img{
        height: 35px !important;
    }
}

/* Tablets iPads (Portrait) */

@media (min-width: 768px) and (max-width: 1024px) {

    .main .post__title {
        font-size: 12px !important
    }

    .main p {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h2 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h3 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h4 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h5 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main h6 {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .main li {
        font-size: 14px !important;
        line-height: 14px !important
    }

    .header-lg, #smart-head-mobile .smart-head-row-full, .header-lg img {
        height: 40px !important;
        background: white !important;
    }

}
@media (max-width: 767px) {
    .smart-head .logo-image {
        padding: 0px !important;
        max-height: 30px !important;
    }

    .smart-head .items-center:not(.empty) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}