
/* Custom Checkbox */

	label.webc-custom-checkbox-container {
		position: relative;
	}

	label.webc-custom-checkbox-container > * {
		display: inline-block;
	}

	label.webc-custom-checkbox-container > input {

		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 0;

	}

	label.webc-custom-checkbox-container > .webc-custom-checkbox {

		position: relative;
		cursor: pointer;

	}