/**
 * Hide the users form in Themer since the conditional
 * logic form takes care of those rules. In the future
 * we should probably just remove those from the markup.
 */
.fl-theme-builder-users-form {
	display: none;
}

/* Main Content */
.bb-logic-content {
	padding: 0;
}

/* Rule Groups */
.bb-logic-rule-group-rules {
	border: none;
	padding: 0;
}
.bb-logic-add-rule {
	min-width: 150px;
}
.bb-logic-rule {
	margin-bottom: 12px;
}

/* Rule Group Separator */
.bb-logic-rule-group-separator {
	border-top: 1px solid #f0f0f0;
	margin: 15px 0;
	padding: 5px;
}

/* Rule Form Inputs */
.bb-logic-rule-field input {
	border-radius: 5px;
	height: 28px;
}

/* Responsive Layout */
@media (max-width:768px) {

	.bb-logic-rule-field input {
		font-size: 16px;
		height: 36px;
	}
	.bb-logic-rule-field select {
		margin: 0;
	}
}
