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


/*

TABLE OF CONTENTS

1. GLOBAL STYLES
2. HP STYLES
3. IP STYLES

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


/*******************************************************
 *
 * 1. GLOBAL STYLES
 *
 *******************************************************/


/* Global */

body {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.with-intro {
    overflow: hidden;
}


/** 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;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

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

.site-menu .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

.site-menu .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

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


/** End of Sub Menu */


/** Side Navigation */

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

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

.site-offcanvas.active .so-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

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

.site-offcanvas .so-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-offcanvas .so-wrap {
    width: 1272px;
    max-width: calc(100% - 100px);
    height: 100%;
    background: rgba(7, 62, 111, 0.91);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-x: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.site-offcanvas .so-close {
    position: absolute;
    top: 25px;
    right: 38px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .so-close:hover {
    color: #6a6a6a;
}

.site-offcanvas .so-container {
    width: 100%;
    padding: 50px 80px 20px;
    margin: auto;
}

.site-offcanvas .so-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.site-offcanvas .so-title span {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}

.site-offcanvas .so-title:after {
    content: '';
    display: block;
    width: calc(100% - 175px);
    height: 2px;
    background: #fff;
    margin-left: 30px;
}

.site-offcanvas .so-navigation .so-navigation-title {
    margin-bottom: 43px;
}

.site-offcanvas .so-navigation2 ul > li {
    width: calc(100% / 6);
}

.site-offcanvas .so-navigation2 ul li .sub-menu li a {
    font-size: 11px;
}

.site-offcanvas .so-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    /* margin-top: -78px; */
}

.site-offcanvas .so-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /*max-width: 230px;*/
    max-width: 20%;
    margin: 5px 0;
}


/*.ip-container .site-offcanvas .so-navigation ul li.epi-trigger-open{
    display: none;
}*/

.site-offcanvas .so-navigation ul li:nth-child(1),
.site-offcanvas .so-navigation ul li:nth-child(2),
.site-offcanvas .so-navigation ul li:nth-child(3) {
    /* width: auto; */
    /* margin-top: 75px; */
}

.site-offcanvas .so-navigation ul li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .so-navigation ul li a:hover {
    color: #6a6a6a !important;
}

.site-offcanvas .so-navigation ul li .sub-menu {
    display: block;
    margin-top: 13px;
}

.site-offcanvas .so-navigation ul li .sub-menu li {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 6px;
}

.site-offcanvas .so-navigation ul li .sub-menu li:nth-child(1) {
    margin: 0;
}

.site-offcanvas .so-navigation ul li .sub-menu li a {
    color: #bcbcbc;
}

.site-offcanvas .so-navigation ul li .sub-menu ul {
    margin-left: 13px;
}


/*** second navigation ***/

.site-offcanvas .so-navigation2 {
    display: block;
    margin-top: 30px;
}

.site-offcanvas .so-navigation2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    justify-content: space-between;
}

.site-offcanvas .so-navigation2 ul li {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.site-offcanvas .so-navigation2 ul li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .so-navigation2 ul li a:hover {
    color: #6a6a6a !important;
}

.site-offcanvas .so-navigation2 ul li .sub-menu {
    display: block;
    margin-top: 13px;
}

.site-offcanvas .so-navigation2 ul li .sub-menu li {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 6px;
}

.site-offcanvas .so-navigation2 ul li .sub-menu li:nth-child(1) {
    margin: 0;
}

.site-offcanvas .so-navigation2 ul li .sub-menu li a {
    color: #bcbcbc;
}

.site-offcanvas .so-navigation2 ul li .sub-menu ul {
    margin-left: 13px;
}


/*** ***/

.site-offcanvas .so-contact {
    margin-top: 20px;
}

.site-offcanvas .so-contact ul {
    margin: 29px 0 0;
    display: block;
}

.site-offcanvas .so-contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 8px;
}

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

.site-offcanvas .so-contact ul li i,
.site-offcanvas .so-contact ul li a,
.site-offcanvas .so-contact ul li em {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.site-offcanvas .so-contact ul li i {
    width: 16px;
    text-align: right;
    font-size: 13px;
    margin-right: 17px;
}

.site-offcanvas .so-contact ul li i.envelope {
    font-size: 11.37px;
}

.site-offcanvas .so-contact ul li i.location {
    font-size: 18px;
}

.site-offcanvas .so-contact ul li i.location:before {
    position: relative;
    left: 3px;
}

.site-offcanvas .so-contact ul li a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .so-contact ul li a p {
    display: inline-block;
    vertical-align: middle;
}

.site-offcanvas .so-contact ul li a:hover {
    color: #6a6a6a;
}

.site-offcanvas .so-contact .bottom-nav {
    display: block;
    margin-top: 20px;
}

.site-offcanvas .so-contact .bottom-nav a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-right: 3%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .so-contact .bottom-nav a:hover {
    color: #6a6a6a !important;
}


/** End of Side Navigation */


/** Header */

.header {
    /* position: fixed; */
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 120px;
    background: rgba(0, 0, 0, 0.52);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.with-intro .header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.with-intro .header.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

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

.ip-container .header {
    right: 0;
}

.header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 45px 0 30px;
    height: 136px;
    position: relative;
    z-index: 1;
}

.header .header-fixed-wrap {
    position: fixed;
    z-index: 2;
    top: -120px;
    left: 0;
    right: 100px;
    background: rgba(0, 0, 0, 0.52);
    min-height: 100px;
    padding: 20px 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header .header-fixed-wrap.active {
    top: 0;
}

.ip-container .header .header-fixed-wrap {
    right: 0;
}

.header .header-wrap .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-burger {
    position: relative;
    margin-right: 32px;
}

.header .header-burger .burger-trigger {
    width: 47px;
    position: relative;
    cursor: pointer;
}

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

.header .header-burger .burger-trigger span:nth-child(1) {
    margin-top: 0;
    width: calc(100% - 8px);
}

.header .header-burger .burger-trigger span:nth-child(3) {
    width: calc(100% - 18px);
}

.header .header-burger .burger-trigger div {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-burger .burger-trigger:hover span {
    background: #1e73be;
}

.header .header-burger .burger-trigger:hover div {
    color: #1e73be;
}

.header .header-fixed-wrap .header-burger .burger-trigger:hover span {
    background: #003252;
}

.header .header-fixed-wrap .header-burger .burger-trigger:hover div {
    color: #003252;
}

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

.header .header-contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-top: 8px;
}

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

.header .header-contact ul li i,
.header .header-contact ul li a,
.header .header-contact ul li em {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.header .header-contact ul li i {
    width: 16px;
    text-align: right;
    font-size: 13px;
    margin-right: 17px;
}

.header .header-contact ul li i.envelope {
    font-size: 11.37px;
}

.header .header-contact ul li i.location {
    font-size: 18px;
    display: inline-block;
}

.header .header-contact ul li i.location:before {
    position: relative;
    left: 3px;
}

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

.header .header-contact ul li a p {
    display: inline-block;
    vertical-align: middle;
}

.header .header-contact ul li a:hover {
    color: #1e73be;
}

.header .header-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.22;
    text-align: right;
    color: #fff;
}

.header .header-logos > div {
    position: relative;
    margin-left: 22px;
}

.header .header-logos > div:nth-child(1) {
    margin: 0;
}

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

.header-fixed-left {
    display: flex;
    align-items: center;
    justify-content: center;
}


/** End of Header */


/** Footer */

.footer {
    position: relative;
    z-index: 1;
    background: #fff url(images/footer-bg-a.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-top: 109px;
    padding-bottom: 39px;
}

.ip-container .footer {
    min-height: 312px;
}

.footer .footer-floating-signup {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    right: 120px;
    -webkit-transform: translateX(-100%) translateX(139px);
    -ms-transform: translateX(-100%) translateX(139px);
    transform: translateX(-100%) translateX(139px);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.footer .footer-floating-signup.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.footer .footer-floating-form {
    background: #3189d7;
    width: calc(100% - 70px);
    max-width: 100%;
    height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 152px 20px 83px;
}

.footer .footer-floating-form-inner {
    display: block;
    position: relative;
    width: 913px;
    max-width: 100%;
    margin: auto 0 auto auto;
}

.footer .floating-form-title {
    text-align: center;
}

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

.footer .floating-form-subtxt {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.325px;
    text-align: center;
    color: #fff;
    margin-top: 6px;
}

.footer .floating-form-main {
    position: relative;
    margin-top: 60px;
}

.footer .floating-form-main form {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .floating-form-field {
    position: relative;
    display: block;
    width: calc((100% - 103px) / 3);
    padding: 0 3px;
}

.footer .floating-form-field.submit {
    width: 103px;
}

.footer .floating-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 42px;
    background: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #5d5d5d;
    padding: 0 16px;
}

.footer .floating-form-control.control-textarea {
    padding-top: 16px;
    resize: none;
}

.footer .floating-form-submit {
    color: #fff;
}

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

.footer .floating-form-main .ajax-loader {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    margin: 0;
}

.footer .floating-form-main div.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    color: #fff !important;
    margin: 0;
    -webkit-transform: translateY(100%) translateY(20px);
    -ms-transform: translateY(100%) translateY(20px);
    transform: translateY(100%) translateY(20px);
}

.footer .footer-floating-btn {
    position: absolute;
    top: 312px;
    right: -173px;
    width: 312px;
    height: 69px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #fff;
    background: #1e73be;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-floating-btn:hover {
    background: #6a6a6a;
}

.footer .footer-floating-btn img {
    display: block;
    margin-left: 19px;
    max-width: 18px;
    -webkit-animation: signUpArrow 2s infinite;
    animation: signUpArrow 2s infinite;
    position: relative;
}

@-webkit-keyframes signUpArrow {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

.footer .footer-floating-close {
    position: absolute;
    top: 312px;
    right: -242px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 312px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.footer .footer-floating-signup.active .footer-floating-close {
    opacity: 1;
}

.footer .footer-floating-close span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #696969;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-floating-close span:hover {
    color: #c0aa78;
}

.footer .footer-floating-close i {
    font-size: 13.78px;
    font-weight: 700;
    color: #c0aa78;
    margin-right: 13px;
}

.footer .footer-wrap {
    position: relative;
}

body.page-id-9 .footer .footer-git {
    display: none;
}

.footer .footer-git .git-inner {
    padding-left: 24px;
}

.footer .footer-git .git-title {
    text-align: center;
    position: relative;
}

.footer .footer-git .git-title img {
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    display: none !important;
    max-width: 100%;
}

.ft-git-logo img {
    margin: 15px auto;
}

.footer .footer-git .git-content {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3636;
    letter-spacing: 0.88px;
    color: #4f4f4f;
    text-align: center;
    width: 640px;
    max-width: 100%;
    margin: 20px auto 0;
}

.footer .footer-git .git-form {
    position: relative;
    margin-top: 33px;
}

.footer .footer-git .git-form form {
    margin: 0 -6px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.footer .footer-git .git-form .git-field {
    width: 50%;
    margin-top: 12px;
    padding: 0 6px;
}

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

.footer .footer-git .git-form .git-field.submit {
    width: 100%;
    margin-top: 16px;
}

.footer .footer-git .git-form .git-field.submit input {
    color: #fff;
    font-size: 13px;
}

.footer .footer-git .git-form .git-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 43px;
    border: 1px solid #dfdfdf;
    font-size: 10px;
    font-weight: 600;
    color: #5d5d5d;
    padding: 0 17px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-git .git-form .git-control:focus,
.footer .footer-git .git-form .git-control:active {
    border-color: #1e73be;
}

.footer .footer-git .git-form .git-control.control-textarea {
    resize: none;
    height: 77px;
    padding-top: 16px;
}

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

.footer .footer-git .git-form .wpcf7-response-output {
    margin: 0 6px;
    width: 100%;
}

.footer .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 51px;
}

.footer .footer-copyright {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #8c8c8c;
}

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

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

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

.footer .footer-mls {
    display: block;
}

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


/** End of Footer */


/** Global Title */

.global-title {
    position: relative;
}

.global-title > div,
.global-title > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.global-title strong {
    display: block;
    font-size: 47px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #003252;
}

.global-title strong span {
    font-weight: 300;
}

.global-title em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    color: #003252;
    margin-top: 3px;
}

.global-title em:before {
    content: '';
    display: block;
    width: auto;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #1e73be;
    margin-right: 25px;
    position: relative;
    bottom: 5px;
}


/** End of Global Title */


/** Global Button */

.global-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 135px;
    max-width: 100%;
    height: 42px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    background: #1e73be;
    color: #fff;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button:hover {
    background: #6a6a6a;
    color: #fff;
}


/** End of Global Button */


/** Global Slider Controls */

.gs-controls {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gs-controls .gs-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.44px;
    text-transform: uppercase;
    color: #003252;
    margin-left: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gs-controls .gs-arrow:nth-child(1) {
    margin-left: 0;
}

.gs-controls .gs-arrow i {
    font-size: 10.9px;
    position: relative;
    top: 1px;
    color: #1e73be;
}

.gs-controls .gs-arrow:hover {
    color: #6a6a6a;
}

.gs-controls .gs-arrow.slick-hidden {
    display: none !important;
}

.gs-controls .gs-prev i {
    margin-right: 34px;
}

.gs-controls .gs-next i {
    margin-left: 34px;
}


/** End of Global Slider Controls */


/** Site Section Global Padding */

.ssg-padding {
    padding-left: 120px;
    padding-right: 120px;
}

.ssg-padding > .container {
    max-width: 100%;
}


/** End of Site Section Global Padding */


/** Contact Form 7 Response Output Fix */

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


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


/*******************************************************
 *
 * 2. HP STYLES
 *
 *******************************************************/


/** HP Floating Tab */

.hp-ft {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.with-intro .hp-ft {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.with-intro .hp-ft.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.admin-bar .hp-ft {
    top: 32px;
}

.hp-ft .ft-wrap,
.hp-ft .ft-wrap .textwidget,
.hp-ft .ft-button {
    position: relative;
    width: 100%;
    height: 100%;
}

.hp-ft .ft-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    min-height: 100%;
    background: #1e73be;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-ft .ft-button:hover {
    background: #175b96;
}

.ft-button:hover .ft-button-trigger:before {
    opacity: 0;
}

.ft-button-main span {
    font-family: "Muli", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    left: 27px;
}

.hp-ft .ft-button span strong {
    font-weight: 700;
}

.hp-ft .ft-button img {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 2px;
    left: 15px;
    position: relative;
    -webkit-animation: leftRight 2s infinite;
    animation: leftRight 2s infinite;
}

.ft-button-main {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding-bottom: 27px;
}

.ft-button-trigger {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite forwards;
    animation: bounce 2s infinite forwards;
    position: relative;
}

.ft-button-trigger:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(100, 169, 229);
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 169, 229, 1)), color-stop(50%, rgba(27, 114, 191, 1)), to(rgba(100, 169, 229, 1)));
    background: -o-linear-gradient(left, rgba(100, 169, 229, 1) 0%, rgba(27, 114, 191, 1) 50%, rgba(100, 169, 229, 1) 100%);
    background: linear-gradient(to right, rgba(100, 169, 229, 1) 0%, rgba(27, 114, 191, 1) 50%, rgba(100, 169, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64a9e5', endColorstr='#64a9e5', GradientType=1);
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    border-radius: 50%;
}

.ft-button-trigger span {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.ft-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/** End of HP Floating Tab */


/** HP Slideshow */

.hp-slideshow {
    position: relative;
}

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

.hp-slideshow .slideshow-slider {
    position: relative;
    z-index: 1;
    /* transform: translateZ(0); */
}

.hp-slideshow .slideshow-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #999;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hp-slideshow .slideshow-slider.active:before {
    opacity: 0;
}

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

.hp-slideshow .slideshow-slider .cycloneslider .cycloneslider-slides .cycloneslider-slide canvas {
    min-height: 100vh;
}

.hp-slideshow .slideshow-slider .cycloneslider .play-button,
.hp-slideshow .slideshow-slider .cycloneslider .cycloneslider-volume {
    display: none !important;
}

.hp-slideshow .slideshow-tagline {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 120px;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.with-intro .hp-slideshow .slideshow-tagline {
    background: rgba(0, 0, 0, 0.5);
}

.with-intro .hp-slideshow .slideshow-tagline .tagline-container {
    opacity: 0;
}

.with-intro .hp-slideshow .slideshow-tagline.active {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    background: transparent;
}

.with-intro .hp-slideshow .slideshow-tagline.active .tagline-container {
    opacity: 1;
}

.hp-slideshow .slideshow-tagline .tagline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.hp-slideshow .slideshow-tagline .tagline-broker {
    position: relative;
    margin-right: 38px;
}

.hp-slideshow .slideshow-tagline .tagline-broker img {
    display: block;
    max-width: 100%;
}

.hp-slideshow .slideshow-tagline .tagline-main {
    position: relative;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 16.82px;
    text-transform: uppercase;
    color: #fff;
}

.hp-slideshow .slideshow-tagline .tagline-main span,
.hp-slideshow .slideshow-tagline .tagline-main strong {
    display: block;
    text-align: center;
}

.hp-slideshow .slideshow-tagline .tagline-main strong {
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2px;
}

.tagline-smi {
    /*border-top: 1px solid rgba(255, 255, 255, 0.32);*/
    margin-top: 0;
    padding-top: 10px;
}

.tagline-smi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tagline-smi ul li {
    position: relative;
    padding: 0 9.5px;
}

.tagline-smi ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tagline-smi ul li a:hover {
    color: #1e73be;
}


/** End of HP Slideshow */


/** HP Featured Listings */

.hp-fl {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 116px;
    padding-bottom: 72px;
}

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

.hp-fl .fl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.hp-fl .fl-title strong {
    font-size: 60px;
}

.hp-fl .fl-title em {
    margin-left: -100vh;
    margin-right: 66px;
}

.hp-fl .fl-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 38px;
}

.hp-fl .fl-slider {
    position: relative;
    margin: 0 -6px;
}

.hp-fl .fl-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

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

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

.hp-fl .fl-slider .fl-slide {
    padding: 0 6px;
}

.hp-fl .fl-slider .fl-item {
    position: relative;
}

.hp-fl .fl-slider .fl-item .fl-img {
    display: block;
    outline: none;
}

.hp-fl .fl-slider .fl-item .fl-img canvas {
    display: block;
    width: 100%;
    background-color: #1e73be;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-slider .fl-item .fl-img:hover canvas {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.hp-fl .fl-slider .fl-item .fl-info {
    position: relative;
    padding: 22px 22px 25px 25px;
    box-shadow: 0px 1px 7px 0px rgba(000000, 0, 0, 0.09);
    margin: 0 1px;
}

.hp-fl .fl-slider .fl-item .fl-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #6a6a6a;
    padding-left: 15px;
}

.hp-fl .fl-slider .fl-item .fl-address {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #003252;
    margin-top: 3px;
    padding-left: 15px;
}

.hp-fl .fl-slider .fl-item .fl-description,
.hp-fl .fl-slider .fl-item .fl-view-more {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1538;
    letter-spacing: 1.04px;
    color: #4f4f4f;
}

.hp-fl .fl-slider .fl-item .fl-description {
    position: relative;
    margin-top: 16px;
}

.hp-fl .fl-slider .fl-item .fl-description:before {
    content: '';
    position: absolute;
    top: 19px;
    left: -25px;
    width: 4px;
    height: 32px;
    background: #1e73be;
}

.hp-fl .fl-slider .fl-item .fl-view-more {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    text-decoration: none;
    margin-top: 13px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-slider .fl-item .fl-view-more:hover {
    color: #003252;
}

.hp-fl .fl-slider-controls {
    margin-bottom: 18px;
}

.hp-fl .fl-view-all {
    margin: 69px auto 0;
}

.hp-fl .slick-track {
    margin-bottom: 26px;
}


/** End of HP Featured Listings */


/** HP Welcome */

.hp-welcome {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 0;
}

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

.hp-welcome .welcome-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding-right: 94px;
}

.hp-welcome .welcome-inner .welcome-left {
    width: calc(100% - 507px);
}

.hp-welcome .welcome-inner .welcome-right {
    width: 507px;
    max-width: 100%;
}

.hp-welcome .welcome-slider {
    margin-right: -194px;
}

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

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

.hp-welcome .welcome-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

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

.hp-welcome .welcome-info {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 77px 41px 67px 25px;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}

.hp-welcome .welcome-title em {
    margin-left: -25px;
    margin-right: -48px;
}

.hp-welcome .welcome-content {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1538;
    letter-spacing: 1.04px;
    color: #4f4f4f;
    margin-top: 27px;
}

.hp-welcome .welcome-content a {
    display: block;
    margin-top: 30px;
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #c2ae7a;
    font-style: normal;
}

.hp-welcome .welcome-content a:hover {
    background: #1e73be;
    color: #fff !important;
}

.hp-welcome .welcome-slider-controls {
    margin-left: 194px;
    padding: 21px 15px;
    position: absolute;
}


/** End of HP Welcome */


/** HP About */

.hp-about {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 112px;
    padding-bottom: 30px;
}

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

.hp-about .about-inner {
    margin: 0 -10px;
}

.hp-about .about-inner > div {
    padding: 0 10px;
}

.hp-about .about-item {
    position: relative;
    padding: 20px 30px 37px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}

.hp-about .about-item .about-title em:before {
    display: none;
}

.hp-about .about-item .about-title strong.with-line {
    position: relative;
}

.hp-about .about-item .about-title strong.with-line:after {
    content: '';
    position: absolute;
    top: 25px;
    right: -51px;
    width: 37px;
    height: 2px;
    background: #1e73be;
}

.hp-about .about-item .about-img {
    position: relative;
    margin-top: 14px;
}

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

.hp-about .about-item .about-img.no-shadow:after {
    display: none;
}

.hp-about .about-item .about-img canvas {
    display: block;
    width: 100%;
    min-height: 150px;
    background-color: #1e73be;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-about .about-item .about-img .about-caption {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

.hp-about .about-item .about-img .about-caption i,
.hp-about .about-item .about-img .about-caption p {
    display: inline-block;
    vertical-align: middle;
}

.hp-about .about-item .about-img .about-caption i.location {
    font-size: 20px;
}

.hp-about .about-item .about-content {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1538;
    letter-spacing: 1.04px;
    color: #4f4f4f;
    margin-top: 24px;
}

.hp-about .about-item .about-content a {
    font-style: italic;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-about .about-item .about-content a {
    color: #1e73be;
    font-weight: 700;
    font-size: 16px;
}

.hp-about .about-item .about-content a.view-pdf {
    display: block;
    margin-top: 30px;
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #c2ae7a;
    font-style: normal;
}

.hp-about .about-item .about-content a.view-pdf:hover {
    background: #1e73be;
    color: #fff !important;
}

.hp-about .about-item .about-content a:hover {
    color: #429ff1;
}


/** End of HP About */


/** Neighborhood Highlights */

.hp-nh {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 54px;
    padding-bottom: 50px;
}

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

.hp-nh .nh-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.hp-nh .nh-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 37px;
}

.hp-nh .nh-slider {
    margin: 0 -8px;
}

.hp-nh .nh-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

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

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

.hp-nh .nh-slider .nh-slide {
    padding: 0 8px;
}

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

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

.hp-nh .nh-slider .nh-item .nh-img canvas {
    display: block;
    width: 100%;
    background-color: #1e73be;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-nh .nh-slider .nh-item .nh-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #003252;
    margin-top: 13px;
}

.hp-nh .nh-slider .nh-item:hover .nh-img canvas {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.hp-nh .nh-slider-controls {
    margin-top: auto;
    margin-bottom: 18px;
}


/** End of Neighborhood Highlights */


/*******************************************************
 *
 * 3. IP STYLES
 *
 *******************************************************/


/** Inner Page Banner */

.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: 250px;
    background: #f9f7f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.page-id-83 .ip-banner canvas,
body.page-id-95 .ip-banner canvas,
body.page-id-101 .ip-banner canvas {
    height: 500px;
}

body.page-id-111 .ip-banner canvas {
    height: 615px;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}


/** End of Inner Page Banner */


/** Inner Page Breadcrumbs */

#breadcrumbs {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4f4f4f;
}

#breadcrumbs a {
    font-weight: 600;
    color: #003252;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover {
    color: inherit;
}


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


/* 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 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #003252;
}


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

#content .archive-subtitle {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #4f4f4f;
    margin-top: 0!important;
}


/** Styles for entry content */

#content .entry {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.54px;
    color: #4f4f4f;
}

.fl-description p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* welcome page */

body.page-id-83 #content .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}


/* stevens cafe */

body.page-id-95 #content a.view-pdf {
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #c2ae7a;
    font-style: normal;
}

body.page-id-95 #content a.view-pdf:hover {
    background: #1e73be;
    color: #fff !important;
}


/* chen agency pires */

body.page-id-101 #content a.view-link {
    display: block;
    margin: 30px auto 50px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #c2ae7a;
    font-style: normal;
}

body.page-id-101 #content a.view-link:hover {
    background: #1e73be;
}


/* agents page */

body.page-id-111 #content .agent-row {
    margin-top: 40px;
}

body.page-id-111 #content .agent-col {
    text-align: center;
    font-size: 16px;
}

body.page-id-111 #content .agent-col img {
    max-width: 200px;
    margin: 0 auto;
    border: 1px solid #000;
}

body.page-id-111 #content .agent-col span {
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

body.page-id-111 #content .agent-col p {
    display: block;
    text-align: center;
    margin: 0 auto;
}

body.page-id-111 #content .agent-col a.view-btn {
    display: block;
    margin: 30px auto 50px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #c2ae7a;
    font-style: normal;
}

body.page-id-111 #content .agent-col a.view-btn:hover {
    background: #1e73be;
}


/*Video Aspect Ratio*/

.hp-slideshow .cycloneslider-template-video video {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.hp-slideshow #cycloneslider-hp-slideshow-1 {
    padding-top: 56.25%;
    overflow: hidden;
}

.hp-slideshow .cycloneslider-template-video .cycloneslider-slides {
    height: 100%!important;
    transform: translateZ(0);
}

.hp-slideshow .cycloneslider-template-video .canvas-holder {
    display: none;
}

.category-neighborhood-highlights .ip-banner canvas {
    background-image: url('/wp-content/uploads/2019/11/nh-banner.jpg')!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ipfp-item h4 {
    text-align: center;
    display: block;
    color: #A4B8BD;
}

.ipfp-item {
    position: relative;
    display: block;
}

.ipfp-item a {
    display: block;
    position: relative;
}

.ipfp-canvas {
    position: relative;
}

.ipfp-canvas canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ip-fp-container {
    display: block;
    position: relative;
}

.ip-fp-container br {
    display: none;
}

.ipfp-canvas:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid rgb(255, 255, 255, .70);
    outline-offset: -15px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.ipfp-item a:hover .ipfp-canvas:before {
    outline-offset: 0;
}


/*TEAM*/

.team-col {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
}

.team-list {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 898px;
}

.team-img canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.team-name span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.team-content {
    display: block;
    margin-top: 20px;
    height: 100%;
}

.team-bio p {
    margin: 0!important;
    text-align: center;
    display: block;
}

.team-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #C2AE7A;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.team-bio {
    display: block;
    height: 100%;
    min-height: 50px;
}

.team-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border: 2px solid #000;
}

.team-btn a:hover {
    background: #003252;
}

.team-row {
    display: block;
    padding-top: 50px;
}


/*EXCLUSIVE LISTING PAGE*/

.exc-btn-caption span {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 1;
}

.exc-btn-caption {
    display: block;
    margin-bottom: 24px;
}

.exc-extra-btn-wrap {
    display: block;
    padding-top: 60px;
}

.page-id-222 .footer-git {
    display: none;
}

.so-smi ul li {
    display: flex!important;
    justify-content: flex-start;
    margin: 0!important;
    padding: 0 10px;
}

.so-smi ul {
    display: flex!important;
    margin-top: 17px!important;
}

.so-smi ul li:first-child {
    padding-left: 0!important;
}

.so-smi ul li:last-child {
    padding-right: 0!important;
}

.page-id-95 #content .entry p,
.page-id-101 #content .entry p,
.page-id-83 #content .entry p {
    margin: 40px 0!important;
}

.single-aios_agent .agent-contact-lang.agent-contact-detail {
    display: none;
}

.ipfp-item a.aios-initial-setup-dead-link h4 {
    color: #000;
}

.ipfp-item a.aios-initial-setup-dead-link {
    cursor: auto;
    pointer-events: none;
}

.page-template-template-neighborhood-highlights section.custom-post.neighborhood-highlights .post {
    border-bottom: 1px dotted;
}

.ai-default-cf7wrap input.wpcf7-submit,
.ai-default-cf7wrap input[type=submit] {
    background: #1e73be;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.ai-default-cf7wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input[type=submit]:hover {
    background: #6a6a6a;
}

.ip-fp-container .fb-btn-caption span {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 1;
}

.ip-fp-container .fb-btn-caption {
    display: block;
    margin-bottom: 24px;
}

.ip-fp-container .fb-extra-btn-wrap {
    display: block;
    padding-top: 60px;
}

.fp-address {
    padding: 0 !important;
}

html.msedge-true .footer {
    overflow: hidden;
}

html.msedge-true .site-offcanvas .so-navigation2 ul > li {
    width: 16%;
}

html.msedge-true .site-offcanvas .so-navigation2 ul li .sub-menu li {
    width: 100%!important;
}

.page-id-973 .transcont img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.transcont_ {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}

.row.transcont_ img {
    width: 100% !important;
    height: auto;
    max-width: 400px !important;
}

.imgres {
    width: 100%;
    height: auto;
}


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

#hp-videos {
    padding-top: 86px;
    padding-bottom: 54px;
}

.videos-wrap {}

.hpv-title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.hpv-title {}

.hpv-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hpv-button span {
    font-size: 9px;
    font-weight: 700;
    color: #003252;
    letter-spacing: 0.225px;
    text-transform: uppercase;
}

.hpv-button a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #c2ae7a;
    font-style: normal;
    margin-left: 30px;
}

.hpv-button a:hover {
    background: #1e73be;
    color: #fff !important;
}

.hp-videos-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hpv-left {
    width: 51.7%;
    padding-right: 10px;
    
}

.hpv-right {
    width: 48.3%;
    padding-left: 10px;
}

.hpv-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hpv-col {
    width: 100%;
    margin-bottom: 20px;
}

.hpv-row.dual {
    margin: 0 -10px;
}

.hpv-row.dual .hpv-col {
    width: 50%;
    padding: 0 10px;
}

.hpv-row:last-child .hpv-col {
    margin-bottom: 0;
}

.resp-iframe {}

.resp-iframe .video-holder {
    position: relative;
}

.resp-iframe .video-holder canvas {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center center;
}

.resp-iframe .video-holder iframe,
.resp-iframe .video-holder video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hpv-left .resp-iframe {
    padding: 10px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}

.video-holder i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 45%;
}

#single-cust-top a.btn.aios-content-popup{
    animation: bounce2 4s infinite forwards;
}

@keyframes bounce2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.93);
        transform: scale(.93);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}