/*
	Theme Name: New Mortgage
	Description: New mortgage theme
	Version: 1.0.0
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

/* global box-sizing */
*,
*::after,
*::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	direction: rtl;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.bottom_content{
	margin-top:20px;
}
body {
	color: #444;
	direction: rtl;
	font-family: 'Alef Hebrew', Arial, sans-serif;
	font-size: 16px;
	text-align: right;
}

/* clear */
.clear:before,
.clear::after {
	content: ' ';
	display: table;
}

.clear::after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	border: 1px solid #04a4cc;
	outline: 0;
}

hr {
	border-top: 1px solid #1f1f1f;
}

p, ul, ol, dl, dd, dt, blockquote, td, th {
	line-height: 1.2;
}

p, ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
	margin-bottom: 1em;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	.ir a::after,
	a[href^="javascript:"]::after,
	a[href^="#"]::after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*****************
 Grid
*****************/
.units-row {
	margin: auto;
	max-width: 1030px;
}

.header .units-row,
.pagewrap > .units-row,
footer.footer .units-row {
	padding-left: 15px;
	padding-right: 15px;
}

.unit-33:nth-of-type(3n+4) {
	margin-right: 0;
}

.unit-25:nth-of-type(4n+5) {
	margin-right: 0;
}

.unit-20:nth-of-type(5n+6) {
	margin-right: 0;
}

.pagewrap {
	padding-top: 10px;
}

.home .pagewrap {
	padding-top: 10px;
}

.menu-call-to-action {
	background: #1f1f1f;
	color: #4ec3ef;
	display: inline-block;
	float: left;
	height: 40px;
	margin-bottom: -10px;
	padding: 7px 10px 0 0;
	position: relative;
	vertical-align: middle;
	width: 320px;
}

.menu-call-to-action a {
	color: #4ec3ef;
}

.menu-call-to-action::after {
	border-color: #1f1f1f transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 0;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 0;
	margin-right: -10px;
	position: absolute;
	right: 0;
	width: 0;
}

/*****************
 Layout
*****************/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.header_row {
	background: #222;
}

button.search-submit {
	background: #636193;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-right: 5%;
	padding: 3px 0;
	width: 20%;
}

input[type="search"] {
	background: #ececec;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 70%;
}

form.search {
	margin-bottom: 0;
	margin-top: 16px;
}

.header_button {
	background: #0693c8;
	color: #ececec;
	display: block;
	font-size: 25px;
	margin-top: 17px;
	padding: 4px 0;
	text-align: center;
	width: 100%;
}

.header_button:hover {
	color: #fff;
}

.main-menu {
	padding-right: 10px;
}

nav.nav li {
	float: right;
}

nav.nav li a {
	color: #fff;
	font-size: 18px;
	padding-left: 12px;
	padding-top: 4px;
}

nav.nav li a::after {
	content: "-";
	cursor: default;
	font-weight: normal;
	margin-right: 10px;
}

nav.nav li:last-child a::after {
	content: "";
}

nav.nav li a:hover {
	color: #fff;
	text-decoration: none;
}

nav.nav {
	margin: 0;
	padding: 0;
}

.nav::after {
	clear: both;
	content: "";
	display: block;
}

header.header {
	background: #1f1f1f;
}

.sub_header_row {
	background: #5f5f60;
}

.sub_header_row .units-row {
	height: 30px;
}

.homepage_header_text {
	background-color: #bcbcbc;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}

.homepage_header_text p {
	font-weight: bold;
	line-height: normal;
	padding: 10px;
}

.services .service {
	background-color: #fff;
	border: 1px solid #888;
	padding: 3px 0 0;
	text-align: center;
}

.services > div > div {
	margin-bottom: 20px;
}

.service_title {
	background: #1f1f1f;
	margin-top: 3px;
}

.banks_rows,
.projects,
.nadlan_magazine,
.calculators_link,
.services {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.bordered-title {
	border-bottom: 1px solid #333;
	border-right: 14px solid #333;
	color: #333;
	display: inline-block;
	float: right;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 50%;
	padding: 3px 4px 3px 10px;
	width: 50%;
}

.home-category-image {
	color: #f8f8f8;
	font-size: 20px;
	max-width: 230px;
	max-width: 100%;
	padding: 12px 5px;
	text-align: center;
}

.sprite {
	background: url("images/sprites.png") no-repeat;
}

.wp-post-image {
	border: 1px solid #aaa;
	margin-top: 0;
}

.calc_link {
	background: #333;
	height: 59px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.calc_link.purple_calc {
	border-bottom: 10px solid #9f9dc2;
	border-top: 10px solid #9f9dc2;
}

.calc_link.purple_calc .calc_icon {
	background-position: -417px -262px;
}

.calc_link.green_calc {
	border-bottom: 10px solid #53b11f;
	border-top: 10px solid #53b11f;
}

.calc_link.green_calc .calc_icon {
	background-position: -417px -343px;
}

.calc_link.orange_calc {
	border-bottom: 10px solid #f7a12a;
	border-top: 10px solid #f7a12a;
}

.calc_link.orange_calc .calc_icon {
	background-position: -417px -302px;
}

.calc_link.lightblue_calc {
	border-bottom: 10px solid #3dcddf;
	border-top: 10px solid #3dcddf;
}

.calc_link.lightblue_calc .calc_icon {
	background-position: -417px -385px;
}

.calc_link.blue_calc {
	border-bottom: 10px solid #228bcd;
	border-top: 10px solid #228bcd;
}

.calc_link.blue_calc .calc_icon {
	background-position: -417px -223px;
}

.calc_link.pink_calc {
	border-bottom: 10px solid #de9497;
	border-top: 10px solid #de9497;
}

.calc_link.pink_calc .calc_icon {
	background-position: -417px -427px;
}

.calc_link.purple_calc a {
	color: #9f9dc2
}

.calc_link.green_calc a {
	color: #53b11f;
	line-height: 20px;
}

.calc_link.orange_calc a {
	color: #f7a12a;
	line-height: 20px;
}

.calc_link.lightblue_calc a {
	color: #3dcddf;
}

.calc_link.blue_calc a {
	color: #228bcd;
}

.calc_link.pink_calc a {
	color: #de9497;
}

.calc_link a {
	display: block;
	line-height: 39px;
	padding: 0 10px;
}
.calc_link a{
	padding-left:50px;
	line-height: 20px;
}
.calc_icon {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.service img {
	display: block;
	margin: auto;
}

.service_title.dark {
	background: #000;
	color: #fff;
	margin-top: 0;
	padding: 10px 0;
	text-align: center;
}

.project_list img,
.nadlan_magazine .service img {
	display: block;
	margin: auto;
	max-height: 128px;
	width: 100%;
}

.project_list,
.nadlan_magazine .service {
	border: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.nadlan_magazine_rows {
	background: #343434;
	display: inline-block;
	margin-top: 20px;
	padding: 2.5%;
	width: 100%;
}

.banks-list {
	background: #fff;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.sidebar-widget > div {
	background: #fff;
	margin-bottom: 45px;
}

.current-menu-item {
	font-weight: bold;
}

.widget-title {
	background: #1f1f1f;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px;
}

.widget-title a {
	color: #fff;
}

.sidebar .widget_SPOSTARBUST,
.sidebar .textwidget,
.sidebar .rpwe_widget {
	border: 1px solid #979797;
}

.testimonials {
	text-align: center;

}
.textwidget img{
	display:block;
}
.single-data {
	margin: 10px 5px 10px 0;
	position: relative;
}

.data-circle {
	background: #636193;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 90px;
	text-align: center;
	width: 90px;
}

.data-money {
	margin: 20px 0 0;
}

.data-money span {
	display: block;
}

.data-title {
	background: #e4e4e4;
	display: inline-block;
	float: left;
	height: 50px;
	margin-top: -70px;
	padding: 0 35px 10px 5px;
	width: 80%;
}

.widget_SPOSTARBUST a,
.recent-posts-shortcode a {
	border-bottom: 2px solid #bebebe;
	display: block;
	margin: 0;
	padding: 5px 10px;
	transition: all .1s;
}

.widget_SPOSTARBUST a:last-child,
.recent-posts-shortcode a:last-child {
	border-bottom: none;
}

.widget_SPOSTARBUST a:hover,
.recent-posts-shortcode a:hover {
	background: #bcbcbc;
	color: #000;
}

.widget_SPOSTARBUST ul li ul li {
	border-bottom: 2px solid #bbb;
	padding-right: 20px;
}

.widget_SPOSTARBUST ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tofeslink {
	clear: both;
}

.rpwe-block ul {
	list-style: none;
	margin: 25px 10px 25px;
}

.rpwe-block ul li {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}

.rpwe-block .rpwe-alignright {
	float: right;
	margin-left: 10px;
}

.rpwe-block .rpwe-title {
	line-height: 1;
}

.rpwe-block .rpwe-title a {
	font-size: 16px;
	font-weight: normal;
}

.pagination {
	display: inline-block;
	left: auto;
	right: auto;
	text-align: center;
}

.archive article {
	margin-bottom: 40px;
}

.archive article:nth-of-type(even) {
	clear: right;
	margin-right: 0;
}

.archive article:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.archive article.text_template:nth-of-type(even) {
	clear: none !important;
	margin-right: 3%;
}

.archive article.text_template:nth-of-type(odd) {
	clear: both;
	margin-right: 0;
}

.archive article.fullwidth {
	margin-right: 0;
	width: 100%;
}

.archive article .post-title a {
	border-right: 6px solid #333;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
}

.archive article:first-of-type .post-title a {
	font-size: 20px;
}

.archive article .view-article {
	display: inline-block;
	text-decoration: underline;
	width: 100%;
}

.archive-banner {
	display: inline-block;
	margin-bottom: 40px;
}

.archive article p {
	margin-bottom: 0;
}

/* sidebar menus */
.widget_nav_menu {
	background: none;
}

ul.menu {
	list-style: none;
	margin: 0;
}

ul.menu li {
	background: rgba(79, 79, 79, 0.8);
	padding-bottom: 1px;
}

ul.menu li a {
	background: #4f4f4f;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 5px 20px 5px 10px;
	width: 100%;
}

ul.menu li img._mi {
	float: left;
}

/* projects sidebar */
.projects-sidebar {
	display: inline-block;
	margin-top: 25px;
}

.projects-sidebar p {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

/* related articles */
.related-posts article img {
	border: 1px solid #9e9e9e;
	margin-right: 0;
}

/* footer */
footer {
	background: #1f1f1f;
	color: #ececec;
	padding: 20px 0 50px;
}

footer a {
	color: #ececec;
}

footer .rpwe-block ul {
	margin-top: 10px;
}

.footer-credits {
	display: inline-block;
	width: 100%;
}

/* breadcrumbs */
.breadcrumbs {
	font-size: 14px;
}

.new-projects-title {
	font-size: 35px;
}

.slicknav_menu {
	display: none;
}

.header-call-us {
	display: none;
}

.js .slicknav_menu {
	background: #228bcd;
	position: absolute;
	z-index: 999;
}

.slicknav_btn {
	background-color: #228bcd;
}

.exit-button {
	border: 1px solid #aaa;
	font-size: 22px;
	margin-bottom: 21px;
	padding: 5px;
	text-align: center;
}

.exit-button p {
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}

.exit-buttons a {
	background: #fff;
	display: block;
	margin: 0 10px 5px;
}

/* Landing page */
.lp-color-border {
	border-style: solid;
	height: 0;
}

.primary-color-border {
	border-width: 0 0 110px 110px;
}

.secondary-color-border {
	border-width: 80px 0 0 60px;
}

.lp-top-row {
	color: #fff;
	font-size: 50px;
	position: relative;
}

.lp-top-row .secondary-color-border {
	left: -110px;
	position: absolute;
	top: 50px;
}

.lp-top-row .secondary-color-border p {
	margin-top: -75px;
}

.lp-top-row p {
	line-height: 1.1;
	margin-bottom: 0;
	padding-right: 5px;
}

.lp-main-content {
	margin-top: 40px;
}

.lp-our-promises {
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

.lp-our-promises-title {
	padding: 0 10px 10px;
}

.lp-our-promises .lp-promise {
	border-top: 3px solid #fff;
	padding: 10px;
}

.lp-our-promises p {
	font-size: 20px;
	margin-bottom: 0;
}

.lp-promise-image {
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	padding: 20px 0;
	text-align: center;
}

.lp-image-above-form {
	margin-bottom: -20px;
	position: relative;
	text-align: center;
	z-index: 9;
}

.lp-form-wrapper {
	margin-bottom: 60px;
	position: relative;
	z-index: 5;
}

.lp-testimonials {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.lp-testimonials-title {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	position: relative;
}

.lp-testimonials-title p {
	line-height: 110px;
	margin-bottom: 0;
	padding-right: 20px;
}

.lp-testimonials-title .secondary-color-border {
	left: -110px;
	position: absolute;
	top: 15px;
}

.lp-testimonials-title .secondary-color-border p {
	font-size: 60px;
	line-height: 60px;
	margin-top: -75px;
	padding-right: 10px;
}

.lp-testimonial {
	margin-bottom: 35px;
}

.lp-testimonial img {
	width: 100%;
}

.lp-call-us {
	margin-bottom: 30px;
}

.lp-call-us-title {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	position: relative;
}

.lp-call-us-title p {
	line-height: 110px;
	margin-bottom: 0;
	padding-right: 20px;
}

.lp-call-us-title .secondary-color-border {
	left: -110px;
	position: absolute;
	top: 15px;
}

.lp-call-us-title {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	position: relative;
}

.lp-call-us-title p {
	line-height: 110px;
	margin-bottom: 0;
	padding-right: 20px;
}

.lp-call-us-title a {
	color: #fff;
}

.lp-call-us-title .secondary-color-border p {
	background: url(images/phone-icon-white.png) no-repeat left bottom;
	font-size: 52px;
	line-height: 60px;
	margin-top: -75px;
	padding: 0 10px 0 70px;
}

.lp-more-services {
	margin-bottom: 50px;
}

.lp-more-services h2 {
	font-size: 50px;
}

.letters li {
	float: right;
	list-style: none;
	margin: 0 0.5%;
	text-align: center;
}

.letters li a {
	background: #0693c8;
	color: #fff;
	display: inline-block;
	padding: 1px 5px;
}

.glossary_list {
	clear: both;
	padding-top: 30px;
}

ul.glossary_list li {
	list-style: none;
}

.post_banner {
	margin-bottom: 20px;
}

ul.letters:after {
	clear: both;
	content: " ";
	display: block;
}

.sidebar-widget ul li span {
	line-height: 34px;
}

.banks_rows h4 {
	line-height: 20px;
}

.banks_rows p.post-excerpt {
	float: left;
}

.banks_rows span {
	font-weight: bold;
}

.category article .post-title a {
	font-weight: bold;
	line-height: normal;
}

.archive-banner img {
	border: 1px solid #ddd;
	max-width: 100%;
}

.single-post .archive-banner {
	margin-bottom: 0;
}

span.page-numbers.current,
a.page-numbers {
	font-size: 26px;
}

span.page-numbers.current {
	font-weight: bold;
}

.testimonials.all img {
	margin: auto;
}

.search h2 {
	font-size: 16px;
}

.search .unit-66 article:nth-child(odd) {
	clear: both;
	margin-right: 0;
}

.search .unit-66 article {
	line-height: 20px;
	margin-bottom: 20px;
}

header.header {
	background: #1f1f1f;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.logged-in header.header {
	top: 32px;
}

.wrapper {
	padding-top: 92px;
}

.logged-in .wrapper {
	padding-top: 124px;
}

.homepage_header_text_mobile {
	display: none;
}

.mobile_category_text {
	display: none;
}

.mobile {
	display: none;
}

.exit-buttons.unit-33 {
	float: left;
}

.unit-66.single_main {
	margin: 0;
}

.the_content {
	clear: both;
}

.search h1 {
	background: #636193;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.search a img.alignright {
	float: none;
	margin: 20px auto;
}

.lp-more-services .text {
	display: none;;
}

/**************
	Video widget
*********************/
#video_popup {
	margin: 0 auto;
	max-width: 1030px;
	position: relative;
}
div.close_icon,
#video_popup button.mfp-close {
	background: url(images/close_ajax.png) no-repeat 0 0;
	height: 51px;
	left: -25px;
	margin: 0;
	opacity: 1;
	padding: 0;
	right: auto;
	text-indent: -99999999px;
	top: -25px;
	width: 51px;
}

.video_thumb {
	float: right;
	width: 50%;
}

.video_thumb img {
	vertical-align: top;
	width: 100%;
}
.close_icon {
    position: absolute;
    right: -28px !important;
    left: auto;
    top: 7px !important;
	cursor: pointer;
}
.video_item {
	border: 1px solid #c9c9c9;
	margin: 0 1px 14px 1px;
	margin-bottom: 14px;
}

.video_item:after {
	clear: both;
	content: " ";
	display: block;
	width: 100%;
}

.video_description {
	float: left;
	text-align: right;
	width: 50%;
}

.video_title {
	background-color: #0693c8;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}

.video_trigger {
	background-color: #1f1f1f;
	color: #fff;
	min-height: 49px;
}

.video_trigger > div.popup-with-video-main-link,
.video_trigger > div.sidebar_video_trigger {
	background: url(images/video_play.jpg) no-repeat 20px 7px;
	color: inherit;
	display: block;
	height: 45px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 12px;
}

.video_popup_inner {
	background-color: #000;
	margin: 0 auto;
	max-width: 1030px;
	min-height: 100px;
	padding: 5px;
	width: 100%;
}

.video_popup_inner:after {
	clear: both;
	content: ' ';
	display: block;
}

.big_video_iframe iframe {
	height: 360px !important;
	width: 100% !important;
}

.big_video_wrapper {
	float: right;
	width: 68%;
}

.big_video_title {
	color: #fff;
	font-size: 20px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	text-align: right;
}

.popup_video_bottom_title {
	background-color: #0693c8;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	line-height: 53px;
	margin-top: 10px;
	min-height: 53px;
	padding: 0 8px;
	text-align: right;
}

.related_videos_wrapper {
	float: left;
	width: 31%;
}

.popup_video_sidebar_title {
	background-color: #0693c8;
	color: #fff;
	font-size: 20px;
	height: 31px;
	line-height: 31px;
	margin-bottom: 8px;
	padding: 0 8px 0 0;
	text-align: right;
}

.popup_banner_wrapper {
	background-repeat: no-repeat;
	background-size: 100% !important;
	min-height: 500px;
	width: 100%;
}

/*
.popup_banner_wrapper > img {
	width: 100%;
	height: auto;
}
*/
.footer #hidden_form_script,
#hidden_phone {
	display: none !important;
}
.leadim{
	display: block !important;
	margin: auto !important;
	float: none !important;
}
.popup_form_code_wrapper{
    padding-top: 320px;
}
.popup_form_code_wrapper #hidden_form_script {
	position: relative;
	top: 30px;
}
.mobile_only{
	display:none;
}
.page_popup{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	display:none;
	z-index:99999;
	padding-top:40px;
}

.page_popup .overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background:rgba(0,0,0,0.6);
}
.page_popup .popup_content{
	max-width:900px;
	margin:auto;
	position:relative;
	z-index:999999;
}
.popup_form_code_wrapper:after{
	clear:both;
	content:" ";
	display: block;
}
.mobile.mobile-excerpt{
	display:block;
}

.the_content a
{
	text-decoration: underline;
	font-weight: bold !important;
}
