/*
 Theme Name:   DAVIS Theme
 Theme URI:    http://clienturl.com
 Description:  artifakt Child Theme
 Author:       artifakt Digital Inc
 Author URI:   http://artifakt.ca
 Template:     the-artifakt-theme
 Version:      1.0.0
*/

@import url("../the-artifakt-theme/style.css");
@import url("fonts/stylesheet.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*** OUTDATED BROWSER WARNING ***/
.browsehappy {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
    padding: 5px 20px;
    width: 100%;
	text-align: center;
    z-index: 2147483647;
	background-color: rgba(220, 67, 67, .8);
	color: #fff;
	padding: 15px 0;
}

.browsehappy a {
	color: #fff;
	text-decoration: underline;
}

.browsehappy a:hover, .browsehappy a:focus, .browsehappy a:active {
	text-decoration: none;
	color: #fff;
}


/******************/
/*** TYPOGRAPHY ***/
/******************/
body {
	font-family: "LatoWeb";
	color: #272930;
	font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "LatoWeb";
}

h1 {
	font-size: 45px;
}

h4 {
	font-size: 20px;
}

a {
	color: #002A58;
}

a:hover, a:active, a:focus {
	color: #325984;
	text-decoration: none;
}

.arrow-link:after {
	content: '\f0da';
	font: normal normal normal 18px/1 FontAwesome;
	margin-left: 5px;
}

.light {
	font-weight: 100;
}

.semi {
	font-weight: 600;
}

.red-text {
	color: #002A58;
}

.white-text {
	color: #fff;
}

blockquote {
	color: #87999c;
	font-style: italic;
	border-left: none;
	padding-left: 0;
	margin-bottom: 10px;
}

blockquote p {
	font-size: 22px;
	line-height: 1.4;
}

/***************/
/*** BUTTONS ***/
/***************/
.btn,
.gform_button,
.btn_primary,
.wp-core-ui .button-primary,
.btn-primary {
	color: #FFFFFF;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}
.btn:hover, .btn:focus, .btn:active,
.gform_button:hover, .gform_button:focus, .gform_button:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active {
	color: #fff;
}

.red-btn,
.gform_button,
.btn_primary,
.btn-primary,
.wp-core-ui .button-primary  {
	background-color: #002A58;
}

.red-btn:hover, .red-btn:focus, .red-btn:active,
.gform_button:hover, .gform_button:focus, .gform_button:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active {
	background-color: #325984;
}

.grey-btn {
	background-color: #87999c;
}

.grey-btn:hover, .grey-btn:focus, .grey-btn:active {
	background-color: #272930;
}

.search-btn {
    min-width: 60px;
    width: 60px;
    font-size: 22px;
    padding: 15px 0 !important;
}



/******************/
/*** SOCIAL BAR ***/
/******************/
.af_contact_social ul {
	list-style: none;
	padding-left: 0;
}

.af_contact_social li {
	display: inline-block;
}

.af_contact_social li a {
	display: block;
	margin: 0 7px;
	font-size: 14px;
}

.share-title {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}


/************************/
/*** PAGED PAGINATION ***/
/************************/
.paging-navigation {
	text-align: center;
}

.paging-navigation .pagination,
.paging-navigation > div {
	font-size: 0;
}

.page-numbers {
	display: inline-block;
	width: auto;
	text-align: center;
	background-color: transparent;
	padding: 0 4px;
	color: #000;
	margin: 0 8px;
	font-size: 18px;
}

.page-numbers.current {
	color: #002A58;
	border-bottom: 3px solid #002A58;
}

.page-numbers:hover {
	color: #002A58;
}

.page-numbers.next, .page-numbers.prev {
	color: #002A58 !important;
	margin: 0;
}

.woo-pagination {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.num-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

/*************************/
/*** SINGLE PAGINATION ***/
/*************************/
.post-navigation {
	text-align: center;
}

.post-navigation .pagination {
	padding-left: 0;
	list-style: none;
	margin: 35px auto 0;
	width: auto;
	display: inline-block;
}

.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
	display: inline-block;
}

.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
	border: 0;
	border-radius: 0;
	background-color: transparent !important;
	padding: 0;
	color: #000;
	font-size: 18px;
}

.post-navigation .pagination .nav-previous a i,
.post-navigation .pagination .nav-next a i {
	color: #002A58;
}

.post-navigation .pagination .nav-previous a:hover,
.post-navigation .pagination .nav-next a:hover {
	color: #002A58;
}

.post-navigation .pagination .nav-previous + .nav-next {
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-left: 3px;
}


/***************/
/*** SIDEBAR ***/
/***************/
.page-sidebar {
	margin-bottom: 30px;
}

.page-sidebar .ghalf {
	width: 100%;
	float: none;
}

.page-sidebar h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.page-sidebar .gform_wrapper {
	margin-top: 30px !important;
}

.page-sidebar .gform_button {
	min-width: 160px;
}


/*****************************/
/*** GENERAL PAGE ELEMENTS ***/
/*****************************/

.span-page {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.page-content {
	padding-bottom: 40px;
}


.fluid-width-video-wrapper{
	width:100%;
	position:relative;
	padding:0;
	padding-top: 56.2121%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.artVideo {
	position: relative;
}

.showvid {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .4);
	color: #fff !important;
	font-size: 150px;
	z-index: 3;
	background-size: cover;
	background-position: 50%;
}

.twocol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

/* Tabs */
.art-tabs > br,
.nav-tabs li + br,
.nav-tabs + br,
.tab-pane + br {
	display: none;
}

.content-tabs {
	margin: 40px 0;
	overflow: hidden;
	border: 1px solid #000;
}

.tab-content,
.tab-pane,
.pane-text {
	overflow: hidden;
}

.pane-text {
	padding: 30px 15px;
}

.content-tabs .pane-text h2:first-of-type {
	margin-top: 0;
}

.content-tabs .nav-tabs {
	display: -webkit-flex;
	display: flex;
	border-bottom: 0;
}

.content-tabs .nav-tabs li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-bottom: 0;
}

.content-tabs .nav-tabs li a {
	border-radius: 0;
	border: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
}

.content-tabs .nav-tabs li a h4 {
	margin: 0;
	font-size: 22px;
}

.content-tabs .nav-tabs li:first-of-type a {
	background-color: rgba(39, 41, 48, .2);
}

.content-tabs .nav-tabs li:nth-of-type(2) a {
	background-color: rgba(39, 41, 48, .4);
}

.content-tabs .nav-tabs li:nth-of-type(3) a {
	background-color: rgba(39, 41, 48, .5);
}

.content-tabs .nav-tabs li:nth-of-type(4) a {
	background-color: rgba(39, 41, 48, .6);
}

.content-tabs .nav-tabs li:nth-of-type(5) a {
	background-color: rgba(39, 41, 48, .7);
}

.content-tabs .nav-tabs li:nth-of-type(6) a {
	background-color: rgba(39, 41, 48, .8);
}

.content-tabs .nav-tabs li:nth-of-type(7) a {
	background-color: rgba(39, 41, 48, .9);
}

.content-tabs .nav-tabs li:nth-of-type(8) a {
	background-color: rgba(39, 41, 48, 1);
}

.content-tabs .nav-tabs li.active a,
.content-tabs .nav-tabs li a:hover {
	color: #000;
	border: 0;
	background-color: #fff;
	border-right: 1px solid #000;
}

.content-tabs .nav-tabs li:first-of-type a {
	border-left: 0 !important;
}

.content-tabs .nav-tabs li:last-of-type a {
	border-right: 0 !important;
}


/*************/
/*** FORMS ***/
/*************/
input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
select {
	height: 50px;
}

textarea {
	height: 115px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236, 28, 36,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236, 28, 36,.6) !important;
}

select {
	background: #fff url( './imgs/select-arrow-black.png' ) 97% 50% no-repeat;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	border: 1px solid #ccc;
}

/* Gforms Resets/ Helper Classes */
.gform_validation_container {
	display: none !important;
}

.gform_wrapper .gfield_label,
label {
	font-weight: 600;
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}

.gform_required_legend {
	display: none;
}

.gform_wrapper .gfield_required,
.required {
	color: #002A58;
}

.gform_footer {
	text-align: right;
}

.gform_button {
	margin-top: 15px;
}

.gfield {
	margin-bottom: 10px;
}

.ghalf {
	width: 49%;
	display: inline-block;
	float: left;
}

.ghalf.floatright {
	float: right;
}

.floatright + li:not(.ghalf) {
	clear: both;
}

.ginline {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.ginline .gform_fields,
.ginline .gfield {
	margin-bottom: 0 !important;
}

.ginline .gform_body {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.ginline .gform_fields .gfield:first-child {
	padding-left: 0;
}

.ginline .gform_button {
	min-width: 120px;
}

.gtrans .gfield input,
.gtrans .gfield textarea {
	background-color: rgba(255, 255, 255, .9);
	border: none;
}

.gtrans .gfield select {
	background: rgba(255, 255, 255, .9) url( './imgs/select-arrow-black.png' ) 97% 50% no-repeat;
	border: none;
}

.gnolabel label {
	display: none;
}

.gtwocol .gform_fields {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.gtwocol .gfield {
	width: 100% !important;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.page-sidebar .gtwocol .gform_fields {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}



/***********/
/*** NAV ***/
/***********/
.site-navigation {
	background-color: #272930;
}

.navbar {
	min-height: 40px;
}

.navbar-collapse {
	padding: 0;
}

#main-menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#main-menu:before,
#main-menu:after {
	display: none;
}

/* Top Level Nav */
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.header-scroll .navbar-default .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav>li:focus>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active:focus>a,
.navbar-default .navbar-nav>.active:hover>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent !important;
    color: #9a9a9a !important;
}

/* Secondary Nav */
.navbar-nav>li>.dropdown-menu {
	background-color: #272930;
}

.dropdown-menu li a {
	position: relative;
	padding-right: 30px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

.dropdown-menu li a:before {
	content: '\f0da';
	font: normal normal normal 16px/1 FontAwesome;
	width: 10px;
	position: absolute;
	opacity: 0;
	left: 20px;
	top: 6px;
	color: #9a9a9a !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-image: none;
	padding-right: 20px;
	padding-left: 30px;
	position: relative;
	background-color: transparent;
}

.dropdown-menu li a:hover:before,
.dropdown-menu li a:focus:before,
.dropdown-menu>.active>a:before,
.dropdown-menu>.active>a:focus:before,
.dropdown-menu>.active>a:hover:before {
	opacity: 1;
}


/**************/
/*** HEADER ***/
/**************/
.sticky-cta {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: fit-content;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1);
	z-index: 99;
	transition: all .3s;
}

#masthead {
	position: fixed;
	top: 0; right: 0; left: 0;
	transition: all .2s ease-in-out;
	z-index: 99;
	background-color: #fff;
}

#masthead.header-scroll {
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1);
}

.site-header-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
	transition: all .2s ease-in-out;
}

.header-scroll .site-header-inner {
	padding: 10px 0;
}

.header-contact > h4 a {
	color: #272930;
	font-weight: 600;
}

.header-contact > h4 a:hover {
	color: #002A58;
}

.header-contact > h2 {
	margin-top: 0;
}

.header-contact > h2 a {
	font-weight: 600;
}

.header-contact p{
	margin-bottom: 0;
}

.header-email{
	font-size: 14px;
}

.social-links ul {
	list-style: none;
}

.social-links {
	padding-left: 0;
}

.social-links li {
	display: inline-block;
}

.social-links li > a {
	color: #272930;
	display: inline-block;
	padding: 2px;
	border: 1px solid #272930;
}

.social-links li a:hover,
.social-links li a:focus,
.social-links li a:active {
	background-color: #002A58;
	border-color: #002A58;
	color: #fff;
}

.header-logo img {
	width: 320px;
	transition: all .2s ease-in-out;
}

.header-scroll .header-logo img {
	width: 200px;
}

.header-brokerage-logo{
	width: 100%;
}


/**************/
/*** FOOTER ***/
/**************/

.footer-info{
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	padding-bottom: 50px;

}
.footer-info > *{
	flex: 0 0 50%;
	padding: 0 15px;
}

@media screen and (max-width: 992px){
	.footer-info > *{
		flex: 0 0 100%;
		padding: 0 15px;
	}
}

#colophon {
	/* background-image: url( './imgs/footer-bg@2x.jpg' ); */
	background-size: cover;
	background-position: 50%;
	padding-top: 50px;
}

.footer-brokerage {
	text-align: right;
	padding: 0;
}

.footer-logos {
	overflow: hidden;
	padding-bottom: 20px;
	line-height: 8;
}

.footer-logo {
	padding: 0;
}

.footer-newsletter {
	background-color: #002A58;
	color: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
}

.footer-newsletter-inner{
	border: 1px solid #fff;
	width: 95%;
	margin: 0 auto;
	padding: 20px;
}

.footer-newsletter .btn{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 45px !important;
	margin: 10px 0 20px 0;
	transition: 0.3s ease-in-out;
}

.footer-newsletter .btn:hover{
	color: #002A58;
	background-color: #fff;
}

.footer-newsletter h1 {
	font-size: 40px;
	padding-bottom: 30px;
}

.footer-newsletter h4 {
	line-height: 1.3;
}

.footer-newsletter .gform_button {
	margin-left: 3px;
}

.footer-image{
	height: 600px;
    object-fit: cover;
    width: 100%;
	object-position: top;
}

.footer-name-image{
	display: flex;
	margin: 0 -20px;
	align-items: center;
}

@media screen and (max-width: 767px){
	.footer-name-image{
		justify-content: center;
	}
}

@media screen and (max-width: 576px){
	.footer-name-image{
		display: block;
		align-items: center;
	}
}

.footer-name-image > *{
	flex: 0 0 auto;
	margin: 0 20px;
}
@media screen and (max-width: 576px){
	.footer-name-image > *{
		flex: 0 0 100%;
		margin: 0 20px;
	}
}

.footer-name-image .image-container{
	width: 130px;
	height: 130px;
	border-radius: 65px;
	padding: 0;
	position: relative;
	border: 1px solid #002A58;
	position: relative;
}

@media screen and (max-width: 576px){
	.footer-name-image .image-container{
		margin: 0 auto;
		width: 130px;
		height: 130px;
	}
}
.footer-name-image  img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.footer-name{
	font-size: 30px;
	color: #002A58;
}

.footer-role{
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
}

footer .main-contact{
	margin-top: 35px;
}

.footer-contact{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 992px){
	.footer-contact{
		margin-top: 20px;
	}
}

.footer-legal {
	display: inline-block;
}

.footer-legal ul {
	padding-left: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 0;
}

.footer-legal li {
	display: inline-block;
	padding: 0 10px;
	font-size: initial;
	position: relative;
	margin-bottom: 0;
}

.footer-legal li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 15px;
	width: 1px;
	height: 15px;
	background: #002A58;
}

.footer-legal li:last-of-type:after{
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 15px;
	background: #002A58;
}

.footer-legal li a {
	/* font-size: 18px; */
}

.footer-social {
	padding: 5px 0;
}

.broker-disclaimer{
	margin-top: 20px;
}

.footer-help {
	padding-top: 20px;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 45px;
}

.footer-help .btn {
	margin-left: 20px;
}

.footer-help h4 {
	padding-top: 8px;
}

.site-info .fa-heart {
	color: #002A58;
}

.site-info {
	clear: both;
	overflow: hidden;
	background-color: #fff;
}

.site-info .container {
	/* border-top: 1px solid #272930; */
}
.site-info{
	font-size: 14px;
}

.site-info p, .site-info a, .site-info span{
	font-size: 14px;
}

.site-info > div {
	padding: 20px 0 15px 0;
}
#footerModal{
	background: #F5F5F5;
}
#footerModal .modal-dialog{
	top: 50%;
	transform: translateY(-50%);
	max-width: 95%;
	width: 800px;
}

#footerModal .close{
	position: absolute;
	top: 15px;
	right: 8px;
	z-index: 10;
	opacity: 1;
}

#footerModal .close img{
	height: 30px;
}

#footerModal .modal-body{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	background: #002A58;
	padding: 0;
	min-height: 550px;
}
#footerModal .modal-body > *{
	flex: 0 0 50%;
}

@media screen and (max-width: 767px){
	#footerModal .modal-body > *{
		flex: 0 0 100%;
	}
}


#footerModal .image-col{
	position: relative;
}
@media screen and (max-width: 767px){
	#footerModal .image-col{
		height: 400px;
	}
}

@media screen and (max-width: 576px){
	#footerModal .image-col{
		height: 200px;
	}
}

#footerModal .image-col img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#footerModal .content-col{
	text-align: center;
	padding: 5rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#footerModal{
	color: #fff;
}

#footerModal .modal-title{
	font-size: 40px;
}

#footerModal .modal-copy{
	margin-top: 10px;
}

#footerModal form{
	display: block !important;
	margin-top: 25px;
}

#footerModal form input{
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

#footerModal form input::placeholder{
	color: #fff;
}

#footerModal .gform_footer{
	text-align: center;
}

#footerModal .gform_footer input{
	padding: 10px 55px !important;
	background: transparent;
	transition: 0.3s ease-in-out;
}

#footerModal .gform_footer input:hover{
	color: #002A58;
	background: #fff;
}

@media screen and (max-width: 767px){
	#footerModal > *{
		flex: 0 0 100%;
	}
}

/****************/
/*** HOMEPAGE ***/
/****************/

/*** Video Panel ***/
.video-panel h1 {
	font-size: 60px;
}

.video-panel {
	height: 650px;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.video-panel:after {
	background-color: rgba(39,41,48, 0.4);
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.video-panel .panel-inner {
	position: relative;
	z-index: 10;
}

.main-video {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.video-panel video {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*** Main (Links) Panel ***/
.main-panel {
	padding: 30px 0;
}

.main-panel li a {
	color: #fff;
}

.main-panel li {
	list-style: none;
}

.buyer-half > h2,
.seller-half > h2 {
	margin-top: 0;
}

.buyer-half li:after,
.seller-half li:after {
    content: '\f0da';
    font: normal normal normal 18px/1 FontAwesome;
    margin-left: 5px;
	color: #9a9a9a;
}

.buyer-half li a:hover,
.buyer-half li a:active,
.buyer-half li a:focus,
.seller-half li a:hover,
.seller-half li a:active,
.seller-half li a:focus {
	color: #9a9a9a;
}

.seller-half,
.buyer-half {
	padding-left: 0;
	line-height: 1.6;
}

.buyer-seller {
	margin-left: 0;
	padding-left: 0;
}

#menu-for-sellers,
#menu-for-buyers {
	padding-left: 0;
}


/*HOME WORTH PANEL*/

.page-template-homeworth .main-content{
	margin-top: 0 !important;
}

.home-worth-panel {
	padding: 30px 0 60px 0;
}

.home-worth-panel h4 {
	padding: 10px 0 15px;
}

#homeworthform {
	display: -webkit-flex;
	display: flex;
}

#homeworthform .btn {
	margin-left: 3px;
	min-width: 160px;
}


/*** Listings Panel ***/
.listings-panel {
	padding: 10px 0 30px 0;
	position: relative;
	overflow-x: hidden;
}

#listings-car {
	padding: 25px 0 75px;
	box-sizing: content-box;
}

#listings-car .carousel-inner {
	overflow: visible;
	padding-bottom: 55px;
    background-color: #FFF;
}

#listings-car .carousel-inner>.anext,
#listings-car .carousel-inner>.aprev {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: -1;
}

#listings-car .carousel-inner>.aprev {
    left: -105%;
}

#listings-car .carousel-inner>.anext {
    left: 105%;
}

#listings-car .carousel-indicators {
	bottom: 10px;
}

.carousel-control {
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
	font-size: 35px;
	background-image: none;
}

.carousel-control span {
	position: absolute;
	color: #87999c;
	text-shadow: none;
	bottom: 0;
}

.listing-box a {
	height: 100%;
	display: block;
	position: relative;
}

.listing-inner {
	position: relative;
	padding: 20px;
	height: 400px;
}

.listing-img {
	position: absolute;
	right: 0; left: 0; bottom: 0; top: 0;
	background-size: cover;
	background-position: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.listing-hover {
	color: #272930;
	opacity: 0;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

.listing-box:hover .listing-img:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(255, 255, 255, .8);
}

.listing-box:hover .listing-hover {
	opacity: 1;
}

.listing-info {
	background-color: rgba(255,255,255,0.8);
	padding: 10px 20px;
	bottom: 0;
	position: absolute;
}

.listing-info h3 {
	color: #272930;
}


/*MEET ELLI PANEL*/
.meet-elli {
	padding: 100px 0;
	background-position: 50% 20% !important;
}

.meet-elli h3 {
	font-size: 26px;
	line-height: 1.2;
}

.elli-right {
	text-align: left;
}

.meet-elli-testimonial .title {
	color: #c8d1d6;
	font-weight: 600;
}

.t-link-left,
.t-link-right {
	padding: 10px;
	font-weight: 600;
	background-color: #272930;
}

.t-link-left a,
.t-link-right a {
	color: #fff;
}

.t-link-left {
	border-right:4px solid #c8d1d6;
	border-top:4px solid #c8d1d6;
	border-bottom: 4px solid #c8d1d6;
}

.t-link-right {
	border-top:4px solid #c8d1d6;
	border-bottom: 4px solid #c8d1d6;
}

.t-link-left a:hover,
.t-link-right a:hover {
	color: #9a9a9a;
}


/*** Condo Panel ***/
.condo-panel {
	padding-top: 50px;
	padding-bottom: 25px;
	clear: both;
}

.condo-panel .container {
	position: relative;
}

.condo-panel .container:after {
	content: '';
	background-image: url( './imgs/find-your-condo@2x.jpg' );
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 0; right: 50%; bottom: -20px; left: 0;
	display: block;
}

.condo-panel .panel-inner {
	border: 4px solid #c8d1d6;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 20px 7px;
}

/*** Neighbourhoods Panel ***/
.explore-toronto h4,
.condo-panel h4 {
	padding: 10px 0;
}

.explore-toronto {
	padding: 35px 0;
}

.explore-toronto .container {
	position: relative;
}

.explore-toronto .container:after {
	content: '';
	background-image: url( './imgs/explore-toronto@2x.jpg' );
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 0; right: 0; bottom: -20px; left: 50%;
	display: block;
}

.explore-toronto .panel-inner {
	border: 4px solid #c8d1d6;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 20px 7px;
}

#menu-neighbourhood-menu,
#menu-condo-menu {
	list-style: none;
	padding-left: 0;
	column-count: 2;
	font-weight: 600;
	line-height: 1.75;
}

#menu-neighbourhood-menu li a,
#menu-condo-menu li a {
	color: #272930;
}

#menu-neighbourhood-menu li a:hover,
#menu-neighbourhood-menu li a:active,
#menu-neighbourhood-menu li a:focus,
#menu-condo-menu li a:hover,
#menu-condo-menu li a:focus,
#menu-condo-menu li a:active {
	color: #002A58;
}

.explore-toronto {
	padding-top: 25px;
	padding-bottom: 50px;
}

.explore-toronto .area-left {
	padding: 20px 20px 20px 30px;
}

.condo-right {
	padding: 20px 20px 20px 30px;
}

#menu-condo-menu li a:after,
#menu-neighbourhood-menu li a:after {
	content: '\f0da';
	font: normal normal normal 18px/1 FontAwesome;
	margin-left: 8px;
	color: #002A58;
}

/*CONSULTATION PANEL*/
.tab-pane.fade {
   -webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

.consultation-panel .nav-tabs {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.consult-tabs-wrap {
	border: 4px solid #c8d1d6;
	text-align: left;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 65px;
}

.consult-tabs-wrap .gform_button {
	position: relative;
	bottom: -50px;
	margin-top: -15px;
}

.consultation-panel .tab-content h4 {
	padding: 10px;
}

.consultation-panel .nav-tabs>li.active>a,
.consultation-panel .nav-tabs>li.active>a:focus,
.consultation-panel .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 6px solid #002A58;
	color: #002A58;
}

.consultation-panel .nav-tabs>li {
	margin-bottom: -3px;
	width: 50%;
}

.consultation-panel .nav-tabs>li>a {
	margin: 0;
	line-height: normal;
	border: none;
	color: #272930;
	text-align: center;
}

.consultation-panel .nav-tabs h4{
	font-size: 18px;
	padding:0 8px;
}

.consultation-panel .nav>li>a:focus,
.consultation-panel .nav>li>a:hover {
	background-color: transparent;
}

.consultation-panel .pane-text,
.consultation-panel .tab-pane,
.consultation-panel .tab-content {
	overflow: visible;
}


.consultation-panel .pane-text {
	padding-bottom: 0;
}


/* Blog Panel */
.blog-panel {
	padding: 30px 0;
}

.blog-panel .blog-box-wrap {
	margin-top: 25px;
}

.blog-box-wrap .blog-box {
	width: 100%;
	text-align: left;
	padding: 0;
}


/*TESTIMONIAL PANEL*/
.testimonial-panel {
	padding: 40px 0;
}

.testimonial-panel p.title {
	margin-top: 10px;
	font-weight: 600;
}

.testimonial-panel h3 {
	line-height: 1.5;
}

.testimonial-panel .carousel-inner {

}

.testimonial-panel .panel-inner {
	border: 5px solid #fff;
	padding: 15px 30px 55px 30px;
}

.indicator-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.indicator-wrap > div {
	padding: 0;
}

#testimonial-carousel .carousel-indicators {
	position: static;
	margin: 0;
	text-align: left;
	width: 100%;
}

.carousel-indicators {
	font-size: 0;
}

.carousel-indicators li {
	border-color: #272930;
	border-radius: 0;
	width: 75px;
	margin: 0;
}

.carousel-indicators .active {
	background-color: #87999c;
	width: 75px;
	height: 10px;
}


/******************/
/*** CTA PANELS ***/
/******************/

.hp_panel {
	background-size: cover;
	background-position: 50% 40%;
}

.selling-panel,
.buying-panel {
	padding: 30px 0;
	position: relative;
}

.selling-panel:before,
.buying-panel:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 90deg, rgba(0, 0, 0, .8), transparent 100% );
}

.selling-panel .panel-inner,
.buying-panel .panel-inner {
	border: 4px solid #c8d1d6;
	padding: 30px;
	position: relative;
}

.selling-panel h1,
.buying-panel h1 {
	margin-top: 0;
}

.selling-panel .btn,
.buying-panel .btn {
	margin-top: 20px;
}


/***********/
/*** 404 ***/
/***********/
.error404 .main-content {
	background-image: url( './imgs/404@2x.jpg' );
	background-size: cover;
	background-position: 50% 0;
	padding: 60px 0;
}

.error-404 {
	background-color: rgba(255, 255, 255, .9);
	padding: 30px;
}

.error-404 h1 {
	margin-top: 0;
}

.search-404 {
	margin-top: 30px;
}



/*************/
/*** LOGIN ***/
/*************/
.login {
	background-image: url( './imgs/get-help-search@2x.jpg' );
	background-size: cover;
	background-position: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	min-height: 100vh;
}

#login {
	width: 450px;
	padding: 35px 0;
	text-align: center;
	color: #fff;
	position: relative;
	background-color: rgba(255, 255, 255, .8);
}

#login p {
	text-align: left;
}

#loginform {
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0;
}

#login h1 a {
	background-image: url( './imgs/login-image.svg' );
	width: 300px;
	background-size: 300px;
	height: 150px;
	margin-bottom: 0;
}

#loginform label {
	color: #000;
	font-size: 16px;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	background-color: rgba(255, 255, 255, .8);
}

#loginform .submit {
	clear: both;
}

#loginform .button-primary {
	width: 150px;
	height: 50px;
}

#rememberme {
	background-color: transparent;
	border: 2px solid #002A58 !important;
	border: 0;
	box-shadow: none;
	transform: scale(1.3);
	margin-left: 2px;
}

input[type=checkbox]:checked:before {
	color: #002A58;
}

#nav a,
#backtoblog a {
	color: #000 !important;
	font-size: 18px;
}

#nav,
#backtoblog {
	margin: 0 !important;
	display: inline-block;
	padding: 0 !important;
	font-size: 18px;
}



/**************/
/*** THANKS ***/
/**************/
.thanks-content {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 40px;
}

.thanks-content h3 {
	font-weight: 400;
}

.page-template-thanks .main-content {
    background-size: cover;
    background-position: 50% 0;
	padding: 60px 0;
}



/***************/
/*** CONTACT ***/
/***************/
.contact-left {
	padding-left: 0;
}
.contact-left a {
	color: #fff;
}
.contact-left span.semi{
	position: relative;
	padding-bottom: 1rem;
	border-bottom: 1px solid #9a9a9a;
	width: 100%;
	display: block;
	margin-bottom: -15px;
}

.contact-right {
	padding-right: 0;
}

.page-template-leadpage


/******************/
/*** LEAD PAGES ***/
/******************/

.page-template-leadpage .banner-header {
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
	color: #fff;
	padding: 20px 0 30px;
	margin-bottom: 30px;
	margin-top: 0;
	z-index: 1;
}

.page-template-leadpage .banner-header:before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient( 0deg, rgba(0, 0, 0, .5), transparent 100% );
}

.page-template-leadpage .page-title,
.page-template-leadpage .af_contact_social {
	position: relative;
}

.lead-content {
	padding-bottom: 50px;
}

.lead-content .page-title {
	margin-top: 250px;
}

.lead-content h4 {
	line-height: 1.3;
}

.lead-content .entry-content a {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #272930;
}

.lead-content .entry-content a:hover {
	color: #002A58;
	border-color: #002A58;
}

.lead-content .gform_wrapper {
	margin-top: 30px !important;
}

.lead-bottom {
	background-color: #272930;
	padding: 30px 0;
	color: #fff;
}

.lead-bottom img {
	margin-bottom: 15px;
}


/*********************/
/*** CONTENT PAGES ***/
/*********************/
.main-content {
	margin-top: 240px;
}

.admin-bar .main-content {
	margin-top: 210px;
}

.banner-header {
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
	color: #fff;
	padding: 20px 0 30px;
	margin-bottom: 45px;
}

.banner-header:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, .5), transparent 100% );
}

.banner-header .page-header {
	margin: 0;
	padding: 0;
	position: relative;
}

.banner-header .page-title {
	margin: 0;
	margin-top: 300px;
}

.banner-header .af_contact_social li a,
.lead-content .af_contact_social li a {
	color: #fff;
}

.banner-header .af_contact_social li a:hover,
.lead-content .af_contact_social li a:hover {
	color: #002A58;
}

.page-header {
	border: 0;
	margin-top: 20px;
}

.page-title {
	margin-top: 50px;
}

.content-bottom {
	padding: 0;
}

.content-bottom .side {
	padding: 0;
}

.content-testimonial-img {
	height: 250px;
	background-size: cover;
	background-position: 50% 0;
	margin-bottom: 20px;
}

.content-testimonial p {
	margin-bottom: 0;
}

.content-testimonial hr {
	border-top: 1px solid #000;
}

.content-form {
	padding-right: 45px;
}

.content-form h2 {
	margin-bottom: 25px;
	margin-top: 0;
}

.content-form .gform_wrapper {
	margin-top: 30px !important;
}

.content-form .gform_button {
	min-width: 170px;
}

.content-form .ghalf {
	width: 100%;
	float: none;
}

.validation_message,
.validation_error {
	color: #002A58;
}

.elli-header {
	color: #272930;
	background-position: 60% 0%;
}

.elli-header .af_contact_social li a {
	color: #272930;
}

/************************************/
/*** BLOG MAIN / ARCHIVE / SEARCH ***/
/************************************/
.blog-box {
	margin-bottom: 30px;
}

.blog-img {
	height: 250px;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.blog-banner {
	position: absolute;
	right: 0; top: 20px;
	background-color: rgba(255, 255, 255, .8);
	padding: 8px 20px;
	color: #000;
}

.blog-info h3 {
	color: #000;
	margin-top: 10px;
}

.blog-info p:not(.arrow-link) {
	color: #000;
}

.blog-info p.red-text {
	color: #002A58;
}

.widget {
	border: 4px solid #c8d1d6;
	padding: 20px 10px;
}

.widget-title {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
}

.dpe-flexible-posts {
	padding-left: 0;
	list-style: none;
}

.dpe-flexible-posts li {
	margin-bottom: 10px;
}

.dpe-flexible-posts li .title:after {
	content: '\f0da';
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 5px;
}



/*******************/
/*** BLOG SINGLE ***/
/*******************/
.single-post .page-header .btn {
	margin-top: 15px;
}

.post-image {
	margin-bottom: 10px;
	text-align: center;
}

.blog-tags {
	margin-top: 45px;
}

.blog-tags a {
	text-transform: capitalize;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-tags a:before {
	content: '\f02b';
	font: normal normal normal 16px/1 FontAwesome;
	margin-right: 5px;
}

.condo-cta {
	margin-top: 30px;
}

/* Comments */
#comments {
	border-top: 1px solid #ccc;
}

.comments-title,
#reply-title {
	font-size: 24px;
	color: #000;
}

.comment-body .pull-left {
	margin-right: 20px;
}

.comment-body .pull-left img {
	display: none;
}

.comment-body .pull-left::before {
	content: '\f007';
	font: normal normal normal 40px/1 FontAwesome;
	height: 60px;
	width: 60px;
	display: block;
	padding: 9px 16px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
}

.comment-body .panel,
.comment-body .panel-heading,
.comment-body .panel-footer {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.comment-reply,
.form-submit {
	text-align: right;
}

.comment-list {
	margin-bottom: 35px;
}

#reply-title {
	margin-bottom: 15px;
}

.comment-form {
	padding: 15px;
	background-color: #e8ecec;
}

.comment-notes {
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	min-width: 110px;
	padding-right: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
}



/*************************/
/*** TESTIMONIALS MAIN ***/
/*************************/
.testimonial-wrap {
	margin: 45px 0 15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.t-box {
	margin-bottom: 30px;
}

.testimonial-img {
	height: 250px;
	background-size: cover;
	background-position: 50% 0;
}

.testimonial-img a {
	display: block;
	height: 100%;
}

.testimonial-content {
	background-color: #272930;
	color: #fff;
	padding: 10px 15px 15px;
	min-height: 200px;
}

.testimonial-content h4 {
	margin-bottom: 0;
}

.testimonial-content p:not(.tiny) {
	margin-top: 10px;
}


/***************************/
/*** TESTIMONIALS SINGLE ***/
/***************************/
.t-content-inner {
	padding: 0;
}

.t-content-inner p {
	font-size: 20px;
}

.single-testimonial .banner-header {
	background-position: 50% 30%;
}



/*********************/
/*** LISTINGS MAIN ***/
/*********************/
.listing-pg-query .listing-box-wrap {
	margin-bottom: 30px;
}

.listing-pg-query {
	margin-bottom: 30px;
}

/***********************/
/*** LISTINGS SINGLE ***/
/***********************/
.list-hoodq {
	margin-top: 30px;
	margin-bottom: -30px;
}

.single-listings #nav-below {
	display: none;
}

.list-header-status span {
	background-color: #002A58;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}

.list-title {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.list-title.img-title h2 {
	font-size: 36px;
}

.list-details-wrap {
	border: 1px solid #000;
}

.list-details-wrap .row {
	margin: 0;
	display: -webkit-flex;
	display: flex;
}

.list-details-wrap .row .list-detail:first-of-type {
	border-right: 1px solid #000;
}

.list-detail {
	border-bottom: 1px solid #000;
}

.list-details-wrap .row:last-of-type .list-detail {
	border-bottom: 0;
}

.list-detail {
	padding: 10px 15px;
}

.list-detail p {
	margin: 0;
}

.list-desc,
.list-amenities,
.list-maintenance {
	margin-top: 40px;
}

.list-amenities ul,
.list-maintenance ul {
	padding-left: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	margin: 20px 0;
}

.list-amenities li,
.list-maintenance li {
	margin-bottom: 5px;
	padding-left: 13px;
	display: inline-block;
	width: 100%;
}

.list-amenities li:before,
.list-maintenance li:before {
	margin: 0 10px 0 -13px;
	content: '\f111';
	font: normal normal normal 4px/1 FontAwesome;
	position: relative;
	color: #002A58;
	bottom: 4px;
}

.list-downloads {
	margin-top: 40px;
}

.list-downloads a {
	display: block;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 600;
}

.list-tour {
	margin-bottom: 40px;
}

.virtual-wrap {
	position: relative;
	padding-bottom: 56.25%;
}

.virtual-wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
}

#gallery-1 .gallery-item {
	margin: 0 !important;
}

#gallery-1 .gallery-item a {
	display: block;
	height: 100%;
	position: relative;
}

#gallery-1 .gallery-item a:before {
	content: '';
	position: absolute;
	top: 10px; right: 10px; bottom: 10px; left: 10px;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
}

#gallery-1 .gallery-item a:hover:before {
	opacity: 1;
}

.gallery a img {
	max-width: 100%;
	border: 10px solid #fff !important;
}

.list-location {
	margin-top: 40px;
}

.single-listings .banner-header {
	background-position: 50% 50%;
}


/*******************/
/*** CONDOS MAIN ***/
/*******************/
.condo-wrap {
	margin-bottom: 20px;
}

.condo-wrap .condo-box {
	margin-bottom: 30px;
}

.condo-wrap + .paging-navigation {
	margin-bottom: 20px;
}


/*********************/
/*** CONDOS SINGLE ***/
/*********************/
.single-condo #nav-below {
	display: none;
}

.building-info {
	border: 1px solid #000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.building-info h2 {
	margin-top: 0;
}

.building-info > div {
	padding: 15px 45px;
}

.building-info .clear {
	padding: 0;
}

.tower-right {
	border-left: 1px solid #000;
}

.building-info p {
	margin-bottom: 0;
}

.condo-tabs .pane-text img {
	margin-bottom: 15px;
}

.condo-scores {
	margin-top: 50px;
}

.score-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	border-bottom: 4px solid #fff;
}

.score-title {
	width: 115px;
	min-width: 115px;
}

.score-title h3 {
	margin: 0;
}

.score-arrow {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.score-arrow h2 {
	font-size: 60px;
	margin: 0;
}

.score-value {
	width: 125px;
	min-width: 125px;
}

.score-value h2 {
	margin: 0;
	font-size: 70px;
}

.walk-box {
	background-color: #c8d1d6;
}

.transit-box {
	background-color: #e8ecec;
}

.bike-box {
	background-color: #272930;
	color: #fff;
}

.condo-location {
	margin-top: 0;
}


/***************************/
/*** NEIGHBOURHOODS MAIN ***/
/***************************/
.neighbourhood-wrap,
.condo-wrap {
	margin: 45px 0 15px;
}

.neighbourhood-wrap .hood-box {
	margin-bottom: 30px;
}



/*****************************/
/*** NEIGHBOURHOODS SINGLE ***/
/*****************************/
.single-neighbourhood #nav-below {
	display: none;
}

.hood-top {
	padding: 0;
}

.hood-main-content h4 {
	line-height: 1.5;
	font-size: 22px;
	margin-bottom: 25px;
}

.hood-tabs {
	margin-top: 30px;
}

.img-title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 30px;
}

.img-title h2 {
	display: inline-block;
	margin: 0;
	margin-left: 15px;
	font-size: 45px;
}

.hood-tabs .nav-tabs li:first-of-type a {
	background-color: rgba(39, 41, 48, .3);
}

.hood-tabs .nav-tabs li:nth-of-type(2) a {
	background-color: rgba(39, 41, 48, .4);
}
.hood-tabs .nav-tabs li:nth-of-type(3) a {
	background-color: rgba(39, 41, 48, .5);
}

.hood-tabs .nav-tabs li:nth-of-type(4) a {
	background-color: rgba(39, 41, 48, .7);
}

.hood-tabs .nav-tabs li:nth-of-type(5) a {
	background-color: rgba(39, 41, 48, .8);
}

.hood-tabs .nav-tabs li:last-of-type a {
	background-color: rgba(39, 41, 48, 1);
}

.hood-tabs .nav-tabs li.active a,
.hood-tabs .nav-tabs li a:hover {
	background-color: #fff;
}

.hood-tabs .nav-tabs li a h4 {
	font-size: 20px;
}

.hood-map-title {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.hood-map-title img {
	width: 30px;
}


/*****************/
/*** TEAM MAIN ***/
/*****************/
.team-wrap {
	margin-top: 45px;
}

.team-box {
	margin-bottom: 30px;
}

.team-box a {
	display: block;
	height: 100%;
}

.team-box-inner {
	height: 555px;
	background-size: cover;
	background-position: 50% 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.team-info {
	width: 100%;
	padding: 20px;
	background-color: rgba(39, 41, 48, .7);
	color: #fff;
}

.team-info h2 {
	margin-top: 0;
}

.team-main-bottom {
	background-color: #272930;
	padding: 30px 0;
	color: #fff;
	margin-bottom: -40px;
}


/*******************/
/*** TEAM SINGLE ***/
/*******************/
.team-header {
	display: -webkit-flex;
	display: flex;
}

.single-team-img {
	background-size: cover;
	background-position: 50% 0;
	height: 500px;
}

.single-team-contact {
	padding-right: 0;
}

.single-team-contact-inner {
	border: 4px solid #c8d1d6;
	padding: 20px;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.single-team-contact-inner>div {
	width: 100%;
}

.single-team-contact h1 {
	margin-top: 0;
}

.single-team-contact h3 {
	margin: 2px 0;
}

.single-team-contact h4 {
	line-height: 1.5;
}

.single-team-content {
	padding: 0;
}

.single-team-content h4 {
	line-height: 1.4;
	margin-bottom: 25px;
}

.team-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 35px 0 40px;
}

.team-nav:before {
	content: '';
	height: 4px;
	background-color: #e8ecec;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 15px;
	display: block;
}

.team-nav a {
	color: #000;
}

.team-nav a i {
	color: #002A58;
	margin-left: 10px;
}

.team-nav a:hover {
	color: #002A58;
}


/*****************/
/*** TEAM ELLI ***/
/*****************/
.elli-header:before {
	display: none;
}

.elli-header .page-title {
	/* margin-top: 50px; */
}

.elli-header h3 {
	margin-top: 50px;
	line-height: 1.5;
}

.elli-bar {
	background-color: #272930;
	margin-top: -45px;
	color: #fff;
	position: relative;
	margin-bottom: 40px;
}

.elli-bar:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 75%;
	background-color: #e8ecec;
}

.elli-bar .container {
	display: flex;
	display: -webkit-flex;
}

.elli-contact {
	background-color: #e8ecec;
	padding: 15px 15px 15px 0;
}

.elli-quote {
	padding: 15px 30px;
}

.elli-quote h4 {
	line-height: 1.3;
}

.elli-awards {
	background-color: #272930;
	color: #fff;
	margin-top: 40px;
	padding: 30px 0;
}

.elli-awards h2 {
	font-size: 36px;
}

.elli-awards ul {
	padding-left: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	margin: 40px 0;
}

.elli-awards li {
	margin-bottom: 15px;
	padding-left: 13px;
	display: inline-block;
	width: 100%;
}

.elli-awards li:before {
	margin: 0 10px 0 -13px;
	content: '\f111';
	font: normal normal normal 4px/1 FontAwesome;
	position: relative;
	color: #002A58;
	bottom: 4px;
}

.elli-awards .art-col {
	text-align: center;
}

.elli-awards .art-col img {
	max-height: 100px;
	width: auto;
}



/******************/
/*** HOME WORTH ***/
/******************/
.hw-header {
	overflow: hidden;
	padding-top: 45px;
	margin-bottom: 40px;
}

.hw-header > div {
	padding: 0;
}

.page-template-homeworth .main-content {
	background-size: cover;
	background-position: 50%;
	position: relative;
	min-height: 100vh;
}

.page-template-homeworth .main-content:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.hw1 {
	background-color: rgba(255, 255, 255, .9);
	border: 4px solid #c8d1d6;
	padding: 30px;
	margin-top: 100px;
	overflow: hidden;
}

.hw1 h1 {
	margin-top: 0;
}

.hw1 > div {
	padding: 0;
	margin-top: 20px;
}

.hw-map {
	padding-bottom: 45px;
}

.hw-map h2 {
	margin-top: 0;
}

.hw-map #map-canvas {
	border: 1px solid #c8d1d6;
}

.hw-form {
	padding-right: 0;
	padding-bottom: 45px;
}

.hw-form h3 {
	margin-top: 0;
}


/*********************/
/*** ONE-OFF PAGES ***/
/*********************/

/* Recommended Professtionals */
.pro-bar {
	background-color: #272930;
	color: #fff;
	margin-top: -45px;
	padding: 35px 0 45px;
	margin-bottom: 30px;
}

.pro-search {
	margin-top: 20px;
}

.pro-wrap {
	border-left: 1px solid #000;
}

.partner-box {
	height: 285px;
	padding: 20px 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.partner-box:first-of-type,
.partner-box:nth-of-type(2),
.partner-box:nth-of-type(3),
.partner-box:nth-of-type(4) {
	border-top: 1px solid #000;
}

.grey-pro-box {
	background-color: #e8ecec;
}

.partner-box-inner {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.partner-cat {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.partner-cat img {
	width: 35px;
	min-width: 35px;
	margin-right: 15px;
}

.partner-cat p {
	margin: 0;
}

.partner-info h4,
.partner-info p {
	margin: 0;
}


/* Supported Charities */
.charities .row {
	margin: 0;
	display: -webkit-flex;
	display: flex;
}

.charity-sq {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.charity-sq img {
	max-width: 250px;
}


/******************/
/*** RESPONSIVE ***/
/******************/


/* LG Displays - 2000 and larger */
@media (min-width:2000px) {

	.banner-header {
		height: 600px;
	}

	.banner-header .page-title {
		margin-top: 450px;
	}

	.page-template-prospage .banner-header .page-title {
		margin-top: 415px;
	}

}


/* MD Displays - 1199 and smaller */
@media (max-width:1199px) {

	.footer-help {
		margin-bottom: 15px;
	}

	.footer-brokerage img {
		width: 160px;
	}

	.team-box-inner {
		height: 455px;
	}

	.t-box {
		padding: 0 8px;
	}

	.testimonial-content {
		min-height: 250px;
	}

}


/* SM Displays - 991 and smaller --- includes iPad portrait */
@media (max-width:991px) {

	.main-content {
		margin-top: 220px;
	}

	#main-menu.nav>li>a {
		padding: 15px 5px;
	}

	.footer-help {
		display: block;
		text-align: center;
		padding-top: 5px;
	}

	.footer-help .btn {
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.testimonial-panel {
		text-align: center;
	}

	.footer-logo,
	.footer-brokerage {
		text-align: center;
	}

	.meet-elli {
		background-position: 75%;
		padding: 20px 0;
	}

	.video-panel {
		height: 450px;
		background-attachment: inherit;
	}

	#menu-condo-menu,
	#menu-neighbourhood-menu {
		column-count: 1;
	}

	.site-info div {
		text-align: center;
	}

	.site-info {
		padding-bottom: 10px;
	}

	.footer-legal li:first-child {
		border: 0;
	}

	.footer-newsletter {
		/* padding: 10px 15px 45px; */
	}

	.footer-newsletter div {
		padding: 0;
	}

	.footer-newsletter h1 {
		padding-bottom: 5px;
	}

	.footer-contact {
		padding: 0;
	}

	.footer-contact span:nth-of-type(3) {
		display: block;
	}

	.footer-contact span.delim {
		display: none;
	}

	.footer-logos {
		padding-bottom: 0;
	}

	.footer-brokerage img {
		width: 150px;
	}

	.buyer-seller {
		overflow: hidden;
	}

	.seller-half,
	.buyer-half {
		padding: 0;
	}

	.explore-toronto .area-left,
	.condo-right {
		padding: 20px 15px;
	}

	.testimonial-panel .panel-inner {
		padding: 15px 15px 55px;
	}

	.content-bottom .side {
		margin-top: 0;
	}

	.content-form {
		padding-right: 30px;
	}

	#field_4_1,
	#field_4_7 {
		margin-top: 22px;
	}

	.hw-map {
		padding: 0;
		margin: 35px 0;
	}

	.hw-map #map-canvas {
		height: 350px !important;
	}

	.hw-form {
		padding-left: 0;
	}

	.team-info {
		padding: 20px 15px;
	}

	.testimonial-content {
		min-height: 215px;
	}

	.hood-tabs {
		margin-top: 45px;
	}

	.hood-tabs .nav-tabs li a h4 {
		font-size: 14px;
	}

	.single-listings .side {
		margin-bottom: 40px;
	}

	.score-wrap {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.score-arrow {
		-webkit-flex-grow: 0;
		flex-grow: 0;
		width: 50px;
		min-width: 50px;
	}

	.condo-location {
		margin-top: 45px;
	}

	.charity-sq img {
		max-width: 200px;
	}

	.contact-left,
	.contact-right {
		padding: 0;
		text-align: center;
	}

	.contact-left {
		margin-bottom: 35px;
	}

	.banner-header .page-title {
		margin: 0;
		margin-top: 200px;
	}

}


/* MENU COLLAPSE */
@media (max-width: 799px){

	.navbar-collapse {
		border-top: 0;
	}

	#main-menu {
		display: block;
		padding-bottom: 20px;
		text-align: center;
		margin: 0;
	}

	.navbar-default .navbar-toggle {
		border: 1px solid #e8ecec;
		border-radius: 0;
		background-color: transparent !important;
		outline: none !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-nav>li {
		width: 100%;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px !important;
		white-space: normal;
	}

	.dropdown-menu li a:before {
		display: none;
	}

	.dropdown-menu li.active a:before {
		position: static;
		margin-right: 5px;
		display: inline-block;
	}

	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #002A58;
		background-color: transparent;
	}

	.site-info span {
		display: block;
	}

	.elli-contact {
		padding: 25px 15px 25px 0;
	}

	.mobile-sticky-cta {
		background-color: #272930;
		padding: 10px 15px;
		bottom: 0; right: 0; left: 0;
		width: 100%;
		color: #fff;
	}

	.mobile-sticky-cta > div {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.mobile-sticky-cta a {
		color: #fff;
	}


}

@media (max-width:767px) {

	#main-menu {
		margin: 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #002A58;
		background-color: transparent;
	}

	.gfield {
		margin-top: 10px !important;
	}

	.ghalf {
		float: none !important;
		width: 100%;
	}

	.ginline {
		display: block;
	}

	.ginline .gfield {
		margin-bottom: 0 !important;
	}

	.ginline .gform_body {
		padding-right: 0;
	}

	.ginline .gform_footer {
		min-width: 100%;
		margin-top: 0 !important;
	}

	.ginline .gform_button {
		width: 100% !important;
	}

	.gtwocol .gform_fields {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	.footer-legal li {
		/* display: block;
		border-right: 0;
		padding: 0; */
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		display: block;
	}

	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		min-width: 100%;
		text-align: left;
	}

	.buyer-half {
		border-bottom: 1px solid #fff;
		border-right: none;
		padding-bottom: 15px;
	}

	.seller-half {
		padding-top: 15px;
	}

	.main-content {
		margin-top: 0 !important;
	}

	#masthead {
		position: static;
	}

	.site-header-inner {
		padding: 15px 0 !important;
	}

	.header-contact h2 {
		margin-top: 0;
	}

	.header-logo img {
		width: 250px !important;
	}

	.header-brokerage {
		clear: both;
	}

	#colophon {
		background-position: 0%;
		position: relative;
		background-size: cover;
		z-index: 1;
	}

	#colophon:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, .8);
		z-index: -1;
}

	.footer-contact {
		text-align: center;
	}

	.t-link-right {
		border-top: none;
		border-right: 4px solid #c8d1d6;
		border-left: 4px solid #c8d1d6;
	}

	.t-link-left {
		border-left: 4px solid #c8d1d6;
	}

	.meet-elli {
		background-image: none !important;
		padding-top: 0;
	}

	.meet-elli .container {
		padding-left: 0;
		padding-right: 0;
	}

	.meet-elli img {
		border-bottom: 4px solid #fff;
	}

	.video-panel {
		height: 350px;
	}

	.video-panel h1 {
		font-size: 48px;
	}

	.error-404 {
		padding: 30px 15px;
	}

	.site-header-inner {
		display: block;
	}

	.header-contact {
		text-align: center;
		clear: both;
	}

	.header-brokerage {
		text-align: center;
	}

	.header-brokerage img {
		width: 120px;
	}

	.header-logo {
		padding: 10px 0 30px 0;
	}

	.consult-tabs-wrap .gfield_label {
		font-size: 14px;
	}

	.consult-tabs-wrap h4 {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}

	.consult-tabs-wrap .gfield {
		width: 100%;
	}

	.consultation-panel .nav-tabs {
		display: block;
	}

	.consultation-panel .nav-tabs li {
		width: 100%;
	}

	.consultation-panel .nav-tabs>li>a {
		padding: 8px 0;
	}

	.consultation-panel .nav-tabs h4 {
		font-size: 15px;
	}

	.footer-brokerage {
		width: 150px;
		display: inline-block;
		padding: 0 !important;
	}

	.testimonial-panel {
		padding-bottom: 30px;
	}

	.testimonial-panel .panel-inner {
		padding-bottom: 65px;
	}

	.testimonial-panel h1 {
		font-size: 36px;
	}

	.testimonial-panel h3 {
		line-height: 1.2;
	}

	.testimonial-links {
		margin-bottom: 50px;
	}

	.indicator-wrap {
		display: block;
	}

	.indicator-wrap > div {
		text-align: center;
	}

	#testimonial-carousel .carousel-indicators {
		text-align: center;
	}

	.indicator-wrap .arrow-link {
		margin-top: 10px;
		display: block;
	}

	.footer-newsletter #gform_7 {
		display: block;
	}

	.footer-newsletter .gform_button {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.page-template-thanks .main-content {
		background-size: cover;
		background-position: 75% 0;
	}

	#homeworthform {
		display: block;
	}

	#homeworthform .btn {
		margin-left: 0;
		width: 100%;
	}

	.carousel-indicators .active,
	.carousel-indicators li {
		width: 45px;
	}

	.condo-panel .panel-inner,
	.explore-toronto .panel-inner {
		margin: 0;
	}

	.condo-right h1,
	.area-left h1 {
		padding-bottom: 20px;
		text-align: center;
	}

	.explore-toronto .container:after,
	.condo-panel .container:after {
		display: none;
	}

	.condo-right {
		background-image: url( './imgs/find-your-condo@2x.jpg' ) !important;
		background-size: cover;
		background-position: 50%;
		text-align: center;
	}

	.area-left {
		background-image: url( './imgs/explore-toronto@2x.jpg' ) !important;
		background-size: cover;
		background-position: 50%;
		text-align: center;
	}

	.condo-right:before,
	.area-left:before {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: rgba(255, 255, 255, .8);
	}

	.condo-right *,
	.area-left * {
		position: relative;
	}

	.page-title {
		font-size: 36px;
	}

	.content-tabs .nav-tabs {
		display: block;
	}

	.content-tabs .nav-tabs li {
		width: 100%;
	}

	.content-tabs .nav-tabs li a {
		border: 0 !important;
	}

	.pane-text > div {
		padding: 0;
	}

	.content-form {
		padding: 0;
	}

	.content-bottom .side {
		margin-top: 40px;
	}

	.buying-panel .panel-inner,
	.selling-panel .panel-inner {
		padding: 30px 15px;
	}

	.buying-panel h1,
	.selling-panel h1 {
		font-size: 36px;
	}

	.hw-header > div:first-child {
		padding-right: 15px;
	}

	.hw1 {
		margin-top: 50px;
		padding: 30px 15px;
		margin-bottom: 40px;
	}

	.hw1 h1 {
		font-size: 36px;
	}

	.hw-stats .artcols {
		display: block;
	}

	.hw-stats .artcols .art-col:first-of-type {
		padding-bottom: 0;
	}

	.hw-stats .artcols .art-col:last-of-type {
		padding-right: 0;
	}

	.hw-stats .art-col p+h4 {
		font-size: 18px;
	}

	.t-box {
		padding: 0;
	}

	.testimonial-content {
		min-height: auto;
	}

	.post-navigation .pagination .nav-previous,
	.post-navigation .pagination .nav-next {
		display: block;
		overflow: hidden;
		text-align: center;
	}

	.post-navigation .pagination .nav-previous a,
	.post-navigation .pagination .nav-next a {
		float: none;
	}

	.post-navigation .pagination .nav-previous + .nav-next {
		border: 0;
		padding: 0;
		margin: 0;
	}

	.team-header {
		display: block;
	}

	.single-team-img {
		height: 250px;
		margin-bottom: 15px;
	}

	.single-team-contact {
		padding: 0;
	}

	.single-team-contact-inner {
		padding: 20px 15px;
		min-height: unset;
	}

	.elli-header {
		background-position: 70% 0;
	}

	.elli-header:before {
		background-color: rgba(0, 0, 0, .3);
	}

	.elli-bar {
		text-align: center;
	}

	.elli-bar:before {
		display: none;
	}

	.elli-bar .container {
		display: block;
	}

	.elli-contact {
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.elli-quote {
		padding: 15px 0;
	}

	.elli-awards ul,
	.list-amenities ul,
	.list-maintenance ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	.elli-awards img {
		margin: 15px 0;
	}

	.img-title h2 {
		font-size: 30px;
	}

	.img-title img {
		width: 30px;
	}

	.hood-tab-img {
		margin-bottom: 20px;
	}

	.listing-header .page-title {
		margin-top: 150px;
	}

	.list-detail {
		padding: 10px 5px;
	}

	.list-detail span {
		display: block;
	}

	.showvid {
		font-size: 75px;
	}

	#gallery-1 br {
		display: none;
	}

	#gallery-1 .gallery-item {
		width: 50% !important;
	}

	.list-gallery {
		overflow: hidden;
	}

	.building-info {
		display: block;
	}

	.tower-right {
		border-left: 0;
		border-top: 1px solid #000;
	}

	.score-value h2 {
		font-size: 55px;
		width: auto;
		min-width: auto;
	}

	.charities .row {
		display: block;
	}

	.charity-sq {
		padding: 15px;
	}

	.contact-right a {
		white-space: nowrap;
	}

	.consultation-panel .pane-text {
		padding: 30px 0 0;
	}

	.pane-text img {
		display: block;
		margin: 10px auto;
		float: none;
	}

	.footer-legal li {
		border: 0;
	}

	.elli-header:before {
		display: block;
	}

	.banner-header .page-title {
		margin: 0;
		margin-top: 100px;
	}


}

@media (max-width:480px) {}

@media (max-width:375px) {}

@media (max-width:320px) {}

/**
* Pre-Construction Pages
*/
.pre-con-page-title-container{
	margin-top: 300px;
}
.pre-con-page-title{
	margin-top: 0 !important;
}
.launch-date{
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.floor-plan-download{
	background: #002A58;
	color: #fff;
	padding: 3rem 2rem;
}
.floor-plan-download h3{
	font-size: 25px;
	line-height: 34px;
	text-align: center;
}

@media screen and (min-width: 993px){
	.floor-plan-download{
		position: sticky;
		top: 200px;
	}
}

.floor-plan-form-wrapper .validation_message, .floor-plan-form-wrapper .gform_submission_error{
	color: #fff;
}

.floor-plan-form-wrapper .gform_submission_error{
	font-size: 1.8rem;
}

.floor-plan-form-wrapper .gform_footer{
	text-align: left;
}
.floor-plan-form-wrapper .gform_footer input[type="submit"]{
	border: 1px solid #fff;
}

.hide-pre-construction{
	margin-top: 40px;
	display: none;
	text-align: center;
}
.hide-pre-construction .red-btn{
	color: #FFFFFF;
    font-family: 'LatoWeb';
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    padding: 15px 25px !important;
    line-height: 1 !important;
    height: 50px;
    border: 0;
	border: 1px solid #fff;
}

/**
* IDX Styles
*/

/* Listing Neighbourhoods */
#single-listing-idx-neighbourhoods .left-col{
	margin-bottom: 30px;
}
@media screen and (min-width: 993px){
	#single-listing-idx-neighbourhoods .left-col{
		position: relative;
		margin-bottom: 0;
	}
	#single-listing-idx-neighbourhoods .left-col:after{
		content: '';
		position: absolute;
		right: 0;
		width: 1px;
		height: 90%;
		top: 15%;
		background-color: #002A58;
	}
}

#single-listing-idx-neighbourhoods{
	margin: 30px 0;
}
#single-listing-idx-neighbourhoods h2{
	margin-bottom: 30px;
}
#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell .IDX-showcaseContainer{
	border: none;
	box-shadow: none;
}

#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell .IDX-showcaseContainer .IDX-showcaseAddressElement{
	color: #272930;;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell .IDX-showcaseContainer .IDX-showcaseCityStateZip{
	display: none;
}
#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell .IDX-showcaseContainer .IDX-showcasePrice{
	font-size: 20px;
	color: #002A58;
	text-align: left;
}
#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell .IDX-showcaseContainer .IDX-showcasePhoto{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#single-listing-idx-neighbourhoods .single-listing-idx-neighbourhood-copy{
	border-top: 1px solid #002A58;
	padding-top: 30px;
	margin-top: 30px;
}
#single-listing-idx-neighbourhoods .single-listing-idx-neighbourhood-copy .right-col{
	text-align: right;
}

@media screen and (max-width: 992px){
	#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell{
		width: 50% !important;
	}
	#single-listing-idx-neighbourhoods .single-listing-idx-neighbourhood-copy .right-col, #single-listing-idx-neighbourhoods .single-listing-idx-neighbourhood-copy .left-col{
		text-align: center;
	}
}
@media screen and (max-width: 600px){
	#single-listing-idx-neighbourhoods .IDX-showcaseRow .IDX-showcaseCell{
		width: 100% !important;
	}
}

/* Single Listing */

.IDX-page-listing #idx-new-search, .IDX-page-listing #idx-contact-button, .idx-lightbox__button-dismiss{
	background: #002A58 !important;
	color: #FFFFFF !important;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}
.IDX-page-listing #idx-new-search:hover, .IDX-page-listing #idx-contact-button:hover, .idx-lightbox__button-dismiss:hover{
	background-color: #325984 !important;
}
.IDX-page-listing .idx-details-overview__listing-price{
	color: #002A58;
}
.IDX-page-listing .idx-h2, .IDX-page-listing h2{
	font-size: 30px;
}
.idx-details__main .idx-details-overview__fields{
	font-size: 1.5rem;
	margin-top: 15px;
}
#idx-details-features{
	margin: 20px 0;
}
.idx-details-card--body{
	background: #002A58 !important;
	color: #fff;
}

.idx-details-card--body button span:before, .idx-details-card--body button span:after{
	background-color: #fff;
}

.idx-details-card--body h6{
	font-size: 20px;
}

.idx-details-card--body:hover{
	background-color: #325984;
}

#idx-share-this {
	margin-top: 40px;
}

#idx-share-this h6{
	font-size: 20px;
}
#idx-share-this svg{
	font-size: 1.5rem;
}

/* Registration Modal */
.IDX-registrationModal #IDX-submitBtn, .IDX-registrationModal #IDX-loginSubmit{
	background: #002A58 !important;
	color: #FFFFFF !important;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}
.IDX-registrationModal #IDX-submitBtn:hover, .IDX-registrationModal #IDX-loginSubmit:hover{
	background-color: #325984 !important;
}

/* IDX Search Page */
img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-active.png"] {
    content: url('./imgs/map-marker-2.png') !important;
}
img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-featured.png"] {
    content: url('./imgs/map-marker-2.png') !important;
}

#IDX-leadToolsBar{
	background: #002A58;
}

#IDX-searchPageWrapper #IDX-navbar{
	background: #002A58 !important;
	color: #fff;
	display: none !important;
}

#IDX-searchPageWrapper #IDX-navbar .IDX-active a, #IDX-searchPageWrapper #IDX-navbar .IDX-searchNavLink:hover{
	background: #325984;
}

#IDX-searchPageWrapper .IDX-btn{
	background: #002A58 !important;
	color: #FFFFFF !important;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}

#IDX-searchPageWrapper .IDX-form-control{
	height: 50px;
}

.IDX-page-mapsearch a {
	color: #002A58;
}

#IDX-mapPropStatus{
	background: #002A58;
}

#IDX-searchPageWrapper #IDX-action-buttons{
	text-align: center;
}

#IDX-searchPageWrapper #IDX-action-buttons button{
	margin: 5px;
	float: unset;
}
#IDX-searchPageWrapper .IDX-btn:hover{
	background-color: #325984 !important;
}

#IDX-searchPageWrapper #IDX-navbar span{
	color: #fff;
}


/** IDX Results Page */

.IDX-page-listings #IDX-resultsTopActions{
	background: #002A58;
    box-shadow: none;
}

.IDX-page-listings #IDX-resultsTopActions a {
	color: #fff;
}

/** My Account Page */

.IDX-page-myaccount #idx-mlm-dashboard-nav{
	background: #002A58 !important;
	color: #fff;
}
.IDX-page-myaccount #idx-mlm-navbar{
	background: #002A58;
}

.IDX-page-myaccount .mlm-button{
	background: #002A58 !important;
	color: #FFFFFF !important;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}
.IDX-page-myaccount .mlm-button:hover{
	background-color: #325984 !important;
}

.IDX-page-myaccount #idx-mlm-dashboard-nav .router-link-exact-active, .IDX-page-myaccount #idx-mlm-dashboard-nav .router-link-active{
	background-color: #325984 !important;
}
.IDX-page-myaccount #idx-mlm-dashboard-nav  #idx-mlm-nav-links li a {
	color: #002A58;
}
.IDX-page-myaccount .mlm-bar__link{
	color: #002A58;
}

/** Sign Up/Login  Page */

#IDX-leadSignupHeader, #IDX-leadLoginHeader{
	text-align: center;
	color: #fff;
	background: #002A58;
}

#IDX-leadSignupHeader h2, #IDX-leadLoginHeader h2{
	font-size: 20px;
}
#IDX-leadSignupContainer .IDX-alert-info{
	background: transparent;
	border: 1px solid #002A58;
	color: #002A58;
	text-align: center;
}
#IDX-leadSignupContainer a, #IDX-leadLoginContainer a , .IDX-page-userlogin a, .IDX-page-usersignup a{
	color: #002A58;
}

#IDX-leadSignupContainer #IDX-signupFormSubmitBtn, #IDX-leadLoginContainer #IDX-loginSubmit{
	background: #002A58 !important;
	color: #FFFFFF !important;
	font-family: 'LatoWeb';
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 25px !important;
	line-height: 1 !important;
	height: 50px;
	border: 0;
}
#IDX-leadSignupContainer #IDX-signupFormSubmitBtn:hover{
	background-color: #325984 !important;
}

/**
* IDX Wrapper
*/

.idx-title-container > .container{
	margin: 20px auto 20px auto;
}
.IDX-wrapper-standard{
	font-family: 'LatoWeb';
}
