/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

header {
	z-index: 100;
}

.gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .top_label .gfield_label {
  font-family: inherit;
  font-weight: bold;
  color: #333;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-family: inherit;
  border: 1px solid #bdc5cc;
  border-radius: 15px;
  padding: 10px 15px !important;
  background-color: #fff;
  min-height: 45px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333;
}

.gform_wrapper.gravity-theme input::placeholder {
  color: #333;
  opacity: 1;
}

.gform_wrapper.gravity-theme .gform_footer input {
  border: none;
  padding: 14px 24px;
  background: #34495e;
  color: #fff;
  border-radius: 24px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 16.8px;
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	border-radius: 15px;
}