.modal_form_wr div.wpcf7{
	margin: 0 auto;
}
.wpcf7-form br{
	display:none;
}
.wpcf7-spinner{
	position: absolute;
	left: 0;
}
.wpcf7 .screen-reader-response{
	display: none!important;
}
#mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap,
.wpcf7-form p {
	margin: 0 0 20px!important;
}
div#mfcf7_zl_multifilecontainer,
.wpcf7-form .multilinefile_wr p,
.wpcf7-form p:last-of-type {
	margin: 0 !important;
}
.multilinefile_wr label{
	width: 100%;
}
.wpcf7-form .multilinefile_wr input.button{
	border: 1px solid #cecece;
	background: transparent;
	width: 100%;
}

.wpcf7-form p,
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	line-height: 1;
}
.wpcf7-form .l12 p{
	line-height: 1.2;
}
.wpcf7-form .l15 p{
	line-height: 1.5;
}
span.wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0;
}
span.wpcf7-list-item:nth-last-child(n+2){
	margin-bottom: 10px;
}

.wpcf7-acceptance .wpcf7-list-item label{
	position: relative;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	z-index: 5;
}

span.wpcf7-not-valid-tip{
	position: relative;
	font-size: 10px!important;
	z-index: 1;
	top: 5px;
	left: 0;
	background-color: #fff;
	background-image: url('../../images/ico_not_valid.png');
	line-height: 1;
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 10px 10px 10px 40px;
	border-radius: 5px;
	border: 1px solid #000;
	width: auto;
	color:#000;
}
.wpcf7-not-valid{
	border: 1px solid red!important;
	color:red!important;
}

span.wpcf7-not-valid-tip:before,
span.wpcf7-not-valid-tip:after{
	content:'';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
span.wpcf7-not-valid-tip:after {
	left: 11px;
	top: -8px;
	border-width:  0 4px 8px 4px;
	border-color: transparent transparent #ffffff transparent;
}

span.wpcf7-not-valid-tip:before {
	left: 10px;
	top: -10px;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #000000 transparent;
}


div.wpcf7-response-output{
	margin: 0 auto!important;
	background: #fff;
	color: #333;
	width: 90%;
	border: none!important;
	display: block!important;
	line-height:2;
	padding: 0!important;
	float: none;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}
/*style radio buttons (radio input inside label) start [radio radio-1 use_label_element default:1 "Restaurant 1" "Restaurant 2"]*/
.wpcf7-radio{
	padding: 10px 0;
}
.wpcf7-radio span.wpcf7-list-item{
	text-align: center;
	margin: 5px 10px 5px 0;
	padding: 10px;
	width: auto;
	flex: 0 0 auto;
	background: #F3F4F8;
	display: inline-flex;
	align-items: center;
}
.wpcf7-radio label {
	margin-bottom: 0;
}
/*style radio buttons (radio input inside label) end*/