@media only screen and (max-width: 640px) {


    h1
    {
        font-size: 0.8em !important;
    }

    h3
    {
        font-size: 0.8em !important;
    }

    #boxMenu
    {
        padding: 16px 0;
    }

    .tog-gris .fusion-panel
    {
        padding: 22px 30px 22px 30px;
        background: linear-gradient(315deg,#f4f4f4 65px,#d9d9d9 0);
        margin-bottom: 35px;
    }

    #boxMenu #menu-main>li.menu-contact>a
    {
        text-decoration-color: #000;
    }

    #boxFooter p,
    #boxFooter a
    {
        font-size: 18px;
    }

    body.single-post article
    {
        margin-top: 190px;
        padding: 30px 20px;
    }

    body.single-post #main
    {
        padding: 0;
    }

    body.single-post h1
    {
        font-size: 32px !important;
    }

    body.single-post h2
    {
        font-size: 26px !important;
    }

    body.single-post h3
    {
        font-size: 20px !important;
    }


}
