/*

Theme Name: AgentPro Element
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.5.1
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; */
    --font-julius: "Julius Sans One", sans-serif;
    --font-open-sans:"Open Sans", sans-serif;
    --font-family-default:"Open Sans", sans-serif;
    --primary-font: var(--font-family-default);
    --background-color: #ffffff;
    --background-color-darker: #f8f8f8;
    --primary-color: #000000;
    --primary-color-accent: #0f0f0f;
    --secondary-color: #ffffff;
    --primary-text-color: #2b2b2b;
    --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;
    --light: var(--secondary-color);
    --font-color-default: var(--primary-text-color);
    --font-color-title: var(--primary-text-color);

    --global-hover : #005843;

}

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

/** Body */
body {
    font-family: var(--primary-font);
    font-size: 14px;
    background: var(--background-color);
    color: var(--primary-text-color);
    margin: 0;
}

a:hover{
    color: var(--global-hover);
}

/** End of Body */

/** Global Title */
.global-title {
    display: block;
    position: relative;
    color: var(--primary-text-color);
    font-family: var(--font-julius);
}

.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: var(--primary-text-color);
    margin-bottom: 27px;
}

.global-title small:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 1px;
    background: var(--primary-text-color);
    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;
}

.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(--primary-text-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(--primary-text-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.global-button:hover {
    /* background: var(--primary-color) !important;
    border-color: var(--primary-color) !important; */
    color: #fff !important;
    background: var(--global-hover) !important;
    border-color: var(--global-hover) !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;
}

.header.active .site-logo {
    border-color: var(--primary-text-color);
}

.site-offcanvas-logo .site-logo {
    border-color: var(--primary-text-color)
}

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

.header.active .site-logo span {
    color: var(--primary-text-color);
}

.site-offcanvas-logo .site-logo span {
    color: var(--primary-text-color)
}

.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: #000;
    margin-top: 10px;
}

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

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

/** End of Site Logo Text */

/** Site Off Canvas */
html.offcanvas-open{
    overflow: hidden;
}

.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: var(--background-color);
    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;
    color: var(--primary-text-color);
}

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

.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 var(--primary-text-color);
}

.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;
    color: var(--primary-text-color);
}

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

.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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--primary-text-color);
}

.site-offcanvas .site-offcanvas-info li:hover i {
    color: var(--primary-color);
}

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

.site-offcanvas .site-offcanvas-info li:hover a,
.site-offcanvas .site-offcanvas-info li:hover i {
    color: var(--primary-color-accent);
}

.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;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--primary-text-color);
}

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

/** 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: var(--background-color);
}

.header::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    -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;
}

.header:not(.active)::before{
    opacity: 0.85;
}

.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 {
    width: 50px;
    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 10px;
}

.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: 0.05em;
    text-transform: uppercase;
    /* color: #fff; */
    color: var(--primary-text-color);

    -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-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:not(.active) .header-navigation .site-menu>li>a:after {
    background: var(--primary-text-color);
}

.header .header-navigation .site-menu>li:hover>a{
    /* color: var(--global-hover); */
    opacity: 0.8;
}

.header .header-navigation .site-menu>li:hover>a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    /* background: var(--primary-color); */
    /* background: var(--global-hover); */
}

.header.active .header-navigation .site-menu>li>a {
    color: var(--primary-text-color);
}

.header.active .header-navigation .site-menu>li:hover>a {
    /* color: var(--primary-color); */
    color: var(--global-hover);
}

.header.active .header-navigation .site-menu>li>a:after {
    /* background: var(--primary-color); */
    background: var(--global-hover);
}

.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.active .header-contact-info a:hover {
    color: var(--primary-color);
}

.header.active .header-contact {
    color: var(--primary-text-color);
}

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

.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.active .header-burger .burger-menu span {
    background: var(--primary-text-color);
}

.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:hover span {
    background: var(--primary-color)
}

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

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

}

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

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

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

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

.menu-item-children-to-right .sub-menu .sub-menu {
    margin-left: auto !important;
    left: auto !important;
    right: 100%;
}

/** 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 .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.footer .footer-git .git-inner {
    background: var(--background-color);
    padding: 39px 68px 78px;
}

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

.footer .git-field label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.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: var(--primary-text-color);
    margin-top: 35px;
    padding: 0 9px;
    border-bottom: 1px solid var(--primary-text-color);
    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: var(--primary-text-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px var(--primary-text-color), 0 0 8px var(--primary-text-color);
    box-shadow: inset 0 0 1px var(--primary-text-color), 0 0 8px var(--primary-text-color);
}

.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-text-color);
}

.footer .footer-git .git-submit:hover {
    color: var(--primary-color);
}

.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;
    background: var(--background-color);
    color: var(--primary-text-color)
}

.footer .footer-main {
    padding: 100px 0;
    background: var(--primary-color);
}

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

.footer .footer-logo .site-logo {
    border-color: var(--secondary-color);
}

.footer .site-logo span {
    color: var(--secondary-color);
}

.footer .footer-logo .site-logo-text {
    color: var(--secondary-color);
}

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

.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: var(--secondary-color);
    display: flex;
    align-items: center;
}

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

.footer .footer-contact ul li em {
    flex-shrink: 0;
}

.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 {
    /* opacity: 0.8 */
    color: var(--global-hover);
}

.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;
    align-self: flex-start;
}

.footer .footer-contact ul li p {
    line-height: 1.2;
}

.footer .footer-navigation,
.footer .footer-navigation>div {
    position: relative;
    display: flex;
    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: var(--secondary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-navigation ul li a:hover {
    /* opacity: 0.8; */
    color: var(--global-hover);
}

.footer .footer-copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6153;
    color: var(--secondary-color);
}

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

.footer .footer-copyright a:hover {
    /* opacity: 0.8 */
    color: var(--global-hover);
}

.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: var(--secondary-color);
}

.footer .footer-mls i.ai-font-realtor-mls {
    margin-left: 7px;
}

.footer .footer-disclaimer {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6153;
    color: var(--secondary-color);
    margin-top: 50px;
}

.footer .footer-disclaimer p {
    padding: 6px 0;
}

.footer .footer-disclaimer a {
    color: inherit;
    transition: var(--transition);
}

.footer .footer-disclaimer a:hover {
    opacity: 0.8;
}

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

.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: 400;
    font-family: var(--font-julius);
    /* 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;
    overflow: hidden;
}

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

.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: var(--primary-text-color);
    margin-top: 69px;
    width: 485px;
    max-width: 100%;
}

.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;
    padding: 80px 0 73px;
}

.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 .qs-field:after {}

.hp-qs .qs-wrap p {
    font-size: 13px;
    text-align: right;
    padding: 16px 0 0;
}

.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 var(--primary-text-color);
    color: var(--primary-text-color);
    text-overflow: ellipsis;
}

.hp-qs select.qs-search {
    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 button[type="button"]:after {
    display: block;
    position: absolute;
    left: -6px;
    top: 12px;
    font-family: agentimage !important;
    content: "\b0039";
    font-size: 18px;
    color: var(--primary-text-color);
    font-style: normal;
}

.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;
    background: transparent !important;
}

.hp-qs button[type="button"] span {
    color: var(--primary-text-color) !important;
    font-size: 14px !important;
}

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

.hp-qs .qs-submit:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-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-title  strong.gt-white {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    color: var(--primary-text-color);
}

.hp-fp .fp-title strong.gt-white span {
    font-size: 30px;
}

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

.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-transform: uppercase;
}

.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-info > * {
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); */
}

.hp-fp .fp-price {
    font-size: 40px;
    font-weight: 400;
}

.hp-fp .fp-address {
    font-size: 15px;
    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: 17px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    min-height: 20px;
}



.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: #000000;
    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;
    margin-top: 44px;
    pointer-events: auto;
    /* color: #fff;
    border-color: #fff; */
}

.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); */
    background: var(--global-hover);
    border-color: var(--global-hover);
    color: var(--secondary-color);
}

.hp-fp .fp-error {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0 80px;
}

.hp-fp .fp-error>*+* {
    margin-top: 5px;
}

.hp-fp .fp-error .fp-title {
    position: static;
}

.hp-fp .fp-error>p {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.54px;
    text-align: center;
}

/** 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; */
    padding: 50px 0 94px;
}

.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;
    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 var(--background-color-darker);
}

.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: var(--primary-text-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

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

#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;
    /* padding: 72px 0 88px; */
    padding: 72px 0 0;
}

.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: var(--primary-text-color);
    font-family: var(--font-julius);
}

.hp-testi .testi-author {
    text-align: center;
    margin-top: 63px;
    font-family: var(--font-julius);
}

.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: var(--primary-text-color);
}

.hp-testi .testi-author span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.68px;
    color: var(--primary-text-color);
    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-text-color);
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.hp-testi .testi-arrow:hover {
    color: var(--primary-color);
}

/** End of HP Testimonials */

/** HP Latest News */
.hp-blog {
    position: relative;
    z-index: 1;
    background: var(--background-color-darker);
    padding: 73px 0 97px;
    overflow: hidden;
    
    display: none;
}

.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: var(--background-color);
    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: var(--primary-text-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.hp-blog .blog-col:hover .blog-name a,
.hp-blog .blog-col:hover .blog-link a {
    /* color: var(--primary-color); */
    color: var(--global-hover);
}

.hp-blog .blog-name {
    font-size: 22px;
    font-weight: 700;
    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: var(--primary-text-color);
}

.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;
    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;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--primary-text-color)
}

.hp-socm .socm-list li a:hover {
    /* color: var(--primary-color); */
    color: var(--global-hover);
}

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

.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-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.8s ease-in-out;
}

.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: 400;
    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 */
/* wpaccessibility.io */
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    transform: translateY(-100%) translateY(50px);
}

/* wpaccessibility.io : END */
/** 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,
.ip-banner-breadcrumbs a:hover {
    color: var(--primary-color);
}

/** 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-text-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-text-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#content .archive-subtitle a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#content .archive-subtitle:hover,
#content .archive-subtitle:hover a {
    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: var(--primary-text-color);
}

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

.ai-default-cf7wrap input[type="submit"],
.ai-default-cf7wrap input.wpcf7-submit {
    background: var(--primary-color) !important;
}

.ai-default-cf7wrap input[type="submit"]:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover {
    background: var(--primary-color-accent) !important;
}

/** 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 */
/** Listings Module Over-ride **/
#listings-results .listings-sort .dropdown-menu input[type=submit] {
    border: 1px solid transparent !important;
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

#listings-results .listings-sort .dropdown-menu input[type=submit]:hover {
    background: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

#listings-results .listings-sort ul li.active a,
#listings-results .listings-sort ul li a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

#aios-listings-loader {
    background: var(--background-color);
}

.loader-spinner .dot1,
.loader-spinner .dot2 {
    background-color: var(--primary-text-color);
}


#listings-results .listings-list .listings-price {
    color: var(--primary-text-color)
}

#listings-results .listings-sort .sort-dropdown button {
    color: var(--primary-text-color);
}

#listings-results .listings-list .listings-col,
#listings-results .listings-list .listings-item {
    z-index: 7;
}

#listings-results .listings-list .listings-col:nth-child(odd),
#listings-results .listings-list .listings-col {
    background: transparent !important;
}

#listings-results .listings-list .listings-col:nth-child(odd):after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #676767;
    opacity: 0.3;
}


#listings-results .listings-sort .dropdown-menu span {
    color: #000;
}

#listings-results .listings-table {
    border-color: var(--primary-text-color) !important;
}

#listings-results .listings-table .listings-table-body .listings-col {
    background: transparent !important;
}

#listings-results .listings-table .listings-table-header {
    border-color: var(--primary-text-color) !important;
    position: relative;
}

#listings-results .listings-table .listings-table-header {
    background: transparent !important;
}

#listings-results .listings-table .listings-table-header:after {
    display: block;
    background: #676767;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}

#listings-results .listings-table .listings-table-body .listings-price {
    color: var(--primary-text-color);
}

#listings-details .listings-address,
#listings-details .listings-address span,
#listings-details .listings-plan>ul>li,
#listings-details .listings-plan span,
#listings-details .listings-description p,
#listings-details .listings-link-navigation-arrow {
    color: var(--primary-text-color);
}

#listings-details .listings-cta>li>a,
#listings-details .listings-accordion-title,
#listings-details .listings-accordion-content ul li {
    color: var(--primary-text-color) !important;
    border-color: var(--primary-text-color) !important;
}

#listings-details .listings-cta>li>a:hover {
    color: var(--secondary-color) !important;
}

#listings-results .listings-list .listings-link {
    background: transparent !important;
    color: var(--primary-text-color) !important;
    border: 1px solid var(--primary-text-color) !important;
}

#listings-details .listings-accordion-content {
    border-color: var(--primary-text-color);
}

#listings-results .listings-list .listings-link:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

#listings-details .listings-link-navigation-main {
    color: var(--primary-text-color);
    border: 2px solid var(--primary-text-color);
}

#listings-details .listings-link-navigation-main:hover {
    border: 2px solid var(--aios-listing-primary-color);
}

#listings-details .listings-accordion-content ul:before {
    background: var(--primary-text-color);
}

.listings-address a:hover {
    color: var(--primary-color);
}

/** Listings Module Over-ride **/
.aiosp-wrap div[class*="aios-testimonials-popup-"] .aiosp-content {
    background: var(--background-color) !important;
}

#content .entry-content a {

}

#content .contact-form .contact-field label {
    display: none;
}

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



/*updates*/
#hp-cta > .container {
    width: 100%;
    max-width: 1480px;
}
.hp-cta .cta-logo strong {
    font-size: 25px;
}


.hp-cta .cta-list li {
    width: 100%;
    width: 33.33%;
}

.hp-cta .cta-list li a {
    width: 100%;
    height: 298px;
    font-size: 23px;
}


.git-opt-in {
    padding-top: 20px !important;
}

.git-opt-in .wpcf7-list-item {
    margin-left: 0;
}

.git-opt-in label {
    display: flex;
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    align-items: start;
}

.git-opt-in .wpcf7-list-item-label {
    line-height: 1.3;
    font-style: italic;
    letter-spacing: 0.03em;
    text-align: justify;
    padding-left: 10px;
}

.hv-disclaimer {
    padding-top: 40px;
}
.hv-disclaimer p {
    color: #fff;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-style: italic;
}

#hp-testi > .container {
    width: 100%;
}
.testi-videos__container {
    padding: 90px 0 0px;
    margin: 0 -15px;
}


.testi-videos__label {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.testi-videos__label-col {
    display: flex;
    align-items: center;

}

.testi-videos__label-icon span {
    font-size: 100px;
    display: block;
    text-align: center;
}

.testi-videos__label-text {
    padding-left: 20px;
}

.testi-videos__label-text strong {
    display: block;
    text-align: left;
    font-size: 30px;
}

.testi-videos__label-text span {
    display: block;
    text-align: left;
    padding-top: 17px;
}

.testi-videos__list {
    margin-top: 50px;
    display: flex;
}

.testi-videos__list-col {
    margin-bottom: 10px;
    width: 33.33%;
}

.testi-videos__list-col a {
    display: block;
    position: relative;
}

.testi-videos__list-img {
    overflow: hidden;
}
.testi-videos__list-img img {
    width: 100%;
    height: auto;
    filter: brightness(0.5);
}

.testi-videos__list-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 20px;
}

.testi-videos__btn {
    text-align: center;
    padding-top: 20px;
}


.testi-videos__list-col:hover .testi-videos__list-img img {
    transform: scale(1.1);
    transition: 0.3s;
}


/*updates*/
.hp-qs,
.hp-qs .qs-submit {
    background: #cfcbc7;
}

.footer .footer-contact ul li, 
.footer .footer-navigation ul li a, 
.footer .footer-copyright, 
.footer .footer-disclaimer, 
.footer .footer-mls i, 
.footer .footer-logo .site-logo-text,
.footer .site-logo span {
    color: #383838;    
}

.footer .footer-logo .site-logo {
    border-color: #383838;
}

.footer .footer-logo img {
    max-width: 250px;
    /* filter: invert(1); */
}

.testi-text-inner {
    padding: 40px 0 70px;
    background: #cfcbc7;
}



/* Minor Changes (VIP + Prio) 2/6 updates*/
.header .header-contact-info {
    display: none;
}
.header .header-logo img {
    max-width: 250px;
    /* filter: brightness(0) invert(1); */

    -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-broker-logo {
    margin-left: 30px;
    position: relative;
}

.header-broker-logo img {
    max-width: 150px;
    -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.active {
    padding: 18px 0;
    background: rgba(232, 228, 224, 0.95);
}
.header.active .header-logo img {
    filter: none;
}
#hp-smi {
    position: fixed;
    right: 15px;
    top: 35%;
    transform: translateX(-50%);
    z-index: 20;
}
#hp-smi::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #a6a6a6;
    top: 0;
    z-index: -1;
}
#hp-smi ul {
    display: flex;
    flex-flow: column;
    gap: 13px;
}
#hp-smi ul li a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    transition: 0.3s;
}
#hp-smi ul li a i {
    font-size: 19px;
}
#hp-smi ul li a i.ai-font-envelope-f {
    font-size: 13px;
}
#hp-smi ul li a i.ai-font-phone-alt {
    font-size: 15px;
}
#hp-smi ul li a:hover {
    color: #fff;
    /* background: #000;
    border-color: #000; */
    background: var(--global-hover);
    border-color: var(--global-hover);
}
.fp-title {
    display: none;
}
.fp-main .fp-title {
    position: relative;
    top: auto;
    display: block;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}
.fp-main .fp-title .container {
    padding: 0;
}
.hp-fp .fp-extras {
    opacity: 1;
    transform: none;
}
.hp-fp .fp-info {
     transform: none;
}
.hp-fp .fp-main {
    pointer-events: all;
    bottom: 0 50px;
}
.fp-main-inner {
    width: 100%;
    max-width: 463px;
    /* background: rgba(0, 0, 0, 0.6); */
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 40px;
}
.fp-main-inner > div {
    color: #000000;
}
.fp-main-inner > .container {
    width: 100%;
    padding: 0;
}
.hp-fp .fp-controls {
    top: auto;
    left: auto;
    right: 100px;
    bottom: 100px;
    gap: 10px;
}
.hp-qs-2 {
    position: absolute;
    /* bottom: 50px; */
    bottom: 20%;
    width: 100%;
    z-index: 10;
}
.cust-qs-wrap {
    width: 100%;
    /* max-width: 1480px; */
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}
.cust-qs-wrap-inner {
    position: relative;
}
.cust-qs-holder .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}
.cust-qs-holder .close-btn:hover {
    opacity: 0.7;
}
.cust-qs-trigger {
    width: 100%;
    max-width: 342px;
    padding: 20px 40px;
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.cust-qs-trigger-title {
    display: flex;
    align-items: center;
    gap: 7px;
}
.cust-qs-trigger-title i {
    /* color: #fff; */
    color: var(--primary-text-color);
    font-size: 30px;
}
.cust-qs-trigger-title span,
.cust-qs-title span {
    display: block;
    /* color: #fff; */
    color: var(--primary-text-color);
    font-size: 26px;
    text-transform: uppercase;
    font-family: var(--font-julius);
    letter-spacing: 0.05em;
}
.cust-qs-trigger-title-accent {
    position: relative;
    margin-top: 10px;
}
.cust-qs-trigger-title-accent i {
    /* color: #fff; */
    color: var(--primary-text-color);
    display: block;
    margin-left: auto;
    width: fit-content;
}
.cust-qs-trigger-title-accent::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
}
.cust-qs-holder {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.cust-qs-title {
    min-width: 223px;
}
.cust-qs-form {
    width: calc(100% - 224px);
    padding-left: 30px;
}
.cust-qs-disclaimer {
    width: 100%;
    padding-top: 10px;
    padding-top: 20px;
}
.cust-qs-disclaimer p {
    /* color: #fff; */
    color: var(--primary-text-color);
    text-align: right;
}
.qs-form {
    display: flex;
}
.qs-fields {
    width: calc(100% - 137px);
    display: flex;
    padding-right: 25px;
    align-items: end;
    min-width: 520px;
}
.qs-field {
    width: calc((543 / 936) * 100%);
}
.qs-field.qs-sm {
    width: calc((100% - calc((543 / 936) * 100%)) / 2);
}
.qs-field.qs-sm select {
    padding-left: 20px;
    border-left: 1px solid #000000;
}
.qs-field select {
    background: none;
    /* color: #fff; */
    color: var(--primary-text-color);
    appearance: none;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 40px;
    outline: none;
    height: 48px;
}
.qs-buttons {
    min-width: 137px;
}

.qs-btn:first-child {
    margin-bottom: 10px;
}
.qs-btn input {
    background: none;
    border: none;
    text-transform: uppercase;
    /* color: #fff; */
    color: var(--primary-text-color);
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0;
}
.qs-btn a {
    /* color: #fff; */
    color: var(--primary-text-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.cust-qs-wrap.active .cust-qs-trigger {
    display: none;
}
.cust-qs-wrap.active .cust-qs-holder {
    opacity: 1;
    pointer-events: all;
}
.hp-slideshow .slideshow-spacer canvas {
    min-height: 650px;
}
.hp-qs {
    display: none;
}
.footer .footer-git .git-inner {
    background: none;
}
.git-inner .global-title {
    color: #fff;
}
.footer .footer-git .git-control {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.git-opt-in .wpcf7-list-item-label {
    color: #fff;
}
.footer .footer-git .git-submit {
    color: #fff;
}
.hp-cta .cta-list li a {
    font-family: var(--font-julius);
}
.hp-cta {
    background: #fff;
}
.hp-cta:after {
    display: none;
}
.hp-cta .cta-list li a {
    border: 1px solid #ccc;
}
.hp-cta .cta-list li a:hover {
    /* background: #000 !important;
    border-color: #000 !important; */
    color: #fff !important;
    background: var(--global-hover) !important;
    border-color: var(--global-hover) !important;
}
.hp-cta .cta-list {
    flex-wrap: nowrap;
}
.hp-cta .cta-list li {
    transition: 0.3s;
}
.hp-cta .cta-list li:hover {
    width: 53.2%;
}
button.btn.dropdown-toggle.btn-default {
    background: none;
    color: #000000;
    appearance: none;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 40px;
    outline: none;
    height: 48px;
    border-radius: unset;
}


#listings-results .listings-grid .listings-footer.type-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#listings-results .listings-grid .listings-footer.type-1 span.listings-logo {
    width: 50%;
    margin-bottom: 0 !important;
}
#listings-results .listings-grid .listings-footer.type-1 span.listings-num {
    width: 50%;
    text-align: right !important;
    display: inline-block;
}
#listings-results .listings-grid .listings-footer span {
    font-size: 10px !important;
}
#listings-results .listings-grid .listings-info>li>span.listings-num em,
#listings-results .listings-grid .listings-footer span.listings-num em {
    display: inline !important;
}

/* Map */

.map-container {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    font-size: 0;
}

.map-wrapper {
    display: block;
    position: relative;
}

.map-main {
    position: relative;
    width: 1600px;
}

.map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.map-content {
    position: absolute;
    top: 320px;
    left: 130px;
    z-index: 5;
}
.map-title .global-title small {
    letter-spacing: 0.4em;
    font-size: 18px;
    margin-bottom: 12px;
    width: fit-content;
    margin-left: auto;
    padding-right: 10px;
}
.map-title .global-title small:before {
    width: 45px;
    opacity: 0.3;
}

.map-title .global-title strong {
    letter-spacing: 0.25em;
    line-height: 1;
}

.map-lists ul li {
    font-size: 15px;
    position: relative;
}

.map-lists {
    position: absolute;
    display: flex;
    padding-top: 80px;
    gap: 50px;
}

.map-hovers > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-list {
    margin-bottom: 20px;
}
.map-list a {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 4px;
    min-width: 180px;
}
.map-list a::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 0px;
    height: 1px;
    transition: 0.3s;
    background: #000;
    margin-right: 3px;
}

.map-list a span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    padding: 10px 10px 10px 29px;
}

.map-list a span::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 34px;
    top: 3px;
    left: 0;
    background: url(images/map/pin.png) center / cover no-repeat;
}

.map-list a span::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 34px;
    top: 3px;
    left: 0;
    background: url(images/map/pin-2.png) center / cover no-repeat;
    opacity: 0;
    transition: 0.3s;
}

.map-list:hover a span::after,
.map-list.active a span::after {
    opacity: 1;
}

.map-list:hover a::before,
.map-list.active a::before {
    width: 20px;
}

.map-list:hover a,
.map-list.active a {
    background: #d1d3d0;
    color: #000;
}


.map-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: auto;
    z-index: 4;
}
.map-pin {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 5;
    display: block;
}
.map-pin span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    background: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    position: relative;
}

.map-pin span::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 34px;
    bottom: calc(100% + -11px);
    left: 50%;
    transform: translateX(-50%);
    background: url(images/map/pin-2.png) center / cover no-repeat;
}

.map-pin span::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 34px;
    bottom: calc(100% + -11px);
    left: 50%;
    transform: translateX(-50%);
    background: url(images/map/pin-3.png) center / cover no-repeat;
    opacity: 0;
}
 
.map-hovers > div.active .map-img {
    opacity: 1;
    visibility: visible;
}

.map-hovers > div.active .map-pin span {
    background: var(--global-hover);
    color: #fff;
}

.map-hovers > div.active .map-pin span::after {
    opacity: 1;
}

.boise .map-img {
    left: 966px;
    top: 363px;
}
.meridian .map-img {
    left: 849px;
    top: 389px;
}
.eagle .map-img {
    left: 871px;
    top: 222px;
}
.kuna .map-img {
    left: 874px;
    top: 549px;
}

.middleton .map-img {
    left: 683px;
    top: 302px;
}
.nampa .map-img {
    left: 692px;
    top: 415px;
}
.mccall .map-img {
    left: 1305px;
    top: 68px;
}
.donnelly .map-img {
    left: 1342px;
    top: 179px;
}
.cascade .map-img {
    left: 1361px;
    top: 300px;
}

.star .map-img {
    left: 783px;
    top: 308px;
}
.boise .map-pin {
    left: 1112px;
    top: 520px;
}

.meridian .map-pin {
    left: 918px;
    top: 489px;
}

.eagle .map-pin {
    left: 938px;
    top: 310px;
}
.kuna .map-pin {
    left: 919px;
    top: 650px;
}
.star .map-pin {
    left: 853px;
    top: 385px;
}
.middleton .map-pin {
    left: 700px;
    top: 373px;
}
.nampa .map-pin {
    left: 763px;
    top: 544px;
}
.mccall .map-pin {
    left: 1337px;
    top: 129px;
}
.donnelly .map-pin {
    left: 1347px;
    top: 227px;
}
.cascade .map-pin {
    left: 1362px;
    top: 356px;
}

/* Map Tooltip - Cursor Following */

.map-tool-tip{
    position: absolute;
    pointer-events: none;
    z-index: 10;
    width: 22.5vw;
    min-height: 24.375vw;
    /* background: #ccc; */
}

.map-tool-tip span {
    display: block;
    font-size: 20px;

}

.map-tool-tip-img {
    position: relative;
}

.map-tool-tip-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.map-tool-tip-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.map-tool-tip-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-tool-tip-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.map-tool-tip-item.active {
    opacity: 1;
}

.map-tool-tip-item[data-map-target="mccall"],
.map-tool-tip-item[data-map-target="donnelly"],
.map-tool-tip-item[data-map-target="cascade"] {
    transform: translateX(-100%);
}

.map-tool-tip-text {
    background: #fff;
    padding: 20px;
}

.map-tool-tip-text span{
    display: block;
    text-transform: uppercase;
    font-size: 1.5vw;
    letter-spacing: 0.2em;
    text-align: center;

}

.map-tool-tip-text p {
    font-size: 0.75vw;
    line-height: 1.3;
    text-align: justify;
    text-align-last: left;
    margin-top: 15px;
}

.page-id-215 #inner-page-wrapper {
    margin-bottom: 0;
}

.page-id-215 #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-id-215 #inner-page-wrapper #content-full {
    margin-top: 0;
}

.page-id-215 #inner-page-wrapper .map-tool-tip {
    margin-top: -400px;
}


/*updates*/
body.page-id-26 #inner-page-wrapper .git-opt-in .wpcf7-list-item-label {
    color: #000;
}



/*updates*/
.amh-header-buttons .amh-navigation-trigger, .amh-header-buttons .amh-center, .amh-header-buttons .amh-header-right-btn {
    color: #000 !important;
}
.header-broker-logo {
    display: none;
}

.ai-communities-pagination ul li span.current {
    color: var(--global-hover);
}

#listings-details .listings-form .listings-field.submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

body.aios-custom-ihomefinder-details-template #inner-page-wrapper .wpcf7-form.use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
}

.concierge-contact-info li {
    list-style: none;
}
.concierge-contact-info li i {
    font-style: normal !important;
    display: inline-block;
    min-width: 30px;
    margin-right: 5px;
}

.custom-page-submit {
    position: relative;
}


.aios-contact-form .custom-page-submit .custom-page-col .wpcf7-spinner {
    bottom: 59px;
    top: auto;
    right: 0;
}

body.page-id-21 .ip-banner .container {
    width: 100%;
}
body.page-id-21 #ip-banner-breadcrumbs > .container {
    width: 100%;
}

.aios-home-valuation-step-wrap .aios-home-valuation-form p {
    color: #fff !important;
}



.cust-qs-form .dropdown-menu.inner {
    max-height: 200px !important;
}
span.filter-option.pull-left {
    text-overflow: ellipsis;
}

.aios-home-valuation-button {
    display: flex;
    justify-content: center;
}
.footer .footer-git .git-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}
.qs-btn input:hover, .qs-btn a:hover {
    opacity: 0.5;
}
button[data-id="cityzip"] {
    padding: 6px 0px !important;
}
button[data-id="cityzip"] span {
    font-size: 14px !important;
    color: var(--primary-text-color) !important;
}
body.page-id-26 .aios-contact-form-inner .wpcf7-response-output {
    position: absolute;
    width: 100%;
}

body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    transform: none !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}
button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display:none !important;
}


body.pojo-a11y-readable-font [class*=ai-font-]{
     font-family: agentimage !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    display: block;
    transform: translateY(1px);
}

.post-page-map-search .map-title .global-title small {
    font-size: 18px !important;
}
.aios-home-valuation-step-3 .aios-home-valuation-step-3-wrap .aios-home-valuation-button a {
    width: 100%;
    text-align: center;
    max-width: 300px;
}