﻿/* Contact */
.contact-bg {
  font-family: 'Avenir', Arial, sans-serif;
  width: 100%;
  }


.contact-bg h4 {
  font-size: 28px;
  font-weight: 200;
  
}
.contact-bg h2 {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-bg h4 {
    font-size: 19px;
    font-weight: 200;
  }
  .contact-bg h2 {
    font-size: 35px;
    font-weight: 500;
  }
}

.contact-form {
  padding: 50px 0;
    background-image: url('http://www.pauloconnell.photography/gecko/assets/img/contact/o-connells-bar-contact-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    padding-bottom: 100px;
    padding-top: 100px;
  }
.contact-form h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.contact-form .form-control {
  height: 50px;
  background: #fff;
  color: #181818;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0s;
  margin-bottom: 25px;
}
.contact-form .textarea {
  height: 109px;
}
.contact-form .submit {
  height: 50px;
  width: 100%;
  background: #999;
  color: #fff;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0s;
  margin-bottom: 13px;
}


.warning {
margin-top: -20px;
font-size: 12px;
display: inline;
position: absolute;
}


.warning_message {
margin-top: -20px;
font-size: 20px;

}