.wpcf7-form-control-wrap  .wpcf7-form-control{
	width: 50%;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit {
	width: auto;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	min-height: 150px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.wpcf7 {
	position: relative;
}
.wpcf7 .ajax-loader {
	display: inline;
    width: auto;
    height: auto;
    background: none;
    position: static;
    right: auto;
    top: auto;
}

.wpcf7 .loading {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    opacity: 0.5;
    text-align: center;
    vertical-align: middle;
}
.wpcf7 .loading img {
	position: absolute;
    top: 50%;
    margin-top: -35px;
}
input[type='email'] {
    height: 26px;
    border: 1px solid #bdb9b6;
    background: #ffffff;
    text-indent: 10px;
    font-size: 14px;
    color: #514942;
    font-family: "Lato", Arial, sans-serif;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
}