
textarea {
  width: 100%;
}
.submitbtn {
  padding-top: 9px;
  text-align: right;
}

.submit-div {
  text-align: right;
}

.contact-form button {
  background-color: #7a1024;
	color: #fff;
}
.contact-form button:hover{
  background-color: #e6e7e9;
	color: black;
}

.contact-form input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 9px 9px;
	outline: none;
  background: #7a1024;
}
.contact-form input[type="submit"]:hover{
	background:#777;
}
button .submitbtn {
  margin-top: 0px;
  text-align: right;
  background: #7a1024;
  color: #fff;
}

.btn-read-more {
  background: #7a1024;
  color: #fff;
}
