h3 {
  margin-bottom: 30px;
}
p,
input[name],
label,
textarea {
  font-size: 13px;
}
.logo {
  margin-bottom: 45px;
}
.content a {
  color: #b31b27;
}
.contact_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contact_form > h3 {
  width: 120px;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: solid 3px #b31b27;
}
.contact_form > form button[type="submit"] {
  float: right;
  border: 1px solid #b31b27 !important;
  background-color: #b31b27 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  color: #fff !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.contact_form > form button[type="submit"]:hover,
.contact_form > form button[type="submit"]:focus {
  border: 1px solid #b31b27 !important;
  background-color: #b31b27 !important;
}
footer {
  padding-top: 230px;
  padding-bottom: 30px;
  background-image: url(../img/footer_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer p {
  color: #fff;
}
footer p.p1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
footer p.p2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .social .fa {
  color: #fff;
  font-size: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.page-id-174 .contact_form h3 {
  width: 210px;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  height: 40px;
  border: none;
  top: 10px !important;
}
#pac-input:focus,
#pac-input:hover {
  border: none !important;
}
