

@media only screen and (max-width: 720px) {
    body.page-template-full-width-page-blocks .site-name,
    body.page-template-full-width-page-blocks .site-description {
        max-width: 80%;
    }
    body.page-template-full-width-page-blocks .wp-block-spacer {
        display: none;
    }
    body.page-template-full-width-page-blocks .wp-block-kadence-rowlayout {
        text-align: center;
    }
    body.page-template-full-width-page-blocks .wp-block-kadence-rowlayout h2,
    body.page-template-full-width-page-blocks .wp-block-kadence-rowlayout h3 {
        margin-top: 0;
    }
    body.page-template-full-width-page-blocks .wp-block-kadence-rowlayout .wp-block-kadence-advancedbtn {
        text-align: center !important;
    }
}
@media only screen and (max-width: 480px) {
    .site-name {
        font-size: 1.6em !important;
    }
    .site-description {
        font-size: 1.0em !important;
    }
    .site-name,
    .site-description {
        max-width: 85%;
    }
    body.page-template-full-width-page-blocks .site-name,
    body.page-template-full-width-page-blocks .site-description {
        max-width: 85%;
    }
    body.page-template-full-width-page-blocks #logo {
        padding-left: 25px;
        padding-right: 25px;
    }
    #edd-basket-counter-wrapper {
        margin-top: -60px !important;
    }
}
