﻿/* Contact */

@font-face {
font-family: 'Raleway-Light';
src: url('/fonts/Raleway-Light.ttf');
}

.contact-bg {
  font-family: 'Raleway-Light';
  width: 100%;
  color: #333;
}
.contact-bg h1 {
color: #415992;
font-family: 'Raleway-Light';
}

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

.contact-form {
  background-image: url('http://denis.paulsphotography.ie/assets/img/contact/kavanaghs-temple-pub-contact-info.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    padding: 50px 0;
    padding-bottom: 100px;
    padding-top: 15px; 
  }
.contact-form h4 {
  font-size: 20px;
  margin-bottom: 30px;
font-family: 'Raleway-Light';
}
.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 {
font-family: 'Raleway-Light';
  height: 109px;
}
.contact-form .submit {
font-family: 'Raleway-Light';
  height: 50px;
  width: 100%;
  background: #666;
  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;
color: #fff;
}


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

}