/*
Theme Name: Casey Ragan
Theme URI: http://thecondolifecom.vip1.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

#nav {}


/* Sub Menu */

#nav li,
#nav2 li,
#nav3 li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}


/* #nav li:first-child, #nav2 li:first-child, #nav3 li:first-child {
        display: none;
    }*/

#nav2 li {
    /*margin: 0 12px;*/
    /*   margin: 0 3%; */
    margin: 0 2%;
}

#nav3 li {
    margin: 0 45px;
}

#nav3 li.no-left {
    margin-left: 45px;
}

#nav3 li:last-child {
    margin-right: 45px;
}

#nav li a,
#nav2 li a,
#nav3 li a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 13px 0;
    text-decoration: none;
    line-height: 1;
    display: block;
}

#nav2 li a {
    padding: 30px 8px;
}

#nav3 li a {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

#nav li a:before,
#nav2 li a:before,
#nav3 li a:before {
    content: '';
    display: inline-block;
    background-color: #d2b66c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -webkit-backface-visibility: hidden;
}

#nav2 li li a:before {
    bottom: 0;
}

#nav2 li a:before {
    bottom: 10px;
}

#nav3 li a:before {
    bottom: 5px;
}

#nav3 li li a:before {
    bottom: 2px;
}

#nav li:hover a:before,
#nav2 li:hover a:before,
#nav3 li a:hover:before {
    width: 100%;
}

#nav li:hover li a:before,
#nav2 li:hover li a:before {
    width: 0;
}

#nav li li:hover a:before,
#nav2 li li:hover a:before {
    width: 100%;
}

#nav .sub-menu,
#nav2 .sub-menu,
#nav3 .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    padding: 11px 10px;
    position: absolute;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
}

#nav2 .sub-menu {
    background: rgba(17, 68, 119, .75);
}

#nav3 .sub-menu {
    width: 210px;
    margin-left: -105px;
    padding: 11px 5px;
}

#nav li:hover .sub-menu,
#nav2 li:hover .sub-menu,
#nav3 .sub-menu {
    visibility: visible;
    opacity: 1;
}

#nav .sub-menu a,
#nav2 .sub-menu a,
#nav3 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: inline-block;
}

#nav3 .sub-menu a {
    font-size: 17px;
    font-weight: 300;
}

.fixed-header #nav2 .sub-menu a {
    padding: 9px 0;
}

#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover,
#nav3 .sub-menu a:hover {
    text-decoration: none;
}

#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu,
#nav3 .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover>.sub-menu,
#nav2 li:hover>.sub-menu,
#nav3 li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li,
#nav2 .sub-menu li,
#nav3 .sub-menu li {
    position: relative;
    margin: 0;
    display: block;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    background: #FFF;
    color: #3a3a3a;
    margin: 0;
    overflow-x: hidden;
    font-weight: 400;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
    color: #114477;
}

.transition,
.hover-btn {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.aiosp-close {
    font-size: 40px !important;
    opacity: 1 !important;
}

.home div#main-wrapper {
    overflow: hidden;
}


/** Custom Design Lines **/

.custom-design {
    background: #d2b66c;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-design.left:before {
    width: 5px;
    height: 118px;
    background: #d2b66c;
    left: 0;
    top: 0;
    content: '';
    display: block;
}

.custom-design.right:before {
    width: 5px;
    height: 118px;
    background: #d2b66c;
    right: 0;
    top: 0;
    content: '';
    display: block;
    position: absolute;
}

.hp-video .vid-agent-photo .custom-design.right:before {
    bottom: 0;
    top: initial;
}


/*** fixed dots ***/

#cd-vertical-nav {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 50px;
    transform: translate(0, -40%);
}

#cd-vertical-nav.hide-dots {
    opacity: 0;
}

#cd-vertical-nav .line-top,
#cd-vertical-nav .line-bot {
    display: block;
    width: 1px;
    height: 47px;
    background: #6c6d6f;
    margin: 3px auto;
}

#cd-vertical-nav.white-dots .line-top,
#cd-vertical-nav.white-dots .line-bot {
    background: #fff;
}

#cd-vertical-nav .line-top {
    margin: 0 auto;
}

#cd-vertical-nav ul {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
}

#cd-vertical-nav li {
    display: block;
}

#cd-vertical-nav a {
    width: 18px;
    height: 18px;
    border: 1px solid #6c6d6f;
    display: inline-block;
    border-radius: 50%;
    margin: 7px auto;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#cd-vertical-nav.white-dots a {
    border: 1px solid #fff;
}

#cd-vertical-nav li a.is-selected {
    border-color: #d2b66c;
}

#cd-vertical-nav span.cd-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #6c6d6f;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#cd-vertical-nav.white-dots span.cd-dot {
    background: #fff;
}

#cd-vertical-nav li a.is-selected span.cd-dot {
    background: #d2b66c;
}


/*** header ***/

header.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* pointer-events: none; */
}

.hdr-inner {
    width: 100%;
    padding: 0 50px;
    font-size: 0;
}

.hdr-logo {
    display: inline-block;
    width: 18%;
    padding-top: 10px;
    pointer-events: auto;
}

.fixed-header .hdr-logo {
    vertical-align: middle;
    /*width: 29.63%;*/
    width: 18.63%;
    padding-top: 0;
}

.navigation {
    display: inline-block;
    width: 63%;
    text-align: center;
    vertical-align: top;
    padding-top: 35px;
    pointer-events: auto;
}

.fixed-header .navigation {
    vertical-align: middle;
    /*width: 40.74%;*/
    width: 60.74%;
    padding-top: 0;
}

.fixed-menu .navigation {
    padding-top: 110px;
}

.hdr-contact-wrap {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    padding-top: 40px;
    font-size: 0;
    text-align: right;
    pointer-events: auto;
}

.fixed-header .hdr-contact-wrap {
    vertical-align: middle;
    width: 18.63%;
    padding-top: 0;
}

.hdr-contact-wrap .hdr-contact {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    width: 70%;
    text-align: right;
    padding-right: 25px;
}

.fixed-header .hdr-contact-wrap .hdr-contact {
    font-weight: 500;
}

.hdr-contact-wrap .hdr-contact em.ai-mobile-phone {
    vertical-align: middle;
}

.hdr-contact-wrap .hdr-contact em.ai-mobile-phone a {
    pointer-events: none;
}

.hdr-contact-wrap .hdr-contact a.asis-mailto-obfuscated-email {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hdr-contact-wrap .hdr-contact a:hover {
    color: #d2b66c;
}

.fixed-menu .contact-wrap a.asis-mailto-obfuscated-email em,
.hdr-contact-wrap .hdr-contact a.asis-mailto-obfuscated-email em {
    font-size: 0;
}

.hdr-contact-wrap .hdr-burger {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    position: relative;
}

.menu-button-b {
    display: block;
    cursor: pointer;
    padding: 3px 0 3px 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    text-align: left;
}

.menu-button-b:before,
.menu-button-b:after,
.menu-button-b span {
    content: '';
    position: absolute;
    background: #FFF;
    width: 35px;
    height: 1px;
    left: 0;
}

.menu-button-b:before {
    top: 0;
}

.menu-button-b:after {
    bottom: 0;
}

.menu-button-b span {
    position: absolute;
    width: 19px;
    height: 1px;
    top: 50%;
    left: 8px;
}

.menu-button-b:hover:before,
.menu-button-b:hover:after,
.menu-button-b:hover span {
    background: #d2b66c;
}


/*** fixed header ***/

.fixed-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: rgba(2, 48, 97, 0.88);
    font-size: 0;
    z-index: 999;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.page-template-template-search-mls .fixed-header {
    top: 0;
}

.page-id-0 .fixed-header {
    /*transform: translateY(0);*/
}

.fixed-header>.container {
    width: 100%;
}

.fixed-header.active {
    top: 0;
}


/*** fixed burger menu ***/

.fixed-menu-logo,
.fixed-smi {
    display: none;
}

.fixed-email-wrap {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 2px;
}

.chrome-true .fixed-email-wrap,
.safari-true .fixed-email-wrap {
    bottom: 1px;
}

.fixed-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    background: url('images/burger-menu-bg.jpg');
    background-size: cover;
    opacity: 0;
    font-size: 0;
    overflow: auto;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-backface-visibility: hidden;
}

.fixed-menu:before {
    position: fixed;
    content: '';
    right: 12%;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    display: none;
}

.fixed-menu .burger-close {
    position: absolute;
    top: 30px;
    right: 4%;
    width: 55px;
    height: 55px;
    background: url('images/close-default.png');
    transform: scale(.84);
    cursor: pointer;
}

.fixed-menu .burger-close:hover {
    transform: scale(1);
    background: url('images/close-hover.png');
}

.fixed-menu.open-nav {
    right: 0;
    opacity: 1;
}

.fixed-menu .hdr-logo {
    width: 40%;
}

.fixed-menu .hdr-logo .fixed-menu-logo {
    display: block;
}

.fixed-menu .hdr-logo .default-logo {
    display: none;
}

.fixed-menu .contact-wrap {
    display: inline-block;
    font-size: 23px;
    color: #fff;
    vertical-align: top;
    width: 60%;
    text-align: right;
    padding-right: 25px;
    padding-top: 35px;
    font-weight: 500;
}

.fixed-menu .contact-wrap em.ai-mobile-phone {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    font-size: 23px;
    /*padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, .3);*/
}

.fixed-menu .contact-wrap em.ai-mobile-phone a {
    pointer-events: none;
}

.fixed-menu .fixed-email-wrap {}

.fixed-menu .contact-wrap a.asis-mailto-obfuscated-email {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 3px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    /*margin-left: 20px;*/
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fixed-menu .contact-wrap a.asis-mailto-obfuscated-email:hover {
    color: #d2b66c;
    border-color: #d2b66c;
}

.fixed-menu .fixed-smi {
    display: inline-block;
    margin-left: 7px;
}

.fixed-smi a {
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 7px;
    border-radius: 50%;
}

.fixed-smi a:hover {
    color: #d2b66c;
    border-color: #d2b66c;
}

.fixed-menu .navigation {
    width: 100%;
    display: block;
}


/*** homepage ***/

.hp-slide {
    display: block;
    position: relative;
}

.hp-slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*	    background: url('images/hp-slide-overlay.png');*/
    background-size: cover;
    z-index: 9;
}

.hp-slide .slide-scroll {
    position: absolute;
    width: 82px;
    height: 85px;
    left: 50%;
    margin-left: -41px;
    bottom: 82px;
    background: url('images/slide-scroll.png') no-repeat;
    z-index: 10;
}


/*** welcome area ***/

.hp-welcome {
    display: block;
    background-size: cover;
    position: relative;
    background: #fff;
}

.hp-welcome:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(images/wc-section-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: .20;
}

.hp-welcome:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.hp-welcome .welcome-photo {
    float: right;
    z-index: 9
}

.hp-welcome .welcome-photo .photo-wrap {
    position: relative;
    margin-right: -90px;
    margin-top: -40px;
}

.hp-welcome .welcome-photo .photo-wrap img {
    margin-left: auto;
    position: relative;
    z-index: 5;
    top: -50px;
}

.hp-welcome .welcome-photo .wc-agent-bg {
    height: calc(87% - 0px);
    width: 145%;
    content: '';
    top: 0px;
    left: 70px;
    position: absolute;
    background: rgba(15, 63, 111);
    background-size: cover;
}

.hp-welcome .welcome-photo .wc-agent-bg:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/wc-agent-bg.jpg);
    filter: grayscale(100%);
    opacity: .10
}

.hp-welcome .welcome-photo .wc-agent-bg:after {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f3f6f+72,ffffff+100&1+70,0+100 */
    background: -moz-linear-gradient(top, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f3f6f', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.hp-welcome .welcome-photo a {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.hp-welcome .welcome-text {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.hp-welcome .welcome-text + .welcome-text {
    padding-top: 0;
}

.hp-welcome .welcome-text + .welcome-text p:first-child {
    margin-top: 0;
}

.hp-welcome .welcome-text:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    width: 126%;
    height: 110%;
    z-index: 1;
}

.hp-welcome .welcome-text .text-wrap {
    position: relative;
    z-index: 9
}

.hp-welcome .welcome-text .text-wrap p a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-welcome .welcome-text .text-wrap p a:hover {
    color: #d2b66c;
}

.hp-welcome .welcome-small {
    color: #818181;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.hp-welcome .welcome-line {
    width: 220px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #d2b66c;
    margin-left: 5px;
}

.hp-welcome h1 {
    display: block;
    color: #114477;
    font-size: 64px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    line-height: 54px;
    margin-top: 18px;
    letter-spacing: 2.5px;
}

.hp-welcome h1 span {
    font-weight: 300;
    color: #121212;
}

.hp-welcome .sub-text {
    font-size: 22px;
    display: block;
    color: #121212;
    line-height: 26px;
    font-weight: 600;
    margin-top: 38px;
    letter-spacing: .4px;
}

.hp-welcome p {
    font-weight: 300;
    font-size: 17px;
    color: #3a3a3a;
    line-height: 27px;
    margin-top: 23px;
    letter-spacing: .2px;
}

.hp-welcome a.welcome-more {
    width: 198px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #114477;
    display: block;
    margin-top: 26px;
    text-decoration: none;
    border: 2px solid #114477;
}

.hp-welcome a.welcome-more:hover {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff;
}

.hp-welcome .welcome-photo .photo-wrap .custom-design.left {
    top: 100px;
    width: calc(100% - 50px);
}

.hp-welcome .welcome-photo .photo-wrap .custom-design.right {
    top: initial;
    bottom: 160px;
    left: 30px;
}

.hp-welcome .welcome-photo .photo-wrap .custom-design.right:before {
    bottom: 0;
    top: initial;
}


/*** hp cta ***/

.hp-cta {
    display: block;
    padding: 115px 0;
}

.hp-cta a {
    display: block;
}

.hp-cta .cta-img {
    position: relative;
    width: 92.39%;
}

.hp-cta .cta-img canvas,
.hp-cta .cta-img .hover-bg canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.hp-cta .cta-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/hp-cta-overlay.png') no-repeat;
    background-size: cover;
    z-index: 3;
}

.hp-cta .cta-img:after {
    position: absolute;
    content: '';
    left: 9.40%;
    top: 7.48%;
    width: 100%;
    height: 100%;
    border: 2px solid #dbc589;
}

.hp-cta .cta-img .cta-text {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    z-index: 5;
    bottom: 24px;
    letter-spacing: 3px;
    padding-left: 22px;
}

.hp-cta .cta-img .cta-text.third em {
    font-style: normal;
    padding-left: 1px;
}

.hp-cta .cta-img .cta-text span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-top: 3px;
}

.hp-cta .cta-img .cta-text.third span {
    letter-spacing: 1px;
}

.hp-cta .cta-img .cta-arrow {
    position: absolute;
    width: 19px;
    height: 27px;
    right: 21px;
    bottom: 24px;
    z-index: 5;
    background: url('images/hp-cta-arrow.png') no-repeat;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-cta a:hover .cta-img .cta-arrow {
    background: url('images/hp-cta-arrow-mo.png') no-repeat;
}

.hp-cta .cta-img .hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 4;
}

.hp-cta .cta-img .hover-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17, 68, 119, .8);
    top: 0;
    left: 0;
    z-index: 9;
}

.hp-cta .cta-img .hover-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .10);
    top: 0;
    left: 0;
    z-index: 7;
}

.hp-cta .cta-img .hover-bg canvas {
    -webkit-filter: grayscale(100%) contrast(120%);
    filter: grayscale(100%) contrast(120%);
    position: relative;
    z-index: 1;
}

.hp-cta a:hover .cta-img .hover-bg {
    opacity: 1;
}


/*** map ***/

.hp-map {
    display: block;
    padding-bottom: 55px;
    /*
  overflow: hidden; */
}

.hp-map .map-inner {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hp-map .map-inner .container {
    position: relative;
    z-index: 9;
}

.hp-map .map-inner .container .map-l-inner {
    position: absolute;
    left: 15px;
    top: 0;
}

.hp-map .map-small {
    color: #818181;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: 10px;
}

.hp-map .map-line {
    width: 170px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #d2b66c;
    margin-left: 5px;
    margin-top: 10px;
}

.hp-map h2 {
    display: block;
    color: #114477;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    margin: 18px 0 65px;
    letter-spacing: 1.3px;
}

.hp-map .map-left {
    display: block;
    font-size: 0;
}

.hp-map .map-left ul {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.hp-map li {
    display: block;
    margin-bottom: 22px;
    padding: 0 17px 22px 4px;
    text-transform: uppercase;
    position: relative;
    line-height: 18px;
}

.hp-map li:after {
    position: absolute;
    content: '';
    width: 77%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #d5dadf;
}

.hp-map li a {
    color: #515151;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 18px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-map li a span {
    opacity: 0;
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-map li a:hover span,
.hp-map li a.active span {
    opacity: 1;
    width: auto;
    margin-right: 3px;
    display: inline-block;
}

.hp-map li a:hover,
.hp-map li a.active {
    color: #114477;
    transform: translateX(17px);
}

.hp-map a.map-more {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 195px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #114477;
    display: block;
    margin-top: 26px;
    text-decoration: none;
    border: 2px solid #114477;
}

.hp-map a.map-more:hover {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff;
}

.hp-map .map-right {
    position: relative;
    width: 61.8%;
    top: 0;
    right: 50px;
    float: right;
}


/*** map css ***/

#map {
    position: relative;
    width: 978px;
}

#transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#trueMap {
    z-index: 1;
}

#map .hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map .hovers div,
#map .hovers div p {
    position: absolute;
    margin: 0;
}

#map .hovers div img {
    /*display: none;*/
    opacity: 0;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#map .hovers div.active img {
    opacity: 1;
}

#map .hovers div p {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .9);
}

#map .hovers div p .loc-icon {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 28px;
    background: url('images/hp-map-pin.png');
}

#map .hovers div p .loc-icon.al-left {
    margin: 0 0 0 5px;
}


/* cities */

#eglinton {
    left: 340px;
    top: -7px;
}

#eglinton p {
    top: 99px;
    left: 51px;
}

#stclair {
    left: 388px;
    top: 206px;
}

#stclair p {
    top: 84px;
    left: 53px;
}

#yorkville {
    left: 404px;
    top: 417px;
}

#yorkville p {
    left: 50px;
    top: 53px;
}

#downtowneast {
    left: 538px;
    top: 485px;
}

#downtowneast p {
    top: 70px;
    left: 19px;
}

#baystreet {
    left: 480px;
    top: 515px;
}

#baystreet p {
    top: 109px;
    left: 41px;
}

#roncesvalles {
    left: -15px;
    top: 637px;
}

#roncesvalles p {
    top: 99px;
    left: 58px;
}

#libertyvillage {
    top: 804px;
    left: 228px;
}

#libertyvillage p {
    top: 0;
    left: 15px;
}

#queenwest {
    left: 197px;
    top: 657px;
}

#queenwest p {
    top: 62px;
    left: 95px;
}

#entertainment {
    left: 465px;
    top: 698px;
}

#entertainment p {
    top: 17px;
    left: 5px;
}

#kingwest {
    left: 272px;
    top: 739px;
}

#kingwest p {
    top: 28px;
    left: 107px;
}

#harbourfront {
    left: 355px;
    top: 730px;
}

#harbourfront p {
    left: 190px;
    top: 66px;
}

#stlawrence {
    left: 589px;
    top: 652px;
}

#stlawrence p {
    left: 26px;
    top: 33px;
}

#distillery {
    left: 703px;
    top: 680px;
}

#distillery p {
    left: 30px;
    top: 12px;
}

#corktown {
    left: 686px;
    top: 602px;
}

#corktown p {
    left: 40px;
    top: 35px;
}

#leslieville {
    left: 763px;
    top: 505px;
}

#leslieville p {
    left: 73px;
    top: 50px;
}


/*** featured properties ***/

.first-title {
    color: #818181;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 8px;
    display: block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}

.section-title {
    color: #114477;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 28px;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 7px;
    margin-bottom: 75px;
}

.section-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #d2b66c;
    z-index: 0;
}

.section-title span {
    display: inline-block;
    padding: 0 13px 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.hp-fp {
    display: block;
    padding: 55px 0 0;
    font-size: 0;
}

.hp-fp .fp-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.hp-fp .fp-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -61px;
    width: 65px;
    height: 122px;
    z-index: 9;
    background: rgba(17, 68, 119, .75);
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.comm-image-area .fp-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -61px;
    width: 65px;
    height: 122px;
    z-index: 999;
    background: rgba(17, 68, 119, .0);
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fp .fp-row.fp-list1:hover>.fp-arrow {
    opacity: 1;
}

.hp-fp .fp-row.fp-list2:hover>.fp-arrow {
    opacity: 1;
}

.hp-fp .fp-arrow em,
.comm-image-area .fp-arrow em {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 46px;
    display: block;
    margin: 0 auto;
    background: url('images/hp-hp-prev.png');
    transform: translate(-50%, -50%);
}

.hp-fp .fp-arrow.fp-next,
.comm-image-area .fp-arrow.fp-next {
    left: auto;
    right: 0;
}

.hp-fp .fp-arrow.fp-next em,
.comm-image-area .fp-arrow.fp-next em {
    background: url('images/hp-fp-next.png');
}

.hp-fp .fp-wrap .fp-row {
    margin: 2px -2px;
    position: relative;
    display: block;
}

.hp-fp .fp-wrap .slick-slide {
    padding: 0 2px;
}

.hp-fp .fp-wrap .slick-slide a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    overflow: hidden;
}

.hp-fp .fp-wrap .slick-slide a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/hp-fp-overlay.png');
    background-size: cover;
    z-index: 5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fp .fp-wrap .slick-slide a:hover:before {}

.hp-fp .fp-wrap .slick-slide a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    /*background: url('images/hp-fp-overlay-mo.png');
                    background-size: cover;*/
    z-index: 5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    /*transform: scale(0.9);*/
}

.hp-fp .fp-wrap .slick-slide a:hover:after {
    opacity: 1;
    /*transform: scale(1);*/
}

.hp-fp .fp-wrap .slick-slide a .hover-bldg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: url('images/hp-fp-hover-bldg.png');
    background-size: cover;
    transform: scale(0.9);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fp .fp-wrap .slick-slide a:hover .hover-bldg {
    opacity: 1;
    transform: scale(1);
}

.hp-fp .fp-wrap .slick-slide a canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}

.hp-fp .fp-wrap .slick-slide a img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.hp-fp .fp-wrap .slick-slide a .fp-details {
    position: absolute;
    left: 70px;
    bottom: -33%;
    padding-left: 5.68%;
    padding-bottom: 41%;
    z-index: 10;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fp .fp-wrap .slick-slide a:hover .fp-details {
    bottom: 10%;
}

.fp-wrap .slick-slide a .fp-details:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d2b66c;
}

.fp-wrap .slick-slide a .fp-details span {
    display: block;
    line-height: 1;
    font-size: 18px;
}

.fp-wrap .slick-slide a .fp-details span.fp-desc {
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
    letter-spacing: .2px;
}

.fp-wrap .slick-slide a .fp-details span.fp-price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}

.fp-wrap .slick-slide a .fp-view-det {
    position: absolute;
    bottom: 10%;
    left: 95px;
    width: 195px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #d2b66c;
    z-index: 99;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-wrap .slick-slide a:hover .fp-view-det {
    opacity: 1;
}


/*.fp-wrap .slick-slide a .fp-details .fp-price:hover {
                            background: #d2b66c;
                            border-color: #d2b66c;
                            color: #fff;
                        } */


/*** video ***/

.hp-video {
    display: block;
    background: #fff;
    position: relative;
    font-size: 0;
    padding-top: 80px;
}

.hp-video .video-wrap .video-frame .vid-btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none;
}

.hp-video .video-wrap .video-frame .vid-btn-play img {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.hp-video .video-wrap .video-frame .vid-btn-play img:nth-child(2) {
    position: absolute;
    top: 0;
}

.hp-video .video-wrap .video-frame .vid-btn-play img.show-icon {
    opacity: 1;
}

.hp-video .video-wrap .video-frame .vid-btn-play img.hide-icon {
    opacity: 0;
}

.hp-video .vid-col {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.hp-video .title-wrap {
    position: relative;
}

.hp-video .first-title,
.hp-video .section-title {
    text-align: left;
}

.hp-video .section-title {
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 24px;
    background: transparent;
}

.hp-video .section-title span {
    background: transparent;
    padding: 0;
}

.hp-video span.news-line {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #d2b66c;
    top: 43px;
    left: -101.3%;
}

.hp-video .section-title:before {
    display: none;
}

.hp-video:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(images/wc-section-bg.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: .13;
}

.hp-video .video-wrap {
    position: relative;
    display: block;
}

.hp-video .video-wrap .video-frame {
    position: relative;
}

.hp-video .video-wrap .video-frame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #000;
}

.hp-video .video-wrap .video-frame > video,
.hp-video .video-wrap .video-frame > .video-hp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    border: 5px solid #000;
    /*max-height: 397px;*/
}

.hp-video .video-wrap .video-frame > .video-hp img.bg-img {
    width: 100%;
}

.hp-video .video-wrap canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    opacity: .5;
}

.hp-video .video-wrap .video-desc {
    position: relative;
    width: 72%;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    z-index: 9;
    font-weight: 400;
    letter-spacing: .020em;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: left;
    text-transform: none;
}

.hp-video .video-wrap .video-desc a {
    width: 195px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #d2b66c;
    display: block;
    margin: 26px auto 0;
    text-decoration: none;
    border: 2px solid #d2b66c;
    font-weight: 400;
    letter-spacing: 0;
}

.hp-video .video-wrap .video-desc a:hover {
    background: #d2b66c;
    color: #fff;
}

.video-wrap .custom-design.left {
    left: -40px;
    height: calc(100% - 120px);
    width: 5px;
    top: 100px;
}

.video-wrap .custom-design.right {
    height: calc(100% - 120px);
    width: 5px;
    top: 100px;
    right: 68px;
    left: initial;
}

.video-wrap .custom-design.right:before {
    width: 125px;
    bottom: 0;
    top: initial;
    height: 5px;
}

.video-wrap .custom-design.left:before {
    height: 5px;
    width: 35px;
    bottom: 0;
    top: initial;
    position: absolute;
}

.video-wrap .custom-design.left:after {
    height: 5px;
    width: 300px;
    top: 0;
    bottom: initial;
    position: absolute;
    content: '';
    background: #d2b66c;
}

.hp-video .vid-agent-photo {
    margin-right: -65px;
}

.hp-video .vid-agent-photo img {
    position: relative;
    z-index: 5;
}

.hp-video .vid-agent-photo .custom-design.left {
    width: calc(100% - 41px);
    left: 41px;
    top: 35px;
    z-index: 1;
}

.hp-video .vid-agent-photo .custom-design.right {
    bottom: 145px;
    top: initial;
    right: -100px;
    left: initial;
    width: calc(100% - 41px);
}


/*** latest news ***/

.hp-news {
    display: block;
    padding: 50px 0 145px;
    overflow: hidden;
}

.hp-news .first-title,
.hp-news .section-title {
    text-align: left;
}

.hp-news .section-title {
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 24px;
}

.hp-news .section-title span {
    padding: 0;
}

.hp-news .section-title:before {
    /*left: -102.5%;
            top: 0;*/
    display: none;
}

.hp-news .news-wrap {
    position: relative;
}

.hp-news .news-wrap .container {
    position: relative;
}

.hp-news .news-wrap .news-det-wrap {
    width: 61%;
    max-width: 664px;
}

.hp-news .news-wrap .news-line {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #d2b66c;
    top: 43px;
    left: -101.3%;
}

.hp-news .news-details {
    display: block;
}

.hp-news .news-details .news-title {
    color: #114477;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    display: block;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

.hp-news .news-details p {
    color: #515151;
    font-size: 18px;
    line-height: 25px;
}

.hp-news .news-details a {
    width: 195px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #114477;
    /*display: block;*/
    display: inline-block;
    margin-top: 36px;
    text-decoration: none;
    border: 2px solid #114477;
    text-transform: uppercase;
}

.hp-news .news-details a:hover {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff;
}

.hp-news .news-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 37.21%;
    z-index: 9;
}

.hp-news .news-photo:after {
    position: absolute;
    content: '';
    right: 6.79%;
    top: 9.13%;
    width: 100%;
    height: 100%;
    border: 5px solid #dbc589;
}

.hp-news .news-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}


/*** footer ***/

footer {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #FFF;
}

.footer .footer-map iframe {
    width: 100%;
}

.footer .footer-form {
    display: block;
    padding: 100px 0 110px;
    background: url('images/hp-footer-bg.jpg') repeat-x;
    position: relative;
    z-index: 0;
}

.footer .footer-form .section-title {
    letter-spacing: 3px;
}

.footer .footer-form .section-title span {
    background: transparent;
}

.footer .footer-form .section-title:before {
    width: 50%;
    left: -280px;
}

.footer .footer-form .section-title:after {
    position: absolute;
    content: '';
    right: -280px;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    height: 2px;
    background: #d2b66c;
    z-index: 0;
}

.footer .footer-form form {
    font-size: 0;
}

.footer .footer-form .form-col {
    display: inline-block;
    width: 23.07%;
    font-size: 18px;
    font-weight: 300;
    color: #555;
}

.footer .footer-form .form-col label {
    display: block;
    margin-bottom: 8px;
}

.footer .footer-form .form-col.wide {
    width: 46.79%;
}

.footer .footer-form .form-col.middle {
    margin: 0 2.5% 0 0;
}

.footer .footer-form input,
.footer .footer-form textarea {
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a3a3a3;
    line-height: 1;
    padding-bottom: 5px;
    background: transparent;
}

.footer .footer-form textarea {
    height: 33px;
    resize: none;
}

.footer .footer-form .form-row {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #555;
}

.footer .footer-form input[type="submit"] {
    width: 200px;
    height: 65px;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #114477;
    display: block;
    margin: 47px auto 0;
    text-decoration: none;
    border: 2px solid #114477;
    background: transparent;
    text-transform: uppercase;
}

.footer .footer-form input[type="submit"]:hover {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff;
}

.footer .footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

footer .footer-form div.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.footer-details {
    display: block;
    padding: 75px 0 55px;
    font-size: 0;
    background: transparent url(images/footer-bg.jpg) no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
}

.footer-details .f-left {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 3.15%;
    position: relative;
    vertical-align: top;
}

.footer-details .f-left:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 93%;
    background: #dbc589;
}

.footer-details .f-left h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    color: #d2b66c;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 24px;
    line-height: 40px;
}

.footer-details .f-left .footernav li {
    text-transform: uppercase;
    display: block;
    letter-spacing: 6px;
    margin-bottom: 12px;
}

.footer-details .f-left .footernav li a {
    color: #474747;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.footer-details .f-left .footernav li a:before {
    content: '';
    display: inline-block;
    background-color: #d2b66c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -webkit-backface-visibility: hidden;
}

.footer-details .f-left .footernav li:hover a:before {
    width: calc(100% - 6px);
}

.footer-details .f-center {
    display: inline-block;
    width: 45%;
    font-size: 0;
    vertical-align: middle;
}

.footer-details .f-center .f-smi {
    display: inline-block !important;
    width: 27.28%;
    vertical-align: middle;
}

.footer-details .f-center .f-smi a {
    font-size: 26px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #d2b66c;
    text-decoration: none;
    border: 1px solid #d2b66c;
    margin: 4px 0 8px;
    border-radius: 50%;
    float: right;
    clear: both;
}

.footer-details .f-center .f-smi a:hover {
    color: #fff;
    background: #114477;
    border-color: #114477;
}

.footer-details .f-center .f-contact {
    display: inline-block;
    width: 72.72%;
    vertical-align: middle;
    padding: 0 2% 0 13%;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #114477;
    line-height: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.footer-details .f-center .f-contact h2 {
    font-size: 48px;
    color: #114477;
    display: block;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin-left: -3px;
}

.footer-details .f-center .f-contact a {
    color: #114477;
    text-decoration: none;
}

.footer-details .f-center .f-contact a:hover {
    color: #d2b66c;
}

.footer-details .ai-mobile-phone a {
    color: #114477 !important;
    pointer-events: none;
}

.footer-details .f-center .f-contact p {
    color: #474747;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 12px;
}

.footer-details .f-center .f-contact p span {
    display: block;
    margin-top: 8px;
}

.footer-details .f-center .f-contact .f-position {
    display: block;
    color: #474747;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.8px;
    margin-top: 3px;
    margin-bottom: 58px;
}

.footer-details .f-right {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.footer-details .f-right img {
    margin: -30px auto 0;
}

.footer .copyright {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #767676;
    font-weight: 300;
    padding: 60px 0;
    display: block;
}

.footer .copyright p {
    color: #5c5c5c;
    font-weight: 400;
    margin-top: 27px;
}

.footer .copyright p a {
    color: #5c5c5c;
    text-decoration: none;
}

.footer .copyright p a:hover {
    color: #d2b66c;
}

.page-template-template-search-mls .mlss-d-filter {
    position: relative;
    z-index: 10;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-image {
    background: url(images/hp-slide1.jpg) center;
    background-size: cover;
    position: relative;
    pointer-events: none;
}

.ip-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.page-template-template-blog .ip-image:before,
.page-template-template-blog-details .ip-image:before,
.page-template-template-listings .ip-image:before {
    background: url(images/blog-banner-overlay.png) center;
    background-size: cover;
}

.page-template-template-blog .ip-image:after,
.page-template-template-blog-details .ip-image:after,
.page-template-template-listings .ip-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .15);
}

.page-template-template-listings .ip-image:after {
    background: rgba(0, 0, 0, .4);
}

.ip-image canvas {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.page-template-template-blog .ip-image canvas {
    height: 449px;
}

.page-template-template-blog-details .ip-image canvas {
    max-height: 449px;
}

.page-template-template-listings .ip-image canvas {
    height: 449px;
}

.custom-community-template-default .ip-image canvas {
    height: 449px;
}

.page-template-template-blog .ip-image .page-title,
.page-template-template-listings .ip-image .page-title {
    position: absolute;
    left: -40px;
    bottom: -55px;
    width: 100%;
    z-index: 9;
}

.page-template-template-blog .ip-image .page-title .title-wrap,
.page-template-template-listings .ip-image .page-title .title-wrap {
    padding: 110px 0 130px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.page-template-template-listings.page-id-124 .ip-image .page-title .title-wrap {
    padding: 100px 0 95px 0;
    max-width: 480px;
}

.page-template-template-blog .ip-image .page-title .title-wrap .line-before,
.page-template-template-listings .ip-image .page-title .title-wrap .line-before {
    position: absolute;
    top: 0;
    left: 40px;
    width: 300px;
    height: 18px;
    background: #d2b66c;
}

.page-template-template-blog .ip-image .page-title .title-wrap .line-before:before,
.page-template-template-listings .ip-image .page-title .title-wrap .line-before:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 85px;
    width: 18px;
    background: #d2b66c;
}

.page-template-template-blog .ip-image .page-title h1,
.page-template-template-listings .ip-image .page-title h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 63px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
}

.page-template-template-listings.page-id-124 .ip-image .page-title h1 span {
    display: block;
}

.page-template-template-blog .ip-image .page-title .title-wrap .line-after,
.page-template-template-listings .ip-image .page-title .title-wrap .line-after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 325px;
    height: 18px;
    background: #d2b66c;
}

.page-template-template-listings.page-id-124 .ip-image .page-title .title-wrap .line-after {
    right: 70px;
}

.page-template-template-blog .ip-image .page-title .title-wrap .line-after:before,
.page-template-template-listings .ip-image .page-title .title-wrap .line-after:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 90px;
    width: 18px;
    background: #d2b66c;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 72%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 25%;
    padding: 30px 0;
}

.side-cta a {
    display: block;
    margin-bottom: 45px;
}

.side-cta a .cta-img {
    position: relative;
    width: 92.39%;
}

.side-cta a .cta-img canvas,
.side-cta a .cta-img .hover-bg canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.side-cta a .cta-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/hp-cta-overlay.png') no-repeat;
    background-size: cover;
    z-index: 3;
}

.side-cta a .cta-img:after {
    position: absolute;
    content: '';
    left: 9.40%;
    top: 7.48%;
    width: 100%;
    height: 100%;
    border: 2px solid #dbc589;
}

.side-cta a .cta-text {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    z-index: 5;
    bottom: 24px;
    letter-spacing: 3px;
    padding-left: 22px;
}

.side-cta a .cta-text.third em {
    font-style: normal;
    padding-left: 1px;
}

.side-cta a .cta-text span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-top: 3px;
}

.side-cta a .cta-text.third span {
    letter-spacing: 1px;
}

.side-cta a .cta-img .cta-arrow {
    position: absolute;
    width: 19px;
    height: 27px;
    right: 21px;
    bottom: 24px;
    z-index: 5;
    background: url('images/hp-cta-arrow.png') no-repeat;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.side-cta a:hover .cta-img .cta-arrow {
    background: url('images/hp-cta-arrow-mo.png') no-repeat;
}

.side-cta a .cta-img .hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 4;
}

.side-cta a .cta-img .hover-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17, 68, 119, .8);
    top: 0;
    left: 0;
    z-index: 9;
}

.side-cta a .cta-img .hover-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .10);
    top: 0;
    left: 0;
    z-index: 7;
}

.side-cta a .cta-img .hover-bg canvas {
    -webkit-filter: grayscale(100%) contrast(120%);
    filter: grayscale(100%) contrast(120%);
    position: relative;
    z-index: 1;
}

.side-cta a:hover .cta-img .hover-bg {
    opacity: 1;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style post/page main headings (h1) */

#content .entry-title,
#content .archive-title {
    color: #114477;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}

.fixed-header #nav2 li a {
    /*font-size: 12px;*/
    font-size: 16px;
    font-weight: 500;
}

#content p#breadcrumbs {
    font-size: 15px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#content p#breadcrumbs a {
    color: #818181;
}

#content p#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}


/*** Title Header ***/

.page-border-wrapper {
    position: absolute;
    /*bottom: -65px;*/
    bottom: -73px;
    left: 0;
    width: 100%;
}

.page-border {
    height: 100%;
    /*    top: 0;
    left: 0;*/
    top: 10px;
    left: -36px;
    right: 0;
    z-index: 2;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.page_title_line_left {
    top: 0;
    /*left: 5.5%;
    width: 304px;
    height: 105px;*/
    left: 3.2%;
    width: 303px;
    height: 83px;
    position: relative;
    margin-bottom: 21px;
}

.page_title_line_left:before,
.page_title_line_left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d2b66c !important;
}

.page_title_line_left:before {
    width: 100%;
    height: 18px;
}

.page_title_line_left:after {
    width: 18px;
    height: 100%;
}

.page_title_line_right {
    /*left: 15.5%;
    bottom: 0;
    width: 304px;
    height: 105px;
    position: relative;*/
    left: 7.5%;
    bottom: 0;
    width: 323px;
    height: 93px;
    position: relative;
    margin-top: 27px;
}

.page_title_line_right:before,
.page_title_line_right:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d2b66c !important;
}

.page_title_line_right:before {
    width: 100%;
    height: 18px;
}

.page_title_line_right:after {
    width: 18px;
    height: 100%;
}


/** Static title ***/

.page-template-comm-toronto .ip-image canvas {
    height: 449px;
}

.page-template-comm-toronto h1.entry-title {
    font-size: 63px;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.page-border h1.entry-title,
.page-border h1.entry-title-details,
.page-border h2.entry-title-details {
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.page-border h1.entry-title strong,
.page-border h2.entry-title-details strong {
    font-weight: 300;
}

.page-template-comm-toronto h1.entry-title-details,
.page-template-comm-toronto h2.entry-title-details {
    display: none;
}

.page-template-comm-details-page h1.entry-title-details,
.page-template-comm-details-page h2.entry-title-details {
    font-size: 63px;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.page-template-comm-details-page h1.entry-title {
    display: none;
}

.page-template-comm-toronto .ip-image {
    /*background: url(images/comm-bg.jpg) no-repeat;*/
    background: url(images/bg-ip-toronto-tour.jpg) center/cover no-repeat;
}

.page-template-comm-toronto .ip-image canvas {
    background: url(images/bg-ip-toronto-tour.jpg) fixed top center no-repeat;
}

.page-template-comm-toronto .ip-image:before {
    background: transparent url(images/overlay-ip-tour-toronto.png) top left repeat-x;
}


/*** Tour Toronto ***/

.title-comm {
    color: #114477;
    font-size: 30px;
    font-weight: 500;
    padding: 80px 0 60px;
}

.comm-wrapp {
    margin-bottom: 43px;
}

.comm-container {
    position: relative;
    width: 100%;
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.comm-list {
    position: relative;
    font-size: 0;
}

.comm-list a {
    /*width: 33.3333333%;*/
    /*padding: 1px;*/
    padding: 2px 3px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.comm-list a img {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.comm-list a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.comm-inner {
    position: relative;
    overflow: hidden;
    background: #000;
}

.comm-list a .comm-center-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 2;
}

.comm-list a:hover .comm-center-holder {
    /*background: rgba(0,0,0,0.5);*/
    /*background: url(images/overlay-tour-toronto-comm.png) bottom left repeat-x;*/
}

.comm-inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(http: //thecondolifecom.vip1.aios-staging.com/wp-content/themes/thecondolife.com/images/overlay-tour-toronto-comm.png) bottom left repeat-x;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.comm-list a:hover .comm-inner:before {
    opacity: 1;
}

.comm-list a .comm-center-holder .comm-tag {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
    /* padding: 0 30px; */
    padding: 0 20px;
}

.comm-list a .comm-center-holder .comm-tag em {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    padding: 0 9px;
    border-radius: 14px;
    font-style: normal;
    margin: 0 3px;
}

.comm-list a .comm-center-holder .comm-text {
    position: absolute;
    bottom: -164px;
    left: 0;
    right: 0;
    padding: 0 30px 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.comm-list a:hover .comm-center-holder .comm-text {
    bottom: 0;
}

.comm-list a .comm-center-holder .comm-text:before {
    content: '';
    width: 2px;
    /*height: 180px;*/
    height: 76px;
    position: absolute;
    right: 26px;
    background: #d2b66c;
    top: -53px;
    transition: all .3s ease;
}

.comm-list a:hover .comm-center-holder .comm-text:before {
    height: 180px;
    top: -15px;
}

.comm-list a .comm-center-holder .comm-text strong {
    position: relative;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 25px;
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.comm-list a .comm-center-holder .comm-text p {
    margin: 10px 0;
    font-size: 17px;
}

.comm-list a .comm-center-holder .comm-text em.r-more {
    display: block;
    background: #d2b66c;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    max-width: 148px;
    margin-top: 30px;
}


/*** Community Details Page ***/

.custom-community-template-default #inner-page-wrapper.king-west {
    background: url(images/kingwest-content-bg.jpg) no-repeat #fff;
    background-size: contain;
}

.custom-community-template-default #inner-page-wrapper.st-lawrence-market {
    background: url(images/stlawrence-content-bg.jpg) no-repeat #fff;
    background-size: contain;
}

.custom-community-template-default #inner-page-wrapper.yorkville {
    background: url(images/yorkville-content-bg.jpg) no-repeat #fff;
    background-size: contain;
}

.custom-community-template-default #inner-page-wrapper {
    background-size: 100%;
    margin: 0 -15px 30px;
}

.custom-community-template-default #inner-page-wrapper .comm-video-popup a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-color: #000000;
    position: relative;
}

.custom-community-template-default #inner-page-wrapper .comm-video-popup a img {
    max-width: 100%;
    /*background-image: url(images/video-placeholder.jpg);
	    max-width: 100%;
	    height: auto;
	    background-repeat: no-repeat;
	    background-size: cover;
	    opacity: 0.5;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;*/
}

.custom-community-template-default #inner-page-wrapper .comm-video-popup a img:hover {
    opacity: 1;
}


/* PLAY BUTTON */

.custom-community-template-default #inner-page-wrapper .comm-video-popup a .comm-play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(100% / 2 - 50px);
    left: 0;
    right: 0;
    margin: 0 auto;
    /* border: 2px solid #d2b66c; */
    border-radius: 50%;
    background-image: url(images/buyers-page-icon-play-gold.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
}


/* ST LAWRENCE */

.custom-community-template-default #inner-page-wrapper.st-lawrence-market .comm-video-popup a canvas {
    background-image: url(images/stlawrence-placeholder.jpg);
}


/* KING WEST */

.custom-community-template-default #inner-page-wrapper.king-west .comm-video-popup a canvas {
    background-image: url(images/kingwest-placeholder.jpg);
}


/* YORKVILLE */

.custom-community-template-default #inner-page-wrapper.yorkville .comm-video-popup a canvas {
    background-image: url(images/yorkville-placeholder.jpg);
}

.content-bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(images/comm-content-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 71px;
}

.page-template-comm-details-page #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.custom-community-template-default #breadcrumbs {
    padding-top: 95px;
    text-transform: uppercase;
    max-width: 1172px;
    margin: 0 auto;
}

.comm-video {
    position: relative;
    padding: 20px 0 60px 0;
    text-align: center;
}

.comm-video iframe {
    width: 100%;
    max-width: 750px;
}

.comm-details-wrapp {
    width: 100%;
    font-size: 0;
    float: left;
}

.comm-content-text {
    float: none;
    width: 100%;
    font-size: 17px;
    padding-right: 0;
}


/*.comm-content-text {
    float: none;
    width: 100%;
    font-size: 17px;
    padding-right: 14px;
}*/

.content-text-left {
    max-width: 100%;
    width: 100%;
    float: none;
    padding-left: 0px;
}


/*.content-text-left {
  max-width: 588px;
  width: 73.5%;
  float: right;
  padding-left: 15px;
}*/

.comm-image-area img {
    /* margin: 0 0 20px 20px; */
    width: 100%;
}

.comm-title {
    position: relative;
    font-size: 48px !important;
    color: #114477;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 48px;
}

.comm-title:before {
    content: '';
    width: 173px;
    height: 2px;
    background: #d2b66c;
    position: absolute;
    left: 140px;
    top: 15px;
}

.comm-title > span {
    display: block;
    color: #818181;
    letter-spacing: 0.4em;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.content-text-left > p {
    margin: 15px 0;
}

.comm-image-area {
    float: right;
    width: 58%;
    position: relative;
    margin-top: 48px;
}

.comm-image-area img {
    width: 100%;
}

.content-text-bottom {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.content-text-bottom > p {
    margin: 15px;
}

.ip-section-title {
    color: #114477;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    line-height: 1;
}

#comm-details-cta {
    position: relative;
    width: 100%;
    max-width: 1140px;
    text-align: center;
    margin: 50px auto 0;
}

.comm-cta-list {
    display: block;
    font-size: 0;
    width: 100%;
}

.comm-cta-list a {
    display: inline-block;
    position: relative;
    width: 23.3333%;
    max-width: 360px;
    height: 100px;
    border: 1px solid #d2b66c;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: none;
    text-decoration: none;
}

.comm-cta-list a:before {
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.comm-cta-list a span {
    position: relative;
    vertical-align: middle;
    color: #818181;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 21px;
    outline: none;
    text-decoration: none;
    display: inline-block;
}

.comm-cta-list a:hover {
    background: #d2b66c;
}

.comm-cta-list a:hover span {
    color: #fff;
}


/*** custom blog template ***/

.page-template-template-blog #inner-page-wrapper {
    background: url(images/custom-ip-bg.jpg) repeat-y;
    background-size: 100%;
    margin-bottom: 0;
    padding-top: 90px;
}

.blog-custom .left-wrap,
.blog-custom .right-wrap {
    display: block;
    background: #fff;
}

.blog-custom .left-wrap {
    padding: 30px;
}

.blog-custom .left-wrap .sub-title {
    font-size: 48px !important;
    color: #114477;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    display: inline-block;
    margin: 0 !important;
}

.blog-custom .left-wrap .sub-title span {
    display: block;
    font-size: 21px;
    color: #818181;
    position: relative;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.blog-custom .left-wrap .sub-title span:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 2px;
    right: -63px;
    top: 50%;
    margin-top: -1px;
    background: #d2b66c;
}

.blog-custom .left-wrap .blog-list {
    display: block;
    margin-top: 45px;
    border-bottom: 1px solid #d9d9d9;
}

.blog-custom .left-wrap .blog-list .blog-item {
    display: block;
    font-size: 0;
    margin-bottom: 60px;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-img {
    display: inline-block;
    width: 42%;
    position: relative;
    padding: 0 20px 20px 0;
    vertical-align: middle;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-img:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #d2b66c;
    z-index: 0;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-img canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-details {
    display: inline-block;
    width: 58%;
    padding: 0 30px 0 30px;
    vertical-align: middle;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-details .blog-title {
    font-size: 20px;
    color: #121212;
    font-weight: 600;
    display: block;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-date {
    font-size: 12px;
    font-weight: 300;
    color: #a2a1a1;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}

.blog-custom .left-wrap .blog-list .blog-item .blog-excerpt {
    font-size: 17px;
    font-weight: 300;
    color: #3a3a3a;
    display: block;
    line-height: 24px;
}

.blog-custom .left-wrap a.blog-btn {
    width: 195px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #114477;
    display: block;
    margin-top: 40px;
    text-decoration: none;
    border: 2px solid #114477;
    text-transform: uppercase;
}

.blog-custom .left-wrap a.blog-btn:hover {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff;
}

.blog-custom .left-wrap .blog-pagination {
    display: block;
    margin-top: 35px;
    text-align: center;
}

.blog-custom .left-wrap .blog-pagination .fast-back,
.blog-custom .left-wrap .blog-pagination .fast-forward,
.blog-custom .left-wrap .blog-pagination .prev-page,
.blog-custom .left-wrap .blog-pagination .next-page {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    vertical-align: middle;
}

.blog-custom .left-wrap .blog-pagination .fast-back,
.blog-custom .left-wrap .blog-pagination .fast-forward {
    background: #6c6d6f;
}

.blog-custom .left-wrap .blog-pagination .fast-back em,
.blog-custom .left-wrap .blog-pagination .fast-forward em {
    font-style: normal !important;
}

.blog-custom .left-wrap .blog-pagination .prev-page,
.blog-custom .left-wrap .blog-pagination .next-page {
    background: #d2b66c;
}

.blog-custom .left-wrap .blog-pagination .current-page {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #d2b66c;
    font-weight: 700;
    margin: 0 5px;
}

.blog-custom .left-wrap .blog-pagination .current-page span {
    width: 40px;
    text-align: center;
    border: 1px solid #d2b66c;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.blog-custom .right-wrap {
    padding: 30px 20px;
}

.blog-custom .right-wrap .categories-title {
    font-size: 48px;
    color: #d2b66c;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    line-height: 1;
    margin-bottom: 70px;
    letter-spacing: 3px;
}

.blog-custom .right-wrap form {
    font-size: 0;
    display: block;
    margin-bottom: 40px !important;
}

.blog-custom .right-wrap input {
    display: inline-block;
    height: 33px;
    line-height: 31px;
    width: calc(100% - 35px);
    border: 1px solid #474747;
    border-right: 0;
    padding: 0 10px;
    font-size: 13px;
    color: #474747;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.blog-custom .right-wrap .search-sub {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #114477;
    height: 33px;
    position: relative;
    vertical-align: top;
    width: 35px;
    position: relative;
}

.blog-custom .right-wrap .search-sub:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-custom .right-wrap input[type="submit"] {
    text-align: center;
    font-size: 0;
    color: #fff;
    border: 0;
    vertical-align: top;
    background: transparent;
    width: 100%;
}

.blog-custom .right-wrap .category-list {
    display: block;
    margin-left: 0;
}

.blog-custom .right-wrap .category-list a {
    display: block;
    width: 100%;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    color: #474747;
}

.blog-custom .right-wrap .category-list a span {
    display: inline-block;
    position: relative;
    padding: 7px 0;
    font-weight: 500;
}

.blog-custom .right-wrap .category-list a span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #d2b66c;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
}

.blog-custom .right-wrap .category-list a:hover span:after {
    opacity: 1;
    width: 100%;
}


/*** blog details ***/

.page-template-template-blog-details #content-full {
    margin-top: 0;
}

.page-template-template-blog-details .blog-custom .left-wrap,
.page-template-template-blog-details .blog-custom .right-wrap {
    background: transparent;
}

.page-template-template-blog-details .blog-custom .left-wrap {
    padding: 0 30px;
}

.page-template-template-blog-details .blog-custom .right-wrap {
    padding-top: 65px;
}

.page-template-template-blog-details #content .blog-custom .left-wrap .entry-title {
    margin: 0;
    padding: 40px 20px;
    background: #114477;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    display: block;
    margin-top: -65px;
}

.page-template-template-blog-details #content .blog-custom .left-wrap .entry-title span {
    position: relative;
    padding: 0 17px;
    display: block;
}

.page-template-template-blog-details #content .blog-custom .left-wrap .entry-title span em {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-top: 15px;
    font-style: normal;
}

.page-template-template-blog-details #content .blog-custom .left-wrap .entry-title span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8%;
    width: 2px;
    height: 92%;
    background: #d2b66c;
}

.page-template-template-blog-details p#breadcrumbs {
    margin: 55px 0;
}

.page-template-template-blog-details .blog-details {
    color: #3a3a3a;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 65px;
}

.page-template-template-blog-details .blog-details a {
    color: #3a3a3a;
    text-decoration: none;
}

.page-template-template-blog-details .blog-details canvas {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    margin-bottom: 50px;
}

.page-template-template-blog-details .blog-details .full-report {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #114477;
    margin: 30px 0;
}

.page-template-template-blog-details .blog-details .full-report a {
    color: #114477;
}

.page-template-template-blog-details .blog-details .full-report a span {
    color: #d2b66c;
}

.page-template-template-blog-details .left-wrap a.blog-btn {
    display: inline-block;
    margin: 0 10px 0 0;
}


/*** listings template ***/

.page-template-template-listings .listings-tab {
    position: fixed;
    left: -275px;
    margin-left: 20px;
    top: 50%;
    transform: rotate(-90deg);
    width: 550px;
    height: 45px;
    z-index: 999;
    font-size: 0;
}

.page-template-template-listings .listings-tab a {
    display: inline-block;
    padding: 0 25px;
    background: rgba(105, 105, 105, .85);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 1px;
    text-decoration: none;
    letter-spacing: 2px;
}

.page-template-template-listings.page-id-124 .listings-tab a.list1,
.page-template-template-listings.page-id-122 .listings-tab a.list2,
.page-template-template-listings.page-id-120 .listings-tab a.list3 {
    background: #d2b66c;
}

.page-template-template-listings .ip-image canvas {
    background: url(images/listings-condo-banner.jpg);
    background-size: cover;
}

.page-template-template-listings.page-id-122 .ip-image canvas {
    background: url(images/listings-lofts-banner.jpg);
    background-size: cover;
}

.page-template-template-listings.page-id-124 .ip-image canvas {
    background: url(images/listings-luxury-banner.jpg);
    background-size: cover;
}

.page-template-template-listings #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-listings .listings-top {
    display: block;
    margin-top: 105px;
    padding-bottom: 55px;
    position: relative;
}

.page-template-template-listings p#breadcrumbs {
    margin: 0;
    max-width: 28%;
}

.page-template-template-listings .listings-top .listings-search {
    position: absolute;
    top: 0;
    right: 5%;
    width: 100%;
    max-width: 590px;
}

.page-template-template-listings .listings-top .listings-search form {
    margin: 0 !important;
    font-size: 0;
}

.page-template-template-listings .listings-top .search-wrap {
    border-bottom: 1px solid #c1c1c1;
    font-size: 0;
    display: inline-block;
    width: 58.33%;
    vertical-align: middle;
}

.page-template-template-listings .listings-top .search-wrap input {
    width: calc(100% - 40px);
    border: 0;
    font-size: 18px;
    color: #6f6f6f;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
}

.page-template-template-listings .listings-top .search-wrap .search-sub {
    display: inline-block;
    width: 40px;
    height: 32px;
    text-align: center;
    color: #114477;
    font-size: 20px;
}

.page-template-template-listings .listings-top .search-wrap .search-sub:before {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-template-listings .listings-top .search-wrap .search-sub input {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 32px;
    background: transparent;
    position: relative;
}

.page-template-template-listings .listings-top .list-sort {
    display: inline-block;
    margin-left: 5%;
    padding-left: 5%;
    width: 34.67%;
    height: 32px;
    border-left: 1px solid #c1c1c1;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 32px;
    text-transform: uppercase;
    vertical-align: middle;
}

.page-template-template-listings .listings-top .list-sort span {
    display: inline-block;
    color: #114477;
    font-weight: 700;
    font-size: 24px;
    margin-right: 10px;
}

.page-template-template-listings .listings-top .list-sort em {
    font-style: normal;
    color: #d2b66c;
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}

.page-template-template-listings .listings-top .list-sort em.ai-font-arrow-b-d {
    margin-left: 12%;
}

.page-template-template-listings .listings-wrap {
    margin: 2px -2px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.page-template-template-listings .listings-wrap .listings-item {
    padding: 3px;
    width: 50%;
    display: inline-block;
}

.page-template-template-listings .listings-wrap .listings-item a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    overflow: hidden;
}

.page-template-template-listings .listings-wrap .listings-item a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/listings-template-overlay.png');
    background-size: cover;
    z-index: 5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.page-template-template-listings .listings-wrap .listings-item a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}

.page-template-template-listings .listings-wrap .listings-item a:hover:after {
    opacity: 1;
}

.page-template-template-listings .listings-wrap .listings-item a .hover-bldg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url('images/listings-template-bldg.png') bottom center no-repeat;
    background-size: 100%;
    transform: scale(.8);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.page-template-template-listings .listings-wrap .listings-item a:hover .hover-bldg {
    opacity: 1;
    transform: scale(1);
}

.page-template-template-listings .listings-wrap .listings-item a canvas {
    display: block;
    width: 100%;
    height: 448px;
    background-size: cover;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-details {
    position: absolute;
    left: 7%;
    bottom: -80px;
    padding-left: 5.68%;
    padding-bottom: 155px;
    z-index: 10;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.page-template-template-listings .listings-wrap .listings-item a:hover .listings-details {
    bottom: 70px;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-details:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d2b66c;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-details span {
    display: block;
    line-height: 1;
    font-size: 19px;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-details span.listings-desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    letter-spacing: .2px;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-details span.listings-price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 18px;
}

.page-template-template-listings .listings-wrap .listings-item a .listings-view-det {
    position: absolute;
    bottom: 70px;
    left: 12.68%;
    width: 195px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #d2b66c;
    z-index: 99;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.page-template-template-listings .listings-wrap .listings-item a:hover .listings-view-det {
    opacity: 1;
}

.page-template-template-listings .listings-buttons {
    padding: 50px 0;
}

.page-template-template-listings .listings-buttons a {
    display: block;
    max-width: 360px;
    margin: 0 auto;
    height: 100px;
    line-height: 96px;
    border: 2px solid #d2b66c;
    text-align: center;
    font-size: 21px;
    color: #818181;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-template-template-listings .listings-buttons a:hover {
    background: #d2b66c;
    color: #fff;
}

.news-title,
.news-photo {
    cursor: pointer;
}

.input-page {
    width: 40px;
    text-align: center;
    border: 1px solid #d2b66c;
    vertical-align: middle;
}

.input-form {
    display: inline-block;
    margin-right: 7px;
}

h1.entry-title {
    font-size: 63px;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

span.comm-tag em {
    margin-bottom: 10px !important;
}

.page-template-comm-toronto .title-comm {
    text-transform: uppercase;
    font-size: 39px;
    padding-top: 20px;
}

.custom-community-template-default #inner-page-wrapper .container {
    width: 100%;
}

.comm-content-text {
    max-width: 1372px;
    float: right;
    padding-left: 15px;
}

.content-text-left {
    padding-right: 200px;
}

.video-hp img.img-responsive.show-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*mls search popup*/

.ppop-mls-search {
    display: none;
}

.ppop-mls-search-wrapper .ppop-mls-search {
    display: block;
    position: relative;
}

.aiosp-bg.ppop-mls-search-wrapper {
    background: transparent;
}

.ppop-mls-search-box {
    background: rgba(16, 64, 111, .95);
}

.ppop-mls-search-wrapper .aiosp-container {
    padding: 0;
    overflow-y: scroll;
}

.ppop-mls-search-wrapper .aiosp-close {
    position: absolute;
    top: 75px;
    right: 77px;
    width: 55px;
    height: 55px;
    background: url(images/close-default.png);
    transform: scale(.84) translateZ(0);
    cursor: pointer;
    font-size: 0!important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    outline: none;
    opacity: 0!important;
}

.ppop-mls-search-wrapper .aiosp-close:hover {
    transform: scale(1);
    background: url(images/close-hover.png);
}


/* animations */

.aiosp-ready .ppop-mls-search-box {
    opacity: 1;
}

.aiosp-ready.ppop-mls-search-wrapper .aiosp-close {
    opacity: 1!important;
}

.ppop-mls-search-box,
.aiosp-removing .ppop-mls-search-box,
.aiosp-removing .ppop-mls-search {
    opacity: 0;
}

.aiosp-removingppop-mls-search-wrapper .aiosp-close {
    opacity: 0!important;
}

.aiosp-ready .ppop-mls-search-body {
    transform: translateY(0);
}

.ppop-mls-search-body,
.aiosp-removing .ppop-mls-search-body {
    transform: translateY(-200px);
}


/* animations */

body.ppop-mls-search-open {
    overflow: hidden;
}

.ppop-mls-search-body {
    padding: 157px 0 186px;
}

.ppop-mls-search-body hr {
    opacity: .3;
    margin: 33px 0;
}

.ppop-mls-search-input-container {}

.ppop-mls-search-input-field {
    position: relative;
}

.ppop-mls-search-body h2 {
    font: 500 20px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
}

#ppop-mls-search-input {
    width: 100%;
    font: 300 85px 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .29);
    margin: 42px 0 0;
    height: 106px !important;
    border: none !important;
}

#ppop-mls-search-input:focus + .ppop-mls-search-input-dropdown {
    display: block;
}

.ppop-mls-search-input-dropdown {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 4px;
    width: 571px;
    max-width: 100%;
    max-height: 470px;
    border-radius: 5px;
    z-index: 10;
    margin-top: -9px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.ppop-mls-search-input-dropdown.open {
    display: block;
}

.ppop-mls-search-input-dropdown-section {
    font: 300 21.4px/1 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    color: #a6a6a6;
    padding: 15px 15px 13px;
    border-bottom: 1px solid #949494;
    user-select: none;
}

.ppop-mls-search-input-dropdown ul {
    font: 600 17px/1 'Barlow Semi Condensed', sans-serif;
    color: #1d1e1f;
    text-transform: uppercase;
    padding: 3px 0px;
}

.ppop-mls-search-input-dropdown ul li {
    /*padding: 5px 15px;*/
    padding: 0;
    cursor: pointer;
}

.ppop-mls-search-input-dropdown ul li a {
    display: block;
    padding: 5px 15px;
}

.ppop-mls-search-input-dropdown ul li:hover {
    background: #10406f;
    color: #fff;
}

.ppop-mls-search-input-dropdown ul li:hover a {
    color: #FFF;
    text-decoration: none;
}

.ppop-mls-search-links {
    text-align: right;
}

.ppop-mls-search-links h2 {
    margin-bottom: 56px;
}

.ppop-mls-search-links li {
    line-height: 1;
    margin-bottom: 4px;
}

.ppop-mls-search-links li a {
    font: 300 17px/1 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    text-decoration: none;
}

.ppop-mls-search-links li a:hover {
    color: #d2b66c;
}

.ppop-mls-search-title {
    margin: 25px 0 34px;
}

.ppop-mls-search-neighborhoods-list {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.ppop-mls-search-neighborhoods-cell {
    padding: 0 2.5px 5px;
}

.ppop-mls-search-neighborhoods-cell a {
    display: block;
    position: relative;
}

.ppop-mls-search-neighborhoods-cell-img {
    line-height: 1;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.ppop-mls-search-neighborhoods-cell-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.ppop-mls-search-neighborhoods-cell-img canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.ppop-mls-search-neighborhoods-cell a:hover canvas {
    transform: scale(1.1);
}

.ppop-mls-search-neighborhoods-cell a h3 {
    position: absolute;
    font-size: 20px;
    font: 600 25px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .02em;
    left: 8%;
    bottom: 17px;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
}

.ppop-mls-search,
.ppop-mls-search-box,
.ppop-mls-search-body {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.filter-field-btn,
.mlss-d-filter-field-btn input,
.mdss-d-navigation button,
.ppop-mls-search-input-dropdown ul li,
.ppop-mls-search-links li a,
.ppop-mls-search-neighborhoods-cell-img canvas {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/*search mls details*/

.page-template-template-search-mls-details #inner-page-wrapper {
    margin-bottom: 0;
}

.fixed-header.search-mls-details-header {
    top: 0;
}

.mls-d-container {
    padding-top: 76px;
}

.mls-d-container #content-full {
    margin-top: 0;
}

.mls-d-container #breadcrumbs {
    display: none;
}

.mlss-d-wrap {}

.mlss-d-wrap .page {
    opacity: 0;
    z-index: 0;
    height: 70px;
}

.mlss-d-filter {
    font-size: 0;
    padding: 18px 33px 15px;
}

.mlss-d-filter-field-lg {
    /*width: 270px;*/
    width: 17.65%;
    padding-right: 33px;
}

.mlss-d-filter-field-sm {
    /*width: 124px;*/
    width: 8.1%;
    padding-right: 11px;
}

.mlss-d-filter-field-range {
    /*width: 303px;*/
    width: 19.8%;
    padding-right: 43px;
    padding-left: 20px;
}

.mlss-d-filter-field-btn {
    /*width: 239px;*/
    width: 15.5%;
    padding-right: 38px;
}

.mlss-d-filter-field-sort {
    /*width: 199px;*/
    width: 13.2%;
    padding: 11px 4px;
    text-align: right;
}

.mlss-d-filter-field-sort:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    background: #d0d0d0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mlss-d-filter-field-sort span {
    font: 16px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #3e3e3e;
    text-transform: uppercase;
    vertical-align: middle;
    /*margin-right: 25px;*/
    padding-right: 9%;
    width: 52%;
    display: inline-block;
}

.mlss-d-filter-field-sort span i {
    font-size: 20px;
    color: #818181;
    font-style: normal!important;
    font-weight: 700;
    /*margin-right: 5px;*/
    margin-right: 3%;
}

.mlss-d-filter-field-sort button {
    background: none;
    border: none;
    font-size: 46px;
    color: #d2b66c;
    padding: 0;
    line-height: 0px;
    vertical-align: middle;
    height: 27px;
    outline: none;
    width: 24%;
    display: inline-block;
}

.mlss-d-filter-field-sort button.ai-font-arrow-b-d {
    /*margin-right: -9px;*/
    right: -9px;
}

.mlss-d-filter-field {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mlss-d-filter-field label {
    font: 13px/1 'Barlow', sans-serif;
    color: #3e3e3e;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}

.mlss-d-filter-field select {
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, .5);
    font: 300 13px/1 'Barlow', sans-serif;
    color: #818181;
    background: url(images/icon-mls-search-arrow-d.png) 96% center no-repeat;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mlss-d-filter-field select::-ms-expand {
    display: none;
}

.mlss-d-filter-field-btn input {
    width: 100%;
    height: 50px;
    border: 2px solid #818181;
    background: transparent;
    font: 16px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    color: #3e3e3e;
    text-transform: uppercase;
}

.mlss-d-filter-field-range {}

.mlss-d-filter-field-range input[id^="mlss-d-filter-field-amount-"],
span#mlss-d-filter-field-amount-less,
span#mlss-d-filter-field-amount-great {
    width: 50%;
    display: inline-block;
    font: 300 13px/1 'Barlow', sans-serif;
    color: #818181;
    border: none;
    margin: 4px 0 3px;
    user-select: none;
}

.mlss-d-filter-field-range #mlss-d-filter-field-amount-great,
span#mlss-d-filter-field-amount-great {
    text-align: right;
}

.mlss-d-filter-field-range .ui-slider-horizontal {
    border: none;
    height: 14px;
    background: transparent;
    cursor: pointer;
}

.mlss-d-filter-field-range .ui-slider-horizontal:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d2b66c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mlss-d-filter-field-range .ui-slider-horizontal .ui-slider-range {
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mlss-d-filter-field-range .ui-state-default {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d2b66c;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mlss-d-body {
    font-size: 0;
}

.mlss-d-map {
    /*width: 50.61%;*/
    width: 100%;
    vertical-align: top;
}

#ihf-map-canvas {
    width: 50.61% !important;
    height: 561px;
}

.page-template-template-listings-details #ihf-map-canvas {
    width: 100% !important;
}

.mlss-d-map #ihf-map-canvas {
    width: 50.61% !important;
    height: 561px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.mlss-d-list {
    /*width: 49.9%;*/
    width: 49.39%;
    height: 561px;
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 14px 0 25px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.mlss-d-item {
    /*width: 50%;*/
    width: 49.39%;
    display: inline-block;
    vertical-align: top;
    padding: 0 3.5px 7px;
}

.mlss-d-item a {
    display: block;
    position: relative;
}

.mlss-d-item-img {
    position: relative;
}

.mlss-d-item-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 162px;
    bottom: 0;
    left: 0;
    background: url(images/overlay-mls-details.png) bottom left repeat-x;
}

.mlss-d-item-img canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.mlss-d-item-details {
    position: absolute;
    /*left: 34px;
            right: 34px;*/
    left: 9.7%;
    right: 9.7%;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #d2b66c;
    /*padding: 0 20px 48px;*/
    padding: 0 20px 13.7%;
    z-index: 1;
}

.mlss-d-item-address {
    font: 500 12.6px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #fff;
}

.mlss-d-item-address span {
    display: block;
    font: 400 9.28px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    margin-top: 3px;
}

.mlss-d-item-price {
    font: 600 19.89px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    color: #fff;
    margin-top: 12px;
}

.mdss-d-navigation {
    text-align: center;
    position: relative;
    padding: 32px 60px;
}

.mdss-d-navigation:after {
    content: '';
    display: block;
    clear: both;
}

.mdss-d-navigation button:first-child {
    /* left: 18px;*/
}

.mdss-d-navigation button:last-child {
    /* right: 18px;*/
}

.mdss-d-navigation button {
    width: 38px;
    height: 38px;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    color: #3e3e3e;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
}

.mdss-d-navigation button:hover,
.mlss-d-filter-field-btn input:hover {
    color: #fff;
    background: #d2b66c;
    border-color: #d2b66c;
}

.mdss-d-navigation-details {
    font: 14px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #818181;
    text-transform: uppercase;
}


/*listings new*/

.listings-lc-banner {
    background: url(images/listings-luxury-condos-lofts-banner.jpg) center/cover no-repeat;
}

.listings-lc-banner canvas {
    height: 449px;
}

.listings-condos-banner canvas {
    height: 449px;
}

.listings-loft-banner canvas {
    height: 449px;
}

.listings-lc-banner.ip-image:before {
    background: rgba(0, 0, 0, .25);
}

.listings-loft-banner.ip-image:before {
    background: rgba(0, 0, 0, .25);
}

.listings-condos-banner.ip-image:before {
    background: rgba(0, 0, 0, .25);
}
.listings-condos-banner.ip-image:before {
    background: url(images/overlay-contact-page.png) top center/cover no-repeat;
    z-index: 1;
}

.listings-lc-banner.ip-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 269px;
    top: 0;
    left: 0;
    background: url(images/overlay-listings-luxury-condos-lofts-banner.png) top left repeat-x;
}

.listings-lc-banner .page-title {
    position: absolute;
    width: 100%;
    bottom: 59px;
    left: 0;
    z-index: 2;
}

.listings-loft-banner .page-title {
    position: absolute;
    width: 100%;
    bottom: 59px;
    left: 0;
    z-index: 2;
}

.listings-condos-banner .page-title {
    position: absolute;
    width: 100%;
    bottom: 59px;
    left: 0;
    z-index: 2;
}

.listings-lc-banner .title-wrap {
    position: relative;
    left: -42px;
}

.listings-loft-banner .title-wrap {
    position: relative;
    left: -42px;
}

.listings-condos-banner .title-wrap {
    position: relative;
    left: -42px;
}

.listings-lc-banner span.line-before {
    width: 303px;
    height: 83px;
    border-top: 18px solid #d2b66c;
    border-left: 18px solid #d2b66c;
    position: absolute;
    top: -109px;
    left: 42px;
}

.listings-loft-banner span.line-before {
    width: 303px;
    height: 83px;
    border-top: 18px solid #d2b66c;
    border-left: 18px solid #d2b66c;
    position: absolute;
    top: -119px;
    left: 42px;
}

.listings-condos-banner span.line-before {
    width: 303px;
    height: 83px;
    border-top: 18px solid #d2b66c;
    border-left: 18px solid #d2b66c;
    position: absolute;
    top: -119px;
    left: 42px;
}

.listings-lc-banner span.line-after {
    width: 323px;
    height: 93px;
    border-bottom: 18px solid #d2b66c;
    border-right: 18px solid #d2b66c;
    position: absolute;
    top: 100%;
    margin-top: 39px;
    left: 92px;
}

.listings-loft-banner span.line-after {
    width: 323px;
    height: 93px;
    border-bottom: 18px solid #d2b66c;
    border-right: 18px solid #d2b66c;
    position: absolute;
    top: 100%;
    margin-top: 39px;
    left: 92px;
}

.listings-condos-banner span.line-after {
    width: 323px;
    height: 93px;
    border-bottom: 18px solid #d2b66c;
    border-right: 18px solid #d2b66c;
    position: absolute;
    top: 100%;
    margin-top: 39px;
    left: 92px;
}

.listings-lc-banner h1.entry-title {
    font: 600 63px/1 'Barlow Semi Condensed', sans-serif !important;
    letter-spacing: .05em;
    color: #fff;
}

.listings-loft-banner h1.entry-title {
    font: 600 63px/1 'Barlow Semi Condensed', sans-serif !important;
    letter-spacing: .05em;
    color: #fff;
}

.listings-condos-banner h1.entry-title {
    font: 600 63px/1 'Barlow Semi Condensed', sans-serif !important;
    letter-spacing: .05em;
    color: #fff;
}

.listings-lc-wrap {
    margin-bottom: 0;
    padding: 100px 0 0;
}

.listings-lc-wrap .listings-lc-container,
.listings-lc-wrap .listings-lc-container #content-full {
    padding: 0;
    margin: 0;
}

.listings-lc-wrap #content p#breadcrumbs {
    font: 300 15px/1 'Barlow', sans-serif;
    color: #818181;
    letter-spacing: .05em;
}

.listings-lc-wrap #content p#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

.listings-lc-container {
    position: relative;
}

.listings-lc-filter {
    position: absolute;
    width: 655px;
    /*height: 266px;*/
    bottom: 100%;
    right: 0;
    background: rgba(17, 68, 119, .95);
    font-size: 0;
}

.listings-lc-filter-form {
    padding: 29px 30px 5px;
}

.listings-lc-filter-form label {
    display: block;
    font: 13px/1 'Barlow', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.listings-lc-filter-field-sm {
    width: 25%;
}

.listings-lc-filter-field {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 24px;
}

.listings-lc-filter-field-last {
    margin-top: 7px;
}

.listings-lc-filter-field select {
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font: 300 13px/1 'Barlow', sans-serif;
    color: #fff;
    background: transparent url(images/icon-mls-search-arrow-d-alt.png) 96% center no-repeat;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.listings-lc-filter-field select option {
    background: #fff;
    color: #000;
}

.listings-lc-filter-field select::-ms-expand {
    display: none;
}

.listings-lc-filter-field input[id^="listings-lc-filter-amount-"],
.listings-lc-filter-field span {
    width: 50%;
    display: inline-block;
    font: 300 13px/1 'Barlow', sans-serif;
    color: #fff;
    background: transparent;
    border: none;
    margin: 4px 0 3px;
    user-select: none;
}

.listings-lc-filter-field #listings-lc-filter-amount-great {
    text-align: right;
}

.listings-lc-filter-field-range .ui-slider-horizontal {
    border: none;
    height: 14px;
    background: transparent;
    cursor: pointer;
}

.listings-lc-filter-field-range .ui-slider-horizontal:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d2b66c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.listings-lc-filter-field-range .ui-slider-horizontal .ui-slider-range {
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.listings-lc-filter-field-range .ui-state-default {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d2b66c;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.filter-field-btn {
    width: 100%;
    max-width: 202px;
    height: 50px;
    border: 2px solid #fff;
    background: transparent;
    font: 16px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    color: #fff;
    text-transform: uppercase;
}

.filter-field-btn:hover {
    color: #114477;
    background: #fff;
    border-color: #fff;
}

.listings-lc-filter-field-sort {
    text-align: right;
    padding-top: 13px;
    position: relative;
}

.listings-lc-filter-field-sort span:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #c1c1c1;
}

.listings-lc-filter-field-sort span {
    font: 16px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 14px;
    position: relative;
}

.listings-lc-filter-field-sort span i {
    font-size: 20px;
    color: #fff;
    font-style: normal!important;
    font-weight: 700;
    /* margin-right: 5px; */
    margin-right: 3%;
}

.listings-lc-filter-field-sort button {
    background: none;
    border: none;
    font-size: 46px;
    color: #d2b66c;
    padding: 0;
    line-height: 0px;
    vertical-align: middle;
    height: 27px;
    outline: none;
    display: inline-block;
}

.listings-lc-filter-field-sort button.ai-font-arrow-b-d {
    right: -9px;
}

.listings-lc {
    position: relative;
    margin: 66px 0 0;
    padding: 7px 0 0;
}

.listings-lc-row {
    overflow: hidden;
}

.listings-lc-list {
    margin-left: -3px;
    margin-right: -3px;
    font-size: 0;
}

.listings-lc-item {
    width: 33.33%;
    padding: 0 3px 6px;
    display: inline-block;
    vertical-align: top;
}

.listings-lc-item a {
    display: block;
    position: relative;
}

.listings-lc-item-img {
    position: relative;
}

.listings-lc-item-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 245px;
    bottom: 0;
    left: 0;
    background: url(images/overlay-mls-details.png) bottom left/auto 100% repeat-x;
}

.listings-lc-item-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(images/overlay-listings-luxury-condos-lofts.png) bottom left/cover repeat-x;
    opacity: 0;
}

.listings-lc-item-img canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.listings-lc-item-details {
    position: absolute;
    /*left: 34px;
                right: 34px;*/
    left: 9.5%;
    right: 9.5%;
    bottom: 0;
    margin: auto;
    border-left: 2px solid #d2b66c;
    /*padding: 0 20px 48px;*/
    padding: 0 5.6% 13.7%;
    z-index: 1;
}

.listings-lc-item-address {
    font: 500 19px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #fff;
}

.listings-lc-item-address span {
    display: block;
    font: 400 14px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    margin-top: 4px;
}

.listings-lc-item-price {
    font: 600 30px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    color: #fff;
    margin-top: 16px;
}

.listings-lc-item-mls {
    font: 600 30px/1 'Barlow', sans-serif;
    color: #fff;
    font-size: 18px;
    margin-top: 7px;
}

.listings-lc-item-bbs,
.listings-lc-item-status {
    font: 600 30px/1 'Barlow', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
}

.listings-lc-item-btn {
    width: 195px;
    height: 60px;
    background: #d2b66c;
    border: 1px solid #d2b66c;
    color: #fff;
    font: 20px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    margin-left: -8px;
}

.listings-lc-item a:hover .listings-lc-item-details {
    padding-bottom: 29.9%;
    bottom: 8.23%;
}

.listings-lc-item a:hover .listings-lc-item-price {
    margin-top: 7.1%;
}

.listings-lc-item a:hover .listings-lc-item-btn {
    margin-top: 26.5%;
    opacity: 1;
}

.listings-lc-item a:hover .listings-lc-item-img:after {
    opacity: 1;
}

.listings-lc-item a:hover .listings-lc-item-img:before {
    opacity: 0;
}

.listings-lc-btn {
    padding: 70px 15px;
}

.listings-lc-btn a {
    display: block;
    width: 360px;
    max-width: 100%;
    height: 102px;
    border: 2px solid #d2b66c;
    text-align: center;
    font: 21px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #818181;
    text-transform: uppercase;
    text-decoration: none;
    padding: 38px 0 39px;
}

.listings-lc-btn a:hover {
    background: #d2b66c;
    color: #fff;
}

.listings-lc-btn a,
.listings-lc-item-details,
.listings-lc-item-price,
.listings-lc-item-btn,
.listings-lc-item-img:before,
.listings-lc-item-img:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/*Home Valuation*/

.page-template-template-home-valuation {}

.page-template-template-home-valuation #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-template-home-valuation #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-home-valuation #breadcrumbs {
    display: none;
}

.page-template-template-home-valuation #content-full {
    margin-top: 0;
}

.page-template-template-home-valuation .ip-image {
    display: none;
}

.custom-home-valuation-wrap {
    min-height: 854px;
    background: url(images/bg-custom-home-valuation.jpg) bottom center/cover no-repeat;
    position: relative;
}

.custom-home-valuation-wrap:before,
.custom-home-valuation-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.custom-home-valuation-wrap:before {
    height: 269px;
    top: 0;
    left: 0;
    background: url(images/overlay-listings-luxury-condos-lofts-banner.png) top left repeat-x;
}

.custom-home-valuation-wrap:after {
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.chv-inner {
    position: relative;
    z-index: 1;
    color: #fff;
}

.chv-page.chv-page-1 {
    padding: 289px 15px 229px;
}

.chv-page.chv-page-2 {
    padding: 228px 15px 126px;
}

.chv-page {
    display: none;
}

.chv-page.active {
    display: block;
}

#content .chv-title {
    text-align: center;
    font: 300 63px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 27px;
}

#content .chv-page.chv-page-2 .chv-title {
    font: 300 50px/55px 'Barlow Semi Condensed', sans-serif;
    max-width: 1024px;
    padding: 0;
    margin: 0 auto;
    word-break: break-word;
}

.chv-tagline {
    text-align: center;
    font: 300 17px/24px 'Barlow', sans-serif;
    letter-spacing: .02em;
    margin-bottom: 66px;
}

.chv-page-1 .chv-form {
    max-width: 291px;
}

.chv-page-2 .chv-form {
    max-width: 341px;
    margin-top: 60px;
}

.chv-form {
    margin: 0 auto;
}

.chv-page-2 .chv-field {
    margin-bottom: 11.5px;
}

.chv-field {
    display: block;
    margin: 0 auto;
    position: relative;
}

.chv-field-address {}

.chv-field-address i {
    position: absolute;
    left: 1px;
    top: 13px;
    font-size: 16px;
    font-style: normal!important;
}

.chv-field-address input[type="text"] {
    padding-left: 28px;
}

.chv-field input[type="text"],
.chv-field input[type="tel"],
.chv-field input[type="email"],
.chv-field.chv-field-timeframe button {
    width: 100%;
    height: 41px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font: 300 15px/1 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #fff;
}

.chv-field.chv-field-timeframe button {
    padding: 0;
    text-align: left;
    position: relative;
    outline: none;
}

.chv-field.chv-field-timeframe button:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
}

.chv-field.chv-field-timeframe button.active:before {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ffffff transparent;
}

#content ul.chv-field-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 20;
    display: none;
}

.chv-field.chv-field-timeframe button.active + ul {
    display: block!important;
}

#content ul.chv-field-dropdown li {
    color: #555;
    font: 300 15px/1 'Barlow', sans-serif;
    padding: 10px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

#content ul.chv-field-dropdown li:hover {
    background: #114477;
    color: #fff;
}

.chv-field input[type="submit"] {
    display: block;
    margin: 31px auto 0;
    height: 60px;
    width: 198px;
    max-width: 100%;
    border: 2px solid #fff;
    background: transparent;
    font: 20px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    color: #fff;
    text-transform: uppercase;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.chv-field input[type="submit"]:hover {
    background: #fff;
    color: #114477;
}

.chv-page-2 .chv-field input[type="submit"] {
    margin: 51px auto 0;
    width: 258px;
}

.chv-page div.wpcf7 form {
    position: relative;
}

.chv-inner div.wpcf7-response-output {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    text-align: center;
    border: none!important;
}

.chv-page .use-floating-validation-tip .wpcf7-form-control-wrap {
    display: block;
}

.chv-page .use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: 0;
    font-size: 12px;
}

.page-id-122 .listings-lc-banner {
    background: url(images/lofts-bg.jpg) center/cover no-repeat;
}

.listings-loft-banner {
    background: url(images/lofts-bg.jpg) center/cover no-repeat;
}

.page-id-120 .listings-lc-banner {
    background: url(images/condos-bg.jpg) center/cover no-repeat;
}

.listings-condos-banner {
    background: url(images/condos-bg.jpg) center/cover no-repeat;
}


/* search MLS modifications */

div#ihf-map-canvas {
    height: 561px !important;
    /* width: 300% !important;
    	left: -50%;*/
}

.page-id-6199 div#ihf-map-canvas {
    height: 300px !important;
    width: 100% !important;
    /* width: 300% !important;
    	left: -50%;*/
}

.leaflet-map-pane {
    /*left: -50%;*/
}

.entry.entry-content.ihf_entry-content >div > div:first-child {
    display: none;
}

.mdss-d-navigation a#nextBtn button {
    right: 18px;
}

.mdss-d-navigation a#prevBtn button {
    left: 18px;
}

.leaflet-container .ihf-map-info-window img {
    max-width: 100% !important;
}

.mlss-d-item-btn {
    width: 150px;
    height: 30px;
    background: #d2b66c;
    border: 1px solid #d2b66c;
    color: #fff;
    font: 14px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    margin-left: -8px;
    line-height: 30px;
}

.mlss-d-item a:hover .mlss-d-item-details {
    padding-bottom: 29.9%;
    bottom: 8.23%;
}

.mlss-d-item a:hover .mlss-d-item-btn {
    margin-top: 26.5%;
    opacity: 1;
}

.mlss-d-item-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 245px;
    bottom: 0;
    left: 0;
    background: url(images/overlay-mls-details.png) bottom left/auto 100% repeat-x;
}

.mlss-d-item-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(images/overlay-listings-luxury-condos-lofts.png) bottom left/cover repeat-x;
    opacity: 0;
}

.mlss-d-item a:hover .mlss-d-item-img:after {
    opacity: 1;
}

.mlss-d-item a:hover .mlss-d-item-img:before {
    opacity: 0;
}

.page-template-template-hire-us-casey .ip-image.listings-lc-banner {
    background: url(images/bg-hire-casey.jpg) center/cover no-repeat;
}

.page-template-template-hire-us-casey .listings-lc-banner.ip-image:before {
    background: none;
}

.page-template-template-hire-us-casey .ip-image.listings-lc-banner canvas {
    height: 449px;
}

#hire-us-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 79px;
}

#hire-us-wrap .hire-us-image {
    float: right;
    width: 43.32%;
    margin-top: -40px;
}

#hire-us-wrap .hire-us-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#hire-us-wrap .hire-us-form {
    width: 40%;
    margin-left: 15%;
    float: left;
    margin-top: 6%;
}

#hire-us-wrap .hire-us-form h2 {
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 29px;
    color: #121212;
}

#hire-us-wrap .hire-us-form .form-col {
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-top: 12px;
}

#hire-us-wrap .hire-us-form .form-col:first-child {
    margin-left: 0;
}

#hire-us-wrap .hire-us-form input[type=text],
#hire-us-wrap .hire-us-form input[type=tel],
#hire-us-wrap .hire-us-form input[type=email],
#hire-us-wrap .hire-us-form textarea {
    border: none;
    border-bottom: solid 1px #a3a3a3;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    font-size: 16px;
    outline: none !important;
    color: #666666;
}

#hire-us-wrap .hire-us-form input[type=submit] {
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    float: none;
    height: 68px;
    margin: 60px auto 0;
    border-color: #114477;
    max-width: 202px;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

#hire-us-wrap .hire-us-form input[type=submit]:hover {
    background-color: #d2b66c;
    color: #FFF;
    border: 1px solid #d2b66c;
}

#hire-us-wrap .hire-us-form textarea {
    height: 60px;
    padding-bottom: 5px;
    resize: none;
    /*margin-top: 15px;*/
}

#hire-us-wrap .hire-us-form .ajax-loader {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#hire-us-wrap .hire-us-form div.wpcf7-response-output {
    margin: 15px 0 0;
    text-align: center;
}

#hire-us-wrap .hire-us-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

#hire-us-wrap .hire-us-form .wpcf7-not-valid-tip {
    position: absolute;
    top: auto !important;
    right: 0;
    bottom: 2px;
    left: auto !important;
    font-size: 14px;
    width: 100%;
}

#hire-us-wrap .bottom-line {
    border-bottom: solid 1px #a3a3a3;
    margin-top: 91px;
}

#hire-us-wrap label.text-uppercase {
    font-size: 17px;
    margin-top: 12px;
    display: block;
    letter-spacing: 1px;
}

#hire-us-wrap input[type="checkbox"] {
    border: 2px solid #555555;
    width: 21px;
    height: 21px;
    vertical-align: top;
    position: absolute;
    left: 0;
    font-size: 0;
}

#hire-us-wrap .custom-captcha-robot {
    font-weight: 300;
    font-family: 'Barlow';
    font-size: 12px;
    line-height: 12px;
    float: left;
    margin-left: 30px;
}

#hire-us-wrap .custom-captcha {
    font: 300 12px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
    margin: 60px 0 0;
}

#hire-us-wrap .custom-captcha span.wpcf7-list-item {
    margin: 0;
}

#hire-us-wrap .custom-captcha span.wpcf7-list-item-label {
    position: relative;
    padding-left: 31px;
    display: block;
}

#hire-us-wrap .custom-captcha span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #555555;
    background: #fff;
}

#hire-us-wrap .custom-captcha .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#hire-us-wrap .custom-captcha .wpcf7-list-item label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hire-us-wrap .custom-captcha .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    width: 6px;
    height: 12px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-template-hire-us-casey .footer .footer-form {
    display: none;
}

.page-template-template-hire-us-casey .listings-lc-wrap #content p#breadcrumbs {
    margin-left: 15%;
}


/*contact page*/

.page-template-template-contact-page {}

.page-template-template-contact-page .ip-image,
.page-template-template-meet-casey-ragan .ip-image,
.page-template-template-hire-us-casey .ip-image,
.page-template-template-listings-condos-new .ip-image,
.page-template-template-listings-condos .ip-image,
.page-template-template-listings-lofts .ip-image,
.page-template-template-listings-lofts-condos .ip-image {
    background: #fff !important;
}

.ip-image canvas {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.page-template-template-contact-page .ip-image canvas {
    background: url(images/bg-contact-page.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-template-template-hire-us-casey .ip-image canvas {
    background: url(images/bg-hire-casey.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-template-template-listings-condos-new .ip-image canvas {
    background: url(images/listings-luxury-condos-lofts-banner.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-id-438 .ip-image canvas {
    background: url(images/featured-listings-bg.jpg?=v1) fixed top center/120% auto no-repeat;
    background-size: cover !important;
}

.ip-image canvas.fp-banner {
    background: url(images/featured-listings-bg.jpg?=v1) fixed top center/120% auto no-repeat;
}

.page-id-4133 .ip-image canvas {
    background: url(images/lofts-page-bg.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-template-template-listings-condos .ip-image canvas {
    background: url(images/condos-bg.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-template-template-listings-lofts .ip-image canvas {
    background: url(images/lofts-bg.jpg?=v1) fixed top center/100% auto no-repeat;
}

.page-template-template-listings-lofts-condos .ip-image canvas {
    background: url(images/listings-luxury-condos-lofts-banner.jpg?=v1) fixed top center/100% auto no-repeat;
}

.ip-image canvas {
    will-change: filter;
}

.ip-image.active canvas {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

html.firefox-true .ip-image.active canvas {
    -webkit-filter: none;
    filter: none;
}

.page-template-template-contact-page .listings-lc-banner.ip-image:before {
    background: url(images/overlay-contact-page.png) top center/cover no-repeat;
    z-index: 1;
}

.page-template-template-contact-page .listings-lc-banner.ip-image:after {
    display: none;
}

.page-template-template-contact-page .footer .footer-form {
    display: none;
}

.page-template-template-contact-page #inner-page-wrapper {
    padding-top: 95px;
    margin-bottom: 69px;
}

.ccntct-wrap {}

.ccntct-git {
    padding: 47px 0 42px;
}

#content .ccntct-wrap h2 {
    font: 600 39px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    color: #114477;
    text-transform: uppercase;
    margin: 0 0 56px;
}

.ccntct-git-form {
    font-size: 0;
    position: relative;
}

.ccntct-git-field {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ccntct-git-field-name {
    display: block;
    font: 300 17px 'Barlow', sans-serif;
    letter-spacing: .05em;
}

.ccntct-git-field-sm:nth-child(odd) {
    padding-left: 10.5px;
}

.ccntct-git-field-sm:nth-child(even) {
    padding-right: 10.5px;
}

.ccntct-git-field-sm {
    width: 50%;
    margin-bottom: 31px;
}

.ccntct-git-field-xs {
    width: 33.33%;
    margin-bottom: 29px;
}

.ccntct-git-field-xs:nth-child(even) {
    padding-right: 10.5px;
}

.ccntct-git-field-xs:nth-child(odd) {
    padding-left: 10.5px;
    padding-right: 10.5px;
}

.ccntct-git-field-xs:nth-child(odd) + .ccntct-git-field-xs:nth-child(even) {
    padding-right: 0;
    padding-left: 10.5px;
}

.ccntct-git-field-lg {
    width: 100%;
}

.ccntct-git-field input[type="text"],
.ccntct-git-field input[type="tel"],
.ccntct-git-field input[type="email"],
.ccntct-git-field input[type="date"],
.ccntct-git-field select,
.ccntct-git-field textarea {
    width: 100%;
    height: 40px;
    font: 300 17px 'Barlow', sans-serif;
    letter-spacing: .05em;
    border: none;
    border-bottom: 1px solid #a3a3a3;
}

.ccntct-git-field input[type="date"] {
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.ccntct-git-field textarea {
    height: 61px;
    resize: none;
    padding-top: 8px;
}

.ccntct-git-field-lg hr {
    margin: 99px 0px 0;
}

.ccntct-git-field-checkbox {
    font: 300 12px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
    margin: 60px 0 0;
}

.ccntct-git-field-checkbox span.wpcf7-list-item {
    margin: 0;
}

.ccntct-git-field-checkbox span.wpcf7-list-item-label {
    position: relative;
    padding-left: 31px;
    display: block;
}

.ccntct-git-field-checkbox span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #555555;
    background: #fff;
}

.ccntct-git-field-checkbox .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ccntct-git-field-checkbox .wpcf7-list-item label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ccntct-git-field-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    width: 6px;
    height: 12px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ccntct-git-field input[type="submit"] {
    display: block;
    width: 201px;
    height: 68px;
    border: 2px solid #114477;
    font: 400 20px 'Barlow', sans-serif;
    background: #fff;
    letter-spacing: .025em;
    color: #114477;
    text-transform: uppercase;
    margin: 63px auto 0;
}

.ccntct-git-field input[type="submit"]:hover {
    background-color: #d2b66c;
    color: #FFF;
    border: 1px solid #d2b66c;
}

.ccntct-git-form .wpcf7-form-control-wrap {
    display: block;
}

.ccntct-git-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.ccntct-git-form div.wpcf7-response-output {
    text-align: center;
    margin: 20px 0 0!important;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
}

.ccntct-git-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -20px;
}

.ccntct-right {
    padding-left: 83px;
}

.ccntct-info {
    position: relative;
    margin-top: -51px;
}

.ccntct-info-inner {
    width: calc( 100% + (100vw - 1140px) / 2);
    padding-right: calc( (100vw - 1140px) / 2);
    padding-top: 110px;
    padding-bottom: 234px;
    background: #114477 url(images/bg-contact-page-contact-info.jpg) center/cover no-repeat;
    position: relative;
}

.ccntct-info-inner:before {
    content: '';
    position: absolute;
    width: 303px;
    height: 84px;
    border: 18px solid #d2b66c;
    border-bottom: none;
    border-right: 0;
    top: 60px;
    left: -45px;
}

.ccntct-info-inner:after {
    content: '';
    position: absolute;
    width: 323px;
    height: 83px;
    border: 18px solid #d2b66c;
    border-top: none;
    border-left: 0;
    bottom: 94px;
    left: 67px;
}

.ccntct-info-logo {
    text-align: center;
}

.ccntct-info-logo img {
    max-width: 100%;
}

.ccntct-info-name {
    font: 400 35px/1 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #fff;
    text-transform: uppercase;
    padding-left: 60px;
    margin-top: 42px;
    margin-bottom: 37px;
}

.ccntct-info-name span {
    display: block;
    font: 400 15px/1 'Barlow', sans-serif;
    letter-spacing: .02em;
    margin-top: 1px;
    text-transform: initial;
}

.ccntct-info-phone,
.ccntct-info-email,
.ccntct-info-address {
    padding-left: 60px;
    font: 400 23px/40px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #fff;
    position: relative;
}

.ccntct-info-item {
    position: relative;
    padding-left: 36px;
}

.ccntct-info-phone .ccntct-info-item a {
    pointer-events: none;
}

.ccntct-info-item a {
    color: #fff;
}

.ccntct-info-item a:hover {
    color: #d2b66c;
    text-decoration: none;
}

.ccntct-info-item i {
    color: #d2b66c;
    position: absolute;
    font-style: normal!important;
    font-size: 18px;
}

.ccntct-info-phone i {
    top: 10px;
    left: 5px;
    font-size: 20px;
}

.ccntct-info-email i {
    font-size: 15px;
    top: 15px;
    left: 5px;
}

.ccntct-info-address i {
    font-size: 25px;
    left: 3px;
    top: 10px;
}

.ccntct-info-smi {
    padding-left: 97px;
    margin-top: 14px;
}

.ccntct-info-smi a {
    font-size: 25px;
    color: #FFF;
    margin-right: 17px;
    text-decoration: none;
}

.ccntct-info-smi a:hover {
    color: #d2b66c;
}

.ccntct-git-field input[type="submit"],
.ccntct-info-smi a,
.mcrp-video-controls:before,
.mcrp-video-control-play {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/*meet casey ragan*/

.page-template-template-meet-casey-ragan {}

.page-template-template-meet-casey-ragan .ip-image canvas {
    background: url(images/bg-meet-casey-ragan.jpg) fixed top center/100% auto no-repeat;
}

.listings-lc-banner.ip-image:before,
.listings-lc-banner.ip-image:after {
    z-index: 1;
}

.listings-loft-banner.ip-image:before,
.listings-loft-banner.ip-image:after {
    z-index: 1;
}

.page-template-template-meet-casey-ragan .listings-lc-banner.ip-image:before {
    background: rgba(0, 0, 0, .15);
}

.page-template-template-meet-casey-ragan .listings-lc-banner.ip-image:after {
    opacity: .6;
}

.page-template-template-meet-casey-ragan #inner-page-wrapper {
    margin-bottom: 0;
    margin-top: 41px;
    padding: 54px 0 0;
}

.page-template-template-meet-casey-ragan #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-meet-casey-ragan #inner-page-wrapper #content-full {
    margin-top: 3px;
}


/*.page-template-template-meet-casey-ragan .footer .footer-form {
	    display: none;
	}*/

.mcrp-wrap {
    padding: 45px 0 0;
}

.mcrp-bg-1 {
    background: #fff url(images/bg-meet-casey-ragan-mcrp-1.jpg) center top/cover no-repeat;
}

.mcrp-1 {
    margin-bottom: 99px;
}

.mcrp-left {
    position: relative;
    padding: 71px 15px 84px;
}

.mcrp-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -65px;
    right: -30px;
    z-index: 1;
    background: #fff;
}

.mcrp-text {
    position: relative;
    z-index: 2;
}

.mcrp-emphasis {
    font: 600 italic 26px/1 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #000;
    border-left: 2px solid #d2b66c;
    padding: 10px 20px 8px;
}

.mcrp-text-content {
    font: 300 17px/24px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
    padding: 10px 22px 8px;
    margin-top: 22px;
}

.mcrp-right {
    position: relative;
}

.mcrp-right:before {
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    top: -131px;
    width: 16px;
    height: 131px;
    background: url(images/agent-photo-meet-casey-ragan-fixer.png) top left;
}

.mcrp-img {
    margin-left: -69px;
    margin-right: -54px;
    margin-top: -221px;
}

.mcrp-img img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.mcrp-bg-2 {
    background: #fff;
}

.mcrp-2 {
    position: relative;
}

.mcrp-video {
    position: relative;
    padding: 107px 0 35px;
    text-align: center;
}

.mcrp-video img {
    max-width: 100%;
}

.mcrp-video-controls {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.mcrp-video-controls canvas {
    width: 100%;
}

.mcrp-video-controls video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mcrp-video-controls:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 2;
}

.mcrp-video-control-play {
    position: absolute;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    border: 2px solid #d2b66c;
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-left: 15px;
    z-index: 3;
    outline: none;
}

.mcrp-video-control-play:before,
.mcrp-video-control-play:after {
    content: '';
    position: relative;
    display: block;
    width: 27px;
    height: 32px;
    background: url(images/icon-play-gold.png) 100% 100% no-repeat;
    margin: 0 auto;
}

.mcrp-video-control-play:after {
    width: 23px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(images/icon-pause-gold.png) 100% 100% no-repeat;
    opacity: 0;
}

.mcrp-video-controls.active:before,
.mcrp-video-controls.active .mcrp-video-control-play,
.mcrp-video-controls.active .mcrp-video-control-play:before {
    opacity: 0;
}

.mcrp-video-controls.active:hover:before,
.mcrp-video-controls.active:hover .mcrp-video-control-play,
.mcrp-video-controls.active .mcrp-video-control-play:after {
    opacity: 1;
}

.mcrp-bg-3 {
    background: url(images/bg-meet-casey-ragan-mcrp-3.jpg) center top/cover no-repeat;
}

.mcrp-3 {
    position: relative;
    padding: 202px 0 167px;
}

.mcrp-3-left {
    position: relative;
}

.mcrp-3-image {
    position: relative;
}

.mcrp-3-image-inner {
    position: absolute;
    left: calc( (1140px - 100vw) / 2);
    right: -10px;
}

.mcrp-3-image img:not(.mcrp-3-image-agent) {
    width: 100%;
    max-height: 750px;
}

.mcrp-3-image img.mcrp-3-image-agent {
    position: absolute;
    right: 27px;
    top: -134px;
    z-index: 1;
}

.mcrp-3-right {}

.mcrp-3-text {
    margin-left: -107px;
    margin-right: calc( (1140px - 100vw) / 2);
    margin-top: 50px;
    background: #fff;
    padding-left: 66px;
    padding-top: 55px;
    padding-right: calc( (100vw - 1140px) / 2);
    position: relative;
}

.mcrp-3-text .mcrp-emphasis {
    padding: 1px 20px 9px 37px;
}

.mcrp-3-text .mcrp-text-content {
    padding: 3px 0 9px 38px;
}

.mcrp-3-text-inner {
    position: relative;
    padding-bottom: 158px;
}

.mcrp-contact {
    position: absolute;
    width: 398px;
    max-width: 100%;
    background: #114477;
    bottom: -65px;
    right: 0;
    padding: 38px 50px 42px;
}

.mcrp-contact-item {
    font: 600 23px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .025em;
    color: #fff;
    position: relative;
    padding-left: 34px;
}

.mcrp-contact-item a {
    color: #fff;
    text-decoration: none;
}

.mcrp-contact-item a:hover {
    color: #d2b66c;
    text-decoration: none;
}

.mcrp-contact-item i {
    display: inline-block;
    color: #d8c287;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal!important;
}

.mcrp-contact-phone {
    margin-bottom: 12px;
}

.mcrp-contact-phone i {
    font-size: 14px;
    top: 5px;
    left: 2px;
}

.mcrp-contact-email i {
    font-size: 11px;
    top: 8px;
    left: 2px;
}

.mcrp-contact-smi {
    margin-top: 21px;
    padding-left: 35px;
}

.mcrp-contact-smi a {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
    text-decoration: none;
}

.mcrp-contact-smi a:hover {
    color: #d2b66c;
}

.mcrp-bg-4 {
    display: block;
    background: url(images/mcrp-bg4.jpg) center top/cover no-repeat;
    padding: 245px 0 115px;
    position: relative;
}

.mcrp-bg-4:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 65px;
    width: 50%;
    height: 18px;
    background: #d2b66c;
    z-index: 1;
}

.mcrp-bg-4 .mcrp4-text {
    display: block;
    padding: 25px 0 25px 40px;
    color: #121212;
    font: 600 26px/26px 'Barlow', sans-serif;
    font-style: italic;
    position: relative;
    overflow: hidden;
}

.mcrp-bg-4 .mcrp4-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d2b66c;
}

.mcrp-bg-5 {
    display: block;
    background: url(images/mcrp-bg5.jpg) center top/cover no-repeat;
    padding: 140px 0 55px;
    position: relative;
    text-transform: uppercase;
}

.mcrp-bg-5 .container {
    position: relative;
    padding-bottom: 45px;
}

.mcrp-bg-5 .mcrp5-img {
    position: absolute;
    right: 25px;
    bottom: 0;
    /*	    width: 18%;*/
    height: auto;
    z-index: 5;
}

.mcrp-bg-5 ul {
    margin: 0 !important;
}

.mcrp-bg-5 li {
    list-style-type: none;
    padding-left: 60px;
    position: relative;
    margin-top: 52px;
    font: 600 25px/30px 'Barlow Semi Condensed', sans-serif;
    color: #3a3a3a;
}

.mcrp-bg-5 li:first-child {
    margin-top: 0;
}

.mcrp-bg-5 li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 42px;
    height: 36px;
    background: url(images/mcrp-check-icon.png);
}


/*buyers*/

.ip-image.listings-lc-banner.custom-title-background {
    background: none;
}

.ip-image.listings-lc-banner.custom-title-background canvas {
    background-attachment: fixed;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.ip-image.listings-lc-banner.custom-title-background:before {
    background: rgba(0, 0, 0, 0);
}

.ip-image.listings-lc-banner.custom-title-background:after {
    opacity: .4;
}

.page-template-template-buyers .ip-image.listings-lc-banner.custom-title-background canvas {
    background: url(images/buyers-page-bg.jpg) fixed top center/100% auto no-repeat;
}

.ip-image.listings-lc-banner.custom-title-background ~ main #inner-page-wrapper {
    padding-top: 98px;
    margin-bottom: 0;
}

.ip-image.listings-lc-banner.custom-title-background ~ main #inner-page-wrapper #content-full {
    margin-top: 0;
}

.page-template-template-buyers #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-buyers #content-full #content {
    overflow: hidden;
}

.page-template-template-buyers .footer .footer-form {
    display: none;
}

.cbuy-wrap {}

.cbuy-div-1 {}

.cbuy-left {}

.cbuy-text {
    padding: 55px 20px 0 0;
}

#content .cbuy-text p {
    font: 300 22px/26px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #121212;
}

.cbuy-text a.cbuy-btn {
    margin-top: 16px;
}

a.cbuy-btn,
.cbuy-btn {
    display: inline-block;
    min-width: 252px;
    font: 400 20px/1 'Barlow', sans-serif;
    letter-spacing: .025em;
    color: #114477;
    text-transform: uppercase;
    border: 2px solid #114477;
    text-align: center;
    padding: 22px 47px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.cbuy-btn:hover,
.cbuy-btn:hover {
    background-color: #d2b66c;
    color: #FFF;
    border-color: #d2b66c;
}

.cbuy-right {}

.cbuy-video {
    margin-left: -25px;
    margin-top: -10px;
    margin-right: -52px;
    position: relative;
}

.cbuy-video a {
    display: block;
    position: relative;
}

.cbuy-video a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .25) url(images/buyers-page-icon-play-gold.png) center no-repeat;
}

.video-hp a:before,
.comm-video a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .25) url(images/buyers-page-icon-play-gold.png) center no-repeat;
}

.cbuy-video a:after {
    content: '';
    position: absolute;
    /*width: 566px;
              height: 316px;*/
    background: #d1b46f;
    bottom: -22px;
    right: -20px;
    left: 86px;
    top: 96px;
    z-index: -1;
}

.cbuy-video a img {
    width: 100%;
}

.cbuy-video-frame-1 {
    position: absolute;
    /*height: 306px;*/
    left: 320px;
    right: calc( (1140px - 100vw) / 2);
    max-width: 490px;
    top: -22px;
    bottom: 106px;
    background: url(images/buyers-page-bg-video.jpg) center no-repeat;
}

.cbuy-video-frame-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 68, 119, .96);
}

.cbuy-div-2 {
    padding: 137px 0 90px;
    background: url(images/buyers-page-bg-content.jpg) bottom center/100% auto no-repeat;
}

#content h2.cbuy-title {
    font: 600 48px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    color: #114477;
    text-transform: uppercase;
    margin: 0 0 27px;
}

#content .cbuy-wrap .cbuy-div-2 p {
    font: 300 17px/24px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
}

#content .cbuy-list {
    margin: 49px 0 0;
    list-style: none;
}

#content .cbuy-list li {
    padding-left: 68px;
    position: relative;
    margin-bottom: 36.9px;
}

#content .cbuy-list li h3 {
    font: 600 25px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 0 0 16px;
}

#content .cbuy-wrap .cbuy-div-2 .cbuy-list li p {
    margin: 0;
}

.cbuy-list-icon {
    width: 36px;
    height: 36px;
    border: 4px solid #d2b66c;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
    background: #fff;
}

.cbuy-list-icon:before,
.cbuy-list-icon:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 15px;
    border: 6px solid #114477;
    border-top: none;
    border-right: none;
    border-radius: 1px;
    left: 8px;
    right: 0;
    bottom: 10px;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
    z-index: 2;
}

.cbuy-list-icon:after {
    width: 30px;
    height: 15px;
    border: 6px solid #fff;
    border-top: none;
    border-right: none;
    z-index: 1;
    bottom: 8px;
    left: 11px;
}

.cbuy-btn-list {
    text-align: center;
    font-size: 0;
    margin-top: 93px;
}

.cbuy-btn-list a.cbuy-btn {
    margin: 0 15px 15px;
}

.cbuy-div-3 {
    padding: 132px 0 153px;
}

.cbuy-div-3 .col-md-5 {
    text-align: right;
}

.cbuy-agent {
    /*margin-left: -165px;*/
    margin-right: 44px;
    margin-left: calc( (1140px - 100vw) / 2);
    padding-left: 65px;
    max-width: 644px;
    display: inline-block;
}

.cbuy-agent-box {
    position: relative;
    text-align: center;
}

.cbuy-agent-box:before {
    content: '';
    position: absolute;
    top: 153px;
    bottom: 0;
    right: 0;
    left: 9px;
    background: #d1b46f url(images/buyers-page-bg-agent-gold.jpg) center/cover no-repeat;
    z-index: -1;
}

.cbuy-agent-box:after {
    content: '';
    position: absolute;
    right: 74px;
    top: 53px;
    left: -65px;
    bottom: 100px;
    background: #114477 url(images/buyers-page-bg-agent-blue.jpg) center/cover no-repeat;
    z-index: -2;
}

.cbuy-agent-box img {
    max-width: 100%;
}

.cbuy-form {}

#content .cbuy-form h2.cbuy-title {
    margin-bottom: 21px;
}

.cbuy-form .cbuy-title div {
    font: 500 21px/1 'Barlow', sans-serif;
    letter-spacing: .4em;
    color: #818181;
    margin: 3px 0 19px;
}

.cbuy-form .cbuy-title span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.cbuy-form .cbuy-title span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 11px;
    width: 210px;
    height: 2px;
    background: #d2b66c;
    margin-left: 10px;
}

#content .cbuy-form > p {
    font: 20px/23px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #121212;
    margin-top: 0;
    margin-bottom: 68px;
}

.cbuy-form .ccntct-git-field-xs:nth-child(even),
.cbuy-form .ccntct-git-field-xs:nth-child(odd) {
    width: 32%;
}

.cbuy-form .ccntct-git-field-xs:nth-child(odd) + .ccntct-git-field-xs:nth-child(even) {
    width: 36%;
}

.cbuy-form .ccntct-git-field-checkbox {
    margin: 31px 0 0;
}

.cbuy-form .ccntct-git-field input[type="submit"] {
    margin: 43px auto 0;
}

#cbuy-video-iframe {
    display: none;
}

.aiosp-ready #cbuy-video-iframe {
    display: initial;
}

.page-template-template-buyers .aiosp-wrap .aiosp-container .aios-popup-body {
    min-height: auto;
    width: auto;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.custom-community-template-default.single .ip-image.custom-banner {
    background: #fff;
}

.custom-community-template-default.single .ip-image.custom-banner canvas {
    background-attachment: fixed;
    background-position: top center;
    background-size: auto 449px;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    background: rgba(0, 0, 0, .3);
    background-blend-mode: overlay;
}

.custom-community-template-default.single .ip-image.custom-banner:before {
    background: rgba(0, 0, 0, 0);
}

.custom-community-template-default.single .ip-image.custom-banner:after {
    opacity: .4;
}

.custom-community-template-default.single .ip-image.custom-banner.active canvas {
    filter: grayscale(100%);
    opacity: 0.4;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.ccntct-git-field.ccntct-git-field-lg.neighborhood {
    margin-bottom: 30px;
}

.ccntct-git-field.ccntct-git-field-lg.neighborhood .wpcf7-list-item {
    width: 33%;
    padding-top: 20px;
}

span.wpcf7-list-item-label {
    display: inline-block;
    font: 300 17px 'Barlow', sans-serif;
    letter-spacing: .05em;
    padding-left: 5px;
}

select.chv-field-dropdown {
    width: 100%;
    height: 41px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    font: 300 15px/1 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #fff;
}

select.chv-field-dropdown option {
    color: #555;
    font: 300 15px/1 'Barlow', sans-serif;
    padding: 10px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

select.chv-field-dropdown option:hover {
    background: #114477;
    color: #fff;
}

.chv-inner div.wpcf7-response-output {
    color: #fff !important;
}


/*sellers page*/

.page-template-template-sellers {}

.page-template-template-sellers .ip-image.listings-lc-banner.custom-title-background canvas {
    background: url(images/sellers-page-banner.jpg) fixed top center/100% auto no-repeat;
}

.page-template-template-sellers #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-sellers .aiosp-ready #csell-video-iframe {
    display: block;
}

.page-template-template-sellers .aiosp-wrap .aiosp-container .aios-popup-body {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    font-size: 0;
    margin: 50px 0;
}

.page-template-template-sellers .aiosp-container {
    padding: 0 30px;
}

.page-template-template-sellers .footer .footer-form {
    display: none;
}

.csell-wrap {}

.csell-div-1 {
    background: #fff url(images/sellers-page-bg-1.jpg) bottom center/100% auto no-repeat;
}

.csell-text {
    border-left: 3px solid #d2b66c;
    margin-top: 78px;
    padding-left: 31px;
    padding-right: 80px;
}

#content .csell-text p {
    font: 300 22px/26px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #121212;
    margin: 0 0 43px;
}

.csell-text a.cbuy-btn {
    padding: 22px 23px;
}

.csell-agent {
    padding-left: 74px;
    margin-top: -134px;
}

.csell-agent-box {
    position: relative;
    z-index: 1;
}

.csell-agent-box:before {
    content: '';
    position: absolute;
    /*width: 468px;
            height: 483px;*/
    width: 97.3%;
    height: 71.7%;
    background: url(images/sellers-page-agent-bg.png) center/100% 100% no-repeat;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.csell-agent-box:after {
    content: '';
    position: absolute;
    width: 123px;
    height: 273px;
    /*right: 92px;
            top: 134px;*/
    top: 20%;
    right: 19.2%;
    border: 18px solid #d2b66c;
    border-left: none;
    border-bottom: none;
}

.csell-agent-box img {
    max-width: 100%;
}

.csell-div-2 {
    padding: 72px 0 28px;
}

#content .csell-title {
    font: 600 48px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    color: #114477;
    text-transform: uppercase;
    margin: 0 0 27px;
}

#content .csell-div-2 p {
    font: 300 17px/24px 'Barlow', sans-serif;
    letter-spacing: .02em;
    color: #3a3a3a;
}

.csell-div-2 .col-md-12 {
    margin-bottom: 54px;
}

.csell-video {
    position: relative;
    padding-top: 70px;
    max-width: 633px;
}

.csell-video:before {
    content: '';
    position: absolute;
    background: url(images/sellers-page-agent-blue-bg.jpg) center/cover no-repeat;
    right: 228px;
    left: calc( (1140px - 100vw) / 2);
    height: 202px;
    top: 0;
    z-index: -1;
}

.csell-video img {
    max-width: 100%;
}

.csell-video a {
    display: block;
    position: relative;
}

.csell-video a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
}

.csell-video a:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/video-player-icon.png) center / 100% 100% no-repeat;
}

#csell-video-iframe {
    display: none;
}

#content .col-md-5 .cbuy-list.csell-list {
    margin: 0;
}

.csell-flow-item {
    margin-right: 98px;
    margin-bottom: 23px;
    z-index: 1;
}

.csell-flow-around {
    width: auto;
    float: none;
}

#content .csell-flow-around .cbuy-list.csell-list li {
    padding-left: 0;
}

#content .csell-flow-around .cbuy-list.csell-list li h3 span {
    position: relative;
}

#content .csell-flow-around .cbuy-list.csell-list li h3 span i.cbuy-list-icon {
    left: -69px;
}

.csell-image {
    padding-left: 39px;
}

.csell-image-box {
    position: relative;
    padding-top: 70px;
}

.csell-image-box:before {
    content: '';
    position: absolute;
    background: url(images/sellers-page-agent-blue-bg.jpg) center/cover no-repeat;
    left: 216px;
    right: calc( (1140px - 100vw) / 2);
    height: 202px;
    top: 0;
    z-index: -1;
}

.csell-image-box img {
    max-width: 100%;
}

.csell-div-3 {
    background: #114477 url(images/sellers-page-bg-2.jpg) bottom center/100% auto no-repeat;
    padding: 100px 0px 0;
}

.csell-home-staging {}

#content .csell-home-staging .csell-title-2 {
    font: 500 50px/1 'Barlow', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .05em;
    position: relative;
    margin: 0;
    text-align: center;
}

#content .csell-home-staging .csell-title-2:after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background: #d2b66c;
    margin: 45px auto;
}

.csell-home-staging-list {
    max-width: 946px;
    margin: 0 auto;
}

.csell-home-staging-list:before,
.csell-home-staging-list:after {
    content: '';
    display: table;
    clear: both;
}

#content .csell-home-staging-list .cbuy-list {
    width: 50%;
    float: left;
}

#content .csell-home-staging-list .cbuy-list:first-child {
    padding-left: 70px;
}

#content .csell-home-staging-list .cbuy-list:last-child {
    padding-left: 20px;
}

#content .csell-home-staging-list .cbuy-list li {
    margin-bottom: 62px;
}

.csell-home-staging-list .cbuy-list .cbuy-list-icon {
    background: #154779;
    top: -3px;
}

.csell-home-staging-list .cbuy-list .cbuy-list-icon:before {
    border-color: #fff;
}

.csell-home-staging-list .cbuy-list .cbuy-list-icon:after {
    width: 35px;
    height: 15px;
    border: 10px solid #154779;
    border-top: none;
    border-right: none;
    z-index: 1;
    bottom: -23px;
    left: 6px;
    transform-origin: top left;
}

#content .csell-home-staging-list .cbuy-list li span {
    position: relative;
    font: 25px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .02em;
    color: #fff;
}

.csell-gallery {
    padding: 24px 0 141px;
}

#content .csell-title-3 {
    text-align: center;
    font: 500 50px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0 0 86px;
}

#content .csell-title-3 span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
}

#content .csell-title-3 span:before,
#content .csell-title-3 span:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 2px;
    background: #d2b66c;
    top: 2px;
    bottom: 0;
    margin: auto;
}

#content .csell-title-3 span:before {
    right: 100%;
}

#content .csell-title-3 span:after {
    left: 100%;
}

.csell-photos {
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
}

.csell-photo {
    display: inline-block;
    vertical-align: top;
    padding: 1px;
}

.csell-photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.csell-photo-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.csell-photo:nth-child(5n + 1) {
    /*width: 386px;*/
    width: 33.801%;
    height: 538px;
    float: left;
}

.csell-photo:nth-child(5n + 2),
.csell-photo:nth-child(5n + 3) {
    height: 281px;
}

.csell-photo:nth-child(5n + 2),
.csell-photo:nth-child(5n + 5) {
    /*width: 411px;*/
    width: 36%;
}

.csell-photo:nth-child(5n + 3),
.csell-photo:nth-child(5n + 4) {
    /*width: 343px;*/
    width: 30.199%;
}

.csell-photo:nth-child(5n + 5),
.csell-photo:nth-child(5n + 4) {
    height: 257px;
}

.aiosp-ready #csell-photos-pop {
    display: block;
    background: #fff;
}

#csell-photos-pop {
    display: none;
    padding: 0 159px 120px;
    max-width: 1140px;
    margin: 50px auto;
    position: relative;
}

#csell-photos-pop h2 {
    font: 500 30px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #114477;
    text-transform: uppercase;
    text-align: center;
    padding: 55px 0 66px;
}

#csell-photos-pop button.aiosp-close {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    top: -24px;
    right: -22px;
}

#csell-photos-pop button.aiosp-close:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    border: 1px solid #929292;
}

.csell-photos-slider {
    position: relative;
}

#csell-photos-pop canvas {
    width: 100%;
    background-position: center;
    background-size: cover;
}

#csell-photos-pop button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 27px;
    border: none;
    font-size: 0;
    z-index: 1;
    background: url(images/sellers-page-icon-arrows.png);
    margin: auto;
}

#csell-photos-pop button.slick-prev {
    background-position: 0 0;
    left: -89px;
}

#csell-photos-pop button.slick-next {
    background-position: -16px 0;
    right: -89px;
}

.csell-div-4 {
    padding: 85px 0 0;
}

.csell-div-4-inner {
    padding-left: 85px;
}

#content .csell-title-4 {
    font: 600 48px/1 'Barlow', sans-serif;
    letter-spacing: .05em;
    display: block;
    text-transform: uppercase;
    color: #114477;
    margin: 0;
}

#content .csell-title-4 span {
    display: block;
    font: 500 21px/1 'Barlow', sans-serif;
    letter-spacing: .4em;
    color: #818181;
}

#content .csell-div-4 .cbuy-list {
    margin-top: 40px;
}

#content .csell-div-4 .cbuy-list li {
    margin-bottom: 41px;
}

#content .csell-div-4 .cbuy-list li span {
    font: 25px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: .02em;
    color: #114477;
}

#content .csell-div-4 .cbuy-list li .cbuy-list-icon {
    top: -5px;
}

.csell-div-5 {
    padding: 84px 0 72px;
}

.csell-agent-2 {}

.csell-agent-2 img {
    max-width: 100%;
}

#content .csell-div-5 .cbuy-form h2.cbuy-title {
    letter-spacing: .025em;
    margin-bottom: 17px;
}

#content .csell-div-5 .cbuy-form > p {
    line-height: 26px;
    margin-bottom: 47px;
}

.csell-wrap .ccntct-git-field-checkbox span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: normal;
    letter-spacing: .02em;
    color: #3a3a3a;
}

.csell-div-6 {
    background: #114477;
    padding: 28px 0;
}

.csell-div-left {}

#content .csell-div-left h3 {
    font: 300 20.42px/1 'Barlow', sans-serif;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    margin: 14px 0;
}

.csell-div-right {
    text-align: right;
}

.csell-div-right a.csell-btn-a {
    display: inline-block;
    font: 14px/1 'Barlow', sans-serif;
    letter-spacing: .2em;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #Fff;
    padding: 16px 23px;
}

#content .csell-div-right a.csell-btn-a i {
    font-style: normal;
    font-size: 9px;
    margin-left: 27px;
}

.csell-div-right a.csell-btn-a:hover {
    border-color: #d2b66c;
    background: #d2b66c;
    text-decoration: none;
}


/*** Listing New Template ***/


/*.listings-lc.lc-new {
	    margin: 24px 0 0;
	}*/

.lc-new .listing-sorter {
    font-size: 36px;
    position: absolute;
    right: 46px;
    top: -85px;
}

.lc-new .text-right {
    text-align: right;
}

.lc-new .position-relative {
    position: relative;
}

.lc-new .d-inline-block {
    display: inline-block;
    margin-right: 34px;
}

.lc-new #listing-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    display: block;
    background: transparent;
    border: none;
    border-bottom: solid 1px #c1c1c1;
    font-size: 18px;
    padding: 7px 40px 1px 8px !important;
    color: #6f6f6f;
    min-width: 300px;
    text-transform: uppercase !important;
    transition: color 0.3s linear;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.lc-new #listing-search-button {
    position: absolute;
    top: 0px;
    right: 8px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent;
    font-size: 23px;
    color: #003466;
}


/*.lc-new .listings-lc-filter-field-sort {
	    text-align: right;
	    padding-top: 13px;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    padding: 0 10px;
	    margin-bottom: 24px;
	}*/

.lc-new .listings-lc-filter-field-sort span {
    /*font: 16px/1 'Barlow', sans-serif;
	    letter-spacing: .1em;*/
    /* color: #6f6f6f; */
    /*color: #ffffff;
	    text-transform: uppercase;
	    vertical-align: middle;
	    padding-right: 8px;
	    position: relative;
	    width: 151px;
	    display: inline-block;
	    background: transparent;
	    border: none;
	    margin: 4px 0 3px;
	    user-select: none;*/
}


/*.lc-new .listings-lc-filter-field-sort button {
	    background: none;
	    border: none;
	    font-size: 46px;
	    color: #d2b66c;
	    padding: 0;
	    line-height: 0px;
	    vertical-align: middle;
	    height: 27px;
	    outline: none;
	    display: inline-block;
	}

	.lc-new .listings-lc-filter-field-sort button.ai-font-arrow-b-d {
	    right: -9px;
	}

	.lc-new .listings-lc-filter-field-sort span {
	    display: inline-block;
	    font-size: 18px;
	    color: #999999;
	    text-transform: uppercase;
	}

	.lc-new .listings-lc-filter-field-sort span i {
	    font-size: 20px;
	    color: #ffffff;
	    font-style: normal!important;
	    font-weight: 700;
	    margin-right: 3%;
	}

	.lc-new .listings-lc-item {
	    width: 50%;
	}

	.lc-new .listings-lc-item-img canvas {
	    max-height: 456px;
	}

	.lc-new .listings-lc-filter-field-sort span:before {
	    left: -12px;
	}

	.lc-new .listings-lc-filter-field-last {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}*/

.lc-new .listings-lc-item-details {
    left: 6.5%;
    padding: 0 3.8% 9.2%;
}

.lc-new .listings-lc-item a:hover .listings-lc-item-details {
    padding-bottom: 20.9%;
    bottom: 12.3%;
}

.lc-new .listings-lc-item-img:after {
    background: url(images/listing-hover.png) bottom left/cover repeat-x;
}

.ip-image.listings-lc-banner.condo-list {
    background: url(images/condos-bg-new.jpg) center/cover no-repeat;
}

.ip-image.listings-lc-banner.loft-list {
    background: url(images/lofts-bg-new.jpg) center/cover no-repeat;
}

.floating-tab ul li {
    display: inline-block;
}

.floating-tab ul li:hover a {
    background: #d2b66c !important;
    transition: all 0.3s ease-in-out;
}

.floating-tab ul li a {
    display: block;
    background: rgba(105, 105, 105, 0.85);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 23px;
    letter-spacing: 0.1em;
}

.floating-tab ul li a:hover,
.floating-tab ul li a:focus,
.floating-tab ul li a:active {
    background: rgba(105, 105, 105, 1);
    text-decoration: none;
}

.floating-tab ul li.active-tab a,
.floating-tab ul li.active-tab a,
.floating-tab ul li.active-tab a {
    background: #d2b66c;
}

.floating-tab {
    position: fixed;
    left: 0;
    top: 87%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    z-index: 1030;
}

.page-template-template-listings-condos-new .listings-lc-banner .page-title {
    z-index: 9;
}


/*** Listing Details ***/

.page-template-template-listings-details .ip-image {
    display: none;
}

.page-template-template-listings-details #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-listings-details #content-full {
    margin-top: 0;
}

.page-template-template-listings-details .listings-lc-banner {
    background: url(images/listing-details-banner.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-template-template-listings-details .listings-lc-banner canvas {
    height: 380px;
}

.page-template-template-listings-details .page-title,
.page-template-template-listings-details p#breadcrumbs {
    display: none;
}

.ld-slide-item canvas {
    width: 100%;
    height: 493px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.page-template-template-listings-details .listings-lc-wrap {
    padding-top: 0px;
    margin-bottom: 0px !important;
}

.listings-details-wrap {}

.ld-img-slide {
    /*padding: 0 10px;*/
}

.ld-img-slide.slick-initialized.slick-slider {
    font-size: 0;
}

.ld-slide-item {
    position: relative;
}

.ld-slide-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
}

.ld-img-slide button {
    position: absolute;
    right: 45px;
    bottom: 54px;
    border: none;
    background: transparent;
    z-index: 1;
    color: #d1b66c;
    text-shadow: 1px 1px 3px #000000;
    transition: all 0.35s ease-in-out;
}

.ld-img-slide button:hover {
    color: #ffffff;
}

.ld-img-slide button::before {
    font-size: 56px;
}

button.ai-font-arrow-b-n.ld-next {
    bottom: 108px;
}

.ld-info-wrap {
    position: relative;
    z-index: 2;
    margin-top: -262px;
    pointer-events: none;
}

.ld-info-wrap > .container > .row:not(:first-child) {
    pointer-events: auto;
}

.ld-add {
    padding: 0 40px;
    font-size: 33px;
    color: #134578;
    font-weight: 300;
    line-height: 1.53em;
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    margin-bottom: 55px;
}

#content .ld-add h2 {
    margin: 34px 0 28px;
    font: 500 48px/1.1 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.ld-btn-wrap {
    padding: 62px 0 15px;
    font-size: 0;
}

.ld-btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #474747;
    transition: all 0.35s ease-in-out;
    margin-right: 72px;
}

.ld-btn-wrap a:hover {
    color: #d5ba75;
}

.ld-btn-wrap a:last-child {
    margin-right: 0;
}

.ld-btn-wrap a i {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto auto 30px;
}

.ld-btn-wrap a i.icon-favorites {
    background-image: url(images/icon-favorites.png);
    width: 50px;
    height: 47px;
}

.ld-btn-wrap a i.icon-virtual-tour {
    background-image: url(images/icon-virtual-tour.png);
    width: 47px;
    height: 47px;
}

.ld-btn-wrap a span {
    display: block;
    font: 500 16px/1 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
}

.ld-bnb-wrap {
    padding: 25px 15px 28px;
    border: 1px solid #cfcfcf;
    border-top: 0;
    margin-left: 20px;
    text-align: center;
}

.ld-bnb {
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ld-bnb span {
    display: inline-block;
    font: 600 45px/1 'Barlow Semi Condensed', sans-serif;
    color: #474747;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 22px;
}

.ld-bnb span:first-child {
    margin-left: 0;
}

.ld-bnb span:last-child {
    margin-right: 0;
}

.ld-bnb span::before {
    content: '';
    display: block;
    background: url(images/listing-details-sprite.png) no-repeat 0 center;
    width: 100%;
    height: 30px;
    margin: auto auto 18px;
}

.ld-bnb span.ld-bed::before {
    width: 34px;
}

.ld-bnb span.ld-bath::before {
    width: 22px;
    background-position: -50px center;
}

.ld-bnb span.ld-sqft::before {
    width: 26px;
    background-position: -98px center;
}

#content .ld-bnb span small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 18px;
}

.ld-img-slide-wrap {
    position: relative;
    z-index: 1;
    background: #134578;
    min-height: 490px;
}

.ld-add span.line-before,
.ld-add span.line-after {
    display: block;
    width: 288px;
    height: 74px;
    border: 10px solid #d2b66c;
    z-index: 1;
}

.ld-add span.line-before {
    border-right: 0;
    border-bottom: 0;
    margin-left: 34px;
}

.ld-add span.line-after {
    border-left: 0;
    border-top: 0;
    margin-left: 74px;
}

.ld-type {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    text-align: left;
}

.ld-type-wrap {
    border-left: 10px solid #d2b66c;
    padding-left: 25px;
    font-size: 0px;
}

.ld-type-wrap div {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ld-type-wrap div.ld-price {
    font-size: 50px;
    color: #474747;
    font-weight: 500;
    line-height: 1;
    margin-top: 22px;
    margin-bottom: 0;
}

.ld-type-wrap div span {
    font-weight: 500;
    color: #474747;
}

.ld-desc-wrap {
    margin: 22px 50px 0 0;
}

.ld-desc {
    display: inline-block;
    vertical-align: middle;
    font: 300 20px/1.8 'Barlow Semi Condensed', sans-serif;
    color: #666666;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

#content .ld-desc p {
    line-height: 1.8;
}

.ld-social-share {}

.ld-social-share .ihf-social-share > a,
.ld-social-share .ihf-social-share > button,
.ld-social-share .ihf-social-share > .btn-group {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #d1b66c;
    border-radius: 5px;
    margin-right: 3px;
    text-decoration: none;
    position: relative;
}

.ld-social-share a {
    padding-top: 0 !important;
}

.ld-social-share a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ld-social-share a span {
    display: inline-block;
    vertical-align: middle;
}

.ld-social-share button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
}

.ihf-share-btn-more {
    background: transparent;
}

#content .ld-social-share .btn-group ul {
    margin-left: 0;
    top: 18px;
    left: 0;
}

#content .ld-social-share .btn-group ul li {
    display: block;
}

#content .ld-social-share .btn-group ul li a {
    padding: 3px 20px !important;
    transition: all 0.35s ease-in-out;
}

#content .ld-social-share .btn-group ul li a:hover {
    background: #d1b66c;
    color: #ffffff;
}

#content .ld-social-share .btn-group ul li .ihf-share-btn {
    text-align: center;
    border-radius: 3px;
}

.ld-cta {
    margin-top: 72px;
}

.ld-cta a {
    text-transform: uppercase;
    color: #818181;
    display: block;
    text-align: center;
    border: 2px solid #d2b66c;
    letter-spacing: 0.1em;
    font-size: 21px;
    padding: 17px 10px;
    margin: 0 28px 16px auto;
    max-width: 338px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ld-cta a:hover,
.ld-cta a:focus,
.ld-cta a:active {
    background: #d2b66c;
    color: #fff;
    text-decoration: none;
}

.ld-cta span.line-after {
    display: block;
    width: 170px;
    height: 104px;
    border-bottom: 10px solid #d2b66c;
    border-right: 10px solid #d2b66c;
    margin: -48px 0 0 auto;
}

.ld-tab {
    position: relative;
    padding-top: 54px;
    margin-top: 35px;
}

.ld-tab-btn {
    font-size: 0px;
    border-bottom: 2px solid #134578;
}

#content .ld-tab-btn ul {
    margin: 0;
    padding-left: 135px;
}

.ld-tab-btn ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 1.5px;
}

.ld-tab-btn ul li button {
    font-size: 21px;
    color: #818181;
    background: transparent;
    border: 2px solid #134578;
    border-bottom: 0px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 32px;
    transition: all 0.35s ease-in-out;
}

.ld-tab-btn ul li.tab-active button,
.ld-tab-btn ul li button:hover {
    color: #ffffff;
    background: #d2b66c;
    border-color: #d2b66c;
}

.lc-tab-content {
    background: rgb(231, 231, 231);
    background: -moz-linear-gradient(top, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
}

.lc-tab-content .container > div {
    padding: 58px 85px 75px 135px;
    display: none;
    min-height: 500px;
}

.lc-tab-content .container > div.tab-content-active {
    display: block;
}

#ihf-detail-features-tab {
    margin-top: -7px;
}

#lc-features-content .row.mt-10 {
    margin: 0;
}

.ld-row {
    margin-bottom: 65px;
}

.ld-col {
    display: inline-block;
    width: 32.32%;
    vertical-align: top;
}

#content .ld-tab h3 {
    font: 500 24px/1 'Barlow Semi Condensed', sans-serif;
    color: #134578;
    text-transform: uppercase;
    margin-bottom: 0;
}

#content .ld-tab h4 {
    font: 500 18px/1 'Barlow Semi Condensed', sans-serif;
    color: #474747;
    text-transform: uppercase;
    padding-bottom: 28px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 18px;
}

.ld-col div {
    font: 300 18px/1 'Barlow Semi Condensed', sans-serif;
    color: #474747;
    margin-bottom: 10px;
    line-height: 1.5em;
    padding-right: 50px;
}

.interior-features-row .ld-col div {
    margin-bottom: 20px;
}

.ld-col div span {
    font-weight: 500;
}

.ld-map img {
    width: 100%;
}

.ld-form {
    display: block;
    overflow: hidden;
    background: url(images/listing-deatils-git-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 38px 0px 68px;
}

h2.ld-form-title {
    text-align: center;
    font-size: 48px !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.05em;
    line-height: 0.9em;
}

h2.ld-form-title small {
    display: block;
    font-size: 21px !important;
    letter-spacing: 0.4em;
    font-weight: 500 !important;
    color: #fff;
}

.ld-form .form-wrap form {
    font-size: 0;
}

.ld-form .form-wrap form .form-col {
    display: inline-block;
    width: 23.07%;
    font-size: 18px;
    font-weight: 300;
    color: #555;
}

.ld-form .form-wrap form .street-name {
    display: none;
}

.ld-form .form-wrap form .form-col.middle {
    margin: 0 2.5% 0 0;
}

.ld-form .form-wrap form .form-row {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #555;
}

.ld-form .form-wrap form .form-col label {
    display: block;
    margin-bottom: 8px;
}

.ld-form .form-wrap form .form-col input,
.ld-form .form-wrap form textarea {
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a3a3a3;
    line-height: 1;
    color: #fff;
    padding-bottom: 5px;
    background: transparent;
}

.ld-form .form-wrap form textarea {
    height: 33px;
    resize: none;
}

.ld-form .form-wrap form input[type="submit"] {
    width: 200px !important;
    height: 65px !important;
    ;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 47px auto 0;
    text-decoration: none;
    border: 2px solid #d2b66c !important;
    ;
    background: transparent;
    text-transform: uppercase;
}

.ld-form .form-wrap form input[type="submit"]:hover {
    background: #d2b66c;
}

.page-template-template-listings-details .footer .footer-form {
    display: none;
}

.ld-form .form-row label,
.ld-form .form-wrap form .form-col label {
    color: #fff;
}

.ld-form .form-col span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.ld-form form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !IMPORTANT;
}

.page-template-template-listings-details .aiosp-wrap .aiosp-container .aios-popup-body {
    background: #ffffff;
    max-width: 600px;
    margin: auto;
    padding: 0;
}

.page-template-template-listings-details .aios-popup-body .aiosp-close {
    width: 34px;
    height: 34px;
    font-size: 0 !important;
    background: url(images/ldpf-close.png) no-repeat center center;
    top: 30px;
    right: 30px;
}

.ld-popup-form {
    font-size: 0;
    padding: 68px 15px 45px;
}

.ld-popup-form span.head-title {
    display: block;
    font: 500 45px/1 'Barlow Semi Condensed', sans-serif;
    color: #134578;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.ld-popup-form form {
    width: 83.33%;
    margin: auto;
}

.ld-popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 22px;
}

.ld-popup-form .field-lg {
    width: 100%;
}

.ld-popup-form .field-sm {
    width: calc( 50% - 10px);
    margin-right: 20px;
}

.ld-popup-form .field-nomar {
    margin-right: 0;
}

.ld-popup-form .field-input label {
    display: block;
    font: 400 14px/1 'Barlow Semi Condensed', sans-serif;
    color: #777777;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.ld-popup-form .field-input input,
.ld-popup-form .field-input textarea,
.ld-popup-form .field-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #d2b66c;
    font: 400 14px/1.4 'Barlow Semi Condensed', sans-serif;
    color: #aaaaaa;
    letter-spacing: -0.02em;
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    background-color: transparent;
}

.ld-popup-form .field-input select {
    background-image: url(images/ldpf-caret.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.ld-popup-form .field-input select::-ms-expand {
    display: none;
}

.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_pref_date"] + .row select,
.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_alt_date"] + .row select,
.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_pref_date"] + .row input,
.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_alt_date"] + .row input {
    background-image: url(images/ldpf-caret.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_pref_date"] + .row select::-ms-expand,
.page-template-template-listings-details #ihf-main-container .modal label[for="ihf_schedshow_alt_date"] + .row select::-ms-expand {
    display: none;
}

.ld-popup-form .field-select select {
    width: calc( 50% - 4px);
    margin-right: 8px;
}

.ld-popup-form .field-select select:last-of-type {
    margin-right: 0;
}

.ld-popup-form .field-input textarea {
    resize: none;
    height: 115px;
}

#ldpf-schedule.ld-popup-form .field-input textarea {
    height: 85px;
}

.ldpf-notes {
    font: 400 14px/1.4 'Barlow Semi Condensed', sans-serif;
    color: #aaaaaa;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 12px 0 18px;
}

.ldpf-notes p {
    margin: 0 0 20px;
}

.ld-popup-form .field-btn {
    max-width: 288px;
    margin: 22px auto auto;
}

.ld-popup-form .field-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #134578;
    width: 100%;
    height: 72px;
    font-size: 21px;
    color: #818181;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    background: transparent;
}

.ld-popup-form .field-btn input:hover {
    background: #134578;
    color: #ffffff;
}

.page-template-template-listings-details #inner-page-wrapper .container .container {
    max-width: inherit;
}

.mcrp-video .video_wrapper {
    width: 960px;
    height: 540px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    max-width: 100%;
}

.mcrp-video .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.mcrp-video .videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(images/placeholder-meet-casey-ragan-video-thumb.jpg);
    background-size: cover;
    background-position: center;
    border: none;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.mcrp-video .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.page-template-template-home-valuation .footer-form {
    display: none;
}

.listings-lc-filter-field.listings-lc-filter-field-md {
    width: 50%;
}

.page-template-template-listings-condos-new .listings-lc-filter-field.listings-lc-filter-field-md {
    /*width: auto;*/
}

#ihf-main-container ul {
    margin-left: 0;
}

#ihf-main-container .chosen-container .chosen-results {
    padding: 0 !important;
}

.ihf-listing-detail .ihf-detail-tab-content #ihf-detail-features-tab > .row.mt-10 {
    margin: 0;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

.ip-image.listings-lc-banner {
    position: relative;
    z-index: 1;
}

#inner-page-wrapper .container .container {
    max-width: 100%;
}

.page-template-template-blog .ip-image,
.page-template-template-blog-details .ip-image {
    background: #FFF !important;
}

.page-template-template-blog .ip-image canvas,
.page-template-template-blog-details .ip-image canvas {
    background: url(images/blog-header.jpg) no-repeat;
}

.page-template-template-blog .ip-image:before,
.page-template-template-blog-details .ip-image:before {
    background: rgba(0, 0, 0, .15);
}

.page-template-template-blog .ip-image:after,
.page-template-template-blog-details .ip-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 269px;
    top: 0;
    left: 0;
    background: url(images/overlay-listings-luxury-condos-lofts-banner.png) top left repeat-x;
}

.comm-list a:nth-child(10) .comm-text,
.comm-list a:nth-child(13) .comm-text {
    /*bottom: -187px*/
}

.comm-list a:nth-child(14) .comm-text {
    bottom: -140px;
}

span.comm-desc {
    text-transform: uppercase;
}

#content .csell-list:last-child {
    margin: 0;
}

.comm-italic {
    font-style: italic;
}

.page-template-template-meet-casey-ragan .aiosp-wrap .aiosp-container .aios-popup-body {
    min-height: auto;
    width: auto;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.page-template-comm-toronto #inner-page-wrapper .container .container {
    padding: 0;
}

.single-custom-community .aiosp-wrap .aiosp-container .aios-popup-body,
.home .aiosp-wrap .aiosp-container .aios-popup-body,
.page-template-template-meet-casey-ragan .aiosp-wrap .aiosp-container .aios-popup-body {
    min-height: auto;
    width: auto;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.aiosp-ready #video-hp-iframe,
.aiosp-ready #mcrp-video-iframe {
    display: block;
}

.mlss-d-body p {
    font-size: 43px;
    padding-left: 31px;
}

.ihf_content_details {
    display: none;
}

.page-template-template-listings-details .col-md-12.title-bar-1.fs-12 {
    font: 500 18px/1 'Barlow Semi Condensed', sans-serif;
    color: #474747;
    text-transform: uppercase;
    padding: 40px 0 25px;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-template-template-listings-details .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    display: inline-block;
    width: 49.32%;
    vertical-align: top;
    line-height: 2;
    font-size: 14px;
}

.page-template-template-listings-details span.listing-info-item-title {
    font-weight: 505;
    color: #474747;
    font-size: 14px;
}

.page-template-template-listings-details h5.mt-25.mb-25 {
    display: none !important;
}

.page-template-template-listings-details #ihf-main-container .modal .modal-content {
    border: 0;
    border-radius: 0;
}

.page-template-template-listings-details #ihf-main-container .modal-title {
    /*display: block;
    font: 500 45px/1 'Barlow Semi Condensed', sans-serif;
    color: #134578;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;*/
    display: block;
    font: 500 45px/1 'Barlow Semi Condensed', sans-serif;
    color: #134578;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin: 15px auto;
}

.page-template-template-listings-details #ihf-main-container .modal-header button.close {
    float: right;
    font-size: 100px;
    font-weight: 100;
    line-height: 1;
    color: #d2b66c;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 30px;
}

.page-template-template-listings-details #ihf-main-container .modal-header {
    background: inherit;
    padding: 15px 15px 0;
    position: relative;
}

.page-template-template-listings-details .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5 !important;
}

.page-template-template-listings-details #ihf-main-container .modal .form-inline .form-group {
    margin-bottom: 12px;
}

.page-template-template-listings-details #ihf-main-container .modal label {
    font-size: .9em;
    font-weight: 400;
    display: block;
    font: 400 14px/1 'Barlow Semi Condensed', sans-serif;
    color: #777777;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.page-template-template-listings-details #ihf-main-container .modal .panel {
    border-radius: 0;
    box-shadow: none !important;
}

.page-template-template-listings-details #ihf-main-container .modal .panel-default>.panel-heading {
    text-transform: uppercase;
    background: none !important;
    border-radius: 0 !important;
}

.page-template-template-listings-details #ihf-main-container .modal input,
.page-template-template-listings-details #ihf-main-container .modal select,
.page-template-template-listings-details #ihf-main-container .modal textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #d2b66c;
    font: 400 14px/1.4 'Barlow Semi Condensed', sans-serif;
    color: #aaaaaa;
    letter-spacing: -0.02em;
    width: 100%;
    height: 35px;
    /* text-transform: uppercase;*/
    background-color: transparent;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

.page-template-template-listings-details #ihf-main-container .modal textarea {
    resize: none;
}

.page-template-template-listings-details #ihf-main-container .modal input:focus,
.page-template-template-listings-details #ihf-main-container .modal select:focus,
.page-template-template-listings-details #ihf-main-container .modal textarea:focus {
    outline: none;
}

.page-template-template-listings-details #ihf-main-container .panel-default {
    /* border-color: inherit !important; */
    border: 0px !important;
}

.page-template-template-listings-details #ihf-main-container .modal .btn-primary {
    /* color: #fff; */
    /* background-color: #999; */
    /* border-color: #777; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #134578;
    width: 201px;
    height: 68px;
    font-size: 21px;
    color: #114477;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    background: transparent;
    border-radius: 0;
    display: block;
    margin: 10px auto 0;
}

.page-template-template-listings-details #ihf-main-container .modal .btn-primary:hover {
    background-color: #d2b66c;
    border-color: #d2b66c;
    color: #ffffff;
}

.page-template-template-listings-details #ihf-main-container form#ihf-schedule-showing-request-form .btn-primary {
    /*max-width: 288px;
    margin: 20px auto;
    display: block;*/
}

.page-template-template-listings-details #ihf-main-container .modal-footer {
    display: none;
}

input.commute-query.example-text {
    width: 99% !important;
}

.go-button.b-btn {
    color: #114477;
    background: none;
    border: 2px solid #114477;
    font-weight: normal;
    line-height: 12px;
}

span#ws-foottext {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px !important;
    position: relative !important;
}

div#ws-footer {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
}

input#ws-street {
    position: relative !important;
    width: 99% !important;
    display: block !important;
    height: 23px !important;
    left: 0 !important;
}

input#ws-go {
    top: 23px !important;
    color: #000 !important;
    right: 10px !important;
}


/*Blank white before showing content*/

.blank-white {
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Removes underlapping over the offcanvas menu */

.aiosp-wrap.ppop-mls-search-wrapper {
    position: fixed !important;
    z-index: 9999;
    top: 0 !important;
}

#content .post-6205 .entry div.wpcf7-response-output {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

#content .post-3649 .entry.entry-content.ihf_content {
    /* display: none;
    margin-top: 0 !important;*/
}


/* Additional  */

.ip-container #main-wrapper {
    overflow: hidden;
}

.page-template-template-blog .search-sub input {
    position: relative;
}

.opacity-hidden {
    display: none;
    min-height: 100vh;
}

.ccntct-git-field label {
    width: 100%;
}

.page-template-template-search-mls .entry-content.ihf_content {
    /*display: none !important;*/
}

.page-id-438 .floating-tab ul li a {
    background: rgba(105, 105, 105, 0.85);
}


/* .page-id-438 .floating-tab ul li a:hover,
.page-id-438 .floating-tab ul li a:focus,
.page-id-438 .floating-tab ul li a:active {
    background: rgba(105, 105, 105, 1) !important;
} */

.page-template-template-listings-details .footer-disclaimer {
    margin: 30px;
}


/* landing page footer */

.landing-f-form {
    display: block;
    padding: 45px 0;
    background: #f7f7f7;
    font-size: 0;
}

.landing-f-form .form-title {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    font-size: 30px;
    text-transform: uppercase;
    color: #114477;
}

.landing-f-form .form-title span {
    display: inline-block;
    vertical-align: middle;
    color: #d2b66c;
    margin-right: 5px;
}

.landing-f-form .form-wrap {
    display: inline-block;
    width: calc(100% - 270px);
    vertical-align: middle;
    position: relative;
}

.landing-f-form .form-wrap .form-col {
    display: inline-block;
    width: 17%;
    margin-right: 1%;
    vertical-align: top;
}

.landing-f-form .form-wrap .form-col.wide {
    width: 25%;
}

.landing-f-form .form-wrap .form-col input,
.landing-f-form .form-wrap .form-col textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a3a3a3;
    height: 45px;
    color: #8e8e8e;
    font-size: 14px;
    outline: 0;
    resize: none;
}

.landing-f-form .form-wrap .form-col textarea {
    padding-top: 15px;
}

.landing-f-form .form-wrap input[type="submit"] {
    display: inline-block;
    width: 20%;
    border: 1px solid #114477;
    height: 45px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #114477;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.landing-f-form .form-wrap input[type="submit"]:hover {
    border-color: #d2b66c;
    background: #d2b66c;
    color: #fff;
}

.landing-f-form div.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0;
}

.landing-f-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.landing-contact-info {
    display: block;
    padding: 50px 0 30px;
    font-size: 30px;
    color: #8e8e8e;
    text-align: center;
}

.landing-contact-info a {
    color: #8e8e8e;
}

.landing-contact-info h2 {
    font-size: 40px;
    color: #114477;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.landing-contact-info span.phone-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 28px;
}

.landing-contact-info span.email-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
}

.page-template-index-landing-page footer {
    display: block;
    background: #fff;
    padding-top: 0;
}


/* Popup */

.popup-content > img {
    max-width: 100%;
}

.popup-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.popup-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.84);
    overflow-y: auto;
    text-align: center;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 1s;
}

.popup-wrapper .popup-container .popup-content {
    padding: 35px 20px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 477px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popup-container {
    width: 477px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    pointer-events: auto;
    height: 100%;
}

.popup-wrapper .popup-container .popup-close {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 32px;
    height: 32px;
    border: 1px solid #adadad;
    border-radius: 50%;
    background: transparent url(https://www.jaydeehomes.com/wp-content/themes/jaydeehomes.com/index-landing-page/assets/images/popup-close.png) no-repeat;
    background-position: center center;
    background-size: 11px 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
}

.popup-wrapper .popup-container .popup-content .popup-logo {
    display: block;
    margin: 12px auto 40px;
    max-width: 100%;
}

.popup-wrapper .popup-container .popup-content .popup-title {
    font-size: 26px;
    font-weight: 100;
    line-height: 26px;
    color: #000;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 9px;
}

.popup-wrapper .popup-container .popup-content .popup-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 23px;
}

.popup-wrapper .popup-container .popup-content .popup-form {
    position: relative;
    width: 377px;
    max-width: 100%;
    margin: 0 auto;
}

.popup-wrapper .popup-container .popup-content .popup-form .wpcf7-form-control-wrap {
    display: block;
}

.popup-wrapper .popup-container .popup-content .popup-form input[type="text"],
.popup-wrapper .popup-container .popup-content .popup-form input[type="email"],
.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    margin: 0 auto 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0);
}

.popup-wrapper .popup-container .popup-content .popup-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    padding: 15px 10px;
    resize: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    margin: 0 auto 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0);
}

.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"] {
    background: #d2b66c;
    border-color: #d2b66c;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"]:hover {
    background: #d2b66c;
    border-color: #d2b66c;
}

.popup-wrapper .popup-container .popup-content .popup-form .wpcf7-response-output {
    margin: 9px 0 0 0;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.page .page-title h1.entry-title {
    font-weight: 300 !important;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.page-template-template-blog-php h1.entry-title {
    font: 300 63px/1 'Barlow Semi Condensed', sans-serif !important;
    letter-spacing: .05em;
}

/*floating click to call*/
.floating-click-to-call {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    border: 0px none;
    display: block;
    right: 10px;
}

    .floating-click-to-call.active .fctc-btn {
        display: none;
    }
    .fctc-btn {
        margin: 10px;
        width: 60px;
        height: 60px;
        border-radius: 50px;
        overflow: hidden;
        border: 2px solid #114477;
        background-color: #114477;
        transition: all 0.2s;
        box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 0px;
        cursor: pointer;
    }
    .fctc-btn svg {
        width: 24px;
        height: 24px;
        color: #fff;
        margin: 0 auto;
        margin-top: 16px;
        display: block;
    }
    .fctc-btn:hover {
        transform: scale(1.1);
        box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px;
    }
    .floating-click-to-call.active .fctc-body {
        display: block;
    }
    .fctc-body {
        position: fixed;
        background-color: #ffffff;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #e8ecf0;
        box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
        text-align: center;
        color: #364650;
        padding: 15px 25px;
        bottom: 10px;
        right: 10px;
        top: initial;
        max-width: 288px;
        display: none;
    }
        .fctc-body p {
            line-height: 1.3;
            font-size: 15px;
        }
        .fctc-phone {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 6px;
            font-size: 22px;
            pointer-events: none;
        }
            .fctc-phone a {
                font-size: 21px;
                line-height: 1;
                transition: color .3s ease;
            }
            .fctc-phone a:hover {
                color: inherit;
            }
            .fctc-phone svg {
                margin-right: 5px;
                color: #114477;
                margin-top: 4px;
            }

        .fctc-close {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #364650;
            cursor: pointer;
            z-index: 2;
        }
        .fctc-mobile .fctc-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #364650;
            cursor: pointer;
            z-index: 2;
            height: 100%;
            padding: 10px;
        }

    .fctc-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #ffffff;
        box-shadow: rgb(0 0 0 / 10%) 0px -5px 10px 0;
        display: none;
    }
        .fctc-mobile a {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px;
            color: #364650;
            line-height: 1;
            text-align: center;
            flex: 1;
            text-decoration: none;
        }
        .fctc-mobile a:first-of-type {
            border-right: 1px solid #e8ecf0;
        }
        .fctc-mobile a svg {
            margin: 0 5px 0 0;
            color: #114477;
        }
/*update*/
.mobile_link a{
    pointer-events: none;
}

/*#section2,*/
#section3,
#section4,
#section5,
#section6,
#section7 {
    display: none;
}

#chat-widget-container{
    bottom: 7% !important;
}