/**
 * Theme Name: Hammerhead Child
 * Description: Hammerhead Child theme
 * Author: Hammerhead
 * Template: blocksy
 * Text Domain: blocksy
 */


/*Global*/

.hide {
	display: none !important;
}

.slbCloseBtn {
	z-index: 99999999;
}

.gs-accordion-item__content .gs-accordion-item__text {
    padding: 10px 25px 25px !important;
}

/*Footer*/

#footer label , #footer .gfield_label{
	color: #FFF;
}

#footer .gfield_required {
	color: #35c0ef;
}

#footer input[type=text], #footer input[type=email] {
	background: #fff;
}


