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

.wp_form_f {
	margin-left: 0 !important;
    width: 70% !important;
}
@media (max-width: 690px) {
	.wp_form_f {
		width: 100% !important;
	}
}