/*
Theme Name: Inglewood Childcare
Theme URI:
Author: SpecialEyes
Author URI: http://www.specialeyes.co.nz
Description: Custom design for Inglewood Childcare
Version: 1.4
License: Private
License URI: Private
Tags: SpecialEyes
Text Domain: inglewood-childcare2


/* -------------------------------------------------------------- */


#formWidget .discover-row label,
#formWidget .discover-row input,
#formWidget .discover-row textarea {
	font-weight: normal;
}

#formWidget .wizard>.actions a, #formWidget .wizard>.actions a:hover, #formWidget .wizard>.actions a:active,
#formWidget .wizard>.steps .current a, #formWidget .wizard>.steps .current a:hover, #formWidget .wizard>.steps .current a:active,
#formWidget .discover-btn-primary {
	background-color: #3bbcd6;
}

#formWidget .wizard>.actions .disabled a, #formWidget .wizard>.actions .disabled a:hover, #formWidget .wizard>.actions .disabled a:active {
	background-color: #eee;
}

body form.wizard>.steps>ul>li {
	width: auto;
}

@media screen and (max-width: 767px) {
	body .wizard>.steps a, .wizard>.steps a:hover,
	body .wizard>.steps a:active {
		margin: 0 .3em .3em;
		padding: 7px;
	}
	
	.discover-form-group select[multiple="multiple"],
	.discover-form-group textarea {
		min-height: 100px;
	}
	
	body .discover-form-group .discover-control-label {
		text-align: left;
	}
}