/*

Theme Name: Casey Ragan

Description: AIOS mobile semi-custom theme.

Author: AgentImage

Author URI: http://www.agentimage.com

Version: 1.5.4

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

 *

 *******************************************************/



/* 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 {

        display: flex;

        justify-content: space-around;

		padding:0 70px;

    }

    #nav2 li {

        margin: 0;

    }

    #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: 32px 0;

    }

    #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;

    /* 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;

    }

    /*** header ***/

    header.header {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        z-index: 99;

        padding-top: 27px;

        -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;

    }

    .hdr-inner {

        width: 100%;

        padding: 0 50px;

        font-size: 0;

    }

    .fixed-header .hdr-logo  {

        display: inline-block;

        width: 18%;

        pointer-events: auto;

        vertical-align: middle;

    }

	.hdr-logo {

		display: inline-block;

		/*width: 21.7%;*/

		width: 22.7%;

		pointer-events: auto;

		vertical-align: middle;

	}

    .fixed-header .navigation {

        display: inline-block;

        width: calc(82% - 295px);

        text-align: center;

        vertical-align: middle;

        pointer-events: auto;

    }

	.navigation {

        display: inline-block;

        /*width: calc(78.3% - 295px);*/

        width: calc(77.3% - 295px);

        text-align: center;

        vertical-align: middle;

        pointer-events: auto;

    }

    .fixed-menu .navigation {

        padding-top: 110px;

    }

    .hdr-contact-wrap,

    .fixed-header .hdr-contact-wrap {

        display: inline-block;

        width: 295px;

        vertical-align: middle;

        font-size: 0;

        text-align: right;

        pointer-events: auto;

    }

    .hdr-contact-wrap .hdr-contact {

        display: inline-block;

        font-size: 20px;

        color: #fff;

        vertical-align: middle;

        width: calc(100% - 100px);

        text-align: right;

        padding-right: 25px;

    }

    .fixed-header .hdr-contact-wrap .hdr-contact {

        font-weight: 500;

    }

    .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: top;

        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 {

        pointer-events: none;

    }

    .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: 100px;

        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: 0;

        left: 0;

        width: 100%;

        background: rgba(2, 48, 97, 0.88);

        font-size: 0;

        z-index: 999;

        padding: 0 10px;

        transform: translateY(-100%);

        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-header.search-mls-details-header{

		background: rgba(17, 69, 119, 1);

	}

    .fixed-header>.container {

        width: 100%;

    }

    .fixed-header.active {

        transform: translateY(0);

    }

    /*** fixed burger menu ***/

    .fixed-menu-logo,

    .fixed-smi {

        display: none;

    }

    .fixed-email-wrap {

        display: inline-block;

        position: relative;

        vertical-align: middle;

    }

    .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');

        background-size: 100% 100%;

        transform: scale(.84);

        cursor: pointer;

    }

    .fixed-menu .burger-close:hover {

        transform: scale(1);

        background-image: url('images/close-hover.png');

    }

    .fixed-menu.open-nav {

        right: 0;

        opacity: 1;

    }

    .fixed-menu .hdr-logo {

        width: 40%;

        padding-top: 45px;

    }

    .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: middle;

        margin-top: 1px;

        font-size: 23px;

    }

    .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: 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;

    }

    .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;

        vertical-align: middle;

    }

    .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;

    }

    /** Custom Design Lines **/

    .custom-design {

        background: #d2b66c;

        height: 5px;

        width: 109%;

        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;

    }

    /*** 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-position: bottom 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: -100px;

        margin-top: -70px;

    }

    .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(94% - 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: 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;

        background: -moz-linear-gradient(top, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);

        background: -webkit-linear-gradient(top, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);

        background: linear-gradient(to bottom, rgba(15, 63, 111, 1) 70%, rgba(15, 63, 111, 0.93) 72%, rgba(255, 255, 255, 0) 100%);

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f3f6f', endColorstr='#00ffffff', GradientType=0);

    }

    .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: 115px;

        padding-bottom: 40px;

    }

        .hp-welcome .welcome-text.welc-text1 {

            padding-bottom: 23px;

        }

    .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: 25px;

        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: 133px;

        width: calc(100% - 50px);

    }

    .hp-welcome .welcome-photo .photo-wrap .custom-design.right {

        top: initial;

        bottom: 190px;

        left: 15px;

    }

    .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: 8%;

        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: 100px;

    }

    .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;

        padding-left: 16px;

    }

    .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;

        padding-left: 14px;

    }

    .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: 18px;

        color: #114477;

        display: block;

        margin-top: 26px;

        text-decoration: none;

        border: 1px solid #114477;

    }

    .hp-map a.map-more:hover {

        background: #d2b66c;

        border-color: #d2b66c;

        color: #fff;

    }

    .hp-map .map-right {

        position: relative;

        width: 43.93%;

        top: -3px;

        right: 88px;

        float: right;

    }



    /*** map css ***/

    /*.mlss-d-list {

        width: 49% !important;

    }*/

    .mlss-d-map-left {

        width: 48% !important;

    }

    #map {

        position: relative;

        width: 703px;

    }

    #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: 15px;

        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: 18px;

        text-shadow: 2px 2px 2px #000;

    }

    #map .hovers div p .loc-icon {

        display: block;

        margin: 0 auto;

        width: 23px;

        height: 28px;

        background: url('images/map2/pin.png');

    }

    #map .hovers div p .loc-icon.al-left {

        margin: 0 0 0 5px;

    }

    /* cities */

        #york-mills {

            top: -12px;

            left: 171px;

        }

            #york-mills p {

                top: 105px;

                left: 138px;

            }

        #hoggs-hollow {

            top: 165px;

            left: 185px;

        }

            #hoggs-hollow p {

                top: 22px;

                left: 11px;

            }

        #the-bridle-path {

            top: 190px;

            left: 333px;

        }

            #the-bridle-path p {

                top: 74px;

                left: 32px;

            }

        #lawrence-park {

            top: 216px;

            left: 195px;

        }

            #lawrence-park p {

                top: 103px;

                left: 40px;

            }

        #bedford-park {

            top: 179px;

            left: 17px;

        }

            #bedford-park p {

                top: 96px;

                left: 59px;

            }

        #lytton-park {

            top: 341px;

            left: 39px;

        }

            #lytton-park p {

                top: 64px;

                left: 76px;

            }

        #leaside {

            top: 383px;

            left: 361px;

        }

            #leaside p {

                top: 83px;

                left: 68px;

            }

        #davisville {

            top: 418px;

            left: 227px;

        }

            #davisville p {

                top: 76px;

                left: 58px;

            }

        #chaplin-estates {

            top: 498px;

            left: 126px;

        }

            #chaplin-estates p {

                top: 22px;

                left: 18px;

            }

        #forest-hill {

            top: 467px;

            left: -15px;

        }

            #forest-hill p {

                top: 130px;

                left: 128px;

            }

        #moore-park {

            top: 552px;

            left: 207px;

        }

            #moore-park p {

                top: 50px;

                left: 98px;

            }

        #summerhill {

            top: 651px;

            left: 159px;

        }

            #summerhill p {

                top: 36px;

                left: 40px;

            }

        #rosedale {

            top: 602px;

            left: 278px;

        }

            #rosedale p {

                top: 112px;

                left: 62px;

            }

        #the-annex {

            top: 756px;

            left: 135px;

        }

            #the-annex p {

                top: 25px;

                left: 51px;

            }

        #the-beach {

            top: 674px;

            left: 435px;

        }

            #the-beach p {

                top: 71px;

                left: 99px;

            }

    /*** 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;

    }

    .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.comm-list1:hover>.fp-arrow {

        opacity: 1;

    }

    .hp-fp .fp-row.comm-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, .3);

        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-logo {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: 100;

        background: url('images/hp-fp-hover-logo.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-logo {

        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 .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;

    }

    /*** 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: -104.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/hp-video-bg.jpg) bottom center no-repeat;

        background-size: cover;

        background-repeat: no-repeat;

        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;

    }

        .hp-video .video-hp a {

            display: block;

            position: relative;

        }

            .hp-video .video-hp a:before {

                content: '';

                position: absolute;

                width: 100%;

                height: 100%;

                top: 0;

                left: 0;

                background: rgba(0, 0, 0, .140) url(images/hp-video-play.png) center no-repeat;

            }

        .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: 80%;

        color: #000;

        font-size: 15px;

        line-height: 20px;

        text-align: center;

        z-index: 9;

        font-weight: 400;

        letter-spacing: .020em;

        padding-top: 15px;

        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: 45px;

        left: initial;

    }

    .video-wrap .custom-design.right:before {

        width: 95px;

        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-left: -45px;

        margin-top: -35px;

        width: 125%;

    }

    .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: -5px;

        z-index: 1;

    }

    .hp-video .vid-agent-photo .custom-design.right {

        bottom: 145px;

        top: initial;

        right: -100px;

        left: initial;

        width: calc(100% - 41px);

    }



    .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;

    }

    /*** latest news ***/

    .hp-news {

        display: block;

        padding: 75px 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;

        cursor: pointer;

    }

    .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: 39.2%;

        z-index: 9;

        cursor: pointer;

    }

    .hp-news .news-photo:after {

        position: absolute;

        content: '';

        right: 13.79%;

        top: 9.13%;

        width: 92%;

        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;

    }

    .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;

        outline: 0;

    }

    .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;

        outline: 0;

    }

    .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: 80px 0 55px;

        font-size: 0;

        background: transparent url(images/footer-bg.jpg) no-repeat;

        background-position: 0;

        background-size: 100% auto !important;

    }

    .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: top;

    }

    .footer-details .f-right img {

        /*margin: -30px auto 0;*/

        margin: 72px 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;

    }

/*******************************************************

 *

 * 3. IP Styles

 *

 *******************************************************/

.ip-container #main-wrapper {

    overflow: hidden;

}

.ip-banner{

    position: relative;

    width: 100%;

}

    .ip-banner::before{

       position: absolute;

        content: '';

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background: rgba(0, 0, 0, .4);

        z-index: 5;

    }

    .ip-banner canvas{

        display: block;

        position: relative;

        z-index: 0;

        width: 100%;

        min-height: 250px;

        background: #f9f7f7;

        background-size: cover;

    }

    .ip-banner .container{

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%,-50%);

        z-index: 2;

    }

        .ip-banner h1 {

            font-weight: 700;

            font-size: 32px;

            text-align: center;

            color: #FFF;

            text-transform: uppercase;

            letter-spacing: 0.05em;

            line-height: 1.7;

        }

            .ip-banner h1 span{

                display: block;

                font-size: 24px;

                font-weight: 400;

                text-transform: none;

                letter-spacing: 0.01em;

            }







/* 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;

    }

/* fullwidth template */

.page-template-template-fullwidth #content {

    padding-left: 15px;

    padding-right: 15px;

}

    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {

        margin-left: -15px;

        margin-right: -15px;

    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,

#content .archive-title {

    color: #114477;

    font-size: 40px;

    font-weight: 500;

    text-transform: uppercase;

    line-height: 1;

}

    h1.entry-title {

        font-size: 63px;

        letter-spacing: 0.05em;

        font-weight: normal;

        text-transform: uppercase;

        color: #fff;

        font-weight: 300;

    }

#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;

}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {

}

.ip-image canvas {

    display: block;

    width: 100%;

    height: auto;

    min-height: 200px;

    -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;

    will-change: filter;

}

    .ip-image.active canvas {

        -webkit-filter: grayscale(100%);

        filter: grayscale(100%);

        opacity: 0.4;

    }

     .ip-luxury-result-image.active canvas {

        -webkit-filter: grayscale(100%);

        filter: grayscale(100%);

        opacity: 0.4;

    }

     .ip-fp-result-image.active canvas {

        -webkit-filter: grayscale(100%);

        filter: grayscale(100%);

        opacity: 0.4;

    }

    html.firefox-true .ip-image.active canvas, html.firefox-true .ip-fp-result-image.active canvas, html.firefox-true .ip-fp-result-image.active canvas, html.firefox-true .ip-luxury-result-image.active canvas {

       -webkit-filter: none;

        filter: none;

    }

.ip-image:before {

    /*position: absolute;*/

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .4);

}

.ip-image.custom-banner {

    position: relative;

    z-index: 1;

    background: #fff;

}

    /* .custom-banner canvas {

        height: 468px;

    } */

    .custom-banner .page-title {

        position: absolute;

        width: 100%;

        bottom: 59px;

        left: 0;

        z-index: 2;

    }

    .custom-banner .title-wrap {

        position: relative;

        left: -20px;

    }

    .custom-banner span.line-before {

        width: 315px;

        height: 83px;

        border-top: 6px solid #d2b66c;

        border-left: 6px solid #d2b66c;

        position: absolute;

        top: -109px;

        left: 15px;

    }

    .custom-banner span.line-after {

        width: 335px;

        height: 93px;

        border-bottom: 6px solid #d2b66c;

        border-right: 6px solid #d2b66c;

        position: absolute;

        top: 100%;

        margin-top: 39px;

        left: 72px;

    }

    .custom-banner h1.entry-title {

        font: 600 65px/1 'Barlow Semi Condensed', sans-serif;

        letter-spacing: .05em;

        color: #fff;

    }

    .page-template-template-contact-page .ip-image,

    .single-custom-community .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;

    }

/*** custom contat page ***/

    .page-template-template-contact-page #inner-page-wrapper {

        padding-top: 95px;

        margin-bottom: 69px;

    }

     .page-template-template-contact-page .ip-image:before {

        background: url(images/ip-contact-banner-overlay.png) top center/cover no-repeat;

        z-index: 1;

    }

    .page-template-template-contact-page .ip-image canvas {

        background: url(images/bg-contact-page.jpg) fixed top center/101% auto no-repeat !important;

    }

    .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;

        outline: 0;

    -webkit-appearance: none;

    -moz-appearance: none;

    }

    .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: 70px 0px 0;

    }

    .ccntct-git-field-checkbox {

        font: 300 12px 'Barlow', sans-serif;

        letter-spacing: .02em;

        color: #3a3a3a;

        margin: 43px 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;

        outline: 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 - 2140px) / 2);

        padding-top: 100px;

        padding-bottom: 200px;

        background: #114477 url(images/bg-contact-page-contact-info.jpg) center/cover no-repeat;

        position: relative;

    }

    .ccntct-info-inner:before {

        content: '';

        position: absolute;

        width: 292px;

        height: 90px;

        border: 6px solid #d2b66c;

        border-bottom: none;

        border-right: 0;

        top: 50px;

        left: -64px;

    }

    .ccntct-info-inner:after {

        content: '';

        position: absolute;

        width: 338px;

        height: 86px;

        border: 6px solid #d2b66c;

        border-top: none;

        border-left: 0;

        bottom: 75px;

        left: 67px;

    }

    .ccntct-info-logo {

        margin-left: 60px;

		margin-bottom: 30px;

    }

    .ccntct-info-logo img {

        max-width: 100%;

        margin-bottom: 20px;

    }

    .ccntct-git-field label {

        width: 100%;

    }

    .ccntct-info-phone,

    .ccntct-info-email,

    .ccntct-info-address {

        padding-left: 60px;

        font: 400 23px/38px 'Barlow', sans-serif;

        letter-spacing: .02em;

        color: #fff;

        position: relative;

        margin-top: 0;

    }

    .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: 18px;

    }

    .ccntct-info-email i {

        font-size: 13px;

        top: 15px;

        left: 5px;

    }

    .ccntct-info-address i {

        font-size: 23px;

        left: 3px;

        top: 10px;

    }

    .ccntct-info-smi {

        padding-left: 97px;

        margin-top: 15px;

    }

    .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;

    }

    .ccntct-git-field span.wpcf7-list-item-label {

        display: inline-block;

        font: 300 17px 'Barlow', sans-serif;

        letter-spacing: .05em;

        padding-left: 5px;

    }

    .ccntct-git-field-checkbox span.wpcf7-list-item-label {

        position: relative;

        padding-left: 31px;

        display: block;

    }

    /*** custom about page ***/

    .page-template-template-meet-casey-ragan .ip-image canvas {

        background: url(images/bg-meet-casey-ragan.jpg) fixed top center/100% auto no-repeat !important;

    }

    .page-template-template-meet-casey-ragan .ip-image:before {

        background: url(images/ip-contact-banner-overlay.png) top center/cover no-repeat;

        z-index: 1;

    }

    .page-template-template-meet-casey-ragan .custom-banner.ip-image:before {

        background-color: rgba(0, 0, 0, .15);

    }

    .page-template-template-meet-casey-ragan #inner-page-wrapper {

        margin-bottom: 0;

        margin-top: 41px;

        padding: 54px 0 0;

        z-index: 99;

        position: relative;

    }

    .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;

    }

    .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: 400 17px/24px 'Barlow', sans-serif;

        letter-spacing: .02em;

        color: #3a3a3a;

        padding: 10px 35px 8px 20px;

        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: -95px;

        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: 71px;

        padding-top: 55px;

        padding-bottom: 25px;

        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: -85px;

        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: 95px;

        width: 50%;

        height: 6px;

        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: 155px 0 75px;

        position: relative;

        text-transform: uppercase;

    }

    .mcrp-bg-5 .container {

        position: relative;

        padding-bottom: 45px;

    }

    .mcrp-bg-5 .mcrp5-img {

        position: absolute;

        right: 0;

        bottom: 0;

        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);

    }

body.page-template-template-meet-casey-ragan .aios-popup-body .aiosp-close {

	/*color: #fff;*/

}

/** Buyers Template Page */

.page-template-template-buyers-page #inner-page-wrapper {

    margin-bottom: 0;

    margin-top: 49px;

    padding: 54px 0 0;

}

.page-template-template-buyers-page .custom-banner.ip-image:before {

    display: none;

}

.page-template-template-buyers-page .custom-banner.ip-image:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: transparent url(images/buyers-bg-overlay-a.png) no-repeat;

    background-size: 100% 100%;

}

.page-template-template-buyers-page .ip-image canvas {

    background: url(images/buyers-bg-a.jpg) fixed top center/100% auto no-repeat !important;

}



.page-template-template-buyers-page #inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.page-template-template-buyers-page #content-full #content {

    overflow: hidden;

}

.cbuy-wrap {}

.cbuy-div-1 {}

.cbuy-left {}

.cbuy-text {

    padding: 6% 20px 0 0;

}

#content .cbuy-text p {

    font: 400 22px/26px 'Barlow', sans-serif;

    letter-spacing: .02em;

    color: #121212;

	margin-top: 0;

}

.cbuy-text a.cbuy-btn {

    margin-top: 16px;

}

a.cbuy-btn,

.cbuy-btn {

    display: inline-block;

    min-width: 252px;

    max-width: 100%;

    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-text-btn {

    width: 452px;

}

.cbuy-right {}

.cbuy-video {

    margin-left: -25px;

    margin-top: -31px;

    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, .20) 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 {

    display: block;

    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.png) 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: 400 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 ul {

	padding-left: 20px;

	overflow: hidden;

}

#content .cbuy-list li ul {

	padding-left: 20px;

	overflow: hidden;

}

#content .cbuy-list li li {

	margin-bottom: 20px;

}

#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;

    width: 392px;

}

.cbuy-div-3 {

    padding: 132px 0 153px;

}

.cbuy-div-3 .col-md-5 {

    text-align: right;

}

.cbuy-agent {

    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:after {

    content: '';

    position: absolute;

    right: 77px;

    top: 53px;

    left: -77px;

    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 {

    margin-left: -15px;

}

#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;

}

.page-template-template-buyers-page .aiosp-wrap .aiosp-container .aios-popup-body {

    min-height: auto;

    width: auto;

    padding: 0;

    font-size: 0;

    line-height: 1;

}

.ccntct-git-field.ccntct-git-field-lg.neighborhood .wpcf7-list-item {

    width: 33%;

    padding-top: 20px;

}

.ccntct-git-field.ccntct-git-field-lg.neighborhood {

    margin-bottom: 30px;

}

.ccntct-git-field-checkbox-cbuy-agreement span.wpcf7-list-item-label {

    font-size: 12px;

    font-weight: 400;

}

/** End of Buyers Template Page */

/** Sellers Template Page */

.page-template-template-sellers-page #inner-page-wrapper {

    padding-top: 113px;

    margin-bottom: 0;

}

.page-template-template-sellers-page .ip-image canvas {

    background: url(images/sellers-page-banner.jpg) fixed top center/100% auto no-repeat !important;

}

.page-template-template-sellers-page #inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.page-template-template-sellers-page .aiosp-ready #csell-video-iframe {

    display: block;

}

.page-template-template-sellers-page .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-page .aiosp-container {

    padding: 0 30px;

}

.page-template-template-sellers-page .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: 62px;

    padding-left: 38px;

    padding-right: 60px;

}

#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: -173px;

}

.csell-agent-box {

    position: relative;

    z-index: 1;

}

.csell-agent-box:before {

    content: '';

    position: absolute;

    width: 97.3%;

    height: 70%;

    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: 110px;

    height: 273px;

    top: 20%;

    right: 19.2%;

    border: 5px solid #d2b66c;

    border-left: none;

    border-bottom: none;

}

.csell-agent-box img {

    display: block;

    margin-left: -23px;

    padding-bottom: 7px;

    max-width: 100%;

}

.csell-div-2 {

    padding: 141px 0 71px;

}

#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: 400 17px/24px 'Barlow', sans-serif;

    letter-spacing: .02em;

    color: #3a3a3a;

}

.csell-div-2 .col-md-12 {

    margin-bottom: 107px;

}

.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 {

    display: block;

    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, .2);

}

.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: 72px;

    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;

    background-size: cover;

    padding: 119px 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 168px;

}

#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: 6px;

    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: 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: 36%;

}

.csell-photo:nth-child(5n + 3),

.csell-photo:nth-child(5n + 4) {

    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;

    outline: none;

}

#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: 87px 0 72px;

}

.csell-agent-2 {}

.csell-agent-2 img {

    display: block;

    margin-top: 17px;

    margin-left: -32px;

    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: 13px;

    line-height: normal;

    letter-spacing: .02em;

    color: #666666;

    font-weight: 400;

}

.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;

}

.csell-l-t-btn {

    width: 422px;

}

.ccntct-info-name {

	padding-left: 60px;

	padding-bottom: 30px;

}

#content .ccntct-info-name h2 {

	margin: 0;

	color: #fff;

	font-weight: normal;

	font-size: 35px;

	line-height: 18px;

}

#content .ccntct-info-name span {

	color: #fff;

	font-weight: normal;

    font-size: 15px;

}

/** End of Sellers Template Page */

/*** Tour Toronto ***/

/*** custom about page ***/

.page-template-template-comm-toronto .ip-image canvas {

    background: url(images/tour-toronto-banner.jpg) fixed top center/101% auto no-repeat !important;

}

.page-template-template-comm-toronto .ip-image:before {

    background: url(images/tour-toronto-banner.png) top center/cover no-repeat;

    z-index: 1;

}

.page-template-template-comm-toronto .custom-banner.ip-image:before {

    background-color: rgba(0, 0, 0, .15);

}

.page-template-template-comm-toronto #inner-page-wrapper {

    margin-bottom: 0;

    margin-top: 41px;

    padding: 58px 0 0;

}

.page-template-template-comm-toronto #inner-page-wrapper #content-full {

    margin-top: 3px;

}



.page-template-template-comm-toronto .custom-banner span.line-after{

    width: 337px;

    height: 84px;

    margin-top: 37px;

    left: 65px;

}

.page-template-template-comm-toronto .custom-banner span.line-before{

    width: 316px;

    height: 87px;

    top: -117px;

    left: 15px;

}



.title-comm {

    color: #114477;

    font-size: 40.49px;

    line-height: 1;

    padding: 36px 0 78px;

    text-transform: uppercase;

}

.comm-wrapp {

    margin-bottom: 59px;

}

.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 {

    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.25);

    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;

}

.comm-list a .comm-center-holder .comm-tag em {

    display: inline-block;

    background: rgba(0, 0, 0, .50);

    color: #fff;

    text-transform: uppercase;

    font-size: 11px;

    line-height: 24px;

    letter-spacing: 1.1px;

    padding: 0 9px;

    border-radius: 14px;

    font-style: normal;

    margin: 0 3px;

}

.comm-list a .comm-center-holder .comm-text {

    position: absolute;

    transform: translateY(50%);

    bottom: -18%;

    left: 0;

    right: 0;

    padding: 0 32px 32px;

    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 {

    transform: translateY(0%);

    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: 199px;

    top: -23px;

}

.comm-list a .comm-center-holder .comm-text strong {

    position: relative;

    color: #fff;

    letter-spacing: 1.21px;

    font-size: 24.21px;

    display: block;

    font-family: 'Barlow', sans-serif;

    text-transform: uppercase;

    font-weight: 800!important;

}

.comm-list a .comm-center-holder .comm-text p {

    font-size: 18px;

    line-height: 24px!important;

    font-weight: normal;

    margin-top: 15px!important;

    margin-bottom: 15px!important;

}

.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: 18px;

    letter-spacing: 0.09px;

    font-weight: 500;

    font-style: normal;

    width: 100%;

    max-width: 148px;

    margin-top: 40px;
    
    color: #604500;

}



.comm-inner canvas {

    display: block;

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    min-height: 266px;

}

/*    END OF TOUR TORONTO  */

/*** Hire Us ***/

.page-template-template-hire-us-casey .col-md-5.float-right {

    float: right;

}

.page-template-template-hire-us-casey main {

    margin-top: 100px;

}

.page-template-template-hire-us-casey .ip-image.custom-banner::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: transparent url(images/buyers-bg-overlay-a.png) no-repeat;

    background-size: 100% 100%;

    background: rgba(0, 0, 0, 0.15);

}

    .page-template-template-hire-us-casey .ip-image.custom-banner canvas {

	    background: url(images/hire-us-banner.jpg) scroll center no-repeat;

        -webkit-background-size: cover !important;

		-webkit-background-attachment: scroll !important;

        background-size: cover !important;

		background-attachment: scroll !important;

	}

	.page-template-template-hire-us-casey .custom-banner.ip-image:before {

	    background: none;

	}

	.page-template-template-hire-us-casey .ip-image.custom-banner canvas {

	    height: 449px;

	}

	#hire-us-wrap {

	    width: 100%;

	    position: relative;

    padding-bottom: 58px;

	}

	#hire-us-wrap .hire-us-image {

        margin-top: -40px;

        margin-right: calc((1140px - 100vw) / 2);

        text-align: right;

	}

	#hire-us-wrap .hire-us-image img {

	    display: inline-block;

	    max-width: 100%;

	    height: auto;

	}

	#hire-us-wrap .hire-us-form {

        width: 100%;

        margin-left: 0;

        margin-top: 6%;

	}

	#hire-us-wrap .hire-us-form h2 {

        font-size: 26px;

        font-style: italic;

        font-weight: 600;

        line-height: 26px;

        margin-bottom: 39px;

        color: #121212;

        margin-top: 114px;

        padding-right: 57px;

	}

	#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;

	    bottom: 0;

	    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);

	}

    #hire-us-wrap .wpcf7-list-item-label {

        font-size: 17px;

        text-align: left;

    }

	.page-template-template-hire-us-casey .listings-lc-wrap #content p#breadcrumbs {

	    margin-left: 15%;

	}

/*** custom community details ***/

    .single-custom-community .ip-image 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;

    }

    .single-custom-community .ip-image canvas {

		background-position: top center !important;

		background-repeat: no-repeat !important;

		background-attachment: fixed !important;

		background-size: 100% auto !important;

    }

    .single-custom-community .ip-image:before {

        background: url(images/community-details-hdr-overlay.png) top center/cover no-repeat;

        z-index: 1;

    }

    .single-custom-community #inner-page-wrapper {

        background: url(images/community-content-bg.jpg) no-repeat #fff;

        background-size: contain;

        margin: 0 -15px 30px;

    }

        .single-custom-community.postid-88 #inner-page-wrapper {

            background: url(images/community-davisville-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-90 #inner-page-wrapper {

            background: url(images/community-leaside-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-183 #inner-page-wrapper {

            background: url(images/community-the-beach-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-176 #inner-page-wrapper {

            background: url(images/community-the-bridle-path-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-169 #inner-page-wrapper {

            background: url(images/community-hoggs-hollow-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-162 #inner-page-wrapper {

            background: url(images/community-forest-hill-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-154 #inner-page-wrapper {

            background: url(images/community-york-mills-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-147 #inner-page-wrapper {

            background: url(images/community-rosedale-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-141 #inner-page-wrapper {

            background: url(images/community-lawrence-park-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-135 #inner-page-wrapper {

            background: url(images/community-moore-park-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-127 #inner-page-wrapper {

            background: url(images/community-bedford-park-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-120 #inner-page-wrapper {

            background: url(images/community-chaplin-estates-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-113 #inner-page-wrapper {

            background: url(images/community-summerhill-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-107 #inner-page-wrapper {

            background: url(images/community-lytton-park-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

        .single-custom-community.postid-100 #inner-page-wrapper {

            background: url(images/community-the-annex-bg.jpg) no-repeat #fff;

            background-size: contain;

            margin: 0 -15px 30px;

        }

    .single-custom-community #inner-page-wrapper .container {

        width: 100%;

    }

    .single-custom-community #inner-page-wrapper .content-bg {

        position: relative;

        width: 100%;

        margin: 0 auto;

        background: url(images/comm-content-bg.jpg) no-repeat;

        background-size: cover;

        padding-bottom: 71px;

    }

    .community-wrap {

        position: relative;

        width: 100%;

        margin: 0 auto;

    }

    .single-custom-community #inner-page-wrapper .container {

        width: 100%;

    }

    .community-wrap #breadcrumbs {

        padding-top: 125px;

        text-transform: uppercase;

        max-width: 1172px;

        margin: 0 auto;

    }

    .community-wrap .comm-video a:before {

        /*background-color: transparent;*/

    }

    .community-wrap .comm-video {

        position: relative;

        padding: 20px 0 60px 0;

        text-align: center;

    }

    .community-wrap .comm-video-popup a {

        display: inline-block;

        vertical-align: top;

        font-size: 0;

        background-color: #000000;

        position: relative;

    }

    .community-wrap .comm-video iframe {

        width: 100%;

        max-width: 750px;

    }

    .community-wrap .comm-details-wrapp {

        width: 100%;

        font-size: 0;

        display: inline-block;

    }

    .community-wrap .comm-content-text {

        max-width: 1372px;

        float: right;

        padding-left: 15px;

        width: 100%;

        font-size: 17px;

        padding-right: 0;

    }

    .community-wrap .content-text-left {

        padding-right: 200px;

    }

    .community-wrap .comm-image-area img {

        width: 100%;

    }

    .community-wrap .comm-title {

        position: relative;

        font-size: 48px !important;

        color: #114477;

        text-transform: uppercase;

        font-weight: 400 !important;

        line-height: 48px;

    }

    .community-wrap .comm-title:before {

        content: '';

        width: 173px;

        height: 2px;

        background: #d2b66c;

        position: absolute;

        left: 140px;

        top: 15px;

    }

    .community-wrap .comm-title > span {

        display: block;

        color: #818181;

        letter-spacing: 0.4em;

        font-size: 21px;

        text-transform: uppercase;

        font-weight: 500 !important;

    }

    .community-wrap .content-text-left > p {

        margin: 15px 0;

    }

    .community-wrap .comm-image-area {

        float: right;

        width: 58%;

        position: relative;

        margin-top: 48px;

    }

    .community-wrap .comm-image-area img {

        width: 100%;

    }

    .community-wrap .content-text-bottom {

        width: 100%;

        max-width: 1140px;

        margin: 0 auto;

        display: block;

        position: relative;

    }

    .community-wrap .content-text-bottom > p {

        margin: 15px;

    }

    .single-custom-community #inner-page-wrapper .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-fp {

        display: block;

        padding: 55px 0 0;

    }

    .comm-fp .fp-wrap {

        display: block;

        width: 100%;

        overflow: hidden;

        font-size: 0;

    }

    .comm-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;

    }

    .comm-fp .fp-row.comm-list1:hover>.fp-arrow {

        opacity: 1;

    }

    .comm-fp .fp-row.comm-list2:hover>.fp-arrow {

        opacity: 1;

    }

    .comm-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%);

    }

    .comm-fp .fp-arrow.fp-next,

    .comm-image-area .fp-arrow.fp-next {

        left: auto;

        right: 0;

    }

    .comm-fp .fp-arrow.fp-next em,

    .comm-image-area .fp-arrow.fp-next em {

        background: url('images/hp-fp-next.png');

    }

    .comm-fp .fp-wrap .fp-row {

        margin: 2px -2px;

        position: relative;

        display: block;

    }

    .comm-fp .fp-wrap .slick-slide {

        padding: 0 2px;

    }

    .comm-fp .fp-wrap .slick-slide a {

        display: block;

        position: relative;

        font-weight: 500;

        font-size: 19px;

        color: #fff;

        overflow: hidden;

    }

    .comm-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;

    }

    .comm-fp .fp-wrap .slick-slide a:hover:before {}

    .comm-fp .fp-wrap .slick-slide a:after {

        position: absolute;

        content: '';

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background: rgba(0, 0, 0, .3);

        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;

    }

    .comm-fp .fp-wrap .slick-slide a:hover:after {

        opacity: 1;

    }

    .comm-fp .fp-wrap .slick-slide a .hover-logo {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: 100;

        background: url('images/hp-fp-hover-logo.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;

    }

    .comm-fp .fp-wrap .slick-slide a:hover .hover-logo {

        opacity: 1;

        transform: scale(1);

    }

    .comm-fp .fp-wrap .slick-slide a canvas {

        display: block;

        width: 100%;

        height: auto;

        background-size: cover;

    }

    .comm-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;

    }

    .comm-fp .fp-wrap .slick-slide a:hover .fp-details {

        bottom: 10%;

    }

    .comm-fp .fp-wrap .slick-slide a .fp-details:before {

        position: absolute;

        content: '';

        left: 0;

        top: 0;

        width: 2px;

        height: 100%;

        background: #d2b66c;

    }

    .comm-fp .fp-wrap .slick-slide a .fp-details span {

        display: block;

        line-height: 1;

        font-size: 18px;

    }

    .comm-fp .fp-wrap .slick-slide a .fp-details span.fp-desc {

        font-size: 13px;

        font-weight: 400;

        margin-top: 4px;

        letter-spacing: .2px;

    }

    .comm-fp .fp-wrap .slick-slide a .fp-details span.fp-price {

        font-size: 30px;

        font-weight: 600;

        margin-top: 15px;

    }

    .comm-fp .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;

    }

    .comm-fp .fp-wrap .slick-slide a:hover .fp-view-det {

        opacity: 1;

    }

    .single-custom-community #inner-page-wrapper #comm-details-cta {

        position: relative;

        width: 100%;

        max-width: 1140px;

        text-align: center;

        margin: 50px auto 0;

    }

    .single-custom-community #inner-page-wrapper .comm-cta-list {

        display: block;

        font-size: 0;

        width: 100%;

    }

    .single-custom-community #inner-page-wrapper .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;

    }

    .single-custom-community #inner-page-wrapper .comm-cta-list a:before {

        content: '';

        width: 0;

        height: 100%;

        vertical-align: middle;

        display: inline-block;

    }

    .single-custom-community #inner-page-wrapper .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;

    }

    .single-custom-community #inner-page-wrapper .comm-cta-list a:hover {

        background: #d2b66c;

    }

    .single-custom-community #inner-page-wrapper .comm-cta-list a:hover span {

        color: #fff;

    }

/*mls search popup*/

.aiosp-wrap.ppop-mls-search-wrapper {

	position: fixed !important;

    z-index: 9999;

    top: 0 !important;

}

.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-body > .container {

    width: 1240px;

    max-width: 100%;

}

.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: 84px;

    right: 77px;

    width: 50px;

    height: 50px;

    background: url(images/close-default.png) no-repeat;

    background-size: 100% 100%;

    cursor: pointer;

    font-size: 0!important;

    transform-origin: center center;

    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.16);

    background-image: 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: 166px 0 186px;

}

.ppop-mls-search-body hr {

    opacity: .3;

    margin: 37px 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: 1.7px;

    color: #fff;

    text-transform: uppercase;

}

#ppop-mls-search-input {

    width: 100%;

    font: 400 89px 'Barlow Semi Condensed', sans-serif;

    letter-spacing: .05em;

    text-transform: uppercase;

    background: transparent;

    border: 1px solid transparent;

    color: rgba(255, 255, 255, .29);

    margin: 50px 0 0;

    height: 106px !important;

    border: none !important;

    outline: none !important;

    vertical-align: top;

}

#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: 999;

    margin-top: -9px;

    overflow-y: auto;

    overflow-x: hidden;

    display: none;

}

.ppop-mls-search-input-dropdown.open {

    display: block;

}

.ppop-mls-search-input-dropdown.opened {

    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: #104478;

    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 38px;

}

.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, .25);

    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: 700 24px/1 'Barlow', sans-serif;

    letter-spacing: 1.2px;

    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: 81px;

}

.admin-bar .mls-d-container {

    padding-top: 49px;

}

.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: 22px 34px 15px 36px;*/

    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: 500 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: 400 13px/1 'Barlow', sans-serif;

    /* color: #3e3e3e; */

    color: #000;

    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: #8a8686;

    background: url(images/icon-mls-search-arrow-d.png) no-repeat;

    background-position: center right 10px;

    padding-right: 30px;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: 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: 500 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: 7px 0 5px;

    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-handle:nth-last-child(1) {

    transform: translateX(-100%);

}

.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-left{

    width: 50.61% !important;

    height: 561px;

    background-size: cover;

    background-position: center;

    display: inline-block;

}

.mlss-d-map-left #ihf-map-canvas{

    width: 100% !important;

}

.mlss-d-map-orig {

    width: 50.61% !important;

    height: 561px;

    background-size: cover;

    background-position: center;

    display: inline-block;

}

.mlss-d-map-orig > canvas {

    display: block;

    width: 100%;

    height: 100%;

}

.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: transparent url(images/overlay-mls-details.png) no-repeat;

    background-size: 100% 100%;

    background-position: bottom center;

}

.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: 2px solid #d2b66c;

    /*padding: 0 20px 48px;*/

    padding: 0 20px 13.7%;

    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;*/

}

.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: 500 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;

    display: none;

}

.mdss-d-navigation:after {

    content: '';

    display: block;

    clear: both;

}

.naviation-loading img {

    max-height: 100%;

}

.naviation-loading {

    text-align: center;

    height: 75px;

    margin: 35px 0;

}

.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 a#nextBtn button {

    right: 18px;

}

.mdss-d-navigation a#prevBtn button {

    left: 18px;

}

.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;

}

.mls-d-container #content-full {

    margin-top: 0;

}

.mls-d-container #breadcrumbs {

    display: none;

}

.fixed-header.search-mls-details-header {

    transform: translateY(0);

}

.page-template-template-search-mls .entry-content.ihf_content {

    margin-top: -190px;

}

.page-template-template-search-mls .mlss-d-filter {

    position: relative;

    z-index: 10;

}

/* search MLS modifications */

div#ihf-map-canvas {

    height: 561px !important;

    width: 750px !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;

}

    .page-template-template-search-mls .mlss-d-item-img:after {

        background: url(images/overlay-listings-luxury-condos-lofts.png) bottom left/cover repeat-x;

        transition: all .3s ease-in-out;

        -webkit-transition: all .3s ease-in-out;

        -moz-transition: all .3s ease-in-out;

    }

.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-search-mls .mlss-d-item a:hover .mlss-d-item-img:before {

        opacity: 1;

    }

.page-template-template-search-mls #inner-page-wrapper {

    margin-bottom: 0;

}

.mlss-d-wrap .mlss-d-item a .mlss-d-item-detail {

    position: absolute;

    bottom: 0;

    left: 20px;/*

    width: 195px;

    height: 60px;*/

    line-height: 30px;

    text-align: center;

    font-size: 14px;

    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;

    width: 150px;

    height: 30px;

    letter-spacing: .025em;

}

.mlss-d-wrap .mlss-d-item a:hover .mlss-d-item-detail {

	opacity: 1;

}

.mlss-d-wrap .mlss-d-item a .mlss-hover-logo {

	position: absolute;

	left: 0;

	top: -10px;

	width: 90%;

	height: 100%;

	z-index: 100;

	background: url('images/hp-fp-hover-logo.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;

}

.mlss-d-wrap .mlss-d-item a:hover .mlss-hover-logo {

	opacity: 1;

	transform: scale(1);

}

/*listings new*/

/*.listings-lc-banner {

    background: url(images/listings-luxury-condos-lofts-banner.jpg) center/cover no-repeat;

	position:relative;

}*/

.listings-lc-banner canvas {

    min-height: 468px;

    display: block;

    width: 100%;

    height: auto;

}

.listings-condos-banner canvas {

    min-height: 449px;

        display: block;

    width: 100%;

    height: auto;

}

.listings-loft-banner canvas {

    min-height: 449px;

        display: block;

    width: 100%;

    height: auto;

}

.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-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: 316px;

    height: 87px;

    border-top: 6px solid #d2b66c;

    border-left: 6px solid #d2b66c;

    position: absolute;

    top: -120px;

    left: 56px;

}

.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: 337px;

    height: 84px;

    border-bottom: 6px solid #d2b66c;

    border-right: 6px solid #d2b66c;

    position: absolute;

    top: 100%;

    margin-top: 37px;

    left: 106px;

}

.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;

    letter-spacing: .05em;

    color: #fff;

}

.listings-loft-banner h1.entry-title {

    font: 300 63px/1 'Barlow Semi Condensed', sans-serif;

    letter-spacing: .05em;

    color: #fff;

}

.listings-condos-banner h1.entry-title {

    font: 300 63px/1 'Barlow Semi Condensed', sans-serif;

    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;

    outline: 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: 12px;

    height: 12px;

    border-radius: 50%;

    background: #d2b66c;

    border: none;

    outline: none;

    top: 0;

    bottom: 0;

    margin: auto 0;

    z-index: 99;

} 

.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: rgba(0,0,0,0.3) 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;

    margin-top: -3px;

}

.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-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;

    margin-bottom: 41px;

}

.listings-lc-item a:hover .listings-lc-item-details {

    padding-bottom: 32.4%;

/*    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;

}

.page-id-32 .ip-image canvas {

    /* background: url(images/featured-listings-bg.jpg) fixed top center/120% auto no-repeat; */

    background: url(images/cr-new-banner.jpg) center/cover no-repeat;

}

.ip-fp-result-image canvas {

    background: url(images/featured-listings-bg.jpg) fixed top center/120% auto no-repeat;

    /* background: url(images/cr-new-banner.jpg) center/cover no-repeat; */

    -webkit-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}





body.page-id-39863 .ip-fp-result-image canvas {

    background: url(images/cr-new-banner.jpg) fixed bottom center/120% auto no-repeat;

}



.ip-luxury-result-image canvas {

    background: url(images/luxury-banner.jpg) fixed top center/120% auto no-repeat;

    /* background: url(images/cr-new-banner.jpg) center/cover no-repeat; */

    -webkit-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.page-template-template-luxury-listings .ip-image canvas {

    /* background: url(images/luxury-listings-bg.jpg) fixed top center/120% auto no-repeat; */

    background: url(images/cr-new-banner.jpg) center/cover no-repeat;

}

.single-custom-community .ip-image canvas {

    /* background: url(images/cr-new-banner.jpg) center/cover no-repeat !important; */

}

.ip-image.listings-lc-banner {

    position: relative;

    z-index: 1;

}

.listings-lc-filter-field.listings-lc-filter-field-md {

    width: 50%;

}

.listings-lc-filter-field-range.listings-lc-filter-field > span {

    margin-top: 7px;

}

/** Floating Tab */

.floating-tab {

    position: fixed;

    left: 0;

    top: 95%;

    -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;

}

.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: 17px;

    text-transform: uppercase;

    padding: 8px 18px;

    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;

}

.community-wrap #custom-breadcrumbs {

	padding-top: 125px;

	text-transform: uppercase;

	max-width: 1172px;

	margin: 0 auto;

}

.community-wrap #breadcrumbs {

	display: none;

}

#custom-breadcrumbs a, #custom-breadcrumbs a:link, #custom-breadcrumbs a:visited {

	color: #808080;

}

#custom-breadcrumbs .breadcrumb_last span {

	font-weight: 600;

	color: #808080;

}

/*HOME VALUATION TEMPLATE*/

/*.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 .footer .footer-form{

	display: none;

}

.page-template-template-home-valuation #content-full {

    margin-top: 0;

}

.page-template-template-home-valuation .ip-banner {

    display: none;

}

/*.page-template-template-home-valuation .footer-details{

	padding: 122px 0 40px;

}*/

.custom-home-valuation-wrap {

    min-height: 900px;

    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, .5);

}

.chv-inner {

    position: relative;

    z-index: 1;

    color: #fff;

}

.chv-inner:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url(images/custom-overlay-homeval.png) no-repeat;

    background-position: center center;

    background-size: cover;

    pointer-events: none;

    z-index: 1;

}

.chv-page.chv-page-1 {

    padding: 305px 15px 229px;

}

.chv-page.chv-page-2 {

    padding: 192px 15px 59px;

}

.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/60px '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: normal;

    margin-bottom: 77px;

}

.chv-page-1 .chv-form {

    max-width: 324px;

}

.chv-page-2 .chv-form {

    max-width: 324px;

    margin-top: 31px;

    max-width: 408px;

}

.chv-form {

    margin: 0 auto;

}

.chv-page-2 .chv-field {

    margin-bottom: 5px;

}

.chv-field {

    display: block;

    margin: 0 auto;

    position: relative;

}



.chv-field-address i {

    position: absolute;

    left: 1px;

    top: 19px;

    font-size: 17px;

    font-style: normal!important;

}

.chv-field-address input[type="text"] {

    padding-left: 28px;

}

.chv-field input[type="text"]{

    width: 100%;

    height: 53px;

    border: none;

    border-bottom: 1px solid #ffffff;

    background: transparent;

    font: 300 15px/1 'Barlow', sans-serif;

    letter-spacing: 0.75px;

    color: #fff;

    outline: none;

}

.chv-field input[type="tel"],

.chv-field input[type="email"],

.chv-field.chv-field-timeframe button {

   width: 100%;

   height: 51px;

   border: none;

   border-bottom: 1px solid #ffffff;

   background: transparent;

   font: 300 15px/1 'Barlow', sans-serif;

   letter-spacing: 0.75px;

   color: #fff;

   outline: none;

}

select.chv-field-dropdown {

    width: 100%;

    height: 53px;

    border: none;

    border-bottom: 1px solid #ffffff;

    background: transparent;

    font: 300 15px/1 'Barlow', sans-serif;

    letter-spacing: 0.75px;

    color: #fff;

    outline: none;

}

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;

    }

.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: 45px auto 0;

    height: 57px;

    width: 231px;

    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: 257px;

}

.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-template-template-buyers-page .footer .footer-form {

	display: none;

}



/********** CUSTOM LISTING CSS *************/



.ihf_content_details{display:none;}

.page-template-template-listings .ip-banner {

	display:none;

}

.page-template-template-listings #post-0 {

	display:none;

}

.page-template-template-listings #content p#breadcrumbs {

	display:none;

}

.page-template-template-listings .ip-banner:before {

	background: url(images/blog-banner-overlay.png) center;

	background-size: cover;

}

.page-template-template-listings .ip-banner:after {

	position: absolute;

	content: '';

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background: rgba(0, 0, 0, .15);

}

.page-template-template-listings .ip-banner:after {

	background: rgba(0, 0, 0, .4);

}



.page-template-template-listings .ip-banner canvas {

	height: 449px;

}



.page-template-template-listings .ip-banner .page-title {

	position: absolute;

	left: -40px;

	bottom: -55px;

	width: 100%;

	z-index: 9;

}

.page-template-template-listings .ip-banner .page-title .title-wrap {

	padding: 110px 0 130px 0;

	position: relative;

	display: inline-block;

	width: 100%;

	max-width: 420px;

}

.page-template-template-listings .ip-banner .page-title .title-wrap {

	padding: 100px 0 95px 0;

	max-width: 480px;

}

.page-template-template-listings .ip-banner .page-title .title-wrap .line-before {

	position: absolute;

	top: 0;

	left: 40px;

	width: 300px;

	height: 18px;

	background: #d2b66c;

}

.page-template-template-listings .ip-banner .page-title .title-wrap .line-before:before {

	position: absolute;

	content: '';

	left: 0;

	top: 0;

	height: 85px;

	width: 18px;

	background: #d2b66c;

}

.page-template-template-listings .ip-banner .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 .ip-banner .page-title h1 span {

	display: block;

}

.page-template-template-listings .ip-banner .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-banner .page-title .title-wrap .line-after {

	right: 70px;

}

.page-template-template-listings .ip-banner .page-title .title-wrap .line-after:before {

	position: absolute;

	content: '';

	right: 0;

	bottom: 0;

	height: 90px;

	width: 18px;

	background: #d2b66c;

}

/*details*/

.page-template-template-listings-details .entry-title{

    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;}

/*end details*/

.page-template-template-listings-details .ip-banner {

		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;

	}

        .ld-form form {

            position: relative;

        }

	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;

	}

    body.page-template-template-listings-details .aiosp-wrap .aiosp-ref-\#search-popup-form.aiosp-container .aios-popup-body {

        max-width: inherit;

    }

	.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;

		}

.page-template-template-hire-us-casey .footer .footer-form {

	display: none;

}

/*** 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 img{
		width: 100%;
		height: auto;
	}

	.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;

        display: inline-block;

        margin: 10px;

	}

	.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 .left-wrap .blog-pagination .current-page span.page-of {

            border: 0;

            margin-right: 0;

            width: auto;

        }

	.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%);

        pointer-events: none;

	}

	.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%;

	}

	.input-form {

		display: inline-block;

		margin-right: 7px;

	}

	input[type="number"] {

		-moz-appearance: textfield;

	}

	.blog-custom .input-page {

		width: 40px;

		text-align: center;

		border: 1px solid #d2b66c;

		vertical-align: middle;

	}

	/*** 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;

	}









.page-id-22 .footer .footer-form{

    display: none;

}



ul.cbuy-list.csell-list {

    margin: 0px !important;

}

ul.cbuy-list.csell-list.sel-less-margin > li {

    margin-bottom: 12px !important;

}

/*.page-id-28 .footer-details{

    background: none;

}

*/

.aios-popup-body .aiosp-close{

    color: #fff;

}



/*

.select {

    cursor: pointer;

    display: inline-block;

    position: relative;

    font-size: 16px;

    color: #fff;

    width: 220px;

    height: 40px;

}

.select-hidden {

    display: none;

    visibility: hidden;

    padding-right: 10px;

}

.select-styled:active, .select-styled.active {

    background-color: #ab3326;

}

.select-styled {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: #c0392b;

    padding: 8px 15px;

    -moz-transition: all 0.2s ease-in;

    -o-transition: all 0.2s ease-in;

    -webkit-transition: all 0.2s ease-in;

    transition: all 0.2s ease-in;

}

.select-styled:active:after, .select-styled.active:after {

    top: 9px;

    border-color: transparent transparent #fff transparent;

}

.select-styled:after {

    content: "";

    width: 0;

    height: 0;

    border: 7px solid transparent;

    border-color: #fff transparent transparent transparent;

    position: absolute;

    top: 16px;

    right: 10px;

}

.select-options {

    display: none;

    position: absolute;

    top: 100%;

    right: 0;

    left: 0;

    z-index: 999;

    margin: 0;

    padding: 0;

    list-style: none;

    background-color: #ab3326;

}

.select-options li[rel="hide"] {

    display: none;

}

.select-options li {

    margin: 0;

    padding: 12px 0;

    text-indent: 15px;

    border-top: 1px solid #962d22;

    -moz-transition: all 0.15s ease-in;

    -o-transition: all 0.15s ease-in;

    -webkit-transition: all 0.15s ease-in;

    transition: all 0.15s ease-in;

}

.select-options li:hover {

    color: #c0392b;

    background: #fff;

}









*/

/*.csell-div-2 .sel-less-margin{

    margin-bottom: 12px !important;

}

*/

/*ul.cbuy-list.csell-list > li {

    margin: 0px !important;

}*/







.center {

  position: absolute;

  display: inline-block;

  top: 50%; left: 50%;

  transform: translate(-50%, -50%);

}

/** Custom Select **/

.custom-select-wrapper {

  position: relative;

  display: inline-block;

  user-select: none;

  width: 100%;

}

  .custom-select-wrapper select {

    display: none;

  }

  .custom-select {

    position: relative;

    display: inline-block;

    width: 100% !important;

  }

    .custom-select-trigger {

    position: relative;

    display: block;

    cursor: pointer;

    color: #3a3a3a;

    font: 300 17px 'Barlow', sans-serif;

    letter-spacing: .05em;

    height: 40px;

    border-bottom: 1px solid #a3a3a3;

    line-height: 40px;

    }

      .custom-select-trigger:after {

        position: absolute;

        display: block;

        content: '';

        width: 10px; height: 10px;

        top: 50%; right: 25px;

        margin-top: -3px;

    border-bottom: 1px solid #3a3a3a;

    border-right: 1px solid #3a3a3a;

        transform: rotate(45deg) translateY(-50%);

        transition: all .4s ease-in-out;

        transform-origin: 50% 0;

      }

      .custom-select.opened .custom-select-trigger:after {

        margin-top: 3px;

        transform: rotate(-135deg) translateY(-50%);

      }

  .custom-options {

    position: absolute;

    display: block;

    top: 100%; left: 0; right: 0;

    min-width: 100%;

    margin: 15px 0;

    border: 1px solid #b5b5b5;

    border-radius: 4px;

    box-sizing: border-box;

    box-shadow: 0 2px 1px rgba(0,0,0,.07);

    background: #fff;

    transition: all .4s ease-in-out;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transform: translateY(-15px);

    z-index: 99;

  }

  .custom-select.opened .custom-options {

    opacity: 1;

    visibility: visible;

    pointer-events: all;

    transform: translateY(0);

  }

    .custom-options:before {

      position: absolute;

      display: block;

      content: '';

      bottom: 100%; right: 25px;

      width: 7px; height: 7px;

    margin-bottom: -3px;

      border-top: 1px solid #b5b5b5;

      border-left: 1px solid #b5b5b5;

      background: #fff;

      transform: rotate(45deg);

      transition: all .4s ease-in-out;

    }

    .option-hover:before {

      background: #f9f9f9;

    }

    .custom-option {

      position: relative;

      display: block;

      padding: 10px 22px;

      border-bottom: 1px solid #b5b5b5;

      line-height: 47px;

      cursor: pointer;

      transition: all .4s ease-in-out;

    color: #3a3a3a;

    font: 300 17px 'Barlow', sans-serif;

    letter-spacing: .05em;

    }

    .custom-option:first-of-type {

      border-radius: 4px 4px 0 0;

    }

    .custom-option:last-of-type {

      border-bottom: 0;

      border-radius: 0 0 4px 4px;

    }

    .custom-option:hover,

    .custom-option.selection {

      background: #f9f9f9;

    }

span.custom-option:hover {

    background: rgba(2, 48, 97, 0.88);

    color: #fff;

}



.page-template-template-luxury-listings .listings-lc-banner{

    background: none;

}



.page-template-template-home-valuation .custom-select-trigger{

    color: #fff;

    border-bottom: 1px solid #fff;

    height: 51px;

    line-height: 51px;

}

.page-template-template-home-valuation  .custom-select-trigger:after{

    border-bottom: 1px solid #fff;

    border-right: 1px solid #fff;

}



.page-template-template-luxury-listings .custom-select-trigger:after{

    border-bottom: 1px solid #fff;

    border-right: 1px solid #fff;

    right: 6px;

}

.page-template-template-luxury-listings  .custom-select-trigger {

    width: 100% !important;

    border-bottom: 1px solid #ffffff !important;

    height: 32px !important;

    /* padding: 0px !important; */

    margin: 0px !important;

    line-height: 32px !important;

}



.page-template-template-luxury-listings .custom-option{

    width: 100% !important;

    color: #3a3a3a !important;

    font: 300 17px 'Barlow', sans-serif !important;

    margin: 0px !important;

}

.page-template-template-luxury-listings span.custom-option:hover{

    color: #fff !important;

}

.page-template-template-luxury-listings .custom-options{

    max-height: 300px;

    overflow-y: scroll;

}

.page-template-template-home-valuation .time-frame .custom-option:first-child {

    color: graytext;

    background: none;

    cursor: default;

    pointer-events: none;

}

.single-post .page-title {

    display: none;

}

.single-post .ip-image canvas {

    background-image: url(https://cdn.agentimagehosting.com/GqXAFoU7FzqmNRH1fMZyg/2019/07/ip-banner-blog.jpg) !important;

}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.mlss-d-body p {

    font-size: 43px;

    padding-left: 31px;

}

#ihf-main-container .ihf-grid-result.col-xs-3 {

   display: none;

}

#ihf-main-container .pagination {

    display: none;

}

#ihf-main-container .col-xs-4 {

    display: none;

}

#ihf-main-container .btn-group.pull-right {

    display: none !important;

}

.ihf-link-back.ihf-powered-by {

    display: none;

}

div#ihf-board-disclaimers {

    display: none;

}

.entry.entry-content.ihf_content{ margin-top: -70px; }

.page-id-32 .ip-fp-result-image.listings-lc-banner,

.page-id-33 .ip-luxury-result-image.listings-lc-banner {

    position: relative;

}

.page-template-template-listings-condos-new .ip-fp-result-image.listings-lc-banner, .page-template-template-luxury-listings .ip-luxury-result-image.listings-lc-banner {

   position: relative;

}

.single-post #breadcrumbs {

    display: none;

}

#ihf-walkscore-content #ws-footer {

    position: relative !important;

    top: 0 !important;

}

.b1052243 .ip-fp-result-image canvas {

    /* background: url(images/luxury-banner.jpg) fixed top center/120% auto no-repeat; */

    background: url(images/cr-new-banner.jpg) center/cover no-repeat;

}

.page-template-template-luxury-listings .listings-lc-list .no-data {
    font-size: 18px;
    text-align: center;
    margin: 50px 30px;
}



/*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: 17px;

            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;

            font-size: 22px;

            margin-top: 6px;

            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;

                margin-top: 4px;

                color: #114477;

            }

        .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;

        }



.no-click-desktop-tablet a[href*="tel:"],

a.no-click-desktop-tablet {

    pointer-events: none;

}

.image-holder{

  position: relative;

}

.image-holder canvas{

  display: block;

  height: 100%;

  width: 100%;

}

.hp-welcome .welcome-photo .photo-wrap .image-holder img {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    object-fit: cover;

    object-position: center;

    top: -52px;

}



.hp-welcome .welcome-photo .photo-wrap .image-holder {

    width: 100%;

    max-width: 506px;

    left: 14%;

}

.page-template-template-luxury-listings .entry-content.ihf_results_entry-content{

	display: none!important;

}	 

#video-hp-iframe,

#cbuy-video-iframe,

#csell-video-iframe,

#mcrp-video-iframe,

#comm-video-iframe {

    text-align: center !important;

}

body .aiosp-wrap .aiosp-ref-\#search-popup-form.aiosp-container .aios-popup-body{

    background: transparent;

    padding: 0;

    width: 100%;

    margin: auto;

    max-width: 922px;

}  

#video-hp-iframe iframe {

    width: 100%;

}

body .aiosp-wrap.aiosp-ready .ppop-mls-search{

	display: block;

} 

body .aiosp-ref-\#search-popup-form.aiosp-container .aiosp-close{

	/*position: absolute;

    top: 10px;

    right: 10px;

    width: 50px;

    height: 50px;

    background: url(images/close-default.png) no-repeat;

    background-size: 100% 100%;

    cursor: pointer;

    font-size: 0!important;

    transform-origin: center center;

    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: 1!important;*/

    top: 0px;

    right: 0px;

}  

#chat-widget-container{

    bottom: 100px!important;

} 

.aiosp-container.mls-popup-class {

    padding: 0;

}

.mls-popup-class .aiosp-content.aios-popup-body {

    max-width: none !important;

}

.mls-popup-class button.aiosp-close {

    position: absolute;

    top: 75px !important;

    right: 77px !important;

    width: 50px;

    height: 50px;

    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: 1 !important;

}

.mls-popup-class .aiosp-close:hover {

    transform: scale(1);

    width: 58px;

    height: 58px;

    background: url(images/close-hover.png);

}



.hdr-logo a {

	display: flex;

  align-items: center;

  gap: 30px;

}

.fixed-content .hdr-logo a div {

	width: 40%;

}

.hdr-logo a .hallmark img {

	margin: 0 auto;

}

.hdr-logo a .hallmark {

	/*margin-top: 20px;*/

}

.fixed-header .hdr-logo a {

	display: flex;

  align-items: center;

  gap: 20px;

}

.fixed-header .hdr-logo a div {

	width: 50%;

}

.fixed-header .hdr-logo a .hallmark img {

	margin: 0;

}

.fixed-header .hdr-logo a .hallmark {

	margin-top: 0;

}

.fixed-content .container {

	width: 1570px;

}

.fixed-content #nav3 {
	display: flex;
    justify-content: space-between;
    width: 100%;
	flex-flow: row wrap;
}

.aiosp-container.aiosp-inline-holder[class*="video-hp-iframe"] .aios-popup-body {
    width: 100%!important;
    max-width: 1150px;
    padding: 0!important;
    background-color: #000;
}

.aiosp-container.aiosp-inline-holder[class*="video-hp-iframe"] #video-hp-iframe {
    overflow: hidden;
    padding-top: 56.25%;
}

.aiosp-container.aiosp-inline-holder[class*="video-hp-iframe"] #video-hp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aiosp-container.aiosp-inline-holder[class*="video-hp-iframe"] .aios-popup-body .aiosp-close {
    top: -46px;
    color: #fff!important;
    width: auto;
    line-height: 1;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    top: 0.5em;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

#content ul.sitemap-list li.page-item-8617,
#content ul.sitemap-list li.page-item-38144,
#content ul.sitemap-list li.page-item-37934 {
    display: none;
}