@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

.aligncenter {
	display: block;
}
.rtlmeplz {
	float: right;
}
body {
	direction: rtl;
	text-align: right;
	font-family: 'Open Sans Hebrew', serif;
}
.downbanners {
	padding: 25px 80px;
}
.contactformbox {
	background-color: #c7c7c6;
	margin-top: 7px;
}
h3.formtitle {
	font-size: 22px;
	text-align: center;
	color: #1d1d1b;
	margin-top: 10px;
	font-family: 'Open Sans Hebrew', serif;
	font-weight: bold;
}
h3.underbannertitle {
	font-size: 21px;
	color: #00173a;
	margin-bottom: 14px;
	font-family: 'Open Sans Hebrew', serif;
	font-weight: bold;
}
h4.imagetitle {
	font-size: 11px;
	color: #1d1d1b;
	font-family: 'Open Sans Hebrew', serif;
	margin-top: 5px;
	font-weight: bold;
}
p.nospam {
	font-size: 11px;
	color: #1d1d1b;
	margin-top: -30px;
	margin-bottom: 15px;
	font-family: 'Open Sans Hebrew', serif;
	font-weight: bold;
}
.contactinfo h3 {
	font-size: 22px;
	color: #1d1d1b;
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans Hebrew', serif;
	margin-top: 15px;
}
.contactinfo p,
.contactinfo a {
	font-size: 16px;
	color: #1d1d1b;
	text-align: center;
	font-family: 'Open Sans Hebrew', serif;
	line-height: 20px;
}
.wpcf7 .wpcf7-form p .wpcf7-submit {
	margin-bottom: 0;
}
.form-group, .wpcf7 .wpcf7-form p {
	margin-bottom: 10px;
}
h1.lptitle {
	font-size: 28px;
	color: #00173a;
	text-align: center;
	margin: 15px 0 25px;
	font-family: 'Open Sans Hebrew', serif;
	font-weight: bold;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #fff;
    background-color: #1d70b8;
    background-image: none;
    border-color: #007bff;
}
.hidden-lg,
.hidden-md,
.hidden-sm {
	display: none;
}
.contact-line {
	height: 1px;
	background-color: #fff;
	width: 100%;
}
/************* Mobile Fix *****************/
@media (max-width: 500px) {
	.hidden-xs {
		display: none;
	}
	img.lplogo {
		width: 70%;
	}
	.hidden-lg,
	.hidden-md,
	.hidden-sm {
		display: block;
	}
	h1.lptitle {
		color: #00173a;
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 17px;
	}
	h3.underbannertitle {
		font-size: 19px;
		font-weight: bold;
		text-align: center;
	}
	.downbanners {
		padding: 25px 0;
	}
	.contactformbox {
		padding: 15px 20px;
	}
	.contact-line {
		margin: 25px 0; 
	}
	p.nospam br,
	h3.formtitle br	{
		display: none;
	}
	p.nospam {
		margin-top: -30px;
	}
	h3.formtitle {
		margin-top: 0;
		margin-bottom: 15px;
	}
}