/*

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: #ad9981;
    --accent-color: #ad9981;
    --global-button-background: transparent;
    --global-button-color: #676767;
    --global-button-border-color: #c1c1c1;
    --global-button-hover-background: #ad9981;
    --global-button-hover-color: #fff;
    --global-button-hover-border-color: #ad9981;
    --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;
}

.ihf-details-template p#breadcrumbs {
    display: block !important;
}




/** 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: 300px;
    /*    height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    border: 3px solid #fff;
    border-radius: 50%;
*/
    transition: all 0.3s ease-in-out;
}

.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: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4.08px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    margin-top: 10px;
}

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

.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: #fff;
    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;
}

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

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

.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 8px;
}

.header .header-navigation .site-menu > li > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    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: #222;
}

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

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

.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: #222;
}

.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: #222;
}


/** 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: var(--primary-color);
    padding: 10px;
    background: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

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

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

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

.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/git-bg-b.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: none;
    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;
}

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

.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: #303030;
}

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

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

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

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

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

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

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

.footer .footer-contact ul li {
    position: relative;
    font-size: 14px;
    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);
}

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

.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: 14px;
    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 .footer-copyright {
    font-size: 13px;
    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: 13px;
    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;
}

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

.hp-slideshow .slideshow-info .info-name {
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 2.96px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: none;
}

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

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

.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-content p {
    margin-bottom: 20px;
}

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

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

#hp-qs ul.dropdown-menu.inner {
    max-height: 250px !important;
}

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

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

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

.hp-fp .fp-main {
    position: absolute;
    z-index: 2;
    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%;
}

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

.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: #e1e0e0;
    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;
}

.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/cta-bg-a.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 .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: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4.08px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.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: 46px 0 52px;
    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%;
}

.hp-aoe .aoe-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 761px;
    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 */


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

.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/blog-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-blog:after {
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

.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 {
    overflow: hidden;
    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;
    display: flex;
    flex-flow: column wrap;
}

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

.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(173, 153, 129, 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
 *
 *******************************************************/


/** 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: uppercase;
    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);
    }
}





.header .header-logo .coloredsitelogo {
    display: none;
}

.header.active .coloredsitelogo{
    display: block;
}

.header.active .whitesitelogo{
    display: none;
}

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




/** End of Slick Lazy Loader Class */


/* Communities Single */

#profile_features .profile_feature {
    display: inline-block;
    width: auto;
    max-width: 150px;
    text-align: center;
    margin: 18px;
    vertical-align: top;
}

.text-center {
    text-align: center;
}

#profile_features .body-title {
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0;
    font-weight: 500;
}

#profile_features .clear-both {
    clear: both;
}

#profile_features .bumper {
    height: 15px;
    width: 100%;
    clear: both;
}

.feature_icon span.icon_holder {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 56px;
    display: block;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: text-bottom;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-bottom: .4rem;
    border: 2px solid #fff;
    box-sizing: content-box;
}

.feature_icon.dining .icon_holder {
    background-image: url(http://blp-prodcdn1.scdn4.secure.raxcdn.com/assets/icons/features/ico_dining_64-301a2e1e6b86341ccbecba0a53a91d120b7705bf6eddc042b0dfbfd27e0fee38.png);
}

.feature_icon.schools .icon_holder {
    background-image: url(http://blp-prodcdn2.scdn5.secure.raxcdn.com/assets/icons/features/ico_schools_64-d93f53200608d8d694838bf3fd7fb0e09a79307d0cbb99ca55057c721ce50725.png);
}

.feature_icon.parks .icon_holder {
    background-image: url(http://blp-prodcdn0.scdn5.secure.raxcdn.com/assets/icons/features/ico_parks_64-fc7d42985fa9d49d1a8d68008ac92688f7b691aae1ffd5b9836df945978c1573.png);
}

.grecaptcha-badge {
    z-index: 100;
}

#listings-details .listings-form div.wpcf7-response-output {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto !important;
    width: calc(100% - 30px) !important;
}

div#main-wrapper {
    overflow: hidden;
}

.responsivevideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsivevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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