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


/* FORM */
select, textarea, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]), .ct-pseudo-input, fieldset .wc-stripe-elements-field, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]){
	color: black;
    border-color: black;
    border-radius: 0!important;
	font-size:17px!important;
}
textarea::placeholder, input::placeholder{
	opacity:1!important;
}
.button[type=submit]{
	background:#67B64E;
	border-radius: 0!important;
	font-size:18px!important;
	font-weight:700!important;
}
#gform_confirmation_message_1 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 30px;
}