/*
Theme Name: Dale Group Theme
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/** Sub Menu */
.site-menu li {
    position: relative;
}

.site-menu .sub-menu {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    padding-top: 21px;
    left: calc(50% - 90px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.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 a {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    background: #161011;
    padding: 10px 10px 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu a:hover {
    background: #7ab631;
}

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

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

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
body {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0
        /** Remove the comment from line 85 to 86 if the font issue in safari occurs */
        /** -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.site-global-hp-container {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 94px;
    padding-right: 94px;
}

.site-global-section-title {
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

.site-global-section-title > div {
    display: inline-block;
    vertical-align: middle;
}

.site-global-section-title span {
    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;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #7ab631;
    text-indent: 2px;
}

.site-global-section-title span:before {
    content: '';
    display: block;
    width: auto;
    height: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #eaeaea;
    border-left: 35px solid #7ab631;
    margin-right: 22px;
}

.site-global-section-title strong {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 90px;
    font-weight: 600;
    color: #333333;
    text-indent: -6px;
    margin-bottom: 1px;
}

.site-global-section-title.align-center {
    text-align: center;
}

.site-global-button {
    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;
    width: 195px;
    height: 59px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5.4px;
    background: #161011;
    color: #7ab631;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-global-button:hover {
    color: #fff;
    background: #7ab631;
}

/** Floating Social Media Icons */
.floating-smi {
    position: fixed;
    z-index: 1000;
    bottom: 20%;
    left: 30px;
    pointer-events: none;
}

.floating-smi .smi-wrap {
    position: relative;
}

.floating-smi .smi-label {
    position: absolute;
    bottom: -46px;
    left: -14px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    color: #b5b5b5;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 70px;
}

.floating-smi ul {
    display: block;
}

.floating-smi ul li {
    display: block;
}

.floating-smi ul li:before,
.floating-smi ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #dbdbdb;
    margin: 0 auto;
}

.floating-smi ul li:after {
    display: none;
}

.floating-smi ul li:nth-child(1):before {
    height: 75px;
}

.floating-smi ul li:nth-last-child(1):after {
    display: block;
}

.floating-smi ul 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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: auto;
    background: #dbdbdb;
    color: #333333;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.floating-smi ul li a:hover {
    background: #7ab631;
    color: #fff;
}

/** End of Floating Social Media Icons */
/** Header */
.header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.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;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 48px 73px 48px 69px;
}

.header .header-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto;
}

.header .header-logo a {
    display: block;
    outline: none;
}

.header .header-logo a img {
    display: block;
    max-width: 100%;
}

.header .header-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 52px 0 49px;
}

.header .header-navigation > ul {
    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;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.header .header-navigation > ul > li {
    display: block;
}

.header .header-navigation > ul > li > a {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 0 2px;
}

.header .header-navigation > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #7ab631;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.header .header-contact .contact-fixed {
    display: none;
}

.fixed-header .site-menu .sub-menu .sub-menu {
    top: -1px;
}

.header .header-contact ul {
    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;
}

.header .header-contact ul li {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.8px;
    text-align: center;
    color: #fff;
    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;
    position: relative;
}

.header .header-contact ul li > div {
    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: 36px;
    height: 36px;
    border-radius: 50%;
    background: #484848;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-contact ul li > div span {
    margin: 0;
    letter-spacing: 0;
    font-size: 12px;
}

.header .header-contact ul li > div span.ai-font-envelope {
    font-size: 10px;
}

.header .header-contact ul li span {
    font-size: 13px;
    margin-right: 6px;
}

.header .header-contact ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-contact ul li a:hover {
    color: #7ab631;
}

.header .header-contact ul li > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    min-width: 160px;
    left: calc(50% - 80px);
    padding-top: 59px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header .header-contact ul li > ul li {
    font-size: 18px;
    letter-spacing: 0;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #161011;
    margin: 1px 0 0 !important;
}

.header .header-contact ul li > ul li > a {
    width: 100%;
    height: 100%;
    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;
}

.header .header-contact ul li > ul li > a:hover {
    background: #7ab631;
    color: #fff;
}

.header .header-contact ul li:hover > div {
    background: #7ab631;
}

.header .header-contact ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .header-toggle {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 55px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}

.header .header-toggle div {
    max-width: 41px;
}

.header .header-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-toggle span:nth-child(1) {
    width: 21px;
    margin-top: 0;
    margin-left: auto;
}

.header .header-toggle span:nth-last-child(1) {
    margin-bottom: 6px;
}

.header .header-toggle:hover {
    color: #7ab631;
}

.header .header-toggle:hover span {
    background: #7ab631;
}

/** End of Header */
body.admin-bar .header {
    top: 32px;
}

/** End of Header */
/** Fixed Header */
.fixed-header {
    position: fixed;
    z-index: 1001;
    background: rgba(22, 16, 17, 0.84);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: -100%;
}

.fixed-header.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
}

.fixed-header .header-wrap {
    padding: 20px 70px;
}

.fixed-header .header-logo {
    max-width: 307px;
    margin: 0 auto 0 0;
}

.fixed-header .header-navigation {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: auto;
    padding: 0 55px 0 30px;
}

.fixed-header .header-navigation > ul {
    margin: 0 -25px;
}

.fixed-header .header-navigation > ul > li {
    padding: 0 25px;
}

.fixed-header .header-navigation > ul > li > .sub-menu {
    padding-top: 31px;
}

.fixed-header .header-navigation > ul > li > .sub-menu li {
    margin-top: 1px;
}

.fixed-header .header-contact .contact-default {
    display: none;
}

.fixed-header .header-contact .contact-fixed {
    display: block;
}

.fixed-header .header-contact ul > li {
    margin-left: 13px;
}

.fixed-header .header-contact ul > li:nth-child(1) {
    margin-left: 0;
}

.fixed-header .header-toggle {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 106px;
    height: 89px;
    background: none;
    margin-left: 33px;
    display: none;
}

.fixed-header .header-toggle:hover {
    color: #7ab631;
    background: #161011;
}

.fixed-header .header-toggle:hover span {
    background: #7ab631;
}

/** End of Fixed Header */
/** HP Slideshow */
.hp-slideshow .slideshow-wrap {
    position: relative;
}

.hp-slideshow .slideshow-slider {
    position: relative;
    z-index: 1;
}

.hp-slideshow .slideshow-slider:before,
.hp-slideshow .slideshow-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hp-slideshow .slideshow-slider:before {
    z-index: 2;
    background: rgba(21, 21, 21, 0.12);
}

.hp-slideshow .slideshow-slider:after {
    z-index: 3;
    height: 33%;
    background: transparent url(images/slideshow-bg-overlay-a.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.hp-slideshow .slideshow-slider .cycloneslider {
    z-index: 1;
}

/** End of HP Slideshow */
/** HP Featured Properties */
.hp-fp {
    padding-top: 61px;
}

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

.hp-fp .site-global-hp-container-fp {
    position: relative;
}

.hp-fp .fp-spacer {
    display: block;
    width: 100%;
    min-height: 275px;
    pointer-events: none;
}

.hp-fp .fp-title-wrap,
.hp-fp .fp-buttons-wrap {
    position: absolute;
    z-index: 2;
    width: calc(100% / 3);
    background: #fff;
}

.hp-fp .fp-title-wrap {
    top: 0;
    left: 0;
    pointer-events: none;
    background: transparent;
}

.hp-fp .fp-title {
    position: absolute;
    bottom: 85px;
    left: 0;
    pointer-events: auto;
}

.hp-fp .fp-title strong {
    margin-bottom: 2px;
}

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

.hp-fp .fp-slider:not(.slick-initialized) {
    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;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hp-fp .fp-slider:not(.slick-initialized) .fp-slide {
    width: calc(100% / 3);
}

.hp-fp .fp-slider:not(.slick-initialized) .fp-slide:nth-child(8n) {
    margin-right: calc(100% / 3);
}

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

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

.hp-fp .fp-slider.slick-initialized .fp-slide.dummy {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hp-fp .fp-slider .fp-slide {
    padding: 0.5px;
}

.hp-fp .fp-slider .fp-item {
    display: block;
    outline: none;
    text-decoration: none;
    position: relative;
}

.hp-fp .fp-slider .fp-item .fp-img {
    position: relative;
}

.hp-fp .fp-slider .fp-item .fp-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/fp-slide-bg-overlay-a.png) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.hp-fp .fp-slider .fp-item .fp-img canvas {
    display: block;
    width: 100%;
    min-height: 275px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .fp-item .fp-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1;
    color: #fff;
    padding: 0 31px 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .fp-item .fp-info .fp-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-fp .fp-slider .fp-item .fp-info .fp-address {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.28px;
    padding-left: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp-fp .fp-slider .fp-item .fp-view-details {
    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: 171px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .fp-item .fp-main {
    position: relative;
}

.hp-fp .fp-slider .fp-item .fp-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(122, 182, 49, 0.82);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .fp-item:hover .fp-img canvas {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hp-fp .fp-slider .fp-item:hover .fp-info {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.hp-fp .fp-slider .fp-item:hover .fp-view-details {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hp-fp .fp-slider .fp-item:hover .fp-hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hp-fp .fp-slider-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(100% / 3);
    background: #fff;
}

.hp-fp .fp-slider-controls span {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 64px;
    background: #161011;
    cursor: pointer;
    font-size: 25px;
    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;
    height: calc(74% / 2);
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider-controls span:hover {
    background: #7ab631;
}

.hp-fp .fp-slider-controls span.fp-prev {
    bottom: calc((74% / 2) + 1px);
}

.hp-fp .fp-buttons-wrap {
    bottom: 0;
    right: 0;
    height: calc(100% / 3);
    width: calc(100% / 3);
}

.hp-fp .fp-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    padding: 0;
    top: .5px;
    font-size: 0;
    left: 0.5px;
}

.hp-fp .fp-buttons a {
    display: block;
    width: 100%;
    height: 34.6%;
    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-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    text-decoration: none;
    background: #7ab631;
    color: #161011;
    margin-top: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-buttons a:hover {
    background: #5f8e26;
}

.hp-fp .fp-buttons a.fp-view-all {
    background: #161011;
    color: #7ab631;
    margin-top: 0;
}

.hp-fp .fp-buttons a.fp-view-all:hover {
    background: black;
}

/** End of HP Featured Properties */
/** HP Interactive Map */
.hp-imap {
    padding-top: 52px;
    overflow: hidden;
}

.hp-imap .imap-wrap,
.hp-imap .imap-main {
    position: relative;
}

.hp-imap .imap-controls {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.hp-imap .imap-controls .imap-form {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -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-left: 100px;
}

.hp-imap .imap-controls .imap-label {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #7ab631;
    margin: -2px 27px 0 0;
}

.hp-imap .imap-controls .imap-field {
    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;
    background: #161011;
    pointer-events: auto;
    padding: 20px 25px;
}

.hp-imap .imap-controls .imap-field.c-range {
    display: block;
    padding: 0;
    width: 218px;
    background: transparent;
    margin: 2px 0 0 22px;
}

.hp-imap .imap-controls .imap-field.c-range.hide-from .irs--round .irs-from {
    display: none;
}

.hp-imap .imap-controls .imap-field.c-range.hide-to .irs--round .irs-to {
    display: none;
}

.hp-imap .imap-controls .imap-field.c-range .irs {
    margin-top: 4px;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-bar,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-line {
    top: 38px;
    height: 2px;
    background: #161011;
}

#hp-imap .imap-main span.irs-max,
#hp-imap .imap-main span.irs-min {
    color: #666;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-bar {
    background: #7ab631;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-handle {
    top: 32px;
    width: 13px;
    height: 13px;
    border: none;
    background: #7ab631;
    border-radius: 50%;
    box-shadow: none;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-from,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-to,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-single {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    background: #7ab631;
    top: 56px;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-from:before,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-to:before,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-single:before {
    top: -6px;
    bottom: auto;
    border-color: transparent;
    border-bottom-color: #7ab631;
}

.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-min,
.hp-imap .imap-controls .imap-field.c-range .irs--round .irs-max {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fff;
    visibility: visible !important;
    opacity: 1;
    display: block;
    background: transparent;
    padding: 0;
}

.hp-imap .imap-controls .imap-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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;
    width: 19px;
    height: 19px;
    border: none;
    background: #fff;
    margin: 0;
    outline: none;
    speak: none;
    font-family: agentimage !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7ab631;
    cursor: pointer;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
}

.hp-imap .imap-controls .imap-checkbox:before {
    content: "\b0126";
    display: none;
}

.hp-imap .imap-controls .imap-checkbox:checked:before,
.hp-imap .imap-controls .imap-checkbox:indeterminate:before {
    display: block;
}

.hp-imap .imap-controls .imap-range {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hp-imap .imap-dummy-map {
    margin-top: 34px;
}

.hp-imap .imap-dummy-map img {
    display: block;
    width: 100%;
    /*min-height: 400px;*/
    object-fit: cover;
    object-position: center center;
}

/** End of HP Interactive Map */
/** HP Welcome */
.hp-welcome {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.hp-welcome:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    background: transparent url(images/welcome-bg-a.png) no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.41;
}

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

.hp-welcome .welcome-left {
    position: relative;
    margin-left: calc((100vw - 1140px) / -2);
    text-align: right;
}

.hp-welcome .welcome-right {
    margin-left: -30px;
    padding: 110px 68px 139px 62px;
    background: #fff;
}

.hp-welcome .welcome-photo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.hp-welcome .welcome-photo:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 27px;
    background: transparent url(images/welcome-photo-bg-shadow-a.png) no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

.hp-welcome .welcome-photo img {
    display: block;
    width: 100%;
    max-width: 591px;
    margin-left: auto;
}

.hp-welcome .welcome-title {
    margin-bottom: 41px;
}

.hp-welcome .welcome-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #4b4b4b;
}

.hp-welcome .welcome-read-more {
    margin-top: 74px;
}

/** End of HP Welcome */
/** HP Why Work With Us */
.hp-why {
    position: relative;
    z-index: 1;
    background: transparent url(images/why-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 152px 0 195px;
}

.hp-why:before,
.hp-why:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-why:before {
    z-index: -2;
    background: transparent url(images/why-bg-overlay-a.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

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

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

.hp-why .why-title strong {
    color: #fff;
}

.hp-why .why-title strong:after {
    content: '';
    display: block;
    width: 152px;
    height: 4px;
    background: #7ab631;
    margin: 42px auto 0;
}

.hp-why .why-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: 103px;
}

.hp-why .why-list .why-item {
    display: block;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.hp-why .why-list .why-item:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 1px;
    height: 134px;
    background: rgba(255, 255, 255, 0.3);
}

.hp-why .why-list .why-item:nth-child(1):after {
    display: none;
}

.hp-why .why-list .why-item .why-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: 70px;*/
    position: relative;
}

.hp-why .why-list .why-item .why-icon canvas{
    display: block;
    height: auto;
}

.hp-why .why-list .why-item .why-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.hp-why .why-list .why-item strong {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
}

.hp-why .why-list .why-item strong i {
    font-style: normal;
}

.hp-why .why-list .why-item span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 3.4px;
    color: #b2b2b2;
    margin-top: 12px;
}

/** End of HP Why Work With Us */
/** HP In The Media */
.hp-media {
    padding: 98px 0 148px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hp-media:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/media-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.05;
}

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

.hp-media .media-title {
    margin-bottom: 76px;
}

.hp-media .media-slider-wrap {
    position: relative;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.hp-media .media-slider:not(.slick-initialized) {
    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;
}

.hp-media .media-slider:not(.slick-initialized) .media-slide {
    width: 20%;
}

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

.hp-media .media-slider .media-slide {
    display: block !important;
}

.hp-media .media-slider .media-item {
    display: block;
    outline: none;
    position: relative;
}

.hp-media .media-slider .media-item .media-img canvas {
    display: block;
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-media .media-slider .media-item .media-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    color: #7ab631;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-media .media-slider .media-item .media-icon.facebook {
    color: #4d6baa;
    background: rgba(77, 107, 170, 0.5);
}

.hp-media .media-slider .media-item .media-icon.instagram {
    color: #c51c6b;
    background: rgba(197, 28, 107, 0.5);
}

.hp-media .media-slider .media-item .media-icon span {
    width: 46px;
    height: 46px;
    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;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-media .media-slider .media-item:hover .media-icon {
    background: rgba(22, 16, 17, 0.3);
}

.hp-media .media-slider .media-item:hover .media-icon span {
    background: #fff;
}

.hp-media .media-controls {
    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: 52px;
}

.hp-media .media-controls .slick-arrow {
    font-size: 35px;
    color: #dadada;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-media .media-controls .slick-arrow:hover {
    color: #7ab631;
}

.hp-media .media-controls .slick-prev {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.hp-media .media-controls .slick-next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.hp-media .media-controls .media-dots {
    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-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 40px;
}

.hp-media .media-controls .media-dots li {
    display: block;
    padding: 0 4px;
}

.hp-media .media-controls .media-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    background: #c6c6c6;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-media .media-controls .media-dots li.slick-active button {
    background: #7ab631;
}

/** End of HP In The Media */
/** HP Testimonials */
.hp-testi {
    padding-bottom: 97px;
}

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

.hp-testi .testi-top {
    overflow: hidden;
}

.hp-testi .testi-top > .container .row {
    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-testi .testi-top > .container .row::before{
    display: none;
}

.hp-testi .testi-top .testi-left {
    margin: 0 -20px 0 calc((100vw - 1140px) / -2);
}

.hp-testi .testi-top .testi-right {
    margin: 101px calc((100vw - 1140px) / -2) 0 -98px;
    padding: 46px 0 0 110px;
    height: calc(100% - 101px);
    background: #fff;
}

.hp-testi .testi-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hp-testi .testi-agent-photo canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    max-width: 711px;
    min-height: 775px;
    margin-left: auto;
}

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

.hp-testi .testi-slider {
    background: rgba(27, 27, 27, 0.9);
    padding: 26px 0 62px;
}

.hp-testi .testi-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 66px;
    background: transparent url(images/testi-quote-a.png) no-repeat;
    background-position: center center;
    margin: 0 auto 43px;
    opacity: 0.1;
}

.hp-testi .testi-slider:not(.slick-initialized) {
    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;
}

.hp-testi .testi-slider:not(.slick-initialized) .testi-slide {
    width: 50%;
}

.hp-testi .testi-slider:not(.slick-initialized) .testi-slide:nth-child(1):after {
    opacity: 0;
}

.hp-testi .testi-slider.slick-initialized .slick-active .testi-slide:after {
    opacity: 0;
}

.hp-testi .testi-slider.slick-initialized .slick-active + .slick-active .testi-slide:after {
    opacity: 1;
}

.hp-testi .testi-slider .testi-slide {
    padding: 4px 12% 11px;
    position: relative;
}

.hp-testi .testi-slider .testi-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #656565;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-testi .testi-slider .testi-slide .testi-content,
.hp-testi .testi-slider .testi-slide .testi-author {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    color: #c1c1c1;
    text-align: center;
}

.hp-testi .testi-slider .testi-slide .testi-author {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 22px;
}

.hp-testi .testi-slider .testi-slide .testi-author a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-testi .testi-slider .testi-slide .testi-author a:hover {
    color: #7ab631;
}

.hp-testi .testi-read-more a {
    width: 271px;
    height: 80px;
    margin: 0 auto;
}

/** End of HP Testimonials */
/** Footer */
.footer .footer-wrap {
    position: relative;
}

.footer .footer-git {
    background: #232243;
    position: relative;
    z-index: 1;
    padding: 63px 0 101px;
}

.footer .footer-git:before,
.footer .footer-git:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer .footer-git:before {
    z-index: -2;
    background: transparent url(images/git-bg-b.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(1) opacity(0.4);
    filter: grayscale(1) opacity(0.4);
}

.footer .footer-git:after {
    z-index: -1;
    background: rgba(0, 0, 0, 0.35);
}

.footer .footer-git .git-title strong {
    color: #fff;
}

.footer .footer-git .git-title strong:after {
    content: '';
    display: block;
    width: 102px;
    height: 4px;
    background: #7ab631;
    margin: 27px auto;
}

.footer .footer-git .git-subtxt {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #dfdfdf;
    text-align: center;
}

.footer .footer-git .git-form {
    position: relative;
    margin-top: 59px;
    padding: 0 50px;
}

.footer .footer-git .git-form form {
    position: relative;
    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: 0 -24px;
}

.footer .footer-git .git-form form .git-field {
    width: 50%;
    padding: 0 24px;
}

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

.footer .footer-git .git-form form .git-field.lg {
    margin-top: 32px;
}

.footer .footer-git .git-form form .git-field.submit {
    margin-top: 52px;
}

.footer .footer-git .git-form form label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.footer .footer-git .git-form form input[type="text"],
.footer .footer-git .git-form form input[type="email"],
.footer .footer-git .git-form form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer .footer-git .git-form form textarea {
    resize: none;
}

.footer .footer-git .git-form form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 252px;
    max-width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-git .git-form form input[type="submit"]:hover {
    background: #7ab631;
    border-color: #7ab631;
    color: #fff;
}

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

.footer .footer-git .git-form form .ajax-loader {
    position: absolute;
    left: calc(50% - 8px);
    margin: 15px 0 0;
}

.footer .footer-git .git-form form .wpcf7-response-output {
    color: #fff;
}

.footer .footer-git .git-form form .wpcf7-response-output {
    position: absolute;
    margin: 0;
    width: calc(100% - 44px);
    bottom: -50px;
    text-align: center;
}

.footer .footer-info {
    background: #161011;
    padding: 98px 0 103px;
}

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

.footer .footer-contact {
    margin-top: 32px;
}

.footer .footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer .footer-contact ul li {
    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: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 6px;
}

.footer .footer-contact ul li:nth-child(1) {
    margin-top: 0;
}

.footer .footer-contact ul li span {
    margin-right: 4px;
}

.footer .footer-contact ul li span.ai-font-phone {
    font-size: 13px;
    margin-top: 3px;
}

.footer .footer-contact ul li span.ai-font-envelope {
    font-size: 10px;
    margin-top: 4px;
}

.footer .footer-contact ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.footer .footer-smi {
    margin-top: 31px;
}

.footer .footer-smi ul {
    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;
}

.footer .footer-smi ul li {
    display: block;
    padding: 0 6px;
}

.footer .footer-smi ul 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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dbdbdb;
    font-size: 21px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-smi ul li a:hover {
    background: #7ab631;
    color: #fff;
}

.footer .footer-navigation {
    margin-top: 67px;
    padding-top: 48px;
    border-top: 1px solid rgba(150, 150, 150, 0.36);
}

.footer .footer-navigation ul {
    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;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-navigation ul li {
    display: block;
    padding: 0 25px;
}

.footer .footer-navigation ul li a {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.footer .footer-copyright {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.26px;
    color: #808080;
    text-align: center;
    margin-top: 27px;
}

.footer .footer-copyright .footer-sitename {
    text-transform: uppercase;
    color: #7ab631;
}

.footer .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.footer .footer-copyright a.footer-agentimage {
    font-weight: 700;
    text-decoration: underline;
}

.footer .footer-mls {
    text-align: center;
    margin-top: 24px;
}

.footer .footer-mls span {
    display: inline-block;
    vertical-align: middle;
    color: #686868;
    font-size: 25px;
}

/** End of Footer */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
/** Inner Page Banner */
.inner-page-banner {
    position: relative;
}

.inner-page-banner:before,
.inner-page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.inner-page-banner:before {
    z-index: 1;
    background: rgba(21, 21, 21, 0.12);
}

.inner-page-banner:after {
    z-index: 2;
    height: 45%;
    background: transparent url(images/slideshow-bg-overlay-a.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.inner-page-banner canvas {
    display: block;
    width: 100%;
    background: #f9f7f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/** End of Inner Page Banner */
/** Inner Page Breadcrumbs */
#breadcrumbs {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1 !important;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    color: #161011;
}

#breadcrumbs a {
    color: #7ab631;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover {
    color: #b5b5b5;
}

/** End of Inner Page Breadcrumbs */
/** Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

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

/** Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    margin-top: 5.5%;
}

.sidebar .qs-form{
    display: block;
}
.qs-city .dropdown-menu ul {
    max-height: 250px !important;
}
 .qs-form select::-ms-expand {
            display: none;
            }
.sidebar .qs-form-label {
        font-size: 22px;
        font-weight: 300;
        color: #7ab631;
        /*font-family: 'Cinzel', serif;*/
        text-transform: uppercase;
        margin-bottom: 12px;
        line-height: 1;
        text-align: center;
        /*text-shadow: 1px 1px 4px #000;*/
    }
.sidebar .qs-form-label span.icon-glass {
    display: inline-block;
     padding-right: 20px;
   }
.sidebar .qs-field{
    display: inline-block;
    vertical-align: top;
}
.sidebar .qs-field-long {
    margin-right: 0;
    }
.sidebar .qs-field-short {
    width: 100%;
    margin: 2px 0;
}
.sidebar .qs-minprice {
    margin-bottom: 4px;
}
.sidebar button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
}
.sidebar .qs-property{
    width: 100%;
    margin-right: 0;
    display: block;
    }
.sidebar .qs-city {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    }
.sidebar .qs-field-btn {
    width: 100%;
    }
.sidebar .qs-searchbtn {
    margin: 0;
    }
.sidebar .qs-form input.qs-field-long {
    width: 100%;
    background: #fff !important;
    height: 33px;
    color: #666 !important;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 0 10px;
    text-align: left;
 }
 .sidebar .qs-form input.qs-field-long {
    margin-right: 0;
    display: block;
    width: 100%;
    border: 1px solid #dedada;
    float: none;
 }
.sidebar .qs-form select, .sidebar button.btn.dropdown-toggle.btn-default{
    width: 100%;
    background: #fff url(images/select-arrow.png) no-repeat scroll right 12px center;
    height: 33px;
    color: #666 !important;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #dedada;
    padding: 0 10px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    }

.sidebar .qs-form select option{
    font-size: 11px;
    }

.sidebar .qs-form input.adv-search{
        background: #7ab631 !important;
        color: #fff !important;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        border: 0;
        text-align: center;
        width: 100%;
        height: 33px;
        letter-spacing: 1px;
    }
.sidebar .qs-form a.adv-btn{
        width: 100%;
        background: transparent;
        /* height: 42px; */
        color: #115740 !important;
        font-size: 11px;
        font-weight: 400;
        text-transform: capitalize;
        border: 0;
        text-align: center;
        display: block;
        padding: 0;
        font-style: italic;
}

.sidebar .qs-advsearchbtn.qs-field.qs-field-btn {
    float: none;
    margin-top: 5px;
}
.sidebar .qs-form input.adv-search:hover {
    opacity: 0.8;
}

/** 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-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    color: #7ab631;
}

/** Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    color: #7ab631;
}

#content .archive-subtitle a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#content .archive-subtitle a:hover {
    color: #161011;
}

/** Styles for content entry */
#content .entry {
    font-size: 16px;
    font-weight: 400;
    color: #161011;
}

/** End of Styles for content entry */
/** AIOS Contact Form 7 Styles */
.ai-contact-wrap span.context-mob em.ai-font-phone,
.ai-contact-wrap span.context-email em.ai-font-envelope {
    color: #7ab631;
}

/** End of AIOS Contact Form 7 Styles */
/** Sidebar Logo */
.sb-logo img {
    display: block;
    max-width: 100%;
}

/** End of Sidebar Logo */
/** Sidebar Contact */
.sb-contact {
    margin-top: 15px;
}

.sb-contact ul {
    margin: 0;
    padding: 0;
    display: block;
}

.sb-contact ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}

.sb-contact ul li span {
    font-size: 12px;
    margin-right: 3px;
}

.sb-contact ul li span.ai-font-envelope {
    font-size: 10px;
}

.sb-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-contact ul li a:hover {
    color: #7ab631;
}

/** End of Sidebar Contact */

/** Sidebar Buttons (CTA Buttons) */
.sb-buttons {
    position: relative;
    margin-top: 35px;
}

.sb-button {
    width: 100%;
    margin-top: 15px;
}
.gm-style-iw-d{
    max-width: 236px !important;
}
.cycloneslider-template-video .cycloneslider-volume{
	top: 100px !important;
}
.cycloneslider-template-video .cycloneslider-volume {
    display: none;
}
/** End of Sidebar Buttons (CTA Buttons) */
/** MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/*.page-id-0 .inner-page-banner canvas {
    background-image: url(http://jwatson-pendingcom.rs4.aios-staging.com/wp-content/uploads/2019/07/jasonwatson-header.jpg) !important;
}*/


/* Social Media in HP */
.hp-media .media-slide.colorschemeTweet .media-item .media-icon {
    background: rgba(77, 108, 172,0.5) !important;
}
.hp-media .media-slide.colorschemeInsta .media-item .media-icon {
    background: rgba(196, 28, 105,0.5) !important;
}



/*IDX THEME COLOR OVERRIDE*/

#ihf-main-container.ihf-color-scheme-green .btn-primary{
    background-color: #7ab631;
    border-color: #7ab631;
}

#ihf-main-container.ihf-color-scheme-green .ihf-map-icon{
    background: #7ab631;
    border: 1px solid #7ab631;
}

#ihf-main-container.ihf-color-scheme-green .ihf-map-icon:after{
    border-top-color: #7ab631;
}

#ihf-main-container.ihf-color-scheme-green .title-bar-1{
    background-color: #7ab631;
    border: 1px solid #7ab631;
}

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

#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}
    ul.chosen-results {
        margin: 0 !important;
        padding: 0 !important;
    }

#ihf-main-container.ihf-color-scheme-green .btn-primary.active, 
#ihf-main-container.ihf-color-scheme-green .btn-primary:active, 
#ihf-main-container.ihf-color-scheme-green .btn-primary:focus, 
#ihf-main-container.ihf-color-scheme-green .btn-primary:hover, 
#ihf-main-container.ihf-color-scheme-green .open .dropdown-toggle.btn-primary {
    background-color: #71a730;
    border-color: #71a730;
}


.name-Microsoft_Edge .hp-fp .fp-buttons{
    width: calc(100% - 2px);
}

/* #hp-fp,
#hp-imap,
#hp-welcome,
#hp-why,
#hp-media,
#hp-testi,
footer .footer-top{
    display: none;
}

[data-aios-reveal=true], [data-aios-staggered-child=true]{
    opacity: 1;
} */