.ctrlbp-field {
	display: flex;
}
.ctrlbp-field.hidden {
	display: none;
}

.ctrlbp-label,
.ctrlbp-input {
	line-height: 1.3;
}
.ctrlbp-input:first-of-type {
	float: none;
}
.ctrlbp-label {
	width: 210px;
	padding: 14px 10px 14px 0;
	font-weight: bold;
	font-size: 14px;
}
.ctrlbp-input {
	padding: 9px 10px;
	vertical-align: middle;
}
.ctrlbp-label ~ .ctrlbp-input {
	flex: 1;
}
@media (max-width: 782px) {
	.ctrlbp-field {
		flex-direction: column;
	}
	.ctrlbp-input, .ctrlbp-label {
		display: block;
		width: auto;
		vertical-align: middle;
	}
	.ctrlbp-label {
		padding-top: 10px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.ctrlbp-input {
		margin-bottom: 0;
		padding-bottom: 6px;
		padding-top: 4px;
		padding-left: 0;
	}
}

/* Fix style when use group and clone */
.ctrlbp-clone {
	background-color: transparent;
}
.ctrlbp-group-wrapper .ctrlbp-label,
.ctrlbp-group-wrapper .ctrlbp-input {
	display: block;
}
.ctrlbp-group-wrapper > .ctrlbp-input:first-of-type {
	padding-left: 220px;
}
.ctrlbp-field:not(.ctrlbp-group-wrapper) .ctrlbp-label,
.ctrlbp-field:not(.ctrlbp-group-wrapper) .ctrlbp-input {
	float: left;
}
.ctrlbp-group-collapsible > .ctrlbp-input > .ctrlbp-group-clone {
	border-color: #ddd;
}

/* Fix for fieldset-text field */
#your-profile legend {
	font-size: inherit;
}