/*
Theme Name: Maof
*/
body{direction:rtl;}
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
form {
	direction: rtl;
}
body .wpcf7 input[type="url"], body .wpcf7 input[type="email"], body .wpcf7 input[type="tel"] {
	direction: rtl;
}
label.input.input--checkbox {
	padding-right: 0px;
}
.form__checkbox .wpcf7-checkbox label{
	padding-right: 1.3em!important;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.wpcf7-mail-sent-ok {
	border: none!important;
	display: none!important;
}
.page__img{
	align-items: flex-start;
    justify-content: flex-start;
}