 /*
 * Custom CSS
 *
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */
 
 .footer-widgets{
	display:none;
 }
 
.gform_wrapper .gfield_checkbox li input[type=checkbox] {
	 width:10%;
	 margin-top:0px !important;
 }

.home a.button{
	font-size:14px;
}


@media screen and (max-width: 600px) {

	.home .hero_block_content a.button{
		margin-top:15px;
	}
	.home .hero_block{
		height:90% !important;
	}
	
}