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

/* WPForms checkbox */

#wpforms-439-field_8{
	list-style-type: none !important;
}

#wpforms-439-field_8_1{
	border: 1px solid #ccc !important;
}

input[type="checkbox"] {
	border: 1px solid #ccc;
}

input[type="checkbox"]:focus {
	border: 1px solid #ccc;
}

/* WPForms checkbox END */

.fast-form *{
	list-style-type: none !important;
	border-color: white !important;
	color: white !important;
}

.fast-form a{
	color: #5B38ED !important;
}

.fast-form a:hover{
	color: white !important;
}

.fast-form input{
	border: 1px solid white !important;
}

.fast-form-button{
	background-color: #5B38ED !important;
	margin-top: 1em !important;
}

.fast-form-button:hover{
	background-color: white !important;
	color: #111518 !important;
}