/*
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
*/
.wrapper{
	border:1px solid #000; /*Цвет границы блока формы*/
	overflow:hidden;
	padding:20px 20px 20px 30px;
	background:#888;/*Цвет фона блока фомы*/
}

.column1, .column2, .column3{
	width:30%; /*Ширина блоков с полями для ввода*/
	margin-right:20px; /*Отступ справа между блоками*/
	float:left;
}

.column4{
	width:30%; /*Ширина блоков с кнопкой*/
	margin:auto;
	padding-top:20px;
}

.clear{
	clear:both;
}

/*Стили для сообщений об ошибке заполнения полей*/
.wpcf7-not-valid-tip{
	background: rgba(255,255,255,0.5);
	line-height:1;
	margin-top:5px;
	padding:5px;
}

.wpcf7 {
  padding: 45px 45px 5px 45px !important;
  background-color: rgba(0, 0, 0, 0.7);
  width: 250px;
}

.wpcf7 p {
  padding-bottom: 10px;
}

#formContainer >
h3 {
  color: white;
  text-align: center;
}
#formContainer 
h5 {
    color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

.left {
  width: 48%;
  float: left;
}

.right {
  width: 48%;
  float: right;
}

.wpcf7-submit {
  background-color: rgb(250, 104, 57);
  color: white;
  margin-top: 30px;
  padding: 10px;
  font-size: 15px;
  border: none;
  width: 100%;
}

#formContainer input[type="submit"] {
	background-color: #eea841 !important;
    background: #eea841 !important;
	text-align: center!important;
}

input[type="submit"] {
  border-radius: 25px;
}

#slide-11-layer-5 > img,#slide-11-layer-6 > img, #slide-11-layer-7 > img,
#slide-17-layer-14 > img {
	border-radius: 15px;
}