/*

Theme Name: Element - Responsive Real Estate Wordpress Theme from Agent Image
Description: Element is a modern and responsive real estate Wordpress theme. Customize your branding, add widgets and integrate IDX search.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.9
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. Variables
2. Global
3. Homepage
4. Innerpage

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

*/


/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

:root {
    --font-cabin: 'Cabin', sans-serif;
    --font-nunito: 'Nunito', sans-serif;
    --primary-font: var(--font-cabin);
    --primary-color: #000;
    --primary-color-rgb: 0, 0, 0;
    --secondary-color: #727272;
    --accent-color: #4267b2;
    --global-button-background: transparent;
    --global-button-color: #676767;
    --global-button-border-color: #c1c1c1;
    --global-button-hover-background: #000;
    --global-button-hover-color: #fff;
    --global-button-hover-border-color: #000;
    --transition: all 0.4s ease-in-out;
}


/*******************************************************
 *
 * 2. Global
 *
 *******************************************************/


/** Body */

body {
    font-family: var(--primary-font);
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
}


/** End of Body */


/** Global Title */

.global-title {
    display: block;
    position: relative;
}

.global-title small,
.global-title strong,
.global-title p {
    display: block;
    position: relative;
}

.global-title small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 27px;
}

.global-title small:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 1px;
    background: #484848;
    margin-right: 15px;
}

.global-title small.center-line {
    margin-bottom: 31px;
}

.global-title small.center-line:before {
    margin: 0 auto;
}

.global-title strong {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4571;
    text-transform: uppercase;
    color: var(--primary-color);
}

.global-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: #7f7f7f;
    margin-top: 11px;
}

.global-title.gt-center,
.global-title .gt-center {
    text-align: center;
}

.global-title.gt-white small:before {
    background: #fff;
}

.global-title.gt-white strong,
.global-title.gt-white p {
    color: #fff;
}

.global-title .gt-white {
    color: #fff;
}


/** End of Global Title */


/** Global Button */

.global-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--global-button-border-color);
    width: 283px;
    max-width: 100%;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--global-button-color);
    background: var(--global-button-background);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.global-button:hover {
    background: var(--global-button-hover-background) !important;
    border-color: var(--global-button-hover-border-color) !important;
    color: var(--global-button-hover-color) !important;
}

.global-button.gb-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 283px;
}


/** End of Global Button */


/** Bootstrap Extend */

.bootstrap-extend-left {
    margin-left: calc((100vw - 1140px) / -2);
}

.bootstrap-extend-right {
    margin-right: calc((100vw - 1140px) / -2);
}


/** End of Bootstrap Extend */


/** WP Contact Form 7 */

div.wpcf7-response-output,
span.wpcf7-not-valid-tip {
    font-size: 13px;
}


/** End of WP Contact Form 7 */


/** Site Logo */

.site-logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    font-family: 'Vidaloka', serif;
}

.site-logo.filtered-black {
    filter: brightness(1) invert(1);
}

.site-logo.center-logo {
    margin-left: auto;
    margin-right: auto;
}

.site-logo span {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: block;
    top: -8px;
    left: 4px;
}

.site-logo span + span {
    top: auto;
    bottom: -6px;
    left: -3px;
}


/** End of Site Logo */


/** Site Logo Text */

.site-logo-text {
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.08px;
    text-align: center;
    color: var(--primary-color);
    margin-top: 10px;
    font-family: 'Vidaloka', serif;
}

.site-logo-text.white-text {
    color: #fff;
}


/** End of Site Logo Text */


/** Site Off Canvas */

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

.site-offcanvas {
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas.offcanvas-open {
    visibility: visible;
    pointer-events: auto;
}

.site-offcanvas.offcanvas-open:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-offcanvas.offcanvas-open .site-offcanvas-inner {
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.site-offcanvas.offcanvas-right .site-offcanvas-inner {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.site-offcanvas.offcanvas-open.offcanvas-right .site-offcanvas-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.site-offcanvas.offcanvas-right .site-offcanvas-inner {
    margin-left: auto;
    box-shadow: -5px 0 5px -5px #999999;
}

.site-offcanvas:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.site-offcanvas .site-offcanvas-inner,
.site-offcanvas .site-offcanvas-header,
.site-offcanvas .site-offcanvas-main,
.site-offcanvas .site-offcanvas-footer {
    position: relative;
    width: 100%;
}

.site-offcanvas .site-offcanvas-inner {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    overflow-y: auto;
    padding: 70px 30px 50px;
    width: 440px;
    max-width: calc(100% - 30px);
    height: 100%;
    box-shadow: 5px 0 5px -5px #999999;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-offcanvas .site-offcanvas-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas .site-offcanvas-close:hover {
    color: var(--primary-color);
}

.site-offcanvas .site-offcanvas-close i {
    display: block;
    font-style: normal;
}

.site-offcanvas .site-offcanvas-main {
    padding: 30px 0;
}

.site-offcanvas .site-offcanvas-header:not(.hidden) + .site-offcanvas-main {
    margin: auto 0;
}

.site-offcanvas .site-offcanvas-footer {
    margin-top: auto;
}

.site-offcanvas .site-offcanvas-logo {
    text-align: center;
    font-family: 'Parisienne', cursive;
}

.site-offcanvas .site-offcanvas-logo a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas .site-offcanvas-logo a:hover {
    color: var(--primary-color);
}

.site-offcanvas .site-offcanvas-navigation {
    position: relative;
}

.site-offcanvas .site-offcanvas-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.site-offcanvas .site-offcanvas-navigation ul li {
    display: block;
}

.site-offcanvas .site-offcanvas-navigation ul li ul,
.site-offcanvas .site-offcanvas-navigation ul li + li {
    border-top: 1px solid #f0f0f0;
}

.site-offcanvas .site-offcanvas-navigation ul li > a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas .site-offcanvas-navigation ul li:hover > a {
    color: var(--secondary-color);
}

.site-offcanvas .site-offcanvas-navigation ul ul.sub-menu {
    display: none;
}

.site-offcanvas .site-offcanvas-navigation ul ul li {
    padding-left: 15px;
}

.site-offcanvas .site-offcanvas-navigation ul ul li a {
    font-size: 14px;
}

.site-offcanvas .site-offcanvas-navigation ul ul ul {
    margin-left: -15px;
}

.site-offcanvas .site-offcanvas-navigation ul ul ul li {
    padding-left: 30px;
}

.site-offcanvas .site-offcanvas-info {
    display: block;
    margin: 0;
    padding: 0;
}

.site-offcanvas .site-offcanvas-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}

.site-offcanvas .site-offcanvas-info li + li {
    margin-top: 15px;
}

.site-offcanvas .site-offcanvas-info li i {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-style: normal;
    font-size: 14px;
    margin-right: 10px;
}

.site-offcanvas .site-offcanvas-info li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas .site-offcanvas-info li a:hover {
    color: var(--secondary-color);
}

.site-offcanvas .site-offcanvas-smi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
}

.site-offcanvas .site-offcanvas-smi li {
    padding: 15px;
}

.site-offcanvas .site-offcanvas-smi li a {
    display: block;
    color: inherit;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-offcanvas .site-offcanvas-smi li a:hover {
    color: var(--secondary-color);
}


/** End of Site Off Canvas */


/** Header */

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    padding: 28px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: padding, background, border;
    transition-property: padding, background, border;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

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

.header.active {
    padding: 18px 0;
    background: #000000;
    border-bottom-color: #d5d5d5;
}

.header .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.header .header-logo {
    margin-right: 30px;
    position: relative;
    font-family: 'Parisienne', cursive;
}

.header .header-logo .main-logo {
    transition: all 1s ease;
    max-width: 100%;
}

.header.active .header-logo .main-logo {
    /* filter: brightness(1) invert(1); */
    width: 70px;
    height: 70px;
}

.header .header-logo .main-logo span {
    transition: all 1s ease;
}

.header.active .header-logo .main-logo span {
    font-size: 20px;
    top: 0;
    left: 0;
}

.header.active .header-logo .main-logo span + span {
    top: auto;
    bottom: 0;
    left: 0;
}

.header .header-logo a {
    display: inline-block;
    vertical-align: middle;
}

.header .header-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.header .header-navigation {
    margin-left: auto;
}

.header .header-navigation .site-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.header .header-navigation .site-menu > li {
    display: block;
    padding: 0 17px;
}

.header .header-navigation .site-menu > li > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #fff;
}

.header .header-navigation .site-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.header .header-navigation .site-menu > li:hover > a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header.active .header-navigation .site-menu > li > a {
    color: #FFF;
}

.header.active .header-navigation .site-menu > li > a:after {
    background: #fff;
}

.header .header-navigation .site-menu > li:hover > a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header .header-contact-info {
    position: relative;
    text-align: right;
    display: none;
}

.header .header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.56px;
    color: #fff;
    padding: 0 10px;
}

.header .header-contact i {
    text-align: left;
    display: inline-block;
}

.header .header-contact.phone i {
    font-size: 14.42px;
}

.header .header-contact.email i {
    font-size: 11.68px
}

.header .header-contact-info a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.header .header-contact-info a:hover {
    opacity: .8;
}

.header.active .header-contact {
    color: #fff;
}

.header .header-burger {
    margin-left: 20px;
}

.header .header-burger .burger-menu {
    width: 38px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .header-burger .burger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 0 0 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .header-burger .burger-menu span:first-child {
    width: calc(100% - 20px);
}

.header .header-burger .burger-menu span:last-child {
    width: calc(100% - 10px);
}

.header .header-burger .burger-menu span:nth-child(2) {
    margin: 5px auto;
}

.header .header-burger .burger-menu:hover span {
    width: 100% !important;
}

.header.active .header-burger .burger-menu span {
    background: #fff;
}


/** End of Header */


/** Sub Menu */

.site-menu li {
    position: relative;
    display: block;
}

.site-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.site-menu .sub-menu {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 200px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.site-menu .sub-menu li {
    position: relative;
}

.site-menu .sub-menu li + li {
    margin-top: 1px;
}

.site-menu .sub-menu a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: #000;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.site-menu .sub-menu a:hover {
    /* background: var(--primary-color);
    color: #fff;*/
    background: #fff;
    color: var(--primary-color);
}

.header.active .site-menu .sub-menu {
    padding-top: 46px;
}

.header.active .site-menu .sub-menu a {
    background: var(--primary-color);
    color: #fff;
}

.header.active .site-menu .sub-menu a:hover {
    background: #fff;
    color: var(--primary-color);
}

.site-menu .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    padding-top: 0 !important;
}

.site-menu .sub-menu .sub-menu li {
    margin-left: 1px;
}


/** End of Sub Menu */


/** Footer */

.footer {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.footer .footer-git,
.footer .footer-main,
.footer .footer-contact,
.footer .footer-navigation,
.footer .footer-copyright,
.footer .footer-disclaimer {
    position: relative;
    z-index: 1;
}

.footer .footer-git {
    background: transparent url(images/SP9.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 77px 0;
    z-index: 1;
}

.footer .footer-git:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer .footer-git .git-inner,
.footer .footer-git .git-form,
.footer .footer-git form,
.footer .footer-git .git-field {
    position: relative;
}

.footer .footer-git .git-inner {
    background: #fff;
    padding: 39px 68px 78px;
}

.footer .footer-git .git-form {
    margin-top: 40px;
}

.footer .footer-git form {
    margin: -35px -7px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-git .git-field {
    width: calc(100% / 3);
    padding: 0 7px;
}

.footer .footer-git .git-field.lg {
    width: 100%;
}

.footer .footer-git .git-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: solid 1px transparent;
    background: transparent;
    display: block;
    width: 100%;
    height: 29px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #7f7f7f;
    margin-top: 35px;
    padding: 0 9px;
    border-bottom: 1px solid #bebebe;
    transition: all .25s ease-in-out;
}

.footer .footer-git .git-textarea {
    resize: none;
    height: 44px;
    padding-right: 60px;
    padding-top: 10px;
}

.footer .footer-git .git-control:focus,
.footer .footer-git .git-textarea:focus {
    border-color: #bebebe;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #bebebe, 0 0 8px #bebebe;
    box-shadow: inset 0 0 1px #bebebe, 0 0 8px #bebebe;
}

.footer .footer-git .git-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 28px;
    position: absolute;
    bottom: 7px;
    right: 30px;
    transition: var(--transition);
    color: var(--primary-color);
}

.footer .footer-git .git-submit:hover {
    opacity: 0.5;
}

.footer .footer-git .wpcf7-form-control-wrap {
    display: block;
}

.footer .footer-git .ajax-loader {
    position: absolute;
    margin: 0;
    bottom: 15px;
    right: 10px;
}

.footer .footer-git div.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 9px;
    -webkit-transform: translateY(100%) translateY(15px);
    -ms-transform: translateY(100%) translateY(15px);
    transform: translateY(100%) translateY(15px);
    margin: 0;
}

.footer .footer-main {
    padding: 100px 0;
    background: #000000;
}

.footer .footer-logo {
    margin-bottom: 50px;
}

.footer .footer-logo .site-logo-text {
    color: #fff;
}

.footer .footer-logo img {
    max-width: 200px;
}

.footer .footer-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.footer-logo-list > div {
    padding: 15px;
    max-width: 300px;
}

.footer .footer-contact ul {
    display: block;
}

.footer .footer-contact ul li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.56px;
    color: #fff;
}

.footer .footer-contact ul li + li {
    margin-top: 16px;
}

.footer .footer-contact ul li a,
.footer .footer-contact ul li i,
.footer .footer-contact ul li em,
.footer .footer-contact ul li p {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 16px;
}

.footer .footer-contact ul li a:hover {
    color: #cecece;
}

.footer .footer-contact ul li i {
    font-size: 12px;
    min-width: 30px;
}

.footer .footer-contact ul li i.phone {
    font-size: 14.42px;
}

.footer .footer-contact ul li i.envelope {
    font-size: 11.68px;
}

.footer .footer-contact ul li i.location {
    font-size: 18px;
}

.footer .footer-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-navigation ul {
    display: block;
}

.footer .footer-navigation ul + ul {
    margin-left: 15px;
}

.footer .footer-navigation ul li {
    position: relative;
}

.footer .footer-navigation ul li + li {
    margin-top: 15px;
}

.footer .footer-navigation ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-navigation ul li a:hover {
    color: #cecece;
}

.footer-right {
    padding-left: 25px;
}

.footer .footer-copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6153;
    color: #fff;
}

.footer .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-copyright a:hover {
    color: #cecece;
}

.footer .footer-copyright .footer-agentimage {
    text-decoration: underline;
}

.footer .footer-mls {
    text-align: left;
    margin-top: 19px;
}

.footer .footer-mls i {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
}

.footer .footer-disclaimer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6153;
    color: #fff;
    margin-top: 50px;
}


/** End of Footer */


/** Contact Form 7 Response Output */

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}


/** End of Contact Form 7 Response Output */


/** Slick Slide Outline */

.slick-slide,
.slick-slide * {
    outline: none;
}


/** End of Slick Slide Outline */


/*******************************************************
 *
 * 3. Homepage
 *
 *******************************************************/


/** HP Slideshow */

.hp-slideshow {
    position: relative;
    background: #fff;
}

.hp-slideshow .slideshow-wrap,
.hp-slideshow .slideshow-spacer {
    position: relative;
}

.hp-slideshow .slideshow-spacer canvas {
    display: block;
    width: 100%;
    min-height: 600px;
}

.hp-slideshow .slideshow-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hp-slideshow .slideshow-slider:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hp-slideshow .slideshow-slider .cycloneslider,
.hp-slideshow .slideshow-slider .cycloneslider-slides,
.hp-slideshow .slideshow-slider .cycloneslider-slide,
.hp-slideshow .slideshow-slider .cycloneslider-slide canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.hp-slideshow .slideshow-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Vidaloka', serif;
}

.hp-slideshow .slideshow-info > div {
    pointer-events: auto;
}

.hp-slideshow .slideshow-info .info-name {
    font-size: 62px;
    font-weight: 400;
    letter-spacing: 2.96px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}

.hp-slideshow .slideshow-info .info-name:after {
    content: '';
    display: block;
    width: 37px;
    height: 1px;
    background: #fff;
    margin: 31px auto 0;
}

.hp-slideshow .slideshow-info .info-tagline {
    position: relative;
    margin-top: 42px;
    padding: 0 15px;
}

.hp-slideshow .slideshow-info .info-tagline strong,
.hp-slideshow .slideshow-info .info-tagline span {
    display: block;
    position: relative;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.hp-slideshow .slideshow-info .info-tagline strong {
    font-size: 57px;
    font-weight: 700;
    letter-spacing: 2.85px;
}

.hp-slideshow .slideshow-info .info-tagline span {
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 2.96px;
    margin-top: 22px;
}

.hp-slideshow .slideshow-info .info-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 59px;
}

.hp-slideshow .slideshow-info .info-cta li {
    padding: 0 10px;
}

.hp-slideshow .slideshow-info .info-cta li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 283px;
    height: 59px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    color: #727272;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-slideshow .slideshow-info .info-cta li a:hover {
    color: #000;
}


/** End of HP Slideshow */


/** HP Welcome */

.hp-welcome {
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 40px 0 30px;
}

.hp-welcome .welcome-wrap {
    position: relative;
    background: #fff;
}

.hp-welcome .welcome-main,
.hp-welcome .welcome-img {
    display: block;
    position: relative;
}

.hp-welcome .welcome-main {
    padding: 80px 0 20px;
}

.hp-welcome .welcome-title {
    position: relative;
}

.hp-welcome .welcome-title strong {
    font-size: 47px;
    line-height: 1.0851;
}

.hp-welcome .welcome-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9411;
    letter-spacing: 0.34px;
    color: #7c7c7c;
    margin-top: 69px;
    width: 485px;
    max-width: 100%;
}

.hp-welcome .welcome-link {
    min-width: 211px;
    margin-top: 30px;
}

.hp-welcome .welcome-img img {
    display: block;
    width: 100%;
    max-width: 800px;
}


/** End of HP Welcome */


/** HP Quick Search */

.hp-qs {
    position: relative;
    background: #fff;
    padding: 80px 0 73px;
    display: none;
}

.hp-qs .qs-wrap,
.hp-qs .qs-form {
    position: relative;
}

.hp-qs .qs-title {
    margin-bottom: 37px;
}

.hp-qs .qs-form {
    z-index: 2;
}

.hp-qs .qs-field {
    position: relative;
    width: 100%;
}

.hp-qs input.qs-control,
.hp-qs select.qs-control,
.hp-qs button[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.28px;
    padding: 0 20px;
    border-bottom: 1px solid #aaa;
    color: #656565;
    text-overflow: ellipsis;
}

.hp-qs select.qs-search,
.hp-qs button[type="button"] {
    background: transparent url(images/magnifying-glass-a.png) no-repeat !important;
    background-position: center left !important;
    padding-left: 37px !important;
    padding-right: 90px !important;
}

.hp-qs select.qs-search {
    overflow: auto;
}

.hp-qs button[type="button"].dropdown-toggle {
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.hp-qs button[type="button"] span {
    color: #656565 !important;
    font-size: 14px !important;
}

.hp-qs .qs-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    outline: none;
    border: 1px solid var(--global-button-border-color);
    padding: 0;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: -2px;
    width: 150px;
    height: 40px;
    font-family: var(--font-nunito);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: var(--primary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-qs .qs-submit:hover {
    background: var(--global-button-hover-background);
    border-color: var(--global-button-hover-border-color);
    color: var(--global-button-hover-color);
}

.hp-qs .qs-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 28px;
}

.hp-qs .qs-buttons li {
    margin-top: 18px;
    padding: 0 9px;
}

.hp-qs .qs-buttons li a {
    min-width: 276px;
}


/** End of HP Quick Search */


/** HP Featured Properties */

.hp-fp {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
}

.hp-fp .fp-title {
    position: absolute;
    z-index: 1;
    top: 94px;
    left: 0;
    right: 0;
    padding: 0 107px;
    pointer-events: none;
    font-family: verdana;
}

.ai-default-cf7wrap {
    font-family: verdana;
}

.hp-fp .fp-title > .container {
    max-width: 100%;
}

.hp-fp .fp-slider-wrap {
    position: relative;
}

.hp-fp .fp-slider,
.hp-fp .fp-slide,
.hp-fp .fp-item,
.hp-fp .fp-img {
    display: block;
    position: relative;
}

.hp-fp .fp-slider:not(.slick-initialized) .fp-slide:nth-child(n + 2) {
    display: none;
}

.hp-fp .fp-slide {
    vertical-align: middle;
}

.hp-fp .fp-img:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.hp-fp .fp-img a {
    display: block;
    outline: none;
}

.hp-fp .fp-img canvas {
    display: block;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: url(images/fp-1.jpg) !important;*/
}

.hp-fp .fp-main {
    position: absolute;
    z-index: 1;
    bottom: 92px;
    left: 0;
    right: 0;
    line-height: 1;
    color: #fff;
    padding: 0 107px;
    pointer-events: none;
}

.hp-fp .fp-main > .container {
    max-width: 100%;
    position: relative;
}

.hp-fp .fp-info {
    position: relative;
    -webkit-transform: translateY(128px);
    -ms-transform: translateY(128px);
    transform: translateY(128px);
    -webkit-transition: all 0.4s 0.3s ease-in-out;
    transition: all 0.4s 0.3s ease-in-out;
    text-shadow: 3px 3px 4px #000;
}

.hp-fp .fp-item:hover .fp-info {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hp-fp .fp-price {
    font-size: 28px;
    font-weight: 700;
}

.hp-fp .fp-address {
    font-size: 30px;
    font-weight: 400;
    margin-top: 17px;
}

.hp-fp .fp-extras {
    display: block;
    margin-top: 37px;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.hp-fp .fp-extras ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hp-fp .fp-extras ul li {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.hp-fp .fp-extras ul li + li {
    margin-top: 13px;
}

.hp-fp .fp-extras ul li:after {
    content: attr(data-unit);
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(31px);
    -ms-transform: translateX(100%) translateX(31px);
    transform: translateX(100%) translateX(31px);
}

.hp-fp .fp-item:hover .fp-extras {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hp-fp .fp-link {
    min-width: 236px;
    color: #fff;
    margin-top: 44px;
    pointer-events: auto;
    background: var(--global-button-hover-background) !important;
    border-color: var(--global-button-hover-background) !important;
}

.hp-fp .fp-link:hover {
    background: var(--global-button-hover-color) !important;
    border-color: var(--global-button-hover-color) !important;
    color: var(--global-button-hover-background) !important;
}

#hp-fp a.global-button.fp-link.all {
    width: 100%;
    right: 40px;
    right: 0px;
    position: absolute;
    bottom: 0;
    display: block;
    outline: none;
    /*max-width: 263px;*/
    max-width: 283px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--global-button-hover-background) !important;
    border-color: var(--global-button-hover-background) !important;
}

#hp-fp a.global-button.fp-link.all:hover {
    background: var(--global-button-hover-color) !important;
    border-color: var(--global-button-hover-color) !important;
    color: var(--global-button-hover-background) !important;
}

.hp-fp .fp-controls {
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hp-fp .fp-controls .slick-hidden {
    display: none !important;
}

.hp-fp .fp-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    pointer-events: auto;
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-fp .fp-arrow:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}


/** End of HP Featured Properties */


/** HP Call To Action */

.hp-cta {
    position: relative;
    background: transparent url(images/SP6.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 119px 0 206px;
}

.hp-cta:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hp-cta .cta-wrap,
.hp-cta .cta-logo,
.hp-cta .cta-content,
.hp-cta .cta-list-wrap,
.hp-cta .cta-list {
    position: relative;
}

.hp-cta .cta-logo {
    position: relative;
}

.hp-cta .site-logo {}

.hp-cta .cta-logo img,
.hp-cta .cta-logo strong {
    display: block;
    position: relative;
}

.hp-cta .cta-logo img {
    max-width: 100%;
    margin: 0 auto;
}

.hp-cta .cta-logo strong {
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.08px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-family: 'Vidaloka', serif;
}

.hp-cta .cta-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.3;
    text-align: center;
    color: #fff;
    margin-top: 26px;
}

.hp-cta .cta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 29px;
}

.hp-cta .cta-list li {
    position: relative;
    margin-top: 18px;
    padding: 0 9px;
}

.hp-cta .cta-list li a {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    color: #000;
    min-width: 283px;
}

.ip-container .hp-cta [data-aios-reveal=true]:not([data-aios-reveal-mobile=true]),
.ip-container .hp-cta [data-aios-staggered-child=true]:not([data-aios-reveal-mobile=true]) {
    /*  opacity: 1 !important;
    animation: none !important; */
}

.ip-container .hp-cta {
    margin-bottom: 50px;
    /* padding: 100px 0; */
}


/** End of HP Call To Action */


/** HP Area Of Expertise */

.hp-aoe {
    position: relative;
    background: #fff;
    padding: 10px 0 0;
    overflow: hidden;
}

.hp-aoe .aoe-wrap,
.hp-aoe .aoe-inner,
.hp-aoe .aoe-list-wrap,
.hp-aoe .aoe-list {
    position: relative;
}

.hp-aoe .aoe-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-aoe .aoe-inner:before,
.hp-aoe .aoe-inner:after {
    display: none;
}

.hp-aoe .aoe-inner .col-md-6 {
    float: none;
}

.hp-aoe .aoe-inner .col-md-6:nth-child(2) {
    margin: auto 0;
}

.hp-aoe .aoe-inner .aoe-left {
    height: 100%;
}

.hp-aoe .aoe-inner .aoe-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0;
}

.hp-aoe .aoe-img {
    padding-left: 39px;
    margin-right: -15px;
    height: 100%;
    max-width: 555px;
    margin: 0 auto;
}

.hp-aoe .aoe-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
}

.hp-aoe .aoe-list-wrap {
    margin-top: 40px;
}

.hp-aoe .aoe-list {
    width: 301px;
    max-width: 100%;
    margin: 0 auto;
}

.hp-aoe .aoe-list li {
    display: block;
    position: relative;
    text-align: center;
    padding: 12px 0;
}

.hp-aoe .aoe-list li + li {
    border-top: 1px solid rgba(24, 24, 24, 0.1);
}

.hp-aoe .aoe-list li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #616161;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-aoe .aoe-list li a:hover {
    color: var(--primary-color);
}

#content .ip-aoe .aoe-list {
    margin-left: auto;
    margin-right: auto;
}

.post-type-archive-communities #content .archive-title {
    display: none;
}


/** End of HP Area Of Expertise */


/*facebook feed*/

section.facebook-feed-area {
    position: relative;
    padding: 15px 0 20px;
}

.fb-feed-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    background: url(images/sp4.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
}

html.ios-true .fb-feed-bg,
html.mac-true .fb-feed-bg,
html.safari .fb-feed-bg {
    background-attachment: scroll;
}

.fb-feed-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.fb-feed-holder {
    position: relative;
    margin: 0 -106px;
    z-index: 5;
}

.fb-feed-list {
    max-width: 459px;
    margin: 0 auto;
    padding: 11px;
}

.fb-feed-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fb-feed-photo canvas {
    display: block;
    width: 100%;
    background: #3b5997;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-feed-photo a {
    display: block;
    position: relative;
}

.fb-feed-photo a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3b5997;
    color: #fff;
    font-size: 16px;
}

.fb-feed-content {
    border: solid 1px #ded1c1;
    border-top: none;
    padding: 30px 30px 28px;
    background: #fff;
}

.fb-time span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f2122;
    font-family: var(--primary-font);
    padding-left: 19px;
}

.fb-time span em {
    font-style: normal;
    font-size: 12.5px;
    text-transform: none;
    font-weight: 400;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    display: block;
    margin-top: 7px;
    letter-spacing: .1px;
}

.fb-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

.fb-text {
    font-size: 13px;
    color: #7d7d7d;
    font-family: var(--primary-font);
    line-height: 1.6;
    letter-spacing: .36px;
    margin-bottom: 26px;
}

.fb-links a {
    color: #171b4c;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--primary-font);
    letter-spacing: .3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-links span {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #171b4c;
    border-radius: 100%;
    margin: 0 4px;
}

.fb-links a:hover {
    color: var(--primary-color);
}

.fb-feed-photo:hover canvas {
    opacity: .2;
}

.fb-feed-slick-slider {
    position: relative;
    margin: 0 -11px;
}

.fb-feed-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 30px;
}

.fb-like {
    max-width: 170px;
    width: 100%;
    top: 30px;
    position: relative;
}

.fb-like a {
    display: block;
    background: #fff;
    color: #3b5997;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-like a em {
    font-size: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.fb-like a:hover {
    background: #3b5997;
    color: #fff;
}


/** HP Testimonials */

.hp-testi {
    position: relative;
    background: #fff;
    padding: 72px 0 88px;
}

.hp-testi .testi-wrap,
.hp-testi .testi-slider-wrap,
.hp-testi .testi-slider,
.hp-testi .testi-slide,
.hp-testi .testi-item {
    position: relative;
}

.hp-testi .testi-slider-wrap {
    margin-top: 41px;
}

.hp-testi .testi-slider {}

.hp-testi .testi-slider:not(.slick-initialized) .testi-slide:nth-child(n + 2) {
    display: none;
}

.hp-testi .testi-content {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.8333;
    letter-spacing: 0.54px;
    text-align: center;
    color: #616161;
}

.hp-testi .testi-author {
    text-align: center;
    margin-top: 63px;
}

.hp-testi .testi-author a {
    display: inline-block;
    vertical-align: middle;
}

.hp-testi .testi-author a:hover strong {
    color: #858585;
}

.hp-testi .testi-author strong,
.hp-testi .testi-author span {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-testi .testi-author strong {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.44;
    color: #000;
}

.hp-testi .testi-author span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.68px;
    color: #858585;
    margin-top: 10px;
    display: none;
}

.hp-testi .testi-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    right: -50px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hp-testi .testi-arrow {
    pointer-events: auto;
    font-size: 30px;
    font-weight: 400;
    color: var(--primary-color);
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.hp-testi .testi-arrows:hover {
    opacity: 0.75;
}


/** End of HP Testimonials */


/** HP Latest News */

.hp-blog {
    position: relative;
    z-index: 1;
    background: #f8f8f8;
    padding: 73px 0 97px;
    overflow: hidden;
}

.hp-blog:before,
.hp-blog:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 460px;
}

.hp-blog:before {
    z-index: -2;
    background: transparent url(images/Latest-Real-Estate-News.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-blog:after {
    z-index: -1;
    background: rgb(255 255 255 / 70%);
}
.hp-blog .blog-wrap,
.hp-blog .blog-list-wrap,
.hp-blog .blog-list,
.hp-blog .blog-col,
.hp-blog .blog-item,
.hp-blog .blog-info {
    position: relative;
}

.hp-blog .blog-list-wrap {
    margin-top: 58px;
}

.hp-blog .blog-list {
    margin: 0 -15px;
}

.hp-blog .blog-list:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-blog .blog-list:not(.slick-initialized) .blog-col {
    width: calc(100% / 3);
}

.hp-blog .blog-list:not(.slick-initialized) .blog-col:nth-child(n + 4) {
    display: none;
}

.hp-blog .blog-col {
    padding: 0 15px;
    vertical-align: middle;
}

.hp-blog .blog-img {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hp-blog .blog-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-blog .blog-img:hover canvas {
    transform: scale(1.2);
}

.hp-blog .blog-info {
    background: #fff;
    padding: 32px 10px 35px;
    height: 270px;
}

.hp-blog .blog-name,
.hp-blog .blog-content,
.hp-blog .blog-link {
    text-align: center;
    line-height: 1;
    font-weight: 400;
}

.hp-blog .blog-name a,
.hp-blog .blog-link a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-blog .blog-name a:hover,
.hp-blog .blog-link a:hover {
    opacity: 0.5;
}

.hp-blog .blog-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}

.hp-blog .blog-content,
.hp-blog .blog-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6428;
    letter-spacing: 0.42px;
    color: #777;
}

.hp-blog .blog-content {
    margin-top: 14px;
    padding: 0 30px;
}

.hp-blog .blog-link {
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.61px;
    margin-top: auto;
    padding-top: 15px;
}


/** End of HP Latest News */


/** HP Social Media */

.hp-socm {
    position: relative;
    background: #fff;
    padding: 75px 0 91px;
    overflow: hidden;
    display: none;
}

.hp-socm .socm-wrap,
.hp-socm .socm-list-wrap,
.hp-socm .socm-list,
.hp-socm .socm-title,
.hp-socm .socm-blogs-wrap,
.hp-socm .socm-blogs,
.hp-socm .socm-col,
.hp-socm .socm-item {
    position: relative;
}

.hp-socm .socm-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hp-socm .socm-list li {
    padding: 0 20px;
}

.hp-socm .socm-list li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    color: var(--primary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-socm .socm-list li a:hover {
    opacity: 0.5;
}

.hp-socm .socm-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 24px;
    color: var(--primary-color);
}

.hp-socm .socm-title a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-socm .socm-blogs-wrap {
    overflow: hidden;
    margin-top: 72px;
}

.hp-socm .socm-blogs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.hp-socm .socm-col {
    width: 20%;
}

.hp-socm .socm-item {
    display: block;
}

.hp-socm .socm-img {
    position: relative;
    z-index: 1;
}

.hp-socm .socm-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(66, 103, 178, 0.85);
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-socm .socm-img canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-socm .socm-item:hover .socm-img:after {
    opacity: 1;
}

.hp-socm .socm-item:hover .socm-img canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hp-socm .socm-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 45px;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-socm .socm-item:hover .socm-icon {
    opacity: 1;
}

.hp-socm .socm-link {
    width: 276px;
    margin-top: 77px;
}


/** End of HP Social Media */


/*******************************************************
 *
 * 4. Innerpage
 *
 *******************************************************/


/** Slideshow wrappers */

#content .entry-content .slideshow-wrapper {
    margin-left: auto;
    margin-right: auto;
}


/** Inner Page Anchors */

#content .entry-content a {
    /*color:#a52e68;*/
    color: #000;
}

#content .entry-content a:hover,
#content .entry-content a:focus {
    opacity: 0.9;
}


/** End of Inner Page Anchors */


/** Inner Page Banner */

.ip-banner-wrap {
    position: relative;
}

.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 350px;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(images/ip-banner-a.jpg);
}

.ip-banner .container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.ip-banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    word-break: break-word;
    color: #fff;
}

.ip-banner h1:before {
    content: '';
    display: block;
    width: 19px;
    height: 1px;
    background: #fff;
    margin-bottom: 17px;
}

.ip-banner h1 span {
    display: block;
}

.ip-banner-breadcrumbs {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 0;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.023em;
    text-transform: uppercase;
    color: #d4d4d4;
}


/** End of Inner Page Banner */


/** Inner Page Breadcrumbs */

#content #breadcrumbs {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 3em;
    display: none;
}

#content #breadcrumbs a {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#content #breadcrumbs a:hover {
    color: #9a9a9a;
}


/** End of Inner Page Breadcrumbs */


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 38px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* 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 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: unset !important;
    color: var(--primary-color);
}


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

#content .archive-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4571;
    text-transform: uppercase;
    color: var(--primary-color);
}


/* Styles for content entry */

#content .entry {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9411;
    letter-spacing: 0.34px;
    color: #7c7c7c;
}

#content .entry p {
    line-height: inherit;
}


/** Archive Default Layout (Archive Page) */

#content .archive-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .archive-list:before,
#content .archive-list:after {
    display: none;
}

#content .archive-list > article {
    float: none;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    font-style: normal;
    text-decoration: none;
}


/** End of Archive Default Layout (Archive Page) */


/** Single Default Layout (Post Content) */

#content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}


/** End of Single Default Layout (Post Content) */


/** IHF Common Issues Fixes */

body > img,
body > iframe[name*="__bkframe"] {
    display: none;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .chosen-drop ul.chosen-results {
    padding-left: 0;
    margin: 0;
}

.ihf-grid-result-address {
    display: block;
}

#ihf-main-container #ihf-refine-map-search-form .checkbox,
#ihf-main-container #ihf-refine-map-search-form .col-xs-8 {
    padding: 0;
}

#ihf-agent-sellers-rep > div[style] {
    max-width: 100%;
}

#ihf-main-container .chosen-drop ul.chosen-results {
    max-height: 150px;
}


/** End of IHF Common Issues Fixes */


/** Disable all element peek on mobile */

.mobile [data-aios-animation] {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/** End of Disable all element peek on mobile */


/** Slick Lazy Loader Class */

.slick-lazy-loader {
    position: relative;
    z-index: 1;
}

.slick-lazy-loader:before {
    content: "\b0170";
    position: absolute;
    z-index: -1;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    color: #000;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/** End of Slick Lazy Loader Class */


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

.aios-roadmaps.no-border {
    font-family: 'Roboto', sans-serif !important;
}

.aios-roadmaps.no-border .aios-roadmap-link .aios-roadmap-name {
    font-weight: 300;
}

.parent-pageid-41 #inner-page-wrapper,
.parent-pageid-48 #inner-page-wrapper,
.parent-pageid-72372 #inner-page-wrapper,
.parent-pageid-72379 #inner-page-wrapper {
    font-family: 'Roboto', sans-serif !important;
}

.parent-pageid-41 #inner-page-wrapper p,
.parent-pageid-48 #inner-page-wrapper p,
.parent-pageid-72372 #inner-page-wrapper p,
.parent-pageid-72379 #inner-page-wrapper p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27.2px;
    color: #000;
}

.parent-pageid-41 #content h3,
.parent-pageid-41 aside h3,
.parent-pageid-48 #content h3,
.parent-pageid-48 aside h3,
.parent-pageid-72372 #content h3,
.parent-pageid-72372 aside h3,
.parent-pageid-72379 #content h3,
.parent-pageid-72379 aside h3 {
    font-size: 21.06px;
    font-weight: 400 !important;
    color: #000;
}

.ip-cta {
    position: relative;
    margin: 50px 0;
    display: none;
}

.ip-cta .ip-cta-list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.ip-cta .ip-cta-list div {
    padding: 7px;
    width: calc(100% / 3);
}

.ip-cta .ip-cta-list a {
    width: 100%;
    padding: 0 20px;
}

.site-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 54px;
    max-width: 100%;
    border: 2px solid #000000;
}

.site-button::before {
    content: '';
    width: 13px;
    height: 1px;
    background: #868686;
}

.site-button,
.site-button::before {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.site-button:hover {
    background: #000000;
}

.site-button:hover::before {
    background: #ffffff;
}

.site-button span {
    font: 700 12px/1 'Raleway', sans-serif;
    color: #000000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 12px 0 16px;
}

.site-button i {
    font-size: 10px;
    font-style: normal !important;
    color: #868686;
}

.site-button:hover span,
.site-button:hover i {
    color: #ffffff;
}

.is-button-white {
    border-color: #ffffff;
}

.is-button-white:hover {
    background: #ffffff;
}

.is-button-white::before {
    background: #848484;
}

.is-button-white:hover::before {
    background: #868686;
}

.is-button-white span {
    color: #ffffff;
}

.is-button-white:hover span {
    color: #000000;
}

.is-button-white i {
    color: #848484;
}

.is-button-white:hover i {
    color: #868686;
}

.parent-pageid-41 .ip-cta,
.parent-pageid-48 .ip-cta,
.parent-pageid-72372 .ip-cta,
.parent-pageid-72379 .ip-cta {
    display: block;
}

.about-content p {
    padding-bottom: 15px;
}

.welcome-content p {
    padding-bottom: 15px;
}

.fb-links > a:nth-child(1),
.fb-links > span {
    display: none;
}

#content .entry-title span {
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.page-id-3287 .aidefcf-cl2 span.label-wrap,
.page-id-190 .aidefcf-cl2 span.label-wrap {
    display: inline-block;
    width: auto;
    float: left;
    padding: 5px 10px;
    font-family: verdana;
    font-size: 12px;
}

.page-id-3287 .aidefcf-cl2 span.label-wrap,
.page-id-190 .aidefcf-cl2 span.label-wrap {
    display: inline-block;
    width: auto;
    float: left;
    padding: 5px 10px;
    font-size: 12px;
}

.page-id-3287 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool,
.page-id-190 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool {
    width: 40%;
}

.page-id-3287 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool > span,
.page-id-190 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool > span {
    width: 60% !important;
}

.page-id-3287 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool span,
.page-id-190 .aidefcf-cl2 .wpcf7-form-control-wrap.Pool span {
    width: 44.7%;
    margin: 2px 5px 0 0 !important;
}

.page-id-3287 #content .entry-title,
.page-id-18625 #content .entry-title,
.page-id-190 #content .entry-title {
    text-transform: unset;
}

.page-id-75940 #content .entry-title {
    text-transform: unset;
}


/* .page-template-template-contact-us .global-title strong {
    font-size: 62px;
    font-weight: 400 !important;
    text-transform: unset;
    font-family: 'Vidaloka', serif;
} */

.page-template-template-contact-us .contact-main > .global-title strong {
    font-size: 62px;
    font-weight: 400 !important;
    text-transform: unset;
    font-family: 'Vidaloka', serif;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"] {
    font-family: var(--primary-font);
    font-size: 12px;
}

.aidefcf-subtitle {
    font-family: var(--primary-font);
}

.aidefcf-title span,
.aidefcf-subtitle span {
    font-weight: 600;
    font-family: var(--primary-font);
}

.aidefcf-cl2 span {
    font-size: 12px;
}

.aidefcf-title span {
    margin-bottom: 10px;
}

.page-id-72380 #content-full,
.page-id-72373 #content-full {
    min-height: 0;
}


/*
#listings-results .listings-sort .sort-view + div {
    margin-left: auto;
    position: relative;
}

#listings-results .listings-sort .sort-view + div::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    top: 6px;
    right: -10px;
}
*/

.hp-aoe .aoe-list li a {
    pointer-events: none;
}

.hp-aoe .aoe-list li:last-child a {
    pointer-events: auto;
}

.post-type-archive-communities .aoe-list li a {
    pointer-events: none !important;
}

.footer-inner > div:nth-child(3),
.footer-inner > div:nth-child(4) {
    padding: 0;
}

.des-prop-box > span {
    width: 24%;
}

.des-prop-box > span:last-child {
    width: 47%;
}

.des-prop-box2 span:first-child {
    width: 31.60%;
}

.des-prop-box2 > span:last-child {
    width: 65.8% !important;
}

.page-id-190 .comments textarea,
.page-id-3287 .comments textarea {
    height: 67px;
}

.ai-default-cf7wrap>div>span.wpcf7-form-control-wrap.MustHaves {
    display: none !important;
}

.ai-default-cf7wrap>div>span.wpcf7-form-control-wrap.MustHaves.showtext {
    display: block !important;
}

.page-id-3287 .des-prop-box2 > span.wpcf7-form-control-wrap.Pool,
.page-id-190 .des-prop-box2 > span.wpcf7-form-control-wrap.Pool {
    width: 63.5% !important;
}

.page-id-3287 span.wpcf7-form-control-wrap.Pool select,
.page-id-190 span.wpcf7-form-control-wrap.Pool select {
    width: 100px;
    margin-right: auto;
    display: block;
}


/*Past Sales Page*/

.page-id-192 #listings-results .listings-sort .sort-view i.active,
#listings-results .listings-sort .sort-view i:hover,
.page-id-192 #listings-results .listings-sort .sort-dropdown button:hover {
    color: #000;
    opacity: 0.5;
}

.page-id-192 #listings-results .listings-sort ul li.active a,
.page-id-192 #listings-results .listings-sort ul li a:hover {
    background: #000;
    color: #fff;
}

.page-id-192 #listings-results .listings-sort .dropdown-menu input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.page-id-192 #listings-results .listings-pagination ul li a,
.page-id-192 #listings-results .listings-pagination ul li.active span {
    border-color: #000;
    color: #000;
}

.page-id-192 #listings-results .listings-pagination ul li.active a,
.page-id-192 #listings-results .listings-pagination ul li a.active,
.page-id-192 #listings-results .listings-pagination ul li a:hover,
.page-id-192 #listings-results .listings-pagination ul li.active span {
    border-color: #000;
    background: #000;
    color: #fff;
}

.page-id-192 #listings-results .listings-list .listings-price,
.page-id-192 #listings-results .listings-table .listings-table-body .listings-price {
    color: #000;
}

.page-id-192 #listings-results .listings-list .listings-link {
    background: #000;
    color: #fff;
}

.page-id-192 #listings-results .listings-list .listings-link:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.page-id-192 #listings-results .listings-table .listings-table-body .listings-address a:hover {
    color: #000;
    opacity: 0.9;
}

.page-id-192 #listings-results .listings-img .property-status span.status-red {
    /*background: #000;*/
    font-size: 25px;
}


/*Past Sales Page*/


/*Listings Details Page*/

#listings-details .listings-slideshow-layout-d-arrow {
    background: #000;
    color: #fff;
}

#listings-details .listings-slideshow-layout-d-arrow:hover {
    background: #fff;
    color: #000;
}

#listings-details .listings-slideshow-layout-d-arrow:hover i {
    color: #000;
}

#listings-details .listings-address span,
#listings-details .listings-number span {
    color: #000;
}

#listings-details .listings-box {
    background: #000;
}

#listings-details .listings-price,
#listings-details .listings-extras > li > span,
#listings-details .listings-smi h2,
#listings-details .listings-extras > li > strong {
    color: #fff;
}

#listings-details .listings-smi ul > li > a {
    border-color: #fff;
}

#listings-details .listings-smi ul > li > a:hover {
    background: #fff;
    color: #000;
}

#listings-details .listings-cta.white > li > a {
    color: #000;
}

#listings-details .listings-cta.white > li > a#listings-cta-mortgage:hover,
#listings-details .listings-cta.white > li > a#listings-cta-website:hover,
#listings-details .listings-cta.white > li > a#listings-cta-brochure:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
}

#listings-details .listings-cta > li > a.active,
#listings-details .listings-cta > li > a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

#listings-details .listings-form h2,
#listings-details .listings-form h2 span {
    color: #000;
}

#listings-details .listings-form button[type=submit] {
    color: #000;
}

#listings-details .listings-form button[type=submit]:hover {
    opacity: 0.5;
}

#listings-details .listings-link-navigation-main {
    border-color: #000;
    color: #000;
}

#listings-details .listings-link-navigation-main:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

#listings-details .listings-link-navigation-arrow {
    color: #000;
}

#listings-details .listings-link-navigation-arrow:hover {
    opacity: 0.5;
    color: #000;
}

#listings-details .listings-link-navigation-arrow:hover i {
    border-color: #000;
    opacity: 0.5;
    color: #000;
}

#listings-details .listings-cta.white > li > a.active,
#listings-details .listings-cta.white > li > a:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
}


/*Listings Details Page*/

.entry.entry-content .slideshow-wrapper,
.entry.entry-content .slideshow-fullsize {
    width: 100% !important;
    max-width: 1140px;
}

.ihf-results-template #content-full {
    margin-top: 0;
}

.ihf-results-template #content-full .entry-title {
    display: none;
}

#listings-details .listings-cta > li > a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326px;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .46em;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    background: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1.61px;
}

.aiosp-content .listings-popup input[type="submit"],
.aiosp-content .listings-popup button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326px;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .46em;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    background: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1.61px;
}

.aiosp-content .listings-popup input[type="submit"]:hover,
.aiosp-content .listings-popup button[type="submit"]:hover {
    background: #000;
}

.single-aios-listings #listings-details .listings-inner {
    margin-bottom: 42px;
}

.single-aios-listings #listings-details .listings-cta > li {
    padding: 10px;
}

.properties-printable-header, #content .listings-printable-header {
    padding: 10px !important;
    background: rgba(255, 255, 255, .7)
}

.properties-printable-header span, #content .listings-printable-header span {
    display: none !important;
}

.properties-printable-header img, #content .listings-printable-header img {
    max-width: 191px !important;
}

.fp-slider-wrap .global-title strong {
    text-shadow: 3px 3px 4px #000;
}

.slideshow-wrapper .slideshow-image img {
    width: 100%;
}

#listings-details .listings-accordion {
    display: none;
}



.grecaptcha-badge { visibility: hidden; }

#listings-details .listings-cta > li > a#listings-cta-virutal-tour {
    display: none;
}


.personalorrental span.wpcf7-list-item-label {
    font-size: 13px;
    display: inline-block;
    vertical-align: text-top;
}

.personalorrental span.wpcf7-list-item.first {
    margin: 0;
}

.personalorrental input {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.hiddden{
  display: none !important;
}

.hp-blog .global-title strong {
    color: #000;
}


.hp-blog1 .blog-img canvas{
  display: none;
}

.hpblog2:before {
    background: transparent url(images/real-estate-clips.jpg) no-repeat;
}














.contact-form-inner .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 195px;
    padding: 5px 10px !important;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.03em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    width: 24em;
}


 .contact-form-inner  .wpcf7 form .wpcf7-response-output{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 72px;
    margin: 0;
    padding: 6px 0;
    background: #fff;
    color: #000;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}


.page-template-template-contact-us .footer{

    margin-top: 158px;
}





















.page-id-194346  .ai-default-cf7wrap .wpcf7-checkbox span{

    font-size: 16px;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 3px !important;
    display: block;
}

.ndps p {
    font-size: 14px;
    margin-top: 10px !important;
}

.ndps h2 {
    font-size: 18px !important;
    font-weight: normal !important;
}

.page-id-194346 .ai-default-cf7wrap .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.page-id-194346 .ai-default-cf7wrap .wpcf7-checkbox .wpcf7-list-item input {

    margin-right: 12px;
    height: 24px;
    width: 24px;

}

.page-id-194346 .ai-default-cf7wrap .wpcf7-checkbox .wpcf7-list-item input[name="checkbox-970[]"] {
    margin-right: 0px;
    margin-left: 12px;
}

#content .ndps .aidefcf-cl3 span:not(.wpcf7-not-valid-tip) {
    display: inline-block !important;
}

.row.mab {
    margin-top: 20px;
    margin-bottom: 20px;
}


.row.mab p {
    font-size: 16px;
}


.ai-contact-wrap span.wpcf7-form-control-wrap[data-name="SelectyourDeliveryPreference"] span.wpcf7-list-item-label {

      font-size: 22px;
}

.ndps span[data-name="yourphone1"] input {
    margin-bottom: 0;
}

.ndps input[name="yourphone2"] {
    margin-bottom: 10px;
}

p.pr {
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: var(--primary-font);
}

/* .md2{
  display: none;
} */
p.sm {
    font-size: 11px !important;
}
.ndps  input[type="submit"] {
    height: 50px;
}


.page-id-194346 .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 8px;
    margin: 0 !important;
    display: flex;
    align-items: center !important;
    height: 28px;
}

html #content .ndps .aidefcf-cl3 .wpcf7-not-valid-tip {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 28px;
    padding: 8px;
    margin: 0 !important;
    display: flex;
    align-items: center !important;
}







.page-id-194346 #content .entry-title {
    text-transform: capitalize;
}

body.page-id-194346 * {
    font-family: 'Cabin', sans-serif !important;
}
