/*
Theme Name: adv
*/
.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-response-output {
	display: none !important;
}

@media screen and (max-width:1200px) {
	#wpadminbar{
		position: fixed;
		overflow: hidden;
	}
}

.gs-dev-tools{
	direction: ltr;
	z-index: 999999999;
}

.wpml-ls-statics-footer{
	opacity: 0;
	pointer-events: none;
}
.grecaptcha-badge {
    display: none !important;
}



.contact__form .wpcf7 input[type="tel"]{
    direction: rtl !important;
}