/*
Theme Name: Dolev
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7 {
	direction: rtl;
}

.footer .footer__form form .wpcf7-form-control-wrap{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-grid-column-span: 4;
	grid-column: span 4;
	cursor: pointer;
}
.wpcf7-list-item {
	margin: 0px!important;
}
.wpcf7-list-item.first.last:before{
	display: none!important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
}
.wpcf7-response-output{
	display: none;
}

.wpcf7-form-control-wrap:before, .wpcf7-form-control:before{
	display: none!important;
}





