/* Custom styles by jonbolden */

/* Contact 7 customizations ---------------------- */
body.admin-bar div.wpcf7-response-output{
  top: 0px;
}
div.wpcf7-response-output{
  position: fixed;
  top: -34px;
  width: 78.8%;
  left: 10%;
  background: #fff;
  text-align: center;
  padding-bottom: 13px;
  padding-top: 10px;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  font-weight: bold;
  border-radius: 0px 0px 10px 10px;
  -webkit-animation-name: slide_from_top;
  -webkit-animation-duration: .75s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: .75s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-name: slide_from_top;
  -ms-animation-duration: .75s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-delay: .75s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-name: slide_from_top;
  animation-duration: .75s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: .75s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
body div.wpcf7-mail-sent-ok {
  border: 2px solid #84b96c;
  background: #adecad;
  color: #265412;
}

body div.wpcf7-validation-errors{
  border: 2px solid #f7e700;
  background: #f7e702;
}

body span.wpcf7-not-valid-tip {
  color: #BC0711;
  font-size: .85em;
  font-weight: normal;
  display: block;
  margin-top: -18px;
  padding-bottom: 10px;
  font-weight: bold;

@keyframes slide_from_top {
  0% {
    top: -120px;
  }
  100% {
    top: -34px;
  }
}
@-webkit-keyframes slide_from_top {
  0% {
    top: -120px;
  }
  100% {
    top: -34px;
  }
}
@-ms-keyframes slide_from_top {
  0% {
    top: -120px;
  }
  100% {
    top: -34px;
  }
}

/* Contact 7 customizations ---------------------- */

