/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
html, body{
	min-height:100%;
}
body.home {
    background-image: url(https://zoomrealty.us/wp-content/uploads/2023/11/home-page-02.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif!important;
}
#header {
    position: relative;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding:10px 0;
	background:#fff;
}
#header .container .row{
	align-items:center;	
}
#menu-main-header{
	padding:0;
	display:flex;
	margin:0;
}
#menu-main-header li a{
    color: #777;
    line-height: 2.4rem;
    padding: 1.3rem 1.7rem;
    text-decoration: none;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
	font-size:14px;
	text-transform:uppercase;
}
#menu-main-header li a:hover{
	color:#000;	
}
#menu{
	display:flex;
	justify-content:flex-end;
}
#footer{
	background:#fff;
	padding:10px 0;
	font-size:13px;
}
body.home #footer{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
body.home .site-main{
	width:100%;
	max-width:900px;
	margin:auto;
	padding-bottom:100px;
}
body:not(.home) #content {
    margin: 80px 0;
    background: #fff;
    padding: 50px 40px;
}
img{
	max-width:100%;
}
body:not(.home) #wrapper{
	background:#f7f7f7;
}
.menu-item{
	position:relative;
}
.menu .sub-menu{
display: inline-block;
    width: 230px;
    background: #fff;
    border-top: 4px solid #ea723d;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}
.menu-item:hover .sub-menu{
    opacity:1;
	visibility:visible;
	z-index:1;
}
body.home #header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:10;
}
body.home #wrapper > .container{
	min-height: 100vh;
    display: flex;
    align-items: center;
}
body.home #wrapper .container #content{
	width:100%;	
}
body.home h3{
	color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
body.home h2{
	color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
	padding-bottom:20px;
}
body.home .tab-content{
	background:rgba(255,255,255,.9);
	padding:30px;
}
header h1.entry-title{
	text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 30px;	
}
.accordion-button{
	text-transform:uppercase;
	font-weight:bold;
}
.mega-menu .sub-menu{
	display:flex;
	flex-wrap:wrap;
	width:430px;
}
.mega-menu .sub-menu .menu-item {
    width:33%;	
}
#menu-main-header li a{
	padding:10px 10px;
}
html body #main .nav-link{
	color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    border: none!important;
	margin-bottom: -5px;
    padding: 15px 15px!important;
}
html body #main .nav-link.active{
	background: none;
    border: none;
    color: #fff;
    border-bottom: 5px solid #c82021!important;
}
html body #main .nav-tabs{
	border-bottom:5px solid #fff;
}
#footer{
	color:#808080;
}
#footer a{
	color:#808080;
	text-decoration:none;
}
#footer a:hover{
	color:#111;
}
#header .btn-primary{
	background:none;
	border-color:#c82021;
	color:#c82021;
	font-size:14px;
}
#header .btn-primary:hover{
	background:#c82021;
	border-color:#c82021;
	color:#fff;
}
.accordion-body ul, .accordion-body ol{
	padding-top:15px;
}
.accordion-body ul li{
	list-style:disc;
}
.accordion-body ol li{
	list-style:auto;
}
.calc-icon{
	display:lnline-block;
	margin:0 6px;
}
.qe-testimonial-wrapper {
    border: 1px solid #eee;
    padding: 30px 30px 15px;
    overflow: visible;
	position:relative;
}
.qe-testimonial-wrapper p::before {
    background: url(https://zoomrealty.us/v2/wp-content/uploads/2020/08/quote-icon.gif) no-repeat;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 35px;
    left: -15px;
    z-index: 1;
}
.wpcf7-form label, .wpcf7-form-control-wrap{
	display:block;
}
.wpcf7-form-control{
border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
	margin-top:5px;
}
.wpcf7-form-control.wpcf7-textarea{
	height:120px;
}
.wpcf7-submit{
	display: inline-block;
    width: auto;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #c82021;
}
.rh_contact__details{
	padding-top:30px;
}
.rh_contact__details .rh_contact__item{
    display: flex;
    align-items: flex-start;
	padding-bottom:30px;
}
.rh_contact__details .rh_contact__item .icon{
	padding-right:20px;
}
.rh_contact__details .rh_contact__item p{
    margin:0;
}
.rh_contact__details .rh_contact__item p .label{
    display:block;
	font-weight:bold;
}
html body #ihf-main-container .title-bar-1{
    background:#c82021;
	border:none;
	padding:8px;
	text-shadow:none;
	color:#fff;
}
html body #ihf-main-container a{
	color:#c82021;
}
#ihf-detail-features-tab > .row{
	margin:0;
}
#ihf-detail-features-tab .col-md-12.title-bar-1.fs-12{
	margin:8px 0;
}
html body #ihf-main-container a:hover{
	color:#000;
}
html body .ihf-grid-result-container.well .row.mb-5.fs-12{
	margin-bottom:0!important;
}
#menu-main-header .sub-menu li a{
	padding:5px 10px;
	line-height:normal;
	font-size:13px;
}
.menu_toggle{
	position:absolute;
	top:15px;
	display:none;
}
.menu_toggle .off{
	display:none;
}
.menu_toggle.open .off{
	display:block;
}
.menu_toggle.open .on{
	display:none;
}
#contact-tab-pane form > fieldset > .row > .col-xs-12:nth-child(2) {
	visibility: hidden;
    width: 1px;
    padding: 0;
	height:3px;
}
@media screen and (min-width: 768px){
	html body #ihf-main-container .modal-dialog {
		left: 0;
	}
	#menu .menu-main-header-container{
		display:block!important;
	}
}
@media screen and (max-width: 768px){
	#footer{
	    font-size:12px;	
	}
	.custom-progress-container{
		display:none;
	} 
	body:not(.home) #content{
		padding-left:20px;
		padding-right:20px;
	}
	body.home #header, body.home #footer{
		position:relative;
	}
	.menu_toggle {
		display:block;
	}
	.mega-menu .sub-menu{
		height:400px;
		overflow-y:scroll;
	}
	.menu-main-header-container{
		display:none;
		position:absolute;
		background:#fff;
		left:20px;
		right:20px;
		border:1px solid #eee;
		top:119px;
		z-index:100;
		box-shadow:0 8px 8px rgba(0,0,0,0.05);
	}
	#menu-main-header li a{
		display:block;
		padding:15px 10px;
		line-height:normal;
	}
	.rh_menu__user{
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	#menu-main-header{
		display:block;
	}
	.menu-item{
		border-bottom:1px solid #eee;	
	}
	.menu ul.sub-menu .menu-item{
		border:none;
		padding-left:10px;
	}
	.menu ul.sub-menu{
		position: relative;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		top: 0;
		margin: 0;
		background: none;
		opacity: 1!important;
		visibility: visible!important;
		z-index:10;
		display:none;
		padding-bottom:0;
	}
	.mega-menu .sub-menu .menu-item {
		width: 50%;
	}
}
@media screen and (max-width: 468px){
	#footer{
	    font-size:10px;	
	}
	#footer img{
	    max-width:25px;	
	}
}
input.HomeValueOriginal, input#propertyTax, input#homeInsurance, input#downpayment{
	position: absolute!important;
    opacity: 0;
    width: 92.4%!important;
    left: 35px;
    z-index: 1000;
	padding:8px 8px 7px!important;
}
input#downpayment{
	width:42%!important;
}
input#propertyTax, input#homeInsurance{
    left: 0;
    width: 84.4%!important;
}
input.HomeValueOriginal:hover, input#propertyTax:hover, input#homeInsurance:hover,
input#downpayment:hover, input#homeInsurance:focus, input.HomeValueOriginal:focus, input#propertyTax:focus, input#downpayment:focus {
    opacity:1!important;	
}
input#homeInsurance.show{
	opacity:1;
}
a.calc-icon{
	margin:0 20px 0 5px;
}
a.calc-icon img{
	width:42px;
}
a.calc-icon:hover{
	opacity:0.9;
}
form.post-password-form p:first-child{
	display:none;
}
form.post-password-form {
    text-align: center;
    padding: 60px;
}
form.post-password-form p{
	border: 1px solid #eee;
    padding: 40px;
} 
html body .rh_footer--space_between {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.loan-card.chart__outer .card-header p{
	font-size: 25px;
    line-height: 40px;
}
.loan-card.chart__outer .card-header small.text-muted{
	font-size: 14px;
    font-weight: 500;
    color: #222!important;
    margin-bottom: 5px;
    display: block;
}
.loan-card.chart__outer .card-body p.small{
	position:relative;
	letter-spacing:0px;
}
/*.loan-card.chart__outer .card-body p.small::before{
	position: absolute;
    content: "(Total of all Mortgage Payments)";
    top: 25px;
    font-size: 12px;
    letter-spacing: 0;
}*/
.monthly_percentage tr td:last-child:after{
		position:absolute;
		content:"%";
		margin-left:3px;
	}
	.monthly_percentage tr td:last-child::first-letter {
		color:#fff;
		font-size:0;
	}
	.monthly_percentage tr:last-child td:last-child:after{
		display:none;
	}
.monthly_percentage tbody tr.pmi_hide{
		display:none;
	}
#root .loan-card.hide .card-body table.borderless-table.small.table.table-sm:not(.mb-0) tr:first-child td:last-child:before{
	position: absolute;
    content: "(% Total of All Mortgage Payments)";
    top: 15px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
	margin-left:-20px;
}
.rh_wrap{
	background:url('https://flevix.com/wp-content/uploads/2019/07/Round-Line-Loading.gif') no-repeat center 200px;
	background-size: 400px;
}
@media only screen and (max-width: 468px) {
	#root .loan-card.hide .card-body table.borderless-table.small.table.table-sm:not(.mb-0) tr:first-child td:last-child:before{
		font-size: 11px;
	}
	#root .loan-card.hide, #root .loan-card.loan-table{
		overflow-x: scroll;
	}
	#root .loan-card.loan-table .container .row .col-3{
		white-space:nowrap;
	}
	#root .loan-card.hide .card-body, #root .loan-card.hide .card-header,
	#root .loan-card.loan-table .card-body, #root .loan-card.loan-table .card-header{
		min-width: 460px;
	}
	form.post-password-form {
	    padding: 10px;
	}
	#ihf-main-container .pagination {
	    margin-top: 0;
	}
	a.return_results{
		width: 100%;
    	display: block;
    	text-align: center;
    	padding: 5px 20px!important;
	}
	#ihf-main-container .refine_search_sort_panel #ihf-refine-search,
	#ihf-main-container .refine_search_sort_panel .btn-group{
		margin-right:0;
		float:right!important;
	}
	/*#root .loan-card.chart__outer{
		overflow:hidden;
	}
	#root .loan-card.chart__outer .card-body, #root .loan-card.chart__outer .card-header{
		min-width:100%;
	}
	#root .highcharts-container {
		transform: scale(0.8);
	}*/
}
@media only screen and (max-width: 768px) {
	body.home .site-main{
		padding-top:30px;
	} 
	#branding{
		text-align:center;
	}
     a.calc-icon{
		position: absolute;
    	top: 13px;
    	left: 15px;
	}	
	a.calc-icon img {
 	   width: 32px;
	}
}
@media only screen and (min-width: 2400px) {
body.home .rh_section__content {
    padding-top: 22rem;
}
}
@media only screen and (min-width: 2500px){
body.home .rh_section__content {
    padding-top: 60rem;
}
}
.loan-card.card.chart__outer table.table tbody tr:last-child td hr{
	border-color: #53575a;
    border-width: 2px;
}
.custom-progress .label::after{
	content: "%";
    position: absolute;
    background: #fff;
    margin-left: -17px;
    padding-right: 10px;
    padding-left: 4px;
}
#swipebox-overlay{
	display:none;
}
.form-group{
	margin-bottom:15px;
}
