/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 @media(max-width: 767px) {
    div#sac-output, div#sac-panel {
        float: none !important;
        width: 100% !important
    }

    div#sac-panel {
        padding-top: 3rem;
    }

    .contact-columns > .stk-inner-blocks {
        flex-wrap: nowrap;
        align-items: center;
    }
 }

 .w3eden .media-body .package-title a  {
    pointer-events: none;
 }