/*
Theme Name: eu-israel
*/
.wpcf7-not-valid{
	border-bottom:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
form{
	direction: rtl;
}
div#wp-pjax-toggle-container {
	display: none;
}
.hidden {
	display: none;
}
body {
    overflow: visible;
}
div.wpcf7-mail-sent-ok {
	border: none!important;
	text-align: center;
}
.page-wrapper .about-project .text-wrap
{
	margin:0 auto;
}
.contact-link{cursor:pointer;}
.main-slider-wrap .project-name, .page-banner h1, .free-text-section h3{direction:ltr;}
.c-social{margin:15px 0 0;}
.c-social .separator
{
	    width: 1px;
    height: 22px;
    background: #000000;
	display:inline-block;
	margin:0 8px;
}
.contact-info p{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.contact-info p i{margin-left:10px;}
@media (min-width: 768px) {
    .page-wrapper .about-project .text-wrap {
        width: 60%;
    }
}
.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl  .wpcf7 input[type="tel"]{
	direction:rtl;
}
.team-cards-list .item
{
	max-width:230px;
	margin: 0 5px 10px;
}

@media (max-width: 767px){
	.main-slider-wrap .slide-bg{
		-webkit-background-size: auto 50vh;
		background-size: auto 50vh;
	}
}
