/*
    Theme Name: Genesis-Sample for HPG
    Description: This is your custom style sheet 
        for your child themes custom CSS code.
    Author: Tenzing Interactive
    Author URI: http://tenzing-im.com
    Version: 1.0
    Template: Genesis
    Template Version: 2.0
    */


/*
Add Your Custom CSS Below This Line
---------------------------------------------------------------- */
/* Styles - April 2021 */
html {
  scroll-behavior: smooth;
}

.jg-green {
	color: #a1d959 !important;
}

a {
	color: #a1d959;
}

span { 
	color: #a1d959;
}

h2, h3 { 
	color: #605e5e;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 1px;
    font-size: 28px;
}

.height650 {
    height: 650px;
}

.h1-content-left2 h1 {
	font-weight: 700 !important;
	width: 48%;
	margin: auto;
}

.header-link {
	color: #222;
}

.header-link:hover {
	filter: brightness(110%);
}

.page-id-1186 .menu-item-1491 span {
	color: #605e5e;
}

.page-id-1446 .menu-item-1741 span {
	color: #605e5e;
}

.why-windshields-list {
	font-size: 16px;
	margin-left: 135px !important;
}

input, textarea {
   /* font-family: 'Montserrat';
    border: none;
    padding: 15px;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 100%; */
 	font-family: 'Montserrat';
    border: none;
    padding: 15px;
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 700px;
}

.contact-submit {
	padding: 10px 35px !important;
	font-size: 20px !important;
}

.experience-text {
	font-weight: 300;
	color: #fff;
}

.repair-container,
.content-container {
	max-width: 80%;
	margin: auto;
	color: #605e5e;
}

.content-title {
	width: 50%;
}

.content-title h3, 
.content-grid-item h3 {
	margin-bottom: 20px;
}

.content-item-a {
	grid-area: first-image;
}

.content-item-b {
	grid-area: first-text;
}

.content-item-c {
	grid-area: second-text;
}

.content-item-d {
	grid-area: second-image;
}

.repair-title {
	text-align: center;
	padding-bottom: 50px;
	font-size: 29px;
}

.repair-grid,
.content-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 75px;
	align-items: center;
}

.content-grid {
		grid-template-areas: 
			"first-image first-text"
			"second-text second-image";
	}

.repair-title p,
.repair-grid-item p,
.content-title p,
.content-grid-item p {
	font-size: 16px;
	font-weight: 300;
}

.content-grid-item img {
	-webkit-box-shadow: 10px 10px 43px 0px rgb(119 119 119 / 40%);
    -moz-box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
    box-shadow: 10px 10px 43px 0px rgb(119 119 119 / 40%);
}

.repair-grid-item img, 
.content-grid-item img {
	object-fit: cover;
	width: 100%;
}

.repair-grid {
	grid-template-columns: 1fr 40%;
}

.repair-container {
	max-width: 50%;
}

.faq-mob-fix {
	color: #605e5e;
}

.locality, .postal-code, .region, .street-address, .country-name {
	color: #999;
}

@media screen and (max-width: 768px) {
	.h1-content-left2 h1 {
		width: 75%;
		line-height: 1.2;
	}
	
	.windshields-title span {
		font-size: 22px !important;
	}
	
	.why-windshields-list {
		margin-left: 12% !important;
	}
	
	.experience-text {
		font-size: 40px;
    	line-height: 1.2;
	}
	
	.count-text,
	.content-item-d {
		padding-bottom: 30px;
	}
	
	input, textarea {
		width: 100%;
	}
	
	.contact-form {
		background: #f7f7f7;
	}
	
	.contact-form .wpcf7-form .wpcf7-submit {
    	width: 100%;
	}
	
	.content-title {
		width: 85%;
    }
	
	.content-grid div:nth-child(1) {
		padding-bottom: 25px;
	}
	
	.content-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-template-areas: 
			"first-image"
			"first-text"
			"second-image"
			"second-text";
	}
	
	.content-title h3 {
		margin-top: 50px;
	}
	
	.repair-container,
	.content-container {
		max-width: 85%;
	}
	
	.repair-grid,
	.content-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.repair-title {
		padding-bottom: 0;
	}
	
	.repair-grid div:nth-child(2) {
		padding-bottom: 25px;
	}
	
	.hr-green {
		margin-bottom: 0 !important;
	}
	
	.faq-line {
		margin-top: 0 !important;
	}
	.faq-mob-fix {
		font-size: 15px;
	}
}

.faq-div {
	max-width: 843px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 75px;
}

/* End 2021 Styling */

/* Contact Form */
.page-id-1446 .contact-12 {
	border: 1px solid #eaeaea;
	margin-bottom: 30px !important;
	padding: 50px 20px;
	margin: 0; height:320px;
}

.page-id-1446 .contact-12:hover {
	border: 1px solid #000;
}

.page-id-1446 .contact-12 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;
}

.page-id-1446 .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;
}

.page-id-1446 .getintouch2 h3::after {
	border-bottom: 1px solid #000;
	content: '';
	width: 180px;
	left: 0;
	bottom: 0px;
	position: absolute;
}

.page-id-1446 .contact-12 h3::after {
	border-bottom: 1px solid #000;
	content: '';
	width: 180px;
	bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
}

.page-id-1446 .wpcf7-form-control {
	padding: 10px !important;
	border: 1px solid #ddd;
	height: 50px;
	width: 100%;
	font-size: 16px !important;
	float: left;
	margin-right: 1%;
	border-radius: 0;
	margin-bottom: 20px;
}

.page-id-1446 .wpcf7-submit{background: #a1d959 !important;padding: 10px 65px !important;text-transform: uppercase;font-weight: 600 !important;}

.page-id-1446 .wpcf7-textarea{height:130px !important}

.page-id-1446 h1{line-height: 1.2 !important;
margin: 0 0 20px !important;
color: #605e5e !important;
letter-spacing: 1px !important; font-size:31px !important; font-weight: 600 !important}

/* Contact Form End */



.rpfc-container {
    display: table;
    margin: 46px auto 140px;
    padding: 0 15px;
}

.rpfc-container ul li a {
    text-decoration: underline;
    color: #605e5e;
    font-size: 16px;
}

.rpfc-container ul li {
    list-style: outside;
    letter-spacing: normal;
    line-height: normal;
}

.post-heading {
    max-width: 470px;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    letter-spacing: normal;
    line-height: normal;
    margin: 54px auto 35px;
    text-align: center;
    height: 110px;
    overflow: hidden;
}

.news-item-yopie {
    margin: 0 auto;
}

.news-item-yopie.news-item-yopie-about {
    margin-bottom: 15px;
    margin-top: 15px;
}

.news-item-yopie.news-item-yopie-about p:last-child {
    margin-bottom: 0;
}

.news-item-yopie .meta {
    padding: 15px 0;
}

.news-item-yopie .meta .meta-item {
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
}

.news-item-yopie .meta .meta-item a {
    color: #666666;
}

.news-item-yopie .meta .meta-item .icon {
    font-size: 11px;
    margin-right: 7px;
    vertical-align: middle;
    color: #666666;
}

.news-item-yopie .news-body h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
    min-height: 60px;
}

.news-item-yopie .news-body h5 a {
    color: #605e5e;
}

.news-item-yopie .news-body h5:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 50px;
    height: 4px;
    background: #ff6400;
}

.news-item-yopie .image {
    position: relative;
    background-color: #f9f9f9;
    text-align: center;
    min-height: 100px;
}

.news-item-yopie .image img {
    vertical-align: middle;
    width: 300px;
    height: 170px;
}

.news-item-yopie .image:hover .image-content {
    opacity: 1;
}

.news-item-yopie .image .image-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.news-item-yopie .image .read-more {
    position: absolute;
    font-size: 12px;
    bottom: 35px;
    left: 30px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.news-item-yopie .image .read-more:before {
    margin-bottom: 15px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #ff6400;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.news-item-yopie .user-avatar {
    position: relative;
    margin-bottom: 30px;
}

.news-item-yopie .user-avatar .avatar {
    float: right;
    margin-top: -40px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border: 5px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-yopie .user-avatar .avatar img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.text-white .news-item-yopie .meta .meta-item a {
    color: #ffffff;
}

.text-white .news-item-yopie .meta .meta-item .icon {
    color: #ffffff;
}

.text-white .news-item-yopie .news-body h5 {
    color: #ffffff;
}

.news-body p {
    font-size: 14px;
}

.news-body h6 {
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    font-family: "Futura LT W01 Book", sans-serif;
    font-weight: 500;
}

.news-body h6 p {
    height: 77px;
    overflow: hidden
}

.news-body p a {
    color: #605e5e;
}


/*Extra styles*/

.full-width .entry {
    width: 100% !important;
    padding: 0px;
    margin: 0px;
}

.full-width .entry-content {
    min-width: 100%vm;
}

.admin-bar .site-header {
    margin-top: 32px;
}

.full-width .site-inner {
    padding: 0px;
    margin: 0px;
    margin-top: 75px;
    max-width: 100%;
}


/*
.admin-bar.full-width .site-inner {
    margin-top: 222px;
}
*/

.home-highlight-1 {
    display: flex;

    /*margin-top: 35px;*/
}

.home-highlight-2 {
    display: flex;
}

.h1-content-left {
    background: url("../images/blue_room.jpg") no-repeat;
    background-size: cover;
    width: 58%;
    text-align: center;
    padding-top: 10%;
}

.h1-content-left h1 {
    color: white !important;
}

.content-right {
    width: 42%;
}

.content-right img {
    width: 100%;
    /*height: 100%;*/
}

.small-callout {
    padding-top: 75px;
    font-size: .75em;
    text-align: center;
    letter-spacing: 2px;
}

.small-callout-testimonial {
    padding-top: 75px;
    font-size: .75em;
    text-align: center;
    letter-spacing: 2px;
}

.large-callout {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height:26px
}

.large-callout-google {
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
    padding: 50px 0 30px;
}

.large-callout-testimonial {
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
}

.large-callout-realtors {
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
}

.testimonial {
    text-align: center;
    margin: auto;
    padding: 5% 5% 1.5% 5%;
}

.blog-post-thumb {
    min-height: 210px;
}

.yre-blog-posts .yre-blog-post {
    margin-bottom: 50px;
}

.rpwe-block ul {
    margin-bottom: 50px !important;
}

.yre-blog-post h3 {
    margin-top: 50px;
    min-height: 50px;
    padding-top: 0px;
}

.yre-blog-post .short-description {
    font-size: 14px;
}

.stats {
    background-image: url("../images/scape.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*display: flex;*/
    /*margin: 50px 0px;*/
    /*min-width: 100%;*/
    /*min-height: 440px;*/
}

.div_hover {
    background: url("https://hamiltonpropertyguide.ca/wp-content/uploads/2017/06/stats_bg.png");
}

.div_hover:hover {
    background: none;
}

.count-text h3 {
	color: #fff !important;
}

.count-text small {
	text-transform: uppercase !important;
	font-size: 100%;
}

.stats-1 {
    min-height: 443px;
    width: 25%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    padding-top: 75px;
}

.stats p {
    font-size: 1.5rem;
}

.stats-2 {
    min-height: 443px;
    width: 25%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    padding-top: 75px;
}

.stats-3 {
    min-height: 443px;
    width: 25%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    padding-top: 75px;
}

.stats-4 {
    min-height: 443px;
    width: 25%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    padding-top: 75px;
}

.quotes {
    font-style: italic;
    font-size: .75em;
    text-align: center;
    color: grey;
}

.small-text {
    font-size: .75em;
    text-align: center;
    color: grey;
    margin-bottom: 25px;
    margin-top: 25px;
}

.team {
    width: 50%;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
}

.local {
    background-color: #F8F8FF;
    padding-top: 75px;
    margin-top: 50px;
    margin-bottom: 75px;
}

.local-container {
    display: flex;
    width: 85%;
    margin: auto;
    margin-top: 55px;
}

.local-container {
    display: block;
}

.local-text {
    font-size: .6em;
    /*width: 69%;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    float: none;*/
}

.local-image {
    /* width: 30%;
     padding: 20px;
     margin-top: 35px;
     display: inline-block;
     vertical-align: middle;
     float: none;*/
 }

 .local-image img {
    /*vertical-align: middle;
    margin-top: 25px;*/
}

.local-image img {
    position: relative;
    top: 50%;
}

.hr-red {
    height: 2px;
    width: 5%;
    color: red;
    background-color: red;
    border: none;
}

.footer-icons {
    font-size: 2em;
    padding-bottom: 25px;
}

.footer-icons a {
    color: #666;
}

.yopie {
    color: #ffb246;
    font-size: 8px;
}

.rpfc-container {
    width: 80%;
    margin: auto;
}

.rpfc-container ul {
    width: 33.3%;
    list-style: none;
}

.rpfc-container li {}

.articles {
    padding: 5% 10% 0 10%;
}

.pt-cv-readmore {
    /*color: YOUR_COLOR !important;*/
    background-color: #7f99cc !important;
    border-color: #7f99cc !important;
}

.contact-widget {
    font-size: .75em;
    text-align: right;
}

.widget {
    margin-bottom: 0px;
}

.blue {
    color: #a1d959;
    padding-left: 15px;
}

.textwidget .blue {
	font-size: 13px;
}

.contact-form {
    background-color: #f7f7f7;
    display: flex;
    color: #605e5e;
    padding: 150px 0 125px;
    margin-bottom: 55px;
}

.cf-text p,
.rate-containt {
	margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;
    color: #605e5e;
    letter-spacing: 1px;
    line-height: 30px;
}

.client-reviews-title {
	font-size: 18px;	
}

.rate-containt {
	font-size: 12px !important;
}

.contact-left {
    width: 50%;
    padding-left: 20%;
    font-size: 2.25rem;
}

.contact-right {
    width: 50%;
    padding-right: 10%;
}

.contact-right p {
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
}

#text-2 {
    margin-top: 50px;
}

#text-2 li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#newsletterwidget-2 {
    background-color: #efefef;
}

.space22 {
    text-align: center;
    margin-bottom: 92px;
}


/*Different Home Searches For Different People*/

.different_home {
    margin: 20px 0 37px !important;
    font-size: 31px !important;
	font-weight: 600;
}

.different_home_img {}

.different_home_img {
    width: 100%;
    max-width: 263px;
    padding: 0 2px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 75px;
}

.tools_page_image h3 {
    font-size: 26px !important;
    font-weight: 400;
    /* margin: -14px 0 0 !important; */
}


/*mza "Tool pages"*/

.tools-outer-1 {
    margin-bottom: 30px;
}

.tools-outer-2 {
    margin-bottom: 100px;
}

.tools_page_image a img {
    border: 0px solid #707070;
    width: 92%;
    margin-bottom: 10px;
    -webkit-transition: all 0.60s ease-out;
    -moz-transition: all 0.60s ease-out;
    -o-transition: all 0.60s ease-out;
    transition: all 0.60s ease-out;
}

.different_home_img:hover img {
    opacity: 0.3;
}

.tools_page_image h3 {
    font-size: 22px !important;
    font-weight: 400;
    margin: 0;
}

.tools_page_image h4 {
    font-size: 23px !important;
    margin: -14px 0 0 !important;
    font-weight: 400;
}

.horiz_line {
    margin-top: 20px;
    height: 2px;
    background: #5072b9;
}

.ifram_width iframe {
    width: 100%;
    height: 810px !important;
    border: 0px;
}

.ifram_width_Payment iframe {
    width: 100%;
    height: 960px !important;
    border: 0px;
}

.ifram_width_Affordability iframe {
    width: 100%;
    height: 610px !important;
    border: 0px;
}

.ifram_width_Land iframe {
    width: 100%;
    height: 360px !important;
    border: 0px;
}

.ifram_width_CMHC iframe {
    width: 100%;
    height: 400px !important;
    border: 0px;
}


/*mza "moving tips" page*/

.moving_tips_img img {
    width: 90%;
    background-color: rgba(255, 255, 255, 1);
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.print_out_a ul li {
    list-style: outside;
    color: #E6252D !important;
    padding: 2px 0;
}

.print_out_a ul li a {
    font-size: 17px !important;
    font-family: "Montserrat", sans-serif;
    color: #E6252D !important;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
}

.print_out_a ul li a:hover {
    text-decoration: none !important;
}

.margin_btm {
    margin-bottom: 0px !important;
}


/*mza "searches page"*/

.searches_img img {
    width: 100%;
}

.searches_link_a a {
    color: #E6252D !important;
    font-weight: 600;
    font-size: 22px;
    text-decoration: underline;
}

.searches_link_a a:hover {
    text-decoration: none !important;
}

.search-container {
    max-width: 1010px;
    margin: auto;
    text-align: center;
}

.reviews-google {
    /*width: 80%;*/
    margin: auto;
    padding-bottom: 75px;
    padding-top: 35px;
}

.google {
    padding-top: 5px;
}

.yopie-75 {
    margin-bottom: 75px;
}

.genesis-nav-menu ul {
    margin-bottom: 0px !important;
}

.blog-list {
    width: 50%;
    margin: auto;
}



.nav-label-text {
    display: none;
}

.menu-toggle {
    text-align: right;
    display: block;
    float: right;
    width: auto;
}

.stats {
    min-height:
}

.stats-col {
    background-color: rgba(42, 43, 44, 0.8);
    text-align: center;
    color: #fff;
    padding-top: 138px;
    padding-bottom: 138px;
}


/*.stats-col:hover {
background-color: transparent;
}*/

.stats:after,
.stats:before {
    content: "";
    background-color: rgba(42, 43, 44, 0.8);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

.stats>.container>p {
    display: none;
}

.stats:after {
    --widthA: calc(100% - 1170px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    right: 0;
}

.stats:before {
    --widthA: calc(100% - 1170px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    left: 0;
}

.stats {
    position: relative;
}

.menu-toggle,
.header-phone-num {
    display: none;
    float: none;
    color: #a1d959;
    border: none;
    margin: 0 0 0 6px;
    background-color: #a1d959;
    /* height: 32px; */
    /* width: 32px; */
    padding: 3px;
}

.menu-toggle.dashicons-before:before,
.header-phone-num.dashicons-before:before {
    font-size: 30px;
    height: 30px;
    width: 30px;
    margin: 0;
}

.site-header .genesis-nav-menu {
    margin: 5px 0;
}

.site-header .genesis-nav-menu,
.site-header .genesis-nav-menu .sub-menu {
    padding: 0;
}

.genesis-nav-menu .menu-item {
    display: block;
    float: left;
}

.site-header .wrap {
    max-width: none;
    width: 100%;
}

.site-header .widget-area {
    max-width: 740px;
}

.site-footer {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: -1px;
}

.home-highlight-1 .h1-content-left {
    padding-top: 0
}

.home-highlight-1 .h1-content-left h1 {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}

.menu-toggle:hover,
.header-phone-num:hover,
.menu-toggle:focus,
.header-phone-num:focus {
    border: none;
}

.hide-text {
    text-indent: -9999px;
}

.site-footer .wrap {
    max-width: 1170px;
}

.page-title {
    margin-bottom: 75px;
}

.header-image .title-area {
    padding: 15px 0;
}

.header-phone-num:hover,
.header-phone-num:focus,
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    color: #fff;
    background-color: #a1d959;
}

.hpg-mob-section {
    background-image: url('../images/scape.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 100px;
    color: #fff;
    position: relative;
}

.hpg-mob-section-title {
    margin-bottom: 20px;
    position: relative;
}

.hpg-mob-section:before {
    content: "";
    background: rgba(42, 43, 44, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hpg-mob-section .container>.row {
    position: relative;
}

.hpg-mob-section-col {
    display: block;
    margin-bottom: 40px;
}

.hpg-mob-section small {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    clear: both;
    display: block;
}

.hpg-mob-section h3 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.hpg-mob-section h4 {
    font-size: 28px;
}

.hpg-mob-section a.button {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(#fff 50%, #e9e9e9 50%);
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0px #888888;
    color: #337ab7;
    padding: 7px 65px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}

.hpg-mob-section a.button:hover {
    color: #337ab7;
}

.contact-form .wpcf7-form {
    max-width: 700px;
}

.contact-form .wpcf7-form .wpcf7-submit {
    float: right;
}

.stats-col-title {
    font-size: 25px;
    font-weight: bold;
}

.team-section-mobile {
    padding: 60px 0;
}

.client-reviews-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 50px;
}

.rate-containt {
    font-size: 17px;
    color: #f8f3f3;
}

.site-inner,
h1.entry-title {
    overflow: hidden;
    margin-top: 120px;
}

.home .site-inner {
    margin-top: 75px;
}

.ihf-container-modal.modal-open .site-header {
    position: static;
}

.modal-open #ihf-main-container .modal-dialog {
    left: auto;
}

.modal-open.ihf-container-modal .site-inner {
    margin-top: 0;
    padding-top: 0;
}

.local>.container>.row {
    max-width: 75%;
    margin: 0 auto;
}

.social-icon {
    float: right;
    margin-top: 10px;
}

.social-icon ul {
    padding: 0;
    margin: 0;
}

.social-icon li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    list-style: outside none none !important;
}

.social-icon li a {
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    display: block;
    width: 45px;
    height: 45px;
}

.social-icon li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #56555b;
    width: 55px;
}

.stats .stats-col:hover {
    background-color: rgba(0, 51, 153, 0.5);
}
.footer-center{
    font-size:8px;
	color: #999;
    }
.footer-right{
    font-size:8px;
    float:right;
    }
.menu-toggle, .header-phone-num {
    background-color: #fff !important;
}

/* # landing page
---------------------------------------------------------------------------------------------------- */

.page-template-free-home-evaluation .entry-title {
    display: none;
}


/*******************************MEDIA QUERIES*********************************************/

@media only screen and (max-width:1200px) {
    .stats-col {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .local>.container>.row {
        max-width: 85%;
    }
    /* 
    .wrap {
        width: 980px;
    } 
    */
    .header-image .title-area,
    .site-header .title-area {
        width: 300px;
    }
    .site-header .widget-area {
        width: 660px;
    }
    .genesis-nav-menu a {
        padding: 32px 13px 32px 14px
    }
    .genesis-nav-menu>li:last-child>a {
        padding: 0 12px 0;
    }
    .stats:after {
        --widthA: calc(100% - 970px);
        --widthB: calc(var(--widthA) / 2);
        width: var(--widthB);
        right: 0;
    }
    .stats:before {
        --widthA: calc(100% - 970px);
        --widthB: calc(var(--widthA) / 2);
        width: var(--widthB);
        left: 0;
    }
    #searchProfile>fieldset>.row>[class*=col-sm] {
        width: 25%;
    }
}

@media only screen and (min-width:1400px) {
    .home-highlight-1 {
        margin-top: 3%;
    }
}

@media only screen and (max-width:1200px) {
    .row-agetns {
        margin: 0px
    }

    .agents-title h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width:1023px) {
    .full-width .site-inner {
        margin-top: 115px;
    }
    .home-highlight-1 {
        margin-top: 0%;
    }
    /*
    .local-image img {
        margin: 0 auto;
    }                                                                    
    .local-text,
    .local-image {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;  
    }
    */
    .local-container {
        width: 90%;
    }
    .site-header .widget-area {
        float: none;
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .header-widget-area * {
        text-align: center;
    }
    .header-widget-area .genesis-nav-menu * {
        text-align: left;
    }
    .menu-toggle,
    .header-phone-num {
        display: inline-block;
    }
    .menu-toggle {
        /* top: -3px; */
    }
    .site-header {
        /* position: static; */

        padding-bottom: 0;
    }
    .admin-bar .site-header {
        margin-top: 32px;
    }
    .stats-col {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-header .widget-area {
        width: 100%;
    }
    .site-footer .wrap {
        max-width: 980px;
        width: 100%;
    }
    .site-header .header-widget-area {
        position: relative;
    }
    .site-header .genesis-responsive-menu {
        position: absolute;
        width: 292px;
        right: 0;
        top: 100%;
        background-color: #fff;
        z-index: 999;
        margin: 0;
        padding: 0;
    }
    .site-header .genesis-responsive-menu ul {
        margin: 0;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item>a,
    .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
    .genesis-responsive-menu ul li a,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        margin-bottom: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
        padding-left: 30px;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item>a,
    .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
    .genesis-nav-menu .sub-menu a:hover {}
    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        padding: 11px 10px;
    }
    #searchProfile>fieldset>.row>[class*=col-sm] {
        width: 100%;
    }
    .home-highlight-1 .h1-content-left h1 {
        font-size: 30px;
    }
    .local>.container>.row {
        max-width: 100%;
    }
    .contact-widget {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .stats:after {
        --widthA: calc(100% - 750px);
        --widthB: calc(var(--widthA) / 2);
        width: var(--widthB);
    }
    .stats:before {
        --widthA: calc(100% - 750px);
        --widthB: calc(var(--widthA) / 2);
        width: var(--widthB);
    }
    .footer-center{
        float:left;
        }
}

@media only screen and (min-width:320px) {
    .menu-toggle,
    .header-phone-num {
        position: absolute;
        right: 0;
        bottom: 25px;
    }
    .header-phone-num {
        right: 40px;
    }
    .header-phone-email {
        right: 80px;
    }
}
@media only screen and (max-width:768px) {
    .testimonial {
    padding-left: 8px;
    }
    }
@media only screen and (max-width:767px) {
    .stats-col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .stats:after {
        display: none;
    }
    .stats:before {
        display: none;
    }
    .home-highlight-1 .h1-content-left {
        padding: 90px 0;
        width: 100%;
    }
    .home-highlight-1 .content-right {
        display: none;
    }
    .site-header .title-area {
        width: 180px;
        float: left;
    }
    .site-header .header-widget-area {
        float: right;
        width: auto;
        clear: none;
        width: 100%;
        margin-right: 5px;
        
    }
    .menu-toggle,
    .header-phone-num {
        bottom: 40px;
    }
    .stats,
    .small-callout-testimonial,
    .large-callout-testimonial {
        display: none;
    }
  
    .grw-slider .grw-slider-prev {
        left: 0 !important;
    }
    .grw-slider .grw-slider-next {
        right: 0 !important;
    }
    .admin-bar .site-header {
        margin-top: 46px;
    }
    .agents .team-alternate-main2 {
        max-width: 450px;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width:320px) and (max-width:480px) {
    .home-highlight-1 {
        display: block;
    }
    .h1-content-left {}
    .home-highlight-1 .h1-content-left h1 {
        font-size: 24px;
        position: static;
        transform: translate(0);
    }
    .content-right {
        display: none;
    }
    .stats {
        /* background: url("https://hamiltonpropertyguide.ca/wp-content/uploads/2017/06/scape.png") no-repeat;
         display: none;
         margin: 50px 0px;
         min-width: 100%;
         min-height: 200px;*/
     }
     .stats p {
        font-size: 2rem;
    }
    .stats-1 {
        background-color: grey;
        min-height: 200px;
        width: 100vw;
        text-align: center;
        font-size: 3rem;
        color: #fff;
        padding-top: 75px;
    }
    .stats-2 {
        min-height: 200px;
        width: 100vw;
        text-align: center;
        font-size: 3rem;
        color: #fff;
        padding-top: 75px;
    }
    .stats-3 {
        min-height: 200px;
        width: 100vw;
        text-align: center;
        font-size: 3rem;
        color: #fff;
        padding-top: 75px;
    }
    .stats-4 {
        min-height: 200px;
        width: 100vw;
        text-align: center;
        font-size: 3rem;
        color: #fff;
        padding-top: 75px;
    }
    .contact-form {
        display: block;
        color: #fff;
        padding: 75px 0 50px;
        margin-bottom: 55px;
        min-height: 443px;
        text-align: center;
    }
    .contact-right {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .contact-right p {
        margin: 0 0 2px;
        padding: 0;
        text-align: center;
    }
    .contact-left {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        font-size: 2rem;
    }
    .header-image .title-area {
        padding: 0;
    }
    .menu-toggle,
    .sub-menu-toggle {
        /* text-align: right; */
    }
    /*
    .full-width .site-inner {
        margin-top: 100px;
    }
    */
    .large-callout-google {
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .reviews-google {}
    .testimonial {
        display: block;
    }
    .large-callout-testimonial {
        display: none;
    }
    .large-callout-realtors {
        font-size: 1em;
    }
    .small-callout-testimonial {
        display: none;
    }
    .site-header .header-widget-area {
        width: 100%;
    }
    .menu-toggle,
    .header-phone-num {
        bottom: 25px;
    }
    .site-header .wrap {
        padding-left: 2%;
        padding-right: 2%;
    }
    .full-width .site-inner {
        margin-top: 65px;
    }
    .agents-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:340px) {
    .site-header .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.fin-icons { width: 130px; height: 130px; position: relative; display: inline-block; vertical-align: middle; border: 1px solid #eff2f7; border-radius: 50%; padding: 10px; text-align: center; left: 0; right: 0; display: block; margin: 0 auto }
.fin-icons a { padding: 20px; background-color: #eff2f7; border-radius: 100%; width: 100%; height: 100%; float: left }
.fin-icons img { position: relative; top: 18%; transform: translateY(-50%); display: inline-block !important }
.fin-icons .img-top {width:auto !important; position: relative; top: 18%; transform: translateY(-50%); display: none !important }
.finance-calculators-title { font-size: 24px; font-weight: 600; padding: 30px 0; color: #696969 !important; position: relative; text-align: center; text-transform: uppercase; }
.finance-calculators-title:after { content: " "; position: absolute; width: 30px; height: 4px; background-color: #97d746; left: 0; right: 0; margin: auto; bottom: 10px }
.fin-icons a { padding: 20px; background-color: #eff2f7; border-radius: 100%; width: 100%; height: 100%; float: left }
.fin-icons:hover { background-color: #97d746 }
.fin-icons:hover img { display: none !important }
.fin-icons:hover .img-top { display: inline-block !important }
.fin-icons:hover a { padding: 20px; background-color: transparent; border-radius: 100%; border: 1px solid #eff2f7 }
.fin-icons:hover .img-top { display: inline }
.finance-calculators-section-2 { margin: auto }