/*@font-face {
    font-family: HelveticaNeueMedium;
    src: url(font/helveticaneue-medium.eot);
    src: url(font/helveticaneue-medium.eot?#iefix) format('embedded-opentype'), 
		 url(font/helveticaneue-medium.woff) format('woff'), 
		 url(font/helveticaneue-medium.ttf) format('truetype'),
		 url(font/helveticaneue-medium.svg#helveticaneue-light) format('svg');
	font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/
 img[data-src] {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
} 
.ctname{
    text-transform:uppercase;
    }
#callnowbutton {
    display: none;
}
#google_reviews{
    border-bottom: 1px solid #ddd;
    }
.google_reviews_nod{
    margin-top:75px;
    }
.jj-btn-white:hover {
    cursor: pointer;
    }
.jj-video-01, .jj-video-02{
    cursor: pointer;
}
.jj-articles-grid a{
    color:#605e5e;
    }
.hidden-text{
    display:none;
    }
.jj-blog-list a {
    color: #605e5e;
}
.site-header {
    padding: 0 33px 0 20px;
    position: fixed;
	top:0;
    background: #fff;
    z-index:50000;
    webkit-box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.6);
    width:100%;

}
.site-logo{
    padding: 0 18px;
    }
.site-branding img{
	width: 100%;
	height:auto;
}
.site-header .main-navigation li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
}
.site-header .main-navigation li a {
    font-size:12.5px;
    color:#605e5e;
    font-weight: 400;
    line-height: 1.3;
}

#menu-item-59 ul li a {
	width: 265px;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    width: 200px;
    text-align: left;
    border-top: 1px solid #eee;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
	
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    display:block;
    background-color: #fff;
    border-top: 0;
    font-size: 12.5px !important;
    padding: 13px 15px;
    position: relative;
    width: 200px;
    font-weight: inherit;
    color:#605e5e;
    font-weight: 400;
    line-height: 1.3;
}
.main-navigation ul ul li {
    color: #605e5e;
    background: #fff;
    border: 1px solid #eee;
}
.main-navigation li:hover > a {
    color: #96d649;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
    
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background: white;
    color: #96d649 !important;
}

/* .main-navigation .current_page_ancestor {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #313131;
    background: hsl(0, 0%, 19%);
}  */
.main-header{
	position: relative;
	display:grid;
	grid-template-columns: 19% 1fr 190px;
	justify-content: center;
  	align-items: center;
	margin-top: -15px;
	padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.main-header {
		top: -5px;
	}
}

.top-bar{
	position: relative;
	text-align:right;
	margin-right: 5px;
	padding-top: 15px;
	z-index: 1;
}
.entry-header, .screen-reader-text{
	display:none;
}

.main-header nav {
    color: #222;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
}
.contact-info, .contact-info a{
	font-size: 10px;
}
.green {
  color: #96d645;
  
  margin-left:15px;
}
.right-social-links{
	text-align: right;
}
.right-social-links ul{
	list-style: none;
  padding: 0;
}
.right-social-links .header-social {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.right-social-links .header-social a {
    color: #3f3e3e;
    font-size: 16px;
    width: 19px;
    height: 15px;
    display: block;
    float: left;
    line-height: 10px;
    margin: 0px 4px;
}
.right-social-links .header-social a:hover {
    color: #96d645;
}
.before-footer {
    width: 100%;
    text-align: center;
    background-color: #222;
    padding: 20px 0;
}
.before-footer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    margin: 20px 0;
}
.before-footer ul{
    list-style: none;
    padding: 0;
}
.before-footer .social01 {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.before-footer .social01 a {
    border-radius: 200px;
    border: 2px solid #fff;
    color: #96d645;
    font-size: 19px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    line-height: 47px;
    margin: 0px 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.before-footer .social01 a:hover {
    color: #96d645;
    border-color: #96d645;
}
.main-footer {
    width: 100%;
    background-color: #1a1a1a;
    padding: 60px 0;
    color: #fff;
    font-size: 12px;
}
.main-footer .wrap{
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
}
.main-footer li a{
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
}
.main-footer li a:hover{
    color: #96d645;
}
.main-footer li i {
    color: #96d645;
    
    margin-right: 10px;
}
.main-footer h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    
    text-transform: uppercase;
    font-weight: 500;
    line-height: 31px;
    font-style: normal;
}
.main-footer h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 5px;
    background: #96d645;
}
.site-footer {
    padding: 10px 0;
    color: #fff;
    background: #000;
    text-align:center;
}
.footer-link {
    color: #fff;
    padding-right: 5px;
}
.site-footer a:hover{
    color: #96d645
}
.mob-buttons, .menu-toggle{
    display:none;
    }
.title-stars-yellow{
    color:#ffdf00;
    }
.jj-case-study-resa, .jj-listings-text, .title-review, .testimonials-text p, .jj-content-title p, .jj-serving-you-text-01 p, .jj-content-text-02 p, .jj-content-text-01 p, .jj-serving-you-text-02 p, .jj-neighbourhoods-section h3, .jj-neighbourhoods-section h4, .jj-neighbourhoods-section h5, .jj-info-grid p, .jj-articles-grid p{
    font-weight:400;
    line-height: 20px;
    }
.jj-neighbourhoods-section ul {
    text-transform: none;

}
.accordion {
    line-height: 1.3;
}
.jj-articles-grid h3 {
    font-weight: 500;
    min-height: 70px;
}
.new-slider .flickity-viewport {
    /*overflow: unset;*/
}
.carousel-cell.jj-slider-carousel{
    overflow:hidden;
}
.flickity-page-dots {
    bottom: -40px;
}
@media screen and (max-width: 600px) {
	.new-slider .flickity-page-dots {
        bottom: -60px;
		padding-left: 25px;
		padding-right: 25px;
}
}
.jj-section-title.jj-footer-links-title a,
.jj-section-title.jj-footer-links-title h3{
    font-size:30px;
    font-weight:400;
    line-height:1.3;
    }
.jj-footer-links a, .jj-footer-links h3, .jj-footer-links p {
    color: #605e5e;
	text-decoration: none;
}
.carousel-container {
    padding-bottom: 50px;
}
.jj-future-title{
    font-family: "HelveticaNeueMedium";
    font-weight:400;
}
.jj-listings-text{
    font-size:16px;
    line-height:1.25;
}
.testimonials-section h4 {
    font-style: normal;
    font-weight: 700;
}
.cardcontent p {
    font-weight: 700;
}
.cardcontent span{
    color: #999999;
}
.card-review-stars{
    color: #e7711b !important;
    }
dt, kbd kbd, label {
    font-weight: 700;
}
.jj-eval-form input, select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px!important;
    font-weight: 400!important;
    padding: 5px!important;
    width: 50%;
}
.wpcf7-form-control.wpcf7-submit {
    background: #96d649!important;
    color: #fff!important;
	cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #9bee32 !important;
}
/* FREE HOME EVAL START */
.page-id-13264 #top_footer,  
.page-id-13264 #main_footer, 
.page-id-13264 #credits_footer,
.page-id-10577 #top_footer,  
.page-id-10577 #main_footer, 
.page-id-10577 #credits_footer,
.page-id-10465 #top_footer,  
.page-id-10465 #main_footer, 
.page-id-10465 #credits_footer,
.page-id-10464 #top_footer,  
.page-id-10464 #main_footer, 
.page-id-10464 #credits_footer,
.page-id-10463 #top_footer,  
.page-id-10463 #main_footer, 
.page-id-10463 #credits_footer,
.page-id-10462 #top_footer,  
.page-id-10462 #main_footer, 
.page-id-10462 #credits_footer,
.page-id-10461 #top_footer,  
.page-id-10461 #main_footer, 
.page-id-10461 #credits_footer,
.page-id-10454 #top_footer,  
.page-id-10454 #main_footer, 
.page-id-10454 #credits_footer,
.page-id-10453 #top_footer,  
.page-id-10453 #main_footer, 
.page-id-10453 #credits_footer,
.page-id-10452 #top_footer,  
.page-id-10452 #main_footer, 
.page-id-10452 #credits_footer,
.page-id-10451 #top_footer,  
.page-id-10451 #main_footer, 
.page-id-10451 #credits_footer,
.page-id-10450 #top_footer,  
.page-id-10450 #main_footer, 
.page-id-10450 #credits_footer,
.page-id-10443 #top_footer,  
.page-id-10443 #main_footer, 
.page-id-10443 #credits_footer,
.page-id-10441 #top_footer,  
.page-id-10441 #main_footer, 
.page-id-10441 #credits_footer,
.page-id-10439 #top_footer,  
.page-id-10439 #main_footer, 
.page-id-10439 #credits_footer,
.page-id-10437 #top_footer,  
.page-id-10437 #main_footer, 
.page-id-10437 #credits_footer,
.page-id-10435 #top_footer,  
.page-id-10435 #main_footer, 
.page-id-10435 #credits_footer,
.page-id-10292 .site-header, 
.page-id-10292 #top_footer,  
.page-id-10292 #main_footer, 
.page-id-10292 #credits_footer,
.page-id-321 .site-header, 
.page-id-321 #top_footer,  
.page-id-321 #main_footer, 
.page-id-321 #credits_footer  {
	display: none !important;
}
.free-home-evaluation-bg {
	background-image: url(/wp-content/uploads/2020/12/free-home-evaluation-v2.jpg);
	background-size: cover;
	height: 100vh;
}
.free-home-evaluation-section {
	position: relative;
	top: 18%;
}
.free-home-evaluation-title {
	color: #fff;
	text-align: center;
	font-size: 55px;
	line-height: 65px;
}
.free-home-evaluation-sub-title {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize!important;
    padding: 0 15px;
    display: block;
}
.free-home-evaluation-sub-title, .jj-star-rating {
	text-align: center;
	color: #f1f1f1;
}
.jj-star-rating span {
	display: block;
}
.form_wrap {
    display: grid;
    grid-template-columns: 1fr;
}
.text_address input[type="text"] {
    width: 100%;
    padding-left: 2em;
    font-size: .959em;
    margin: 0;
    background-image: url(/wp-content/uploads/2020/01/xlead-forms-widget-icon-input-address.png.pagespeed.ic.cKNpD0hsdP.webp);
    background-position: .8em center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 0;
    border-width: 2px;
    border-color: #94d345;
    display: inline-block;
    font-family: "Open Sans",sans,Arial;
    height: 50px;
}
.free-home-evaluation-form {
    text-align: center;
    margin: 30px auto 45px;
    width: 100%;
    max-width: 700px;
}
.free-home-evaluation-form form {
	padding-top: 0;
}
.free-home-evaluation-form input[type="submit"] {
   -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    background: #94d345;
    border-radius: 0;
    border: none;
    font-size: 0.9em;
    margin: 15px 0 0 7px;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: -4px;
}

/********* Free Home Eval - White ****/

.free-home-eval-white-bg {
	height: 100vh;
	font-family: RobotoFull,sans-serif;
}
.free-home-evaluation-title.white,
.free-home-evaluation-sub-title.white,
.jj-star-rating.white {
	color: rgba(0,0,0,.87)
}
.free-home-evaluation-title.white {
	font-size: 1.75rem;
    line-height: 1.2;
	font-weight: 500;
	width: 75%;
    margin: auto;
	font-family:'Montserrat';
}
.free-home-evaluation-sub-title.white {
	font-size: 16px;
    line-height: 1.3;
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}
.text_address.white input[type="text"], .text_address.white input[type="email"] {
    font-family: RobotoFull,sans-serif;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 1rem;
	line-height: 1.5rem;
	padding: .5rem .75rem;
	border-radius: 0;
}
.femail{
    margin-top:20px;
    }
.form_wrap.white {
	grid-template-columns: 1fr;
}
.form-text.white {
	text-align: left;
	font-size: .75rem;
	line-height: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.free-home-evaluation-form.white input[type="submit"] {
	font-size: 1rem;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: all .3s ease 0s;
	margin-bottom: 20px;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.btn_form_submit.white {
	width: 50%;
	margin: 3.5rem auto 0;	
}
.jj-faq-section-title.white {
	margin: 3rem auto 1.5rem;
	text-align: center;
}
@media and screen (max-width: 700px) {
	.free-home-evaluation-title.white {
		width: 100%;
	}
	
}
@media and screen (min-width: 500px) {
	.btn_form_submit.white {
		width: 30%;
 }
	.jj-faq-section-title.white {
		margin: 3rem 0 1.5rem;
		text-align: left;
	}
}

.free-home-eval-content.white,
.faq.white {
	width: 100%;
	max-width: 984px;
	margin: auto;
}
.free-home-eval-content.white {
	padding: 0 1.5rem;
}
.free-home-eval-content.white p {
	margin-bottom: 1.5rem;
}



/********* Blog Styles ****/

.category h1 {
	padding-top: 75px;
}
.archive-description, .category h1 {
	text-align: center;
}
.site-inner {
    margin: 0 auto;
    max-width: 1380px;
    width:100%;
    font-size:16px;
    line-height:25px;
    font-weight:400;
}
.site-inner .post{
    padding: 18px 0;
    background-color: #fff;
    margin-bottom: 40px;
}
.post-content-area{
/*     display:none; */
    grid-template-columns: 75% 25%;
	/* SS added below - remove if needed */
	max-width: 1300px;
    margin: auto;
	padding: 0 15px 75px;
    }
.post-content-area .block-spaceing{
    position: relative;
    min-height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    }
/* .post-content-area .widget-area{
    border: 1px solid #eaeaea!important;

    } */
.post-sidebar .widget{
	display: none;
    padding:20PX; 
    border: 1px solid #eaeaea!important;
    }
.post-sidebar .widget-custom{
    padding:0PX; 
    border-top: 2px solid #eaeaea!important;
    }
.post-sidebar .widget-title {
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    font-style: normal;
    MARGIN-TOP:20PX;
}
.post-sidebar .widget-title:after {
    content: " ";
    background-color: #626b7c;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.post-content-area .widget ol, .post-content-area .widget ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: inherit;
    margin-bottom: 10px;
}
.post-content .entry-meta {
    margin-bottom: 0;
    border-bottom: 2px solid #ececec;
    padding: 20px 0;
}
.post-content .entry-tags a, .post-content .entry-meta .entry-tags {
    text-transform: uppercase;
    color: #605e5e;
    margin-top: 25px;
    font-size:16px;
    line-height:26px;
}
.post-content .entry-meta span:last-child:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02c";
    margin-right: 8px;
    font-weight: 900;
}
.post-content .post-thumbnail, .post-content img{
    width:100%;
    height:auto;
    }
.post-content p img {
    width: 100%;
    height: auto;
}
.post-content .avatar {
    margin-top: -70px;
}
.post-content img.avatar{
    width: 100px;
}
.post-content .avatar {
    border-radius: 50%;
    float: right;
    z-index: 99;
    position: relative;
    box-sizing: content-box;
    margin-right: 15px;
}
.post-sidebar .widget ul>li, .post-sidebar .widget-custom ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size:16px;
    line-height:33px;
    font-weight:400;
}
.post-sidebar .widget ul>li>a:hover, .post-sidebar .widget-custom ul>li>a:hover {
    color:#333;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.post-content-area .widget ol, .post-content-area .widget ul {
    
    }
.blog-title{
    display:block;
    }
.blog-title .entry-meta{
    display:none;
    }
.blog-title .entry-title {
    padding-top: 150px;
    padding-bottom: 75px;
    text-align: center;
    font-size: 36px;
    line-height:1.3;
    font-weight:700;
	max-width: 768px;
    margin: auto;
}
.blog-title .entry-title a {
	color: #222;
	font-size: 1.5rem;
}
.sub-title{
    position:relative;
    margin-bottom:30px;
    margin-top: 20px;
    font-size:24px;
    padding-bottom:15px;
    font-family:'Montserrat';
    font-weight:500;
    line-height:1.3;
    color:#605e5e;
    font-style:normal;
    }
.bottom-border-sub:after{
    content:" ";
    background-color:#96d645;
    width:50px;
    height:4px;
    position:absolute;
    left:0;
    bottom:0;
    }
.site-inner p {   
    margin: 0 0 10px;
    padding:0;
    font-size:16px;
    line-height:25px;
    font-weight:400;
    }
.site-inner ol, .site-inner ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 28px;
    margin-left: 40px;
}
.site-inner blockquote {
    padding: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    position: relative;
    margin: 50px 0!important;
    -moz-box-shadow: 0 1px 6px 1px #e4dddd;
    -webkit-box-shadow: 0 1px 6px 1px #e4dddd;
    box-shadow: 0 1px 6px 1px #e4dddd;
}
.site-inner blockquote:before {
    content: "";
    background-image: url(data:image/png;base64,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);
    width: 42px;
    height: 36px;
    display: block;
    position: absolute;
    top: -20px;
    right: 40px;
    left: auto;
}
.site-inner blockquote em {
    font-size: 17px;
}
blockquote, cite, em, i {
    font-style: italic;
}
.site-inner blockquote cite {
    padding-top: 10px;
    display: block;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
}
.mobile-space25{
    display:block;
    }
.entry-footer, .site-inner .post-navigation{display:none;}
.comments-area{
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding:60px;
	display: none;
}
.site-inner h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight:500;
}

.related-article-old {
	font-weight: 600 !important;
	font-size: 16px !important;
}

.comment-list .depth-1 {
    padding-left: 0;
}
.comment-list li {
    padding: 40px 0 0 30px;
}
ol.comment-list, ul.comment-list {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.comment .avatar {
    margin: -35px 16px 24px 0;
    width:60px !important;
    height:60px;
}
.comment-meta, .comment-content, .comment-respond form{
    font-size: 16px;
    line-height:26px;
    font-weight:400;
    }
.edit-link{
    display:block;
    }
footer.comment-meta{
    margin-bottom: 30px;
    }
.comment-metadata a{
    margin:10px 0;
    }
.comment-respond {
    padding: 50px;
    border: 1px solid #eee;
    margin-top: 25px;
    margin-bottom: 25px;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 50px;
    margin-top:20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    font-style: normal;
}
.comment-respond .comment-reply-title:after{
    content: " ";
    background-color: #626b7c;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.comment-respond form {
    width: 100%;
}
.comment-respond form p{
    font-size: 16px;
    line-height:26px;
    font-weight:400;
    }
.comment-form-comment label{
    font-size: 14px;
    line-height:23px;
    font-weight:400;
    color:#353535;
    }
.comment-respond textarea {
    margin-bottom: 25px;
    resize: none;
    min-height: 120px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: #605e5e;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 14px!important;
    font-weight: 400!important;
    padding: 5px!important;
    width: 100%;
}
#commentform input {
    width: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    display: block;
}
.comment-form-cookies-consent{
    display:none;
    }
.form-submit{
    width:150px;
    
    }
.comment-form [type="submit"] {
    text-transform: uppercase;
    border: 2px solid #ececec!important;
    padding: 7px 16px!important;
    color: #595758!important;
    font-size: 14px;
    background-color: transparent;
    font-family: "Montserrat",sans-serif;
    width:100% !important;
}
.comment-form [type="submit"]:focus, .comment-form [type="submit"]:hover {
    background-color: #96d649;
}
.site-inner .jj-blog-list{
    font-size: 16px;
    line-height:26px;
    font-weight:500;
    }
.site-inner .jj-blog-list ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: -10px;
}
.site-inner .jj-blog-list li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#blog_footer {
    border-top: 1px solid #eff2f7;
}
#blog_footer h2 {
    /*font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    margin-bottom: 50px;
    letter-spacing: 1px;*/
    margin: 0;
    font-weight: 400;
}
.blog-post-data{
        margin-bottom: 50px;
    }
.blog-post-thumb{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-post-thumb h3{
    margin-top:-10px;
    }
.blog-post-thumb img{
    width:100%;
    height:auto;
    border: 1px solid #eee;
    box-shadow: none;
    margin: 2px 10px 2px 0;
    padding: 3px;
    }
.blog-post-thumb a {
    color: #595758;
    font-size: 15px;
    font-weight: 500;
    line-height:31px;
}
.post-content ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-bottom: 28px;
    margin-left: 0;
}
/*.single-post a{
    color:#605e5e !important;
    }*/
/***** Restaurant Styles ****/
.resturants-in-orangville p, .p-text-size{
    color: #605e5e;
    font-size: 16px;
    font-weight: 400;
    line-height:25px;
    }

/***** Resturant Styles End ****/

@media (max-width: 1023px) {
.post-content-area{
    display:block;
}
.mobile-space25{
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 600px;
    padding-bottom: 70px;
}
.post-sidebar{
    max-width: 450px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0px 15px;
    }
}
@media (max-width: 600px) {
.post-content img.avatar{
    width: 60px;
}
.post-content .avatar {
    margin-top: -45px;
}
.comments-area {
    padding: 30px;
}
.post-content p img {
    width: 100%; 
    height: auto;
}
.blog-title .entry-title{
    padding-left:15px;
    padding-right:15px;
    }
}
/********* End Blog Styles ****/

@media (min-width: 500px) {
.form_wrap {
    grid-template-columns: 1fr 135px;
}
.free-home-evaluation-section {
	top: 25%;
}	
.text_address input[type="text"] { 
	border-radius: 4px 0 0 4px;
	}
.free-home-evaluation-form input[type="submit"] {
	border-radius: 0 4px 4px 0;
	margin: 0;
	}
.free-home-evaluation-form {
	margin: 35px auto 30px;
	}
.jj-star-rating span {
	display: inline-block;
}
.carousel-cell.jj-slider-carousel {
    width: 65%;
    height: 300px;
    margin: 20px 0;
    display: flex;
}
.jj-carousel-right {
    display: grid;
 /*   justify-content: end;
    align-items: center; */
    overflow: hidden;
}
.jj-carousel-right img {
  object-fit: cover;

}
.jj-info-grid h3,
.jj-info-grid h4,
.jj-info-grid h5 {
    line-height:31px;
}
.new-slider .flickity-viewport {
    /*height: 450px !important;*/
    height: auto;
    min-height: 400px;
}
}

/* Mobile Styles */
@media (max-width: 1440px) {
.main-header {

    grid-template-columns: 270px 1fr 165px;

}
.site-logo {
    padding: 0 10px;
}
}
@media (max-width: 1280px) {
.main-header {

    grid-template-columns: 260px 1fr 165px;

}
}
@media (max-width: 1024px) {
.main-header {
    margin-top: 0;
    display: grid;
    grid-template-columns: 25% 1fr;

}
.site-header {
    padding: 20px;
}
.site-branding img {
    vertical-align: bottom;
}
#header-social-widget-area, .top-bar{
        display:none;
}
.main-navigation{
       text-align:right;
       
} 
    
}
@media screen and (max-width: 768px) {
    .site-header {
    width:100%;
    max-width: 100vw;
    }
    .nav-label-text{
        display:none;
    }
    .site-main {
    /*padding-top: 70px;*/
    }
    .site-logo {
    padding: 0;
    }
	.menu-toggle, .mob-buttons {
            display: block;
            height: auto;
            font-size: 22px;
            text-decoration: none;
            border: none;
/*            background-color: #96d645;
            color: #565656;*/
            background-color: #fff;
            color: #96d645;
            
            font-weight: 700;
            padding: 0px 5px 0px;
	}
	.mob-buttons i{
	    color:#96d645;
	    
	    }
	.mob-buttons{
	    display:block;
	    margin-right:5px;
	    }
	.menu-toggle:focus {
	    outline: none;	    
	    }
    .main-header nav {
        
        display: flex;
        justify-content:flex-end;
        }
    .menu-main-nav-container{
        position: absolute;
        width: 292px;
        top: 83px;
        background-color: #fff;
        z-index: 1000000000000000000000000000000;
        margin: 0;
        padding: 0;
    }
    .site-header .main-navigation li {
        display: block;
        text-align: left;
    }
    .main-navigation{ cursor: pointer }
	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
		border-top-color: hsla(0, 0%, 100%, .5);
		height: 160vh;
        overflow: scroll;
	}

	.main-navigation ul {
            display: none;
            padding-left: 0;
	}
        
	.main-navigation li { 
		float: none; 
	}

	.main-navigation li a { 
		padding: 15px 20px;
		width: 100%;
        display: block;
	}

	.main-navigation li li a { 
		padding: 15px 20px; 
	}

	.main-navigation li li li a { 
		padding: 15px 20px;
	}

	.main-navigation li:hover > a {
		
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    visibility:hidden;
		position: relative;
        top: inherit;
        left: 0;
        float: none;
        width: 100%;
        display:none;
	}
/* Display Dropdowns on Hover */

/*.main-navigation ul .menu-item-has-children.focus:hover ul, .main-navigation ul .menu-item-has-children.focus ul, .main-navigation ul .menu-item-has-children:hover ul{
	display:block;
	visibility:visible;
}*/
.main-navigation ul li.focus ul, .main-navigation ul li:hover ul, .main-navigation ul ul li.focus:hover ul, .main-navigation ul ul li:hover ul{
	display:block;
	visibility:visible;
}

	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
    background: transparent;

	}
    .main-navigation ul ul li {
        border: none;
    }
	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		border: none;
        width: 100%;
        display: block;  
	}
	
     .sf-with-ul::after{
        content: "\f347";
        font-family: dashicons;
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 20px;
        height: 20px;
        font-size: 20px;
        vertical-align: top;
        text-align: center;
        transition: color .1s ease-in;
        float: right;
        color: #605e5e;
    }
    .sfHover .sf-with-ul::after {
    background-color:#96d645;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    color: #605e5e;
}
    .main-footer .wrap {    
        display: block;
        text-align:center;

    }
    .main-footer h3 {
    margin: 20px 0;
    }
    .main-footer h3::after {
    margin:0 auto;
    margin-top: 5px;

    }
    .main-header {
    grid-template-columns: 175px 1fr;
    }
    .jj-carousel-right img {
    height: auto;
    }
    .carousel-cell.jj-slider-carousel {
    min-height: 330px;
}
} 
@media (max-width: 600px) {
    .main-header {
    grid-template-columns: 150px 1fr;
}
.carousel-container {
width: 100%;
  
}
.carousel-cell{
    width:100%;
    }
.jj-serving-you-grid h3 {
    margin: 25px 0 0;
}
.jj-hr-color {
    margin: 1em 0 2em;
}
.jj-articles-grid {
    grid-gap: 50px;
}
.jj-articles-grid h3 {
    margin-bottom: 10px;
}
.carousel-cell.jj-slider-carousel {
    width: 90%;
    height: auto;
    margin: 13px 0;
	padding-bottom: 15px;
	
}
.jj-carousel-right img {
    /* height:190px; */
	object-position: 0 !important;
}
.jj-marketing-title {
    width: 90%;
    margin: 0 auto;
}
.jj-serving-you-text-01 p{
    margin-bottom:30px;
    }
.jj-info-grid h3{
    line-height:31px;
}
}

/* About Page */
#map {
    height: 575px;
    width: 100%;
      }
#map.map-contact {
	height: 820px;
}
.agents-title h1{
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    font-style: normal;
    }
.about-container{
    max-width:975px;
    width:100%;
    margin: 0 auto;
	padding-bottom: 150px;
    }
.about-container-content{
    border: 1px solid #e2e2e2;
    display:grid;
    grid-template-columns: 41.66% auto;
    }
.team-img img{
    width:100%;
	height: 690px;
    object-fit: cover;
    }
.team-image {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0;
    margin: 0;
}
.team-image:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #96d645 transparent transparent transparent;
    line-height: 0;
    _border-color: #00c #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.team-image:after {
    content: "\f0e7";
    display: inline-block;
    font: 27px/1 FontAwesome;
	font-family: "Font Awesome 5 Free";
    font-size: inherit;
	font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    left: 6px;
    top: 5px;
    z-index: 2;
}
.team-content {
    border-left: 1px solid #e2e2e2;
    padding: 30px;
    margin-bottom: -2px;
}

.team-name {
	text-align: center;
    margin-bottom: 90px;
}

h3.team-name{
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 21px;
    }
/* .team-name:after {
    position: absolute;
    content: '';
    width: 240px;
    left: 0;
    border-bottom: 1px solid #96d645;
    bottom: 0;
    height: .1px;
    font-weight: normal;
} */
.team-name-info{
    font-size: 16px;
    font-weight:400;
    margin-bottom: 10px;
    }
.team-contact-info{
    font-size: 12px;
    font-weight:400;
    }
.team-contact-info button {
	border: none;
    background: transparent;
    color: #605e5e;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.team-contact-info li {
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 3px;
}
.team-contact-info .icon-address:before {
    content: "\f041";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #96d645;
}
.team-contact-info .icon-phone:before {
    content: "\f095";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #96d645;
}
@media (max-width: 1023px) {
.about-container{
    max-width:480px;
    padding:0 15px 100px;
    }
.team-content {
    border-left: 0px solid #e2e2e2;
}
.about-container-content{
    display:block;
}
.agents-title{
    padding-left:15px;
    padding-right:15px;
    }
}
/* About Page End */
/* Conact Us Page */
.contact-us{
    width: 92%; 
    max-width: 1250px; 
    margin: 0 auto;
}
h1.contact-heading{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #605e5e;
    margin-bottom: 0 ;
    line-height: 1.2;
    margin: 0 0 50px;
    }
.contact-wrap{
    display:grid;
    grid-template-columns: 33.33% auto;
    gap: 30px;
    }
.contact-content-area-wrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    }
.contact-content-area-block {
    border: 1px solid #eaeaea;
    margin-bottom: 30px!important;
    padding: 50px 20px;
    margin: 0;
    height: 320px;
}
.contact-content-area-block h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 31px;
    position: relative;
    color: #605e5e;
    text-align:center;
    margin-top: 20px;
}
.contact-content-area-block h3::after{
    border-bottom: 1px solid #000;
    content: '';
    width: 180px;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}
.contact-content-area-block:hover {
    border: 1px solid #000;
}
.contact-content-area-block{
    text-align:center;
    font-size:15px;
    }
.contact-form{
    padding: 20px;
    background: #f7f7f7;
}
.contact-form form {
    width: 100%;
    }
.contact-form .wpcf7-form-control {
    border: 1px solid #ddd;
    height: 50px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 15px;
}
.contact-form .wpcf7-submit {
    width:auto;
    padding: 10px 65px;
    text-transform: uppercase;
    font-weight: 600;
}
.getintouch2 h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 31px;
    position: relative;
    color: #605e5e;
}
.getintouch2 h3::after {
    border-bottom: 1px solid #000;
    content: '';
    width: 180px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.contact-map .map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

@media (max-width: 1023px) {
.contact-wrap{
    display:block;
    margin-bottom: 30px;
    }
.contact-content-area-wrap{
    display:block;
    margin-bottom: 30px;
    }
}
/* Conact Us Page End */

/*  ORANGEVILLE NEIGHBOURHOODS */

.heading-wrap{
    max-width:1170px;
    width:100%;
    margin:0 auto;
    padding: 0 15px;
    }
.heading-wrap .area-title{
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6;
    }
.global-section-line {
    border-bottom: 2px solid #ccc;
}
#onh .google-reviews-section {
    border-top: 0px solid #ddd;
}
.about-area-desc-wrap{
    max-width:970px;
    width:100%;
    margin: 75px auto;
    padding: 0 15px;
    }
.about-area-desc-wrap-pad {
	padding-bottom: 75px;
}
.about-area-desc-wrap .global-section-title {
    font-size: 24px ;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    margin-bottom:10px;
}
.about-area-desc-wrap  .global-section-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.about-area-desc-wrap .rpfc-container {

    padding-bottom: 50px;
    text-align: center;
}
.about-area-desc-wrap .rpfc-container ul {
    width: 100%;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom:28px;
}
.about-area-desc-wrap .rpfc-container ul li {
    line-height: normal;
    letter-spacing: normal;
    margin: 25px 0;
}
.about-area-desc-wrap .rpfc-container ul li a {
    color: #605e5e;
    font-size: 16px;
    text-transform: uppercase;
}
/*  ORANGEVILLE NEIGHBOURHOODS End*/

/* Calculator pages*/

.calculator-page-wrap{
    max-width:940px;
    width:100%;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
    }
.page-wide-wrap{
    max-width:940px;
}
.calculator-page-wrap h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    text-align:center;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .calculator-page-wrap span {
    font-size: 12px;
}
    
    }

/*-----------------  Eval Page 2 ------------------- */

.free-home-evaluation-form .wpcf7-response-output{
    display:none !important;
    }
.page-id-2234 .site-header, 
.page-id-2234 #top_footer,  
.page-id-2234 #main_footer, 
.page-id-2234 #credits_footer,
.page-id-7562 .site-header, 
.page-id-7562 #top_footer,  
.page-id-7562 #main_footer, 
.page-id-7562 #credits_footer,
.page-id-7473 .site-header, 
.page-id-7473 #top_footer,  
.page-id-7473 #main_footer, 
.page-id-7473 #credits_footer,
.page-id-7403 .site-header, 
.page-id-7403 #top_footer,  
.page-id-7403 #main_footer, 
.page-id-7403 #credits_footer,
.page-id-9674 .site-header, 
.page-id-9674 #top_footer,  
.page-id-9674 #main_footer, 
.page-id-9674 #credits_footer,
.page-id-9934 .site-header, 
.page-id-9934 #top_footer,  
.page-id-9934 #main_footer, 
.page-id-9934 #credits_footer  {
	display: none !important;
}
.content-map-block{
    display:grid;
    grid-template-columns: 33.33333333% auto;
    }
.content-map-block form {
    width: 100%;
    margin-top: 32px;
}
.content-map-block form label{
    font-size:14px;
    font-weight:400;
    line-height:23px;
}
.content-map-block form label span{
    display:block;
}
.content-map-block form h4{
    font-size:17px;
    font-weight:400;
    line-height:28px;
    color:#000;
}
.evaluation-form-outer input, .evaluation-form-outer select, .evaluation-form-outer textarea {
    line-height: 1.625;
    border: 1px solid #555;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    padding: 5px;
    width: 100%;
}
.content-map-block .col-sm-6{
    display:inline-block;
    width:50%;
    }
.input-block-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    }
.padding-top-form {
    padding-top: 50px;
}
.content-map-block .wpcf7-response-output {
    background: #fff;
    border-color: #46b450 !important;
    z-index: 999999999;
    position: relative;
   /* margin: -123px 0 1em !important; */
    padding: 0.4em 1em !important;
}
.desktopv{
display:block;
}
.mobilev{
display:none;
}
.thead{
margin-top:25px;
}
.map-block{padding: 0 50px;}
.map-style{width:100%;height:575px; margin-top:32px}
.free-home-evaluation h1 {
    font-family: "Open Sans", sans, Arial !important;
    text-align: center;
    font-weight: 600 !important;
    text-transform: capitalize;
    background-color: #94d345;
    background-color: #223946;
    color: #fff !important;
    margin: 0px;
    padding: 0.85em 0px 0.75em;
    margin-top: 0;
    font-size: 32px !important;
  line-height: 1.3 !important;
}
.steps {
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(20,20,25,0.2), inset 0 0 0 1px #fff;
    border-bottom: 1px solid #C5C0C0;
    border-left: 1px solid #C5C0C0;
    border-right: 1px solid #C5C0C0;
}
.free-home-evaluation .step {
    float: left;
    color: #666;
    width: 25%;
    padding: 0.7em 0px 0em;
    font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
}
.free-home-evaluation .active {
    color: #fff;
    background: #7db8fd;
    filter: none;
    position: relative;
}
.free-home-evaluation .step_2.active {
    background: #5ca6fd;
}
.free-home-evaluation .step {
    float: left;
    width: 33.33%;
    padding: 0.7em 0px 0em;
    font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
}
.steps:after {
    content: '';
    display: block;
    clear: both;
    padding: 0px;
    margin: 0px;
}
.free-home-evaluation .step > div:nth-of-type(1) {
      font-family: "Open Sans", sans, Arial !important;
    color:#fff;
    float: left;
    width: 22%;
    font-size: 2.6em;
    text-align: right;
    margin: -0.05em 4% 0px 0px;
}
.free-home-evaluation .step > div:nth-of-type(2) {
    float: left;
    text-align: left;
    margin-top: 0.15em;
}
.free-home-evaluation .step .inner_step div:nth-of-type(1) {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.3em;
    font-family: "Open Sans", sans, Arial !important;
    color:#fff;
}
.free-home-evaluation .step .inner_step div:nth-of-type(2) {
    font-size: 0.8em;
    font-family: "Open Sans", sans, Arial !important;
    color:#fff;
}
.free-home-evaluation .step_1.active:after {
    border-left: 20px solid #7db8fd;
    z-index: 5;
}
.step:after {
    content: '';
    display: block;
    border-top: 2.4em solid transparent;
    border-bottom: 2.6em solid transparent;
    border-left: 20px solid #fffffd;
    margin-top: -0.8em;
    margin-left: 100%;
    position: relative;
}
.free-home-evaluation .step_2.active:after {
    border-left: 20px solid #5ca6fd;
    z-index: 10;
}
.free-home-evaluation .step_3 {
    background: #f3f3f3;
}
.step3-c{
    font-family: "Open Sans", sans, Arial !important;
   color:#666 !important;
}
.free-home-evaluation .step:last-of-type:after {
    border-left: 1px solid #C5C0C0;
}
.step:last-of-type:after {
    border-color: #C5C0C0;
}
.step_3:after {
    border-left: 20px solid #f3f3f3;
}
.form-block {
    border: 0px;
    margin-left: 24%;
    margin-top: 25px;
}
.form-heading{
    font-family: "Open Sans", sans, Arial !important;
	font-size: 1em;
    font-weight: 600;
  	color:#000
}
.free-home-evaluation .webform-component-fieldset .fieldset-wrapper {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.0em;
    margin-bottom: 0.5em;
}
.webform-client-form-inside .free-home-evaluation .webform-component{
width:100%;
}
.free-home-evaluation .form-item label {

    font-weight: 600;
    font-size: 0.7em;
}
.webform-client-form-inside label, .node-type-webform label, .page-node-add-webform label {
    max-width: 95%;
}
.free-home-evaluation .form-required {
    color: red;
}
label {
    width: 100%;
}

.sub-btn input[type="submit"] {
    background: #94d345 !important;
    border-radius: 4px !important;
    border: none !important;
    font-size: 0.9em !important;
    margin: 0;
    color: white !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
}
.form-submit {
    box-shadow: 5px 0 20px rgba(0,0,0,0.2) !important;
    border: 2px solid #94d345 !important;
    border-left-color: transparent !important;
    font-size: 1.2em !important;
    background-color: #94d345 !important;
}
.sub-btn input[value="Submit Request"] {
    width: auto !important;
   border: 2px solid #94d345 !important;
    padding: 0.8em 1.5em !important;
    margin: 0 !important;
    width: 100% !important;
    -webkit-appearance: none !important;
}

@media screen and (max-width: 768px) {
    .content-map-block{
        display:block;
    }
  .desktopv{
  display:none;
  }
    .mobilev{
  display:block;
  }
  .thead{
margin-top:50px;
}
.form-block {
margin-left: 0;
    margin-top: 25px;
    padding: 0 20px;
}
.map-block{    padding: 0 20px;}
  .map-style {
    margin-bottom: 50px;
    margin-top: 50px;
}
}
@media screen and (max-width: 480px) {
    .input-block-grid{
        display:block;
    }
.free-home-evaluation-form {

    margin: 30px auto 20px;
}
.free-home-evaluation-sub-title{
    line-height:2;
    }
  .free-home-evaluation h1 {
    font-size: 26px !important;
}
.free-home-evaluation .step > div:nth-of-type(1) {
    font-size: 1.6em;
    margin: 0.4em 4% 0px 10px;
}
  .free-home-evaluation .step .inner_step div:nth-of-type(1) {
    font-size: .6em;
    margin-top: 1.5em;
  }
  .free-home-evaluation .step .inner_step div:nth-of-type(2) {
    font-size: 0.5em;
  }
}
.start-now-button {
    line-height: 40px;
    color: #ffffff;
    background-color: #97d746;
    border: 2px solid #97d746;
    padding: 10px 52px;
    border-radius: 5px;
    font-weight: 500;
}
.start-now-button:hover {
    border: 2px solid #97d746;
    color: #ffffff;
}
/*.videohide, .videohide2 {
    display: block;
}
.videoshow, .videoshow2 {
    display: none;
}*/
.startbtn {
    display: none;
    text-align: center;
    padding: 22% 0;
}
.startbtn-show {
    display: block;
}
/* ----------- Optima Express -------- */
.page-pd-tb{
    padding-top:150px !important;
    padding-bottom:300px !important;
    }
.heading-wrap #ihf-main-container h1, .jj-listings-pages #ihf-main-container h1 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    color:#605e5e;
}
.heading-wrap .ihf-grid-result-address, .jj-listings-pages .ihf-grid-result-address {
    white-space: normal;
}
.heading-wrap .active, .heading-wrap .accordion:hover, .jj-listings-pages .active, .jj-listings-pages  .accordion:hover{
    background-color: #fff;
}
.heading-wrap #ihf-main-container .col-xs-6, .jj-listings-pages #ihf-main-container .col-xs-6{
    width: 33.33%;
}
.heading-wrap #ihf-main-container form .col-xs-6{
    width: 50%;
}
.heading-wrap #ws-footer{
    top:0 !important;
    position: relative !important;
    }
.heading-wrap #ws-go{
    margin:12px 0 !important;
    }
.heading-wrap #ihf-walkscore-tab-content{
    margin-bottom:230px;
    }
@media screen and (max-width: 1024px) {
.jj-listings-pages .ihf-grid-result{
    height:550px !important;
    }
    }
@media screen and (max-width: 768px) {
    .page-pd-tb{
    padding-top:100px !important;
    }
.heading-wrap #ihf-main-container .col-xs-6, .jj-listings-pages #ihf-main-container .col-xs-6 {
    width: 50%;
}
.heading-wrap #ihf-main-container .ihf-stat-block-main-container .col-xs-3, .jj-listings-pages #ihf-main-container .ihf-stat-block-main-container .col-xs-3{
    width: 50%;
}
.jj-listings-pages .ihf-grid-result{
    height:auto !important;
    }
}
@media screen and (max-width: 600px) {
.heading-wrap #ihf-main-container .col-xs-6, .jj-listings-pages  #ihf-main-container .col-xs-6{
    width: 100%;
}
.heading-wrap #ihf-main-container .ihf-stat-block-main-container .col-xs-3, .jj-listings-pages #ihf-main-container .ihf-stat-block-main-container .col-xs-3{
    width: 100%;
}

}
/*  ------------ Selling Your Home ---- */
.sell-house-wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    }
.jj-selling-bot-list{
    display:flex;
    align-items: center;
    }
.jj-selling-grid {
    display: grid;
}
@media (min-width: 500px){
.jj-selling-form {
    width: 80%;
}
}
@media screen and (max-width: 1024px) {
    .jj-selling-grid {
    gap:40px;
}
    .jj-selling-form {
    width: 90%;
}
.jj-listings-pages {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
}
    }
@media screen and (max-width: 768px) {
.sell-house-wrap{
    padding-left: 30px;
    padding-right: 30px;
    }
.jj-selling-grid {
    display: flex;
    grid-gap: 100px;
    flex-flow: column-reverse;
    align-items: center;
    gap:  100px;
}
    .jj-selling-form {
    width: 90%;
}
    .jj-selling-header-text {
    font-size: 70px;
    left: 18%;
    width: 77%;
    margin: 0 auto;
}
}
@media screen and (max-width: 650px) {
    #callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    background: #94d345;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.18);
}
}
@media screen and (max-width: 600px) {
    .jj-selling-header-text {
    font-size: 30px;
    left: 22%;
    width: 76%;
    margin: 0 auto;
}

}
.heading-wrap-map{
    width:84%;
    margin:0 auto;
    }

.area-title h1,
.heading-wrap-map .area-title{
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1.6;
    }


.jj-info-grid h3 a,
.jj-info-grid h4 a,
.jj-info-grid h5 a {
    color:#222;
    }

/* Ontario Area Page */
.ontario-areas-wrap{
    width:100%;
    max-width:1380px;
    margin:0 auto;
    }
.ontario-areas-block{
    display:grid;
    grid-template-columns: auto 315px;
    padding:0 15px;
    }
.jj-ontario-areas h1 {
    padding: 75px 0;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.ontario-img{
    text-align:center;
    }
.ontario-img img{
    max-width:600px;
    height:auto;
    width: 100%;
    }
.ontario-areas-sidebar {
    border: 1px solid #eaeaea;
    margin: 30px 0 50px 0;
    padding: 40px;
    }
.ontario-areas-sidebar .widget-title {
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 31px;
    color: #605e5e;
    font-style: normal;
    MARGIN-TOP:20PX;
}
.ontario-areas-sidebar .widget-title:after {
    content: " ";
    background-color: #626b7c;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.ontario-areas-sidebar ul {
    list-style: disc;
    margin-left: 20px;
}
.ontario-areas-sidebar li{
    margin-bottom:20px;
    }
.ontario-areas-sidebar li a:hover{
    color: #605e5e;
    }
@media screen and (max-width: 768px) {
.ontario-areas-block{
    display:block;
    }
}
@media screen and (max-width: 600px) {
.jj-case-study-subtitle {
    right: 15px;
    line-height: 1.6;
}
}
/* New Video Page Syles */
.video-template-page .jj-hero-bg{
    position:relative;
    background-image: url(/wp-content/themes/yopietheme/assets/video_page/3.jpeg);
    }
.jj-video-page-header {
	width: 100%;
    height: 650px;
    object-fit: cover;
}

.mls-page-no-header .jj-video-page-header {
	height: 250px;
}

.video-template-page .area_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
.video-template-page h1 {
    text-align:center;
   /* font-family: 'Inter', sans-serif; */
    font-weight:600;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: .08em;
    text-shadow: 4px 7px 5px #000;
    color: rgba(255,255,255,1);
    }

.mls-page-no-header h1 {
	text-shadow: none;
    color: #555;
}

.video-template-page h1 span{
    font-size: 2.25rem;
    line-height: 2.5rem;
    top: -16px;
    letter-spacing: normal;
    position: relative;
    }
.video-template-page .icon-img{

  position: absolute;
  bottom: 8px;
 /* right: 16px;*/
  left:50%;

    }
.video-template-page h2, .video-template-page h3{
    text-align:center;
   /* font-family: 'Inter', sans-serif; */
    font-weight:900;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #000;
    }
.area-video-wrap{
    max-width:1000px;
    width:100%;
    margin:0 auto;
	padding-bottom: 150px;
}
.area-video video{
    width:100%;
    }
.my-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: .6rem;
    padding: 0 30px 150px;
}
.my-gallery img {
  width: 100%;
  height: auto;
 /* height: 14rem;*/
}
.my-gallery-small {
	grid-template-columns: 1fr !important;
	max-width: 100%;
	margin: auto;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    width: 100% !important;
    left: 0 !important;
}


@media screen and (min-width: 600px) {
.my-gallery-small {
	grid-template-columns: 1fr 1fr !important;
    max-width: 50%;
 }
.area-video-wrap{
	padding-bottom: 150px;
}
}
.my-gallery figure {
  width: autox;
}
.my-gallery figcaption {
  display: none;
}

#vmap {
    height: 480px;
    width: 100%;
}
.area-video iframe {
    -webkit-box-shadow: 10px 10px 43px 0 rgba(119,119,119,.4);
    -moz-box-shadow: 10px 10px 43px 0 rgba(119,119,119,.4);
    box-shadow: 10px 10px 43px 0 rgba(119,119,119,.4);
    transition: .5s;
}

@media screen and (max-width: 1280px) {
.my-gallery img {
  /*height: 10rem;*/
}
}
@media screen and (max-width: 1024px) {
.my-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.video-template-page .area_title{
    width:90%;
    }
.my-gallery img {
  /*height: 8rem;*/
}
}
@media screen and (max-width: 600px) {
.my-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.video-template-page h1 {
    font-size: 2rem;
}
.video-template-page h1 span {
    font-size: 1.2rem;
    top: -5px;
}
.my-gallery img {
 /* height: 6rem;*/
}
.area-video iframe {
    height: 233px;
}
}
/* New Video Page Syles End */

.jj-horizontal-menu{
    padding-left:30px;
    padding-right:30px;
    text-align:center;
    }
.jj-horizontal-menu ul{
    display: flex;
    align-items: center;
    
    }
.jj-horizontal-menu a{
    margin-right:20px;
    line-height:2;
    display: inline-block;
    }
.about-area-desc-wrap1{
    text-align:center;
    }
.about-area-desc-wrap1 .jj-horizontal-menu a{
    line-height:3;
    display: inline-block;
    }
.jj-review-wrap{
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
.jj-review-wrap img{
	width:100%;
}
.ipad-view, .mob-view{
	display:none;
}
@media screen and (max-width: 768px) {
.desk-view{
	display:none;
}
.ipad-view{
	display:block;
}
}
@media screen and (max-width: 600px) {
.jj-listings-text{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
}
@media screen and (max-width: 480px) {
.mob-view{
	display:block;
}
.ipad-view{
	display:none;
}
}

/* -------- Realestate Pages -----------*/
.ipad-viewa, .mob-viewa{
	display:none;
}
@media screen and (max-width: 768px) {
.jj-video-form-grid {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 480px) {
.mob-viewa{
	display:block;
}
.desk-viewa{
	display:none;
}
}

@media (min-width: 500px){
.jj-long-title {
    max-width: 80%;
    top: -22px;
	left: -25px;
}
}
.jj-long-title .jj-color {
    display: initial;
}  

.jj-bungalow-form .screen-reader-response p{
	font-size:14px;
}

@media (max-width: 1366px){
.jj-bungalow-titles h1, .jj-bungalow-titles p {
    font-size: 23px;
}
.jj-bungalow-bg {

    align-content: start;
	padding-top: 16vh;
}

}
@media (max-width: 480px){
.jj-bungalow-bg {
	padding-top: 0vh;
}
}
@media (max-width: 375px){
.jj-bungalow-titles h1, p {
    font-size: 15px;
}
.jj-bungalow-btn-submit {
    font-size: 14px;
}
}
@media (max-width: 320px){
.jj-bungalow-bg {
	padding-top: 0vh;
}
}
.menuform, #menuclick786{
	visibility:hidden;
	height:1px;
}

.contact-info button {
    font-weight: 500;
    font-size: 10px;
    color: #605e5e;
    background: none;
    border: none;
    font-family: 'Montserrat';
    line-height: 1.6;
	cursor: pointer;
}
.contact-info button:focus {
border:none;
}
.contact-info a {
color: #605e5e;
}
.jj-hero-text {
    z-index: 1;
}
.modal-content-menu .jj-contact-grid{
	display:block;
}
.modal-content-menu {
    width: 400px !important;
	margin:0 auto;
}
.modal-content-menu .jj-contact-grid p{
	margin-bottom:20px;
	text-align:center;
}
@media (max-width: 420px){
.modal-content-menu {
    width: 100% !important;
}
}

/* Video Page without Header Footer */ 

.page-template-Video-Page-No-Header-footer .site-header, 
.page-template-Video-Page-No-Header-footer #top_footer, 
.page-template-Video-Page-No-Header-footer #main_footer, 
.page-template-Video-Page-No-Header-footer #credits_footer{
	display:none;
}
.emma-37{
    background-image: url(/wp-content/themes/yopietheme/assets/video_page/37-emma-grand-valley/37EmmaStreetNorth-1-bg-v2.jpg) !important;
	background-position: top;
	display: block;
}
.broadway-2-85{
    background-image: none !important;
    background-position: center;
    background: #223946;
}
.cat-12a, .cat-13a,.cat-14a{
	padding-top:75px !important;
}
/* Video Page without Header Footer End */ 

/* Free Home Evalution Page without Header Footer */ 
.page-id-10429 .site-header, 
.page-id-10429 #top_footer, 
.page-id-10429 #main_footer, 
.page-id-10429 #credits_footer{
	display:none;
}
.page-id-10431 #top_footer, 
.page-id-10431 #main_footer, 
.page-id-10431 #credits_footer{
	display:none;
}

.page-id-13264,
.page-id-13255,
.page-id-10429, 
.page-id-10431 {
	height:100vh;
	overflow: hidden;
}
/* Free Home Evalution Page without Header Footer End*/ 
#ihf-market-report-nav-container a.ihf-market-report-nav, #ihf-main-container .ihf-grid-result-price a, .ihf-grid-result-price a{
	height:auto;
}




