/*
Theme Name:     KMH Child Theme
Theme URI:      https://wolterworks.de/
Description:    Child Theme for Northeme Regain Theme
Author:         wolterworks.de
Template:       regain-master
Version:        1.0.0
*/

@import url('../regain-master/style.css');

.form-horizontal input[type="checkbox"] + .img-span, .form-horizontal input[type="radio"] + .img-span {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 25px;
    background: url(checkbox-clear.svg) center top no-repeat;
    background-size: cover;
	float: left;
}

.form-horizontal input[type="checkbox"]:checked + .img-span, .form-horizontal input[type="radio"]:checked + .img-span {
    background: url(checkbox-checked.svg) center top no-repeat;
    background-size: cover;
}


.form-horizontal label > input[type="checkbox"], .form-horizontal label > input[type="radio"] {
	display: block !important;
}