/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.widget-menu li {
    transition: padding .2s ease-in-out;
}

.widget-menu li:hover {
    padding-left: 6px;
}

@media (max-width: 689.98px) {

    .sm-full-width {
        width: 100% !important;
    }
}

.frm_button_submit {
    box-shadow: 0 !important;
}
