#contact {
	padding:50px 0;
}

.contact-form {
  background-image: url(/images/backgrounds/grey-2.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
}
	
.input-80 {
	max-width: 93%;
	width: 85%;
}
#formResponse {
	font-weight: bold;
	background-color: #FCF8E3;
	border-radius: 5px;
	padding: 10px;
	color: #5C441B;
}
.formUnfilled {
	display: none;
}
label.error {
  color: red;
  padding: 2px 0;
  margin-top: 2px;
  margin-bottom: -10px;
}
.warning {
	color: red;
}
/* Manual Code  */
.help-block li {
  font-size: 12px;
  font-style: italic;
  color: var(--main-red);
}
/* .form-horizontal {
  background: rgba(111, 108, 108, 0.11);
  padding: 50px;
  box-shadow: 0px 9px 324px #c8bebe;
} */

.form-horizontal {
  background: rgba(249, 249, 249, 0.7);
  padding: 50px;
  border-radius: 6px;
}

.control-label {
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-align: left;
  color: #4d4a4a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 9px;
}

.form-horizontal .controls {
	margin-left: 60px;
}
.control-group ::placeholder {
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;

}

.contact-module-form input[type="text"],
 .contact-module-form input[type="email"] {
  height: 46px;
  border-radius: 9px;
  box-shadow: none;
  border: 1px solid #e1d9d9;
  background-color: rgb(232, 229, 229);
  padding: 11px;
}

.controls select {
  height: 46px;
  border-radius: 13px;
  box-shadow: none;
  border: 1px solid #e1d9d9;
  margin-bottom: 13px;
  padding: 11px;
  font-size: 14px;
  font-family: 'Gilroy-Regular';
  font-style: italic;
  font-weight: 600;
  color: #8c8888;
}

textarea {
  height: 120px;
  border-radius: 13px;
  box-shadow: none;
  border: 1px solid #e1d9d9;
  padding: 11px;
}

.button-controls {
	margin: 13px 0 13px 0;
}

.alert {
}

@media (max-width: 767px) {
  input[type="text"], input[type="email"] {
  width: 90%;
  max-width: 90%;
  border: 1px solid #959292;
  border-radius: 3px;
  height: 36px;
  background-color: rgb(215, 212, 212);
}
.controls {
  margin-left: 0px !important;
}
.form-horizontal {
  padding: 11px;
  border: 1px solid #d9d6d6;
}
.form-horizontal .controls .btn-primary {
  background: var(--main-dark);
  border: none;
  width: 180px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  float: left;
  position: relative;
  right: 0;
  margin: 13px 0 13px 0;
  left: 0;
}
.controls select {
	height: 38px;
	border: 1px solid #959292;
	border-radius: 3px;
}
.input-80 {
  max-width: 90%;
  width: 90%;
  border-radius: 5px;
}
}

@media (min-width: 768px) {
	.control-group {
		display: flex;
	}
	.control-label {
  display: grid;
  width: 150px;
  max-width: 50%;
  text-align: left;
  color: #4d4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  align-content: center;
}
.contact-module-form input[type="text"], 
.contact-module-form input[type="email"] {
  width: 400px;
  border: 1px solid #959292;
}
.input-80 {
  max-width: 100%;
  width: 400px;
}
.form-horizontal .controls .btn-primary {
  background: var(--main-dark);
  border: none;
  width: 180px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  float: right;
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 80px;
}
}




