/*
Theme Name: BigPark
Description: Child Theme for Layer Wordpress Theme
Author: zozothemes
Version: 1.0
Template: layer
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: layer-child
*/



.wpcf7 form div.sucesso {
    display: none;
}
.wpcf7 form.sent div.sucesso {
    display: block;
}
.wpcf7 form.sent div.sucesso + .wpcf7-response-output {
	display: none;
}
.wpcf7 form input[type=image] {
	padding: 0;
    border: 0;
    height: auto;
    width: auto;
}

.wpcf7 input[type="radio"]:checked,
.wpcf7 input[type="checkbox"]:checked {
    background: red;
}