// sass-lint:disable class-name-format no-qualifying-elements id-name-format
//--------------------------------------------------------------
//   FORMS
//--------------------------------------------------------------

.ctct-form-wrapper {

	.ctct-form {
		@include clearfix;

		.ctct-label-top label,
		.ctct-label-bottom label {
			display: block;
		}

		.ctct-label-left label,
		.ctct-label-right label {
			display: inline-block;
		}

		abbr {
			border: none;
			color: $color-red;
			font-size: 0.9rem;
		}

	}

	.ctct-input-container {

		label {
			color: $color-gray;
			font-size: 0.8rem;
		}
	}

	.ctct-field-error {
		color: $color-red;
	}

	.ctct-submit {
		cursor: pointer;
	}

	.ctct-form-field-checkbox {

		fieldset {
			border: none;
			padding: 0;

			legend {
				font-weight: normal;
				padding: 0;
			}
		}
	} 
}
