/*
Theme Name: women
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7-response-output{
	display: none;
}
.sent .wpcf7-response-output{
	display: block;
	border: none!important;
	text-align: center;
	color:#fff;
}
.rtl  .wpcf7 input[type="url"], .rtl  .wpcf7 input[type="email"], .rtl  .wpcf7 input[type="tel"] {
	direction: rtl;
}
.wpcf7-not-valid+.select2 .select2-selection {
	border:1px solid red!important;
}
.hidden{
	display: none;
}
.form-submit-button{
	cursor: pointer;
}
.search-no-results .blog-list{
	padding: 100px 0 317px 0;
	color: #fff;
	text-align: center;
}