textarea {
  width: 100%;
  height: 75px;
  border-top: 1px solid #F1F1F1;
  border-right: 1px solid #E7E6E6;
  border-left: 1px solid #E7E6E6;
  border-bottom: 1px solid #CFCFCF;
  border-radius: 5px;
  background: white;
  box-shadow: 1px 1px 2px 1px #cfcfcf inset;
  outline: none;
  padding: 10px 15px;
  font-size: 15px;
  margin: 10px 0px;
  font-family: 'Roboto';
  box-sizing: border-box;
}

a.contact-send {
  width: 100px;
  text-align: center;
  display: block;
  margin-top: 5px;
  cursor: pointer;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #252525;
  transition: all ease 0.5s;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

a.contact-send:hover {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

div#loader{
  cursor: default;
  display: none;
}

#contact_details_sent, #contact_details_error {
  display: none;
}

.contact-error {
  color: #c55f5f;
  padding: 0px;
  margin-bottom: 20px;
}

.contact-success {
  margin-top: 10px;
  color: #4f984f;
}

.contact-info {
  color: #1663af;
  padding: 6px 0px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.contact-info i {
  width: 35px;
  height: 35px;
  background: #FFF;
  border: 1px solid #1663af;
  color: #1663af;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info a {
 color: #1663af;
}
