﻿textarea, input[type="date"], select, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    margin-bottom: 0.5em;
    padding-left: 25px;
        height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0.845em 0;
    border: 0;
    border-bottom: 1px solid #DADEE6;
    color: #787C83;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 13px;
    max-width: 100%;
}
#popup1 textarea{
    height: 100px;
    border:0;	
    border-bottom: 1px solid #DADEE6;
}
.mfp-content .contact-form-popup {
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
  background-color: #fff;
  padding: 24px 20px 20px 20px;
  width: auto;
  max-width: 500px;
  max-height: 600px;
  margin: 20px auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-content .contact-form-popup div.wpcf7 img.ajax-loader {
  display: none;
}
.mfp-content .contact-form-popup:before {
  background-color: #3fb6e0;
  height: 4px;
  content: ' ';
  position: absolute;
  width: 100%;
  top: -1px;
  left: -1px;
  display: block;
  padding: 0 1px;
}
.mfp-content .contact-form-popup .mfp-close {
  top: 3px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
}
.mfp-content .contact-form-popup .mfp-close:hover {
  background-color: #A5C422;
  color: #fff;
}
.mfp-content .contact-form-popup .btn-submit {
  text-align: center;
}
.mfp-content .contact-form-popup .btn-submit .wpcf7-submit {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 0.929em;
  line-height: 1.2857em;
  display: inline-block;
  background-color: #a5c422;
  color: #fff;
  text-transform: capitalize;
}