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


@media only screen and (min-width: 1000px) {
body.page-id-180 {
  overflow: hidden!important;
}
}



#gform_1 .gfield input:not([type="file"]):not([type="radio"]) {
    background: #fff!important;
    border: none!important;
    border-radius: 10px!important
}

#gform_submit_button_1 {
	background: #008EFF!important;
	color: #fff!important;
	border-radius: 10px!important;
	margin: 0 auto!important;
}

.textarea {
	background: #fff!important;
    border: none!important;
    border-radius: 10px!important
}

.gform_footer {
    padding-bottom: 0px !important;
}

#gform_confirmation_message_1 {
	color: #fff!important;
}