/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    
 Description:  Judo site theme
 Author:       Iliya Melishev Elementor 
 Author URI:   
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


.wpcf7 label {
    display: inline-block;
    vertical-align: middle;
    width: 380px;
    color: white;
    font-weight: 400;
    margin-bottom: 1em;
}

.wpcf7 label > p {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
	margin: 0;
	padding: 0;
}

.wpcf7 span {
	display: inline-block;
	width: calc(100% - 125px);
}

.wpcf7 label.select {
	display: inline-block;
	vertical-align: middle;
	 width: 380px;
}

.wpcf7 select {
	width: 100%;
	display: block;
	height: 40px;
}

.wpcf7 label.text_area {
	display: inline-block;
	vertical-align: middle;

	width: calc(100% - 413px);
	margin: 0;
}

.wpcf7 label.text_area p {
	padding-bottom: 1em;
}

.wpcf7 label.text_area textarea { 
	display: block;
	height: 40px;
	resize: none;
	padding: 7px;
}

.wpcf7 input {
	padding: 7px;
	height: 40px;
}

.wpcf7 input[type="submit"] {
	width: 380px;
	display: block;
	padding: 0;
	color: white;
	background-color: red;
	margin: 0 auto;
	width: 200px;

	border: 1px solid black;
}