/**
* Theme Name: Helo Child
* Description: This is a child theme of Helo
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: helo
* Version: 1.0.0
*/

/*FORM*/
input[type="checkbox"]:not(:checked) {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #F9B508;
    padding: 0px !important;
    vertical-align: middle;
}
input[type="checkbox"]:checked {
	width: 24px;
    height: 24px;
}