/*-------------------------------------------------

Contact styles

-------------------------------------------------*/



/*Contact*/

#contact-form {
  margin-bottom: 10px;
}

#comment {
  height: 164px;
}

#submit-message {
  background-color: #ffea00;
  color: #000;
	font-family: "open_sansregular";
  font-size: 18px;
  padding: 11px 45px;
  border-radius: 25px;
  border: 2px solid #ffff00;
  width: 100%;
  margin-top: 10px;
}

#submit-message:hover {
  background-color: #fff;
  color: #45464b;
  border: 2px solid #dce4e6;
  transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.contact-item:first-of-type {
  margin-top: 38px;
}

.contact-item {
  position: relative;
  padding-left: 70px;
  margin-top: 30px;

}

.contact-item span,
.contact-item a {
	font-family: "open_sansregular";
  font-size: 16px;
  line-height: 53px;

}

.contact-item p {
	font-family: "open_sansregular";
  font-size: 16px;
  line-height: 32px;
  color: #45464b;

}

.contact-icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 2px solid #f2f6f7;
  text-align: center;
  position: absolute;
  left: 0;
  background-color: #FFEA00;
}

.contact-icon i {
  font-size: 22px;
  color: #000000;
  line-height: 50px;

}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
}

#contact-form .message.error {
  color: #fff;
  background-color: #f05135;
}

#contact-form .message.success {
  color: #fff;
  background-color: #92d11d;
}
