.lidd_mc_form_responsive {
	width: 100%;
}

.lidd_mc_input {
	margin-bottom: 1rem;
}

.lidd_mc_input label {
	display: block;
	margin-bottom: .25em;
}

.lidd_mc_input_light input[type="text"] {
	padding: .6em;
	margin-bottom: 1em;
    height: 2.4em;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
}

.lidd_mc_input_dark input[type="text"] {
	padding: .6em;
	margin-bottom: 1em;
    height: 2.4em;
	color: #fff;
	background: #000;
	border: 1px solid #333;
}

.lidd_mc_input_responsive input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.lidd_mc_select_responsive {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.lidd_mc_select_responsive select {
	display: block;
	