/*
Theme Name:     RealEstate Child
Theme URI: 		http://wedesignthemes.com/themes/dt-realestate
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the RealEstate theme powered by DesignThemes
Template:       realestate
Version:        2.2
*/

@import url("../realestate/style.css");

body{
	background:none!important;
}

/* Container */
.wpcf7 form {
  max-width: 420px;
  background: #fff;
  padding: 22px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #eee inset, 0 6px 18px rgba(0,0,0,0.06);
  font-family: Arial, sans-serif;
}

/* Headline like image */
.wpcf7 form::before{
  content: "Let Us Call You!";
  display:block;
  font-size:22px;
  font-weight:700;
  margin-bottom:10px;
}

/* inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width:100%;
  padding:12px 14px;
  margin:10px 0 8px 0;
  border:1px solid #e0e0e0;
  border-radius:2px;
  box-sizing:border-box;
  font-size:14px;
  background:#fafafa;
}

/* message textarea height */
.wpcf7 textarea { min-height:110px; resize:vertical; }

/* GDPR line */
.wpcf7 .wpcf7-acceptance {
  margin-top:8px;
  font-size:13px;
}

/* submit */
.wpcf7 input[type="submit"] {
  background:#18a38a; /* teal like image */
  color:#fff;
  width:100%;
  padding:12px;
  border:0;
  border-radius:2px;
  margin-top:14px;
  cursor:pointer;
  font-weight:600;
}

/* small responsive */
@media (max-width:480px){
  .wpcf7 form { padding:16px; max-width:100%;}
  .wpcf7 form::before{ font-size:18px;}
}
