/*
Theme Name: The Oppenheim Group Real Estate - Theme
Theme URI: http://ogroupcom.vip1.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.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
*
*******************************************************/


:root {
    /** Font default */
    --font-script: 'Southland';
}


/* Sub Menu */
.post-page-idx-broker-wrapper #custom_html-39 {
    display: none;
}
.site-menu li {
    position: relative;
}

.site-menu .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.site-menu .sub-menu a {
    color: #fff;
    display: block;
    padding: 10px;
    background: #1d1d1d;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu li:nth-child(1) > a {
    border-top: 1px solid #272727;
}

.site-menu .sub-menu li:nth-child(1) > a:hover,
.site-menu .sub-menu li:nth-child(1) > a:focus {
    border-top-color: #272727;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu a:focus {
    background: #e51937;
    text-decoration: none !important;
}

.irs-bar,
.irs-slider {
    background-color: #e51937 !important;
}

.site-menu .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.selected-min-price {
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}

.selected-max-price {
    position: absolute;
    top: 2px;
    left: 272px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}

._range {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}

.our-properties-form-left ._range {
    padding: 10px 0;
    top: -13px;
}

.our-properties-form-left .selected-min-price {
    top: 25px;
    left: 0;
}

.our-properties-form-left .selected-max-price {
    top: 25px;
    left: unset;
    right: 0;
}

._range-label {
    display: block;
    font-weight: 300;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
}

.site-menu .sub-menu li {
    position: relative;
}


/* #menu-item-120566 a,
#menu-item-120568 a,
#menu-item-120567 a,
#menu-item-120569 a,
#menu-item-120571 a,
#menu-item-167568 a,
.menu-item-120566 a,
.menu-item-120568 a,
.menu-item-120567 a,
.menu-item-120569 a,
.menu-item-120571 a,
.menu-item-167568 a {
    text-align: left !important;
} */

.dashed-menu a {
    text-align: left !important;
}

.performance-wrap-top h1.site-section-title.entry-title.ip-marketing-list-page-title.ip-marketing-local-exposure-title {
    max-width: 440px;
    font-size: 130px !important;
    margin: 60px auto 0 !important;
}

.performance-wrap-top h1.site-section-title.entry-title.ip-marketing-list-page-title.ip-marketing-industry-recognition-title {
    max-width: 610px;
    margin: 60px auto 0 !important;
}

.performance-wrap-top h1.site-section-title.entry-title.ip-marketing-list-page-title.ip-marketing-industry-recognition-title span .title-line {
    top: 55%;
}


/*******************************************************
*
* 2. Custom CSS
*
*******************************************************/


/* Global */

body {
    font-family: "Roboto", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-section-number {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 17.65px;
    font-weight: 700;
    line-height: 17.65px;
    color: #1b1b1b;
    letter-spacing: 0.1765px;
}

.site-section-number:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 5px;
    background: #e51937;
    margin-left: 11px;
    margin-top: -1px;
}

.site-section-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
}

.site-section-title span {
    display: inline-block;
    text-align: right;
    position: relative;
}

.site-section-title span b {
    display: block;
    /*font-family: "Source Sans Pro", sans-serif;*/
   /* font-size: 36px;*/
    font-size: 0.745em;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #e51937;
    position: relative;
	font-family: var(--font-script);
	text-transform: capitalize;
}

.site-section-title span i.title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #d7d7d7;
}

.ip-container .site-section-number.ip,
.ip-container .site-section-number.main {
    display: none !important;
}

.site-button {
    display: block;
    margin: 0 auto;
    width: 214px;
    /*height: 53px;*/
    height: 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    /*line-height: 12px;*/
    line-height: 53px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    border: 1px solid #b3b3b3;
    /*border: 1px solid #ffffff;*/
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-button:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff !important;
}

.site-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.site-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-button.dark-text {
    color: #1b1b1b;
}

.site-button.no-line:after {
    display: none;
}

.site-button.reversed {
    background: #ffffff;
    border-color: #1d1d1d;
    color: #1d1d1d !important;
}

.site-button.reversed:hover {
    border-color: #b3b3b3;
    background: #1b1b1b;
    color: #ffffff !important;
}

.site-container {
    display: block;
    width: 1411px;
    max-width: 100%;
    margin: 0 auto;
}


/* Main Wrapper */

.home #main-wrapper {
    overflow: hidden;
}


/* Header */

.header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.header:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 305px;
    background: transparent url("images/header-shadow-bg-a.png") no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    pointer-events: none;
    opacity: 0.7;
}

.header .header-wrap .header-left .header-navigation {
    margin-top: 37px;
}

.header .header-wrap .header-left .header-navigation .site-menu {
    margin: 0 -30px;
}

.header .header-wrap .header-left .header-navigation .site-menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header .header-wrap .header-left .header-navigation .site-menu > li:nth-child(1) {
    border-left: none;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.header .header-wrap .header-left .header-navigation .site-menu > li:hover > a,
.header .header-wrap .header-left .header-navigation .site-menu > li:focus-within > a {
    color: #e51937;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li:nth-child(1) > a {
    border-top: none;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    border-top: 1px solid #272727;
}

.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a:hover,
.header .header-wrap .header-left .header-navigation .site-menu > li > .sub-menu li > a:focus {
    border-top-color: #e51937;
}

.header .header-wrap .header-left .header-navigation .site-menu > li:hover > .sub-menu,
.header .header-wrap .header-left .header-navigation .site-menu > li:focus-within > .sub-menu {
    padding-top: 15px;
}

.header .header-wrap .header-center .header-logo {
    display: block;
    width: 100%;
    text-align: center;
}

.header .header-wrap .header-center .header-logo a {
    display: inline-block;
    text-decoration: none;
}

.header .header-wrap .header-center .header-logo a img {
    display: block;
    width: 350px;
    max-width: 100%;
}

.header .header-wrap .header-right .header-contact {
    display: inline-block;
    vertical-align: top;
    margin: 38px 35px 0 0;
}

.header .header-wrap .header-right .header-contact ul {
    text-align: left;
}

.header .header-wrap .header-right .header-contact ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0.8px;
    color: #fff;
}

.header .header-wrap .header-right .header-contact ul li a,
.header .header-wrap .header-right .header-contact ul li em,
.header .header-wrap .header-right .header-contact ul li img {
    display: inline-block;
    vertical-align: middle;
}

.header .header-wrap .header-right .header-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-contact ul li a:hover {
    color: #e51937;
}

.header .header-wrap .header-right .header-menu {
    display: inline-block;
    font-size: 8px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-top: 34px;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-right .header-menu:hover {
    color: #e51937;
}

.header .header-wrap .header-right .header-menu img {
    display: block;
    margin-bottom: 3px;
}

.header li.dashed-menu:before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 2px;
    background: #eae7e7;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.header li.dashed-menu a {
    padding: 10px 10px 10px 20px;
}


/* Fixed Header */

.fixed-header {
    position: fixed;
    z-index: 1001;
    top: -100%;
    left: 0;
    width: 100%;
    background: #1d1d1d;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.fixed-header.active {
    pointer-events: all;
    top: 0;
}

.fixed-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/fixed-header-bg-a.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.fixed-header:after {
    display: none;
}

.fixed-header .fixed-header-wrap {
    position: relative;
    z-index: 1;
    /*
    padding: 0 0 0 33px; */
    padding: 0 0 0 60px;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    font-size: 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left {
    /*float: left;*/
    width: 89%;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo {
    float: left;
    /*margin: 12px 79px 0 0;*/
    margin: 10px 79px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo img {
    display: block;
    /*max-width: 372px;*/
    max-width: 300px;
    width: 100%;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-logo img.hdr-logo-v2 {
    max-width: 300px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation {
    float: left;
    margin-top: 26px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: -3px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:nth-child(1) {
    /*padding-left: 0;*/
    border-left: none;
    margin-left: 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:nth-last-child(1) {
    /*padding-right: 0;*/
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #fffdfd;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    text-align: center;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:hover > a {
    color: #e51937;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    padding-top: 15px;
}

.name-Firefox .fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu {
    margin-top: -1px;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu > li:nth-child(1) > a {
    border-top: none;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li > .sub-menu > li > a {
    border-top: 1px solid #272727;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:hover > .sub-menu {
    padding-top: 30px !important;
}

.fixed-header .fixed-header-wrap .fixed-header-right {
    /*float: right;*/
    width: 11%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact {
    float: left;
    margin: 16px 30px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact.alt {
    margin: 11px 30px 0 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul {
    display: flex;
    align-items: center;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li {
    display: inline-block;
    margin-left: 11px;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact.alt ul li:last-child {
    display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact:not(.alt) ul li:first-child {
    display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li:nth-child(1) {
    margin-left: 0;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em,
.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > em:hover,
.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-contact ul li > a:hover {
    border-color: #e51937;
    background: #e51937;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu {
    float: right;
    position: relative;
    background: transparent url("images/fixed-header-bg-b.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    font-size: 8px;
    letter-spacing: 1.6px;
    font-weight: 500;
    color: #1d1d1d;
    text-transform: uppercase;
    width: 79px;
    height: 69px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-header.alt .fixed-header-wrap .fixed-header-right .fixed-header-menu {
    display: none;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu:hover {
    color: #e51937;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu img {
    display: block;
    margin: 0 auto 3px;
    position: relative;
    left: -1px;
}

.fixed-header .fixed-header-wrap .fixed-header-right .fixed-header-menu span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.fixed-header li.dashed-menu:before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 2px;
    background: #eae7e7;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-header li.dashed-menu a {
    padding: 10px 10px 10px 20px;
}


/* Offcanvas */

.site-offcanvas {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
}

.site-offcanvas.active {
    visibility: visible;
    pointer-events: auto;
}

.site-offcanvas .offcanvas-close {
    position: absolute;
    z-index: 1;
    top: 33px;
    right: 27px;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 1.6px;
    color: #6b6a6b;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .offcanvas-close.active {
    display: block;
}

.site-offcanvas .offcanvas-close:hover {
    color: #e51937;
}

.site-offcanvas .offcanvas-close img {
    display: block;
    margin: 0 auto 9px;
}

.site-offcanvas .offcanvas-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 69.18%;
    height: 100%;
    background: #171717 url("images/offcanvas-bg-a.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: auto;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.site-offcanvas .offcanvas-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.site-offcanvas .offcanvas-wrap .offcanvas-container {
    padding: 74px 62px;
    height: 100%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-logo {
    display: block;
    margin: 0 0 69px 18px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-logo a {
    display: inline-block;
    margin-bottom: -4px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-logo a img {
    display: block;
    max-width: 100%;
    width: 343px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation {
    width: 855px;
    max-width: 100%;
    padding: 0 18px 5px;
    border-bottom: 1px solid #343434;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li {
    float: left;
    margin-bottom: 39px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(7) {
    margin-right: 10.6%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(1) {
    margin-right: 13%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(2) {
    margin-right: 4.6%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(3) {
    margin-right: 12.25%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(5) {
    clear: left;
    margin-right: 10.6%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(6) {
    margin-right: 2.4%;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:hover > a {
    color: #e51937;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu {
    margin-top: 11px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu .sub-menu {
    display: none;
}


/*Our Team DD*/

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu {
    display: block;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li {
    display: block;
    margin-top: 6px;
    position: relative;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li::before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 2px;
    background: #8c8c8c;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #8c8c8c;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 10px 10px 20px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu li.menu-item-491720 ul.sub-menu li a:hover {
    color: #e51937;
}


/*Our Team DD*/

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li {
    display: block;
    margin-bottom: 6px;
    position: relative;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li:nth-last-child(1) {
    margin-bottom: 0;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #8c8c8c;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li > .sub-menu > li > a:hover {
    color: #e51937;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact {
    display: inline-block;
    vertical-align: top;
    margin: 31px 78px 0 0;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
    line-height: 22.16px;
    color: #8c8c8c;
    letter-spacing: 0.3px;
    padding-left: 71px;
    width: 50%;
    margin-bottom: 20px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li:nth-child(1) {
    padding-left: 0;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li img {
    display: block;
    margin: 0 auto 15px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li a:hover {
    color: #e51937;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi {
    display: inline-block;
    vertical-align: top;
    margin: 52px 0;
    width: 100%;
    text-align: center;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi ul {
    display: block;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi ul li {
    display: inline-block;
    margin-left: -4px;
    padding-left: 14px;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi ul li:nth-child(1) {
    margin-left: 0;
    padding-left: 0;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi ul li a {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi ul li a:hover {
    border-color: #e51937;
    background: #e51937;
}

.site-offcanvas .simplebar-scrollbar {
    width: 4px;
}

.site-offcanvas .simplebar-scrollbar:before {
    border-radius: 0;
    background: #e51937;
}

.site-offcanvas .horizontal.simplebar-track .simplebar-scrollbar {
    height: 4px;
}

body.offcanvas-active {
    overflow: hidden;
}

#site-offcanvas li.dashed-menu:before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 2px;
    background: #8c8c8c;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

#site-offcanvas li.dashed-menu a {
    padding: 10px 10px 10px 20px;
}


/* Floating Social Media Icons */

.floating-smi {
    position: fixed;
    z-index: 1003;
    bottom: 218px;
    right: 15px;
}

.floating-smi .floating-smi-wrap .floating-smi-list {
    display: block;
}

.floating-smi .floating-smi-wrap .floating-smi-list li {
    display: block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    /* overflow:hidden; */
}

.floating-smi .floating-smi-wrap .floating-smi-list li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 11px;
    background: rgba(178, 178, 178, 0.43);
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1) {
    display: block;
    margin-bottom: 75px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):after {
    height: 41px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-last-child(1):after {
    display: none;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em,
.floating-smi .floating-smi-wrap .floating-smi-list li > a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid rgba(129, 129, 129, 0.5);
    background: #d5d5d5;
    color: #000000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.safari .floating-smi .floating-smi-wrap .floating-smi-list li > em,
.safari .floating-smi .floating-smi-wrap .floating-smi-list li > a {
    border-color: #818181;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em:hover,
.floating-smi .floating-smi-wrap .floating-smi-list li > a:hover {
    background: #e51937;
    border-color: #e51937;
}


/* HP Slideshow */

.hp-slideshow {
    position: relative;
    z-index: 1;
}

.hp-slideshow .slideshow-wrap {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider {
    position: relative;
    z-index: 1;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.1);
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide canvas,
.hp-slideshow .slideshow-wrap .slideshow-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas,
.hp-slideshow .slideshow-wrap .slideshow-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas  {
    height: calc(100vh - 35px) !important;
    max-height: 800px;
}

.admin-bar .hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide canvas,
.admin-bar .hp-slideshow .slideshow-wrap .slideshow-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas,
.admin-bar .hp-slideshow .slideshow-wrap .slideshow-slider #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas  {
    height: calc(100vh - 67px) !important;
}

.hp-slideshow .slideshow-wrap .slideshow-slider-arrow {
    position: absolute;
    z-index: 3;
    bottom: 68px;
    left: 0;
    width: 100%;
}

.hp-slideshow .slideshow-wrap .slideshow-slider-arrow span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    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;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-slideshow .slideshow-wrap .slideshow-slider-arrow span:hover {
    background: #e51937;
    border-color: #e51937;
}

.hp-slideshow .slideshow-wrap .slideshow-contact {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hp-slideshow .slideshow-wrap .slideshow-contact:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-slideshow .slideshow-wrap .slideshow-contact:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 454px;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent url("images/slideshow-contact-bg-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
/*
    background: rgb(27,27,27);
    background: radial-gradient(circle, rgba(27,27,27,0.7371323529411764) 0%, rgba(0,0,0,0.05085784313725494) 70%);
    background-position: center center;
    background-size: 100% 100%; */
}

.hp-slideshow .slideshow-wrap .slideshow-contact div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 970px;
}

.hp-slideshow .slideshow-wrap .slideshow-contact div img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more {
    margin-top: 25px;
    width: 205px;
}

.hp-slideshow .slideshow-wrap div .slideshow-contat-btn-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}

.slideshow-contat-btn-row a.slideshow-learn-more {
    margin: 0 22px;
}


/* HP Featured Listings */

.hp-fl {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

.hp-fl .fl-wrap {
    position: relative;
    background: #fff url("images/fl-bg-a.jpg") no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 0 10px;
}

.hp-fl .fl-wrap:after {
    content: '';
    display: block;
    height: 150px;
    background: transparent url("images/fl-fade-bg-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: -150px -10px 0;
}

.hp-fl .fl-wrap .fl-container {
    display: block;
}

.hp-fl .fl-wrap .fl-container .fl-left {
    float: left;
    width: 30.882%;
    height: 375px;
    padding: 5% 0 0 0;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title {
    /*margin: -6px 0 0 -5px;*/
    /*margin: -9px 0 0 -5px;*/
    margin: -8px 0 0 -5px;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title span b {
    /*margin: 2px 1px 0 0;*/
    margin: -3px 2px 0 0;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title .title-line {
    bottom: 15px;
    left: -78%;
    width: calc(142% - 15px);
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties-wrapper {
    margin: 29px 0 0;
    -webkit-transform: translateX(-117px);
    transform: translateX(-117px);
    position: absolute;
    left: 50%;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties {
    /*margin: 29px 0 0;*/
    width: 251px;
    font-weight: 500;
    /*position: absolute;
    left: 50%;
    -webkit-transform: translateX(-117px);
    transform: translateX(-117px);*/
}

.hp-fl .fl-wrap .fl-container .fl-list {
    display: block;
    width: 100%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row {
    float: left;
    width: 100%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col {
    float: left;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-mb {
    margin-bottom: 1px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-ml {
    margin-left: 0px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    outline: none !important;
    display: block;
}


/*.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform-origin: center;
    transition: all 0.150s ease-in-out;
    background-position: center center;
}*/

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover .fl-img {
    /*     -webkit-filter: grayscale(0);
    filter: grayscale(0);
   -webkit-transform: scale(1.2);*/
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    /* transform: scale(1.2); */
    /* transform: scale3d(2,1,1); */
    transform: scale3d(1.2, 1.2, 1);
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .flitemcolored {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 27px 23px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent url("images/fl-info-bg-a.png") no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    pointer-events: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info .fl-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #fff;
    margin-right: 23px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-info .fl-address {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.28px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -1px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover {
    position: absolute;
    z-index: 100;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-md.visible-l-b {
    width: 580px;
    height: 320px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-l-b {
    width: 500px;
    height: 320px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-r-b {
    width: 600px;
    height: 400px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.size-lg.visible-c-b {
    width: 512px;
    height: 316px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-c-c {
    top: -5%;
    left: -4%;
    width: 520px;
    height: 340px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-c-b {
    top: auto;
    left: -7%;
    bottom: 0;
    width: 490px;
    height: 350px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-l-b {
    top: auto;
    bottom: 0;
    left: 0;
    width: 448px;
    height: 260px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover.visible-r-b {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 508px;
    height: 340px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-img {
    display: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info {
    background: #fff;
    height: 77px;
    padding: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info:after {
    display: none;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-price {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: #1b1b1b;
    margin: 0 18px;
    -ms-flex-item-align: center;
    align-self: center;
    top: -6px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-address {
    font-size: 15.89px;
    font-weight: 400;
    line-height: 15.89px;
    letter-spacing: 0.3178px;
    color: #1b1b1b;
    margin-right: 33px;
    -ms-flex-item-align: center;
    align-self: center;
    top: -2px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-view-details {
    width: auto;
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    color: #1b1b1b;
    font-weight: 500;
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff !important;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover .fl-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    margin-left: 30.882%;
    /*margin-left: 30.8%;*/
    /*width: calc(100% - 30.882%);*/
    /*width: calc(100% - 30.83%);*/
    /*width: calc(100% - 30.8%);*/
    width: 69.118%;
    margin-top: -375px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    width: calc(100% - 30.75%);
    margin-left: 30.9%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(1) {
    width: 44.4%;
    height: 284px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    width: calc(55.6% - 1px);
    height: 320px;
    margin-top: -36px;
    margin-left: 0px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    width: 55.2%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(1) {
    /*width: 30.2%;*/
    width: calc(30.882% - 1px);
    height: 232px;
    /*margin-left: 8px;*/
    margin-top: -1px;
    margin-left: 0;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(1) {
    /*margin-left: 7px;*/
    width: 30.8%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(2) {
    width: 34.3%;
    height: 322px;
    margin-top: -91px;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(3) {
    /*width: 34.71%;*/
    width: 34.73%;
    height: 322px;
    margin-top: -91px;
}

.mac-true .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(3) {
    width: 34.7%;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(1) {
    width: 35.65%;
    height: 292px;
    /*margin-left: 8px;*/
    /*margin-left: 7px;*/
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(2) {
    width: 31.9%;
    height: 292px;
}

.hp-fl .fl-wrap .fl-container .fl-right {
    float: right;
    width: 30.8%;
    /* height: 305px;
    margin: -305px 1px 0 0;*/
    height: 292px;
    /*margin: -292px 1px 0 0;*/
    margin: -292px 0 0 0;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta {
    display: block;
    width: 90%;
    /*height: 100%;*/
    height: auto;
    /*padding: 9.1% 0 0 9.3%;*/
    /*padding: 5.8% 0 5.8% 3.1%*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    right: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta > div {
    margin-bottom: 9px;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta > div:last-child {
    margin-bottom: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link {
    margin: 0;
    width: 100% !important;
    height: 76px;
    /*margin-bottom: 9px;*/
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    background: #1b1b1b !important;
    color: #fff !important;
    line-height: 76px;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:last-child {
    margin-bottom: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:after {
    background: #3e3e3e;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:hover:after {
    background: #b3b3b3;
}


/* HP Welcome Text */

.hp-welcome {
    position: relative;
    z-index: 2;
    margin-top: 221px;
    overflow: visible !important;
}

.hp-welcome .welcome-wrap {
    background: transparent url("images/welcome-bg-a.jpg") no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 295px;
    position: relative;
    z-index: 1;
}

.hp-welcome .welcome-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.85);
}

.hp-welcome .welcome-wrap .welcome-left {
    float: left;
    /* width: 37.85%; */
    width: 37%;
    margin-top: -42px;
}

.hp-welcome .welcome-wrap .welcome-left .welcome-photo {
    display: block;
    width: 100%;
}

.hp-welcome .welcome-wrap .welcome-left .welcome-photo canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    /* background-size: 740px; */
    background-image: url(/wp-content/uploads/2018/09/welcome-photo.jpg) !important;
}

.hp-welcome .welcome-wrap .welcome-right {
    float: right;
    width: 62.15%;
    background: #fff;
    padding: 0 56px 68px;
    margin-top: -115px;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-section-number {
    margin-top: -4px;
    /*margin-left: 1.5px;*/
    margin-left: 0px;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-title {
    font-size: 130px;
    line-height: 130px;
    letter-spacing: -3.25px;
    /*margin-top: -21px;*/
    /*margin-top: -18px;*/
    margin-top: -18px;
    /*margin-left: -7px;*/
    /*margin-left: 0px;*/
    margin-left: -2px;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-title span b {
    font-size: 55px;
    line-height: 55px;
    margin-top: -12px;
    /*margin: -12px -98px 0 0;*/
    /*margin: -6px -98px 0 0;*/
    /*margin: -13px -98px 0 0;*/
    margin: -12px -98px 0 0;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-title span .title-line {
    width: calc(227.5% - 15px);
    left: auto;
    right: -226%;
    bottom: auto;
    top: 68px;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-content {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    margin-top: 29px;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-read-more {
    margin: 49px 0 0;
    border-color: #1b1b1b;
}

.hp-welcome .welcome-wrap .welcome-right .welcome-read-more + .welcome-read-more {
    margin-top: 20px;
}


/* HP Meet The Team */

.hp-agents {
    position: relative;
    z-index: 2;
    overflow: visible;
    margin-top: -190px;
}

.hp-agents .agents-wrap {
    background: transparent url("images/agents-bg-a.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 96px;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.hp-agents.brokerage-hidden .agents-wrap {
    position: relative;
    pointer-events: auto;
}

.hp-agents .agents-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.hp-agents .agents-wrap .agents-left {
    float: left;
    width: 72.6%;
    background: #fff;
    padding: 63px 184px 72px 68px;
}

.hp-agents .agents-wrap .agents-left .agents-section-number {
    margin-left: 26px;
}

.hp-agents .agents-wrap .agents-left .agents-title {
    margin: -6px 0 0 21px;
    position: relative;
}

.hp-agents .agents-wrap .agents-left .agents-title span {
    position: static;
}

.hp-agents .agents-wrap .agents-left .agents-title span b {
    margin-top: 2px;
    margin: 2px -52px 0;
}

.hp-agents .agents-wrap .agents-left .agents-title span .title-line {
    width: 335px;
    top: 47px;
    bottom: auto;
    left: auto;
    right: 0;
}

.hp-agents .agents-wrap .agents-left .agents-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    margin-top: 36px;
}

.hp-agents .agents-wrap .agents-left .agents-know-more {
    margin: 55px 0 0;
}

.hp-agents .agents-wrap .agents-right {
    float: right;
    width: 26.16%;
    margin-top: -96px;
    position: relative;
}

.hp-agents .agents-wrap .agents-right .agents-slider {
    padding: 100px 0 37px;
    padding: 0;
    margin: -100px 0 0 -81px;
    margin: 0 0 0 -95px;
}

.hp-agents .agents-wrap .agents-right .agents-slider .agents-slider-slide {
    display: block !important;
    width: 197px;
}

.hp-agents .agents-wrap .agents-right .agents-slider .agents-slider-slide a {
    display: block;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-agents .agents-wrap .agents-right .agents-slider .agents-slider-slide a .agents-img {
    display: block;
    width: auto;
    max-width: 100%;
}

.hp-agents .agents-wrap .agents-right .agents-slider .slick-slide {
    position: relative;
    margin-top: 133px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-agents .agents-wrap .agents-right .agents-slider .slick-slide.slick-current + .slick-slide {
    margin-top: 0;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-prev,
.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-next {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-prev:hover,
.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-next:hover {
    color: #e51937;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-prev span,
.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-next span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-prev {
    top: 102px;
    left: 30px;
    color: #666;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-prev span {
    margin-right: 4px;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-next {
    bottom: 87px;
    right: 129px;
}

.hp-agents .agents-wrap .agents-right .agents-slider-controls .agents-next span {
    margin-left: 4px;
}

.hp-agents .brokerage-wrap {}

.hp-agents .brokerage-title {
    text-align: center;
    margin-bottom: 48px;
}

.hp-agents .brokerage-title.site-section-title span {
    text-align: left;
    min-width: 268px;
    position: relative;
}

.hp-agents .brokerage-title .site-section-number {
    display: block;
}

.hp-agents .brokerage-title.site-section-title span b {
    text-align: right;
}

.hp-agents .brokerage-title.site-section-title span i.title-line {
    width: 74px;
    height: 3px;
    background: #767676;
    top: 124px;
    left: 6px;
}

.hp-agents .brokerage-photo {
    font-size: 0;
}

.hp-agents .brokerage-photo canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*  HP Call To Action */

.hp-cta {
    position: relative;
    z-index: 2;
    padding: 83px 0 94px;
}

.hp-cta .cta-wrap {
    padding: 0 11px;
}

.hp-cta .cta-wrap .cta-list {
    margin: 0 -10px -20px;
}

.hp-cta .cta-wrap .cta-list .cta-col {
    float: left;
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 20px;
}

.hp-cta .cta-wrap .cta-list .cta-col:nth-child(even) .cta-item:before {
    background: #e51937;
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    opacity: 0.71;
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 214px;
    height: 84px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item:hover:after {
    width: calc(100% - 65px);
    height: calc(100% - 66px);
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item .cta-img {
    display: block;
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hp-cta .cta-wrap .cta-list .cta-col .cta-item .cta-name {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}


/* HP What Our Clients Are Saying */

.hp-testi {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.hp-testi .testi-wrap .testi-left {
    float: left;
    width: 52.23%;
    /* margin: 26px 0 0 206px; */
    /* margin: 62px 0 0 0; */
}

.hp-testi .testi-wrap .testi-left .testi-photo {
    display: block;
    width: 100%;
}

.hp-testi .testi-wrap .testi-left .testi-photo canvas {
    display: block;
    width: 100%;
    height: 709px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* background-size: contain; */
    /* background-image: url(/wp-content/themes/ogroup.com/images/testi-photo-d-new-new.jpg) !important; */
    /* background-image: url(/wp-content/themes/ogroup.com/images/testi-photo-d-new-new.jpg) !important; */
    background-image: url(/wp-content/themes/ogroup.com/images/testi-photo-d.jpg) !important;
}

.hp-testi .testi-wrap .testi-right {
    float: right;
    width: calc(42.77% + 102px);
    margin-left: -41px;
    height: 726px;
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url("images/testi-bg-a.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.hp-testi .testi-wrap .testi-right:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.85);
}

.hp-testi .testi-wrap .testi-right .testi-title {
    /*margin-top: -5px;*/
    /*margin-top: -9px;*/
    margin-top: -8px;
    color: #1b1b1b;
    font-weight: 700;
}

.hp-testi .testi-wrap .testi-right .testi-title span {
    /*margin-left: -1px;*/
    margin-left: -2px;
}

.hp-testi .testi-wrap .testi-right .testi-title span b {
    /*margin: 3px -57px 0 0;*/
    /*margin: -3px -57px 0 0;*/
    margin: -3px -57px 0 0;
}

.hp-testi .testi-wrap .testi-right .testi-title span .title-line {
    width: calc(126% - 15px);
    top: 47px;
    right: -126%;
    bottom: auto;
    left: auto;
    background: #b0b0b0;
}

.hp-testi .testi-wrap .testi-main {
    /* background: #1c1c1c url("images/testi-bg-b.jpg") no-repeat; */
    background: #1c1c1c;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 71px 63px 61px;
    /*margin: -363px 0 100px;*/
    top: -364px;
}

#hp-testi .container {
    max-height: 100px;
}

.hp-testi .testi-wrap .testi-main:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.75);
}

.hp-testi .testi-wrap .testi-main .testi-slider {
    margin: 0 -35px;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide {
    padding: 0 35px 19px;
    position: relative;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide a i {
    font-weight: 300;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 1px;
    height: 100%;
    background: #414141;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}

.testi-main .slick-slide.slick-active + .slick-slide.slick-active::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -3px;
    width: 2px;
    height: 100%;
    background: #414141;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-main .slick-slide.slick-active {
    position: relative;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide .testi-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide .testi-author {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 27px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide .testi-author:hover {
    color: #e51937;
}

.hp-testi .testi-wrap .testi-main .testi-slider .slick-slide.slick-current .testi-slider-slide:after,
.hp-testi .testi-wrap .testi-main .testi-slider .testi-slider-slide.slick-current:after {
    display: none;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls {
    text-align: center;
    margin-top: 55px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev,
.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next,
.mobile-testi-arrow .mob-testi-prev,
.mobile-testi-arrow .mob-testi-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev:hover,
.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next:hover,
.mobile-testi-arrow .mob-testi-prev:hover,
.mobile-testi-arrow .mob-testi-next:hover {
    color: #e51937;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev span,
.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next span,
.mobile-testi-arrow .mob-testi-prev span,
.mobile-testi-arrow .mob-testi-next span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev {
    color: #666666;
    margin-right: 39px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev span {
    margin-right: 4px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next {
    margin-left: 39px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next span {
    margin-left: 4px;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-read-more {
    display: inline-block;
    vertical-align: middle;
    padding-top: 21px;
    font-weight: 400;
    line-height: 1;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-read-more:hover {
    background: #fff;
    border-color: #fff;
    color: #1b1b1b !important;
}

.hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-read-more:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    right: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mobile-testi-arrow {
    display: none;
}


/* HP Our Numbers Proven Performance */

.hp-performance {
    position: relative;
    z-index: 2;
}

.hp-performance .performance-wrap {
    background: transparent url("images/performance-bg-a.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 81px 0 94px;
}

.hp-performance .performance-wrap:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 42, 42, 0.7);
    pointer-events: none;
}

.hp-performance .performance-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 144px;
    background: transparent url("images/performance-shadow-bg-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.hp-performance .performance-wrap .performance-section-number {
    display: block;
    text-align: left;
    color: #fff;
    /*margin: 0 0 -6px 5px;*/
    /*margin: 0 0 -9px 0px;*/
    /*margin: 0 0 -9px 1px;*/
    margin: 0 0 -8px 1px;
}

.hp-performance .performance-wrap .performance-title {
    text-align: center;
    color: #fff;
    margin-bottom: 75px;
}

.hp-performance .performance-wrap .performance-title span b {
    /*margin-top: 6px;*/
    /*margin-top: -3px;*/
    margin-top: -3px;
}

.hp-performance .performance-wrap .performance-title span .title-line {
    /*width: 26%;*/
    width: calc(69.2% - 15px);
    background: #818181;
    bottom: 16px;
    left: 5px;
}

.hp-performance .performance-wrap .performance-list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hp-performance .performance-wrap .performance-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    /*letter-spacing: 3.4px;*/
    letter-spacing: 3px;
    color: #b2b2b2;
    /*margin-right: 9px;*/
    padding: 0 30px;
    position: relative;
}

.hp-performance .performance-wrap .performance-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background: rgba(255, 255, 255, 0.3);
}

.hp-performance .performance-wrap .performance-list li:nth-child(1) {
    padding-left: 0;
}

.hp-performance .performance-wrap .performance-list li:nth-child(1):after {
    display: none;
}

.hp-performance .performance-wrap .performance-list li:nth-last-child(1) {
    margin-right: 0;
    padding-right: 0;
}

.hp-performance .performance-wrap .performance-list li span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 62px;
    line-height: 62px;
    font-weight: 600;
    /*letter-spacing: -3.1px;*/
    letter-spacing: 3px;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}

.hp-performance .performance-wrap .performance-list li span i {
    font-style: normal;
}


/* HP In The Media */

.hp-blog {
    position: relative;
    z-index: 2;
}

.hp-blog .blog-wrap {
    position: relative;
    z-index: 1;
}

.hp-blog .blog-wrap .blog-left-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 64.375%;
    height: 100%;
    background: transparent url("images/blog-bg-a.jpg") no-repeat;
    background-position: top left;
    background-size: cover;
}

.hp-blog .blog-wrap .blog-left-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.62);
}

.hp-blog .blog-wrap .blog-right-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 35.625%;
    height: 100%;
    background: transparent url("images/blog-bg-b.jpg") no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}

.hp-blog .blog-wrap .blog-right-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 156px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/blog-shadow-bg-a.png") no-repeat;
    background-position: top right;
}

.hp-blog .blog-wrap .blog-right-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.hp-blog .blog-wrap .blog-divider {
    display: block;
    position: relative;
}

.hp-blog .blog-wrap .blog-divider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}

.hp-blog .blog-wrap .blog-divider canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 156px;
}

.hp-blog .blog-wrap .blog-left {
    position: relative;
    z-index: 1;
}

.hp-blog .blog-wrap .blog-left .blog-section-number {
    margin-top: 155px;
    /*color: #fff;*/
    color: #767676;
    font-weight: 600;
    /*margin-left: 0.5px;*/
}

.hp-blog .blog-wrap .blog-left .blog-title {
    /*color: #fff;*/
    color: #949494;
    /*margin: -6px 0 57px -5px;*/
    margin: -8px 0 57px -5px;
}

.hp-blog .blog-wrap .blog-left .blog-title span b {
    /*margin-top: -2px;*/
    margin-top: -3px;
    margin-right: 1.5px;
}

.hp-blog .blog-wrap .blog-left .blog-title span .title-line {
    width: calc(248% - 15px);
    bottom: 16px;
    left: -187%;
    background: #818181;
}

.hp-blog .blog-wrap .blog-left .blog-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    /*color: #fff;*/
    color: #767676;
    padding-right: 25px;
    margin-bottom: 52px;
}

.hp-blog .blog-wrap .blog-left .blog-explore-more {
    margin: 0;
    width: 213px;
    font-weight: 400;
    /* color: #767676; */
    color: #ffffff;
}

.hp-blog .blog-wrap .blog-right {
    position: relative;
    z-index: 1;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item {
    position: relative;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:before,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:after {
    content: '';
    display: table;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:after {
    clear: both;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc {
    position: relative;
    width: 50%;
    padding: 18px 25px 23px;
    cursor: pointer;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(even) .post-desc {
    margin-left: auto;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc:before,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc:after {
    content: '';
    display: table;
    clear: both;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-title {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #1b1b1b;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: left;
    width: 100%;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-title:hover {
    color: #e51937;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #666666;
    margin-bottom: 20px;
    width: 100%;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content strong,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content b {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #1b1b1b;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more {
    margin: 0;
    color: #1b1b1b;
    width: 174px;
    font-weight: 600;
    z-index: 1;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(2n) .post-read-more {
    margin-left: 25px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more:after {
    left: auto;
    right: 23px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 46px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(even) .post-info {
    float: right;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(even) .post-info .post-read-more:after {
    right: auto;
    left: 23px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-decoration: none;
    outline: none;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.post-info .post-desc a.site-button:hover {
    background-color: #e51937;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img:hover:after {
    opacity: 0;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img.img-hov:after {
    opacity: 0;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img.img-hov img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    color: #fff;
    background: #151515;
    width: 103px;
    text-align: center;
    padding: 9px 0 10px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date .day {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 6px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date .month {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    display: block;
    margin-bottom: -3px;
    font-weight: 300;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date .year {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 1.92px;
    position: relative;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date .year:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 1px;
    background: #444444;
    margin-right: 5px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(even) .post-img {
    right: auto;
    left: 0;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item:nth-child(even) .post-img .post-date {
    right: auto;
    left: 0;
}

.blog-post-list .post-item:nth-child(2n) .post-title,
.blog-post-list .post-item:nth-child(2n) .post-content,
.blog-post-list .post-item:nth-child(2n) .post-read-more {
    float: right;
    clear: both;
}


/*.blog-post-list .post-item:nth-child(2n) .post-content {
    padding:0 0 0 40px;
}*/

.post-title {
    padding: 0;
}


/* HP Download */

.hp-download {
    /* background: url(images/hp-download-bg.jpg) no-repeat #ffffff right center / cover; */
    background: rgb(254,254,254);
    background: linear-gradient(114deg, rgba(254,254,254,1) 51%, rgba(139,139,139,1) 100%);
}

.hp-download .download-title {
    margin: 105px 0 52px;
    margin-left: -5px;
}

.hp-download .download-title span {
    text-align: left;
    position: relative;
}

.hp-download .download-title .site-section-number {
    display: block;
    /*margin-bottom: -9px;*/
    margin-bottom: -8px;
    margin-left: 5px;
}

.hp-download .download-title b {
    /*margin-top: -4px;*/
    /*margin-top: -5px;*/
    margin-top: -3px;
    margin-left: 5px;
}

.hp-download .download-title .title-line {
    width: calc(219% - 15px);
    height: 4px;
    background: #b0b0b0;
    /* top: 124px; */
    top: 111px;
    right: -150%;
    left: inherit;
}

.hp-download-mobile-img {
    display: block;
    margin: 135px 55px auto auto;
    max-width: 100%;
}

.hp-download h3 {
    font: 700 30px/1.2 'Barlow Semi Condensed', sans-serif;
    color: #696969;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hp-download p {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 45px;
}

.hp-download .download-btn {
    margin-bottom: 50px;
    text-align: center;
}

.hp-download .download-btn a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-download .download-btn a:hover {
    opacity: 0.7;
}

.hp-download .download-btn img {
    max-width: 100%;
}


/*NETFLIX CONTENT*/

#hp-netflix {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

#hp-netflix img {
    display: block;
    /*width: 100%;*/
    width: auto;
}

#hp-netflix a {
    /*    display: none;*/
}


/*

canvas.bgcanvas {
    background: url(images/netbg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: 100%;

}

.net_left {
position: absolute;
left: 0;
top: 0;
max-width: 680px;
padding: 80px 0 0 70px;
}

.net_text {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    padding: 50px 0;
}

.net_original {
margin: 15px 0 0 0;
}

.net_original_s_sunset {
font-size: 65px;
text-transform: uppercase;
} */


/*END NETFLIX CONTENT*/


/* HP Join Our Network */

.hp-contact {
    position: relative;
    z-index: 2;
}

.hp-contact .contact-wrap {
    position: relative;
    z-index: 1;
    padding: 88px 0 116px;
}

.hp-contact .contact-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: transparent url("images/contact-bg-a.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.hp-contact .contact-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.85);
}

.hp-contact .contact-wrap .contact-section-number {
    display: block;
    color: #fff;
    text-align: left;
    /*margin-bottom: -9px;*/
    margin-bottom: -8px;
    /*margin-left: 4px;*/
    /*margin-left: 0px;*/
    margin-left: 1px;
}

.hp-contact .contact-wrap .contact-title {
    color: #fff;
    text-align: center;
    margin-top: -6px;
    margin: -6px 0 23px;
}

.hp-contact .contact-wrap .contact-title span b {
    /*margin-top: 5px;*/
    /*margin-top: -3px;*/
    margin-top: -3px;
    margin-right: 2px;
}

.hp-contact .contact-wrap .contact-title span .title-line {
    width: calc(55% - 15px);
    bottom: 15px;
    left: 2px;
    background: #818181;
}

.hp-contact .contact-wrap .contact-subtitle {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    line-height: 26px;
    color: #bdbdbd;
    text-align: center;
    margin-bottom: 75px;
}

.hp-contact .contact-wrap .contact-form label {
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0.77px;
    color: #fff;
}

.hp-contact .contact-wrap .contact-form input[type="text"],
.hp-contact .contact-wrap .contact-form input[type="email"],
.hp-contact .contact-wrap .contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    height: 32px;
}

.hp-contact .contact-wrap .contact-form textarea {
    resize: none;
    height: 82px;
}

.hp-contact .contact-wrap .contact-form input[type="submit"] {
    background: transparent;
    width: 100%;
}

.hp-contact .contact-wrap .contact-form input[type="submit"]:hover {
    background: #fff !important;
    color: #1b1b1b !important;
    border-color: #fff !important;
}

.hp-contact .contact-wrap .contact-form .contact-submit {
    margin: 44px auto 0;
    width: 159px;
    position: relative;
}

.hp-contact .contact-wrap .contact-form .contact-submit:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-contact .contact-wrap .contact-form .form-group:before,
.hp-contact .contact-wrap .contact-form .form-group:after {
    content: '';
    display: table;
}

.hp-contact .contact-wrap .contact-form .form-group:after {
    clear: both;
}

.hp-contact .contact-wrap .contact-form .form-group.col-2 {
    margin: 0 -12px 38px;
}

.hp-contact .contact-wrap .contact-form .form-group.col-2 .form-col {
    float: left;
    width: 50%;
    padding: 0 12px;
}

.hp-contact .contact-wrap .contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.hp-contact .contact-wrap .contact-form span.wpcf7-not-valid-tip {
    left: auto;
    top: 0;
    right: 0;
    color: #fff !important;
    border-color: #e51937 !important;
    background: #e51937 !important;
    text-transform: uppercase;
}

.hp-contact .contact-wrap .contact-form .ajax-loader {
    position: absolute;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-validation-errors,
.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-acceptance-missing {
    background: #b18e12 !important;
    border-color: #b18e12 !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-mail-sent-ng,
.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-aborted {
    background: #e51937 !important;
    border-color: #e51937 !important;
}

.hp-contact .contact-wrap .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #16af5a !important;
    border-color: #16af5a !important;
}


/* Footer */

.footer {
    position: relative;
    z-index: 2;
}

.footer .footer-wrap {
    background: transparent url("images/footer-bg-a.jpg") no-repeat;
    background-position: center 68px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.footer .footer-wrap:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/floating-bg-b.png") no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
}

.footer .footer-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.72);
}

.footer .footer-wrap .footer-top {
    border-bottom: 4px solid #c0c0c0;
    padding: 0 18px 40px;
}

.footer .footer-wrap .footer-top .footer-logo {
    display: block;
    text-align: left;
    margin-top: 50px;
}

.footer-badge img {
    margin: 0 10px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    /*max-width: 16%;*/
    max-width: 15%;
}

.footer .footer-wrap .footer-top .footer-logo a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-top .footer-logo a:hover {
    opacity: 0.75;
}

.footer .footer-wrap .footer-top .footer-logo a img {
    display: block;
    max-width: 100%;
    width: 418px;
}

.footer-badge {
    display: inline-block;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    width: 94%;
}

.footer .footer-wrap .footer-top .footer-contact {
    display: block;
    margin-top: 76px;
}

.footer .footer-wrap .footer-top .footer-contact ul {
    display: block;
    margin: 20px -17px 0;
}

.footer .footer-wrap .footer-top .footer-contact ul li {
    display: inline-block;
    /*    margin-left: -4px;*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 20px;
    color: #1f1f1f;
    position: relative;
    padding: 0 17px;
}

.footer .footer-wrap .footer-top .footer-contact ul li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 12px;
    background: #a8a8a8;
}

.footer .footer-wrap .footer-top .footer-contact ul li:nth-child(1) {
    margin-left: 0;
}

.footer .footer-wrap .footer-top .footer-contact ul li:nth-child(1):after {
    display: none;
}

.footer .footer-wrap .footer-top .footer-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
}

.footer .footer-wrap .footer-top .footer-contact ul li a:hover {
    color: #e51937;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg {
    margin: 0 -32px;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg li {
    font-size: 20px;
    letter-spacing: 4px;
    padding: 0 32px;
}

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg li:after {
    top: 3px;
    height: 17px;
}

.footer .footer-wrap .footer-top .footer-site-description {
    font-size: 11px;
    line-height: 20px;
    color: #494949;
    margin-top: 23px;
}

.footer .footer-wrap .footer-top .footer-smi {
    display: block;
    margin-top: 17px;
}

.footer .footer-wrap .footer-top .footer-smi ul {
    display: block;
    margin: 0 -7px;
}

.footer .footer-wrap .footer-top .footer-smi ul li {
    display: inline-block;
    margin-left: -4px;
    padding: 0 7px;
}

.footer .footer-wrap .footer-top .footer-smi ul li:nth-child(1) {
    margin-left: 0;
}

.footer .footer-wrap .footer-top .footer-smi ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #151515;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-top .footer-smi ul li a:hover {
    background: #e51937;
    border-color: #e51937;
}

.footer .footer-wrap .footer-center {
    padding: 40px 0 31px;
    border-bottom: 1px solid #a0a0a0;
}

.footer .footer-wrap .footer-center .footer-logos-a {
    text-align: center;
}

.footer .footer-wrap .footer-center .footer-logos-a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    position: relative;
}

.footer .footer-wrap .footer-center .footer-logos-a img:nth-child(2) {
    top: 2px;
}

.footer .footer-wrap .footer-center .footer-logos-a img:nth-last-child(1) {
    margin-right: 0;
}

.footer .footer-wrap .footer-bottom {
    margin-top: 56px;
    padding-bottom: 55px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li {
    /*display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding-left: 37.5px;*/
    display: inline-block;
    vertical-align: top;
    /*width: 16.33%;*/
    width: 16%;
    padding-left: 1% !important;
}


/*.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4798 {
    padding-left: 42px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4801 {
    padding-left: 42px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4813 {
    padding-left: 20px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4821 {
    padding-left: 40px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4822 {
    padding-left: 31px;
}*/

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu li.hide-main-tab {
    display: none !important;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li:nth-child(1) {
    margin-left: 0;
    padding-left: 0 !important;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    color: #1f1f1f;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > a:hover {
    color: #e51937;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu {
    display: block;
    margin-top: 13px;
    max-width: 200px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4798 > .sub-menu {
    max-width: 95px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.menu-item-4813 > .sub-menu {
    max-width: 115px;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li {
    display: block;
    margin-bottom: 8px;
    position: relative;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li:nth-last-child(1) {
    margin-bottom: 0;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #3a3a3a;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li > .sub-menu > li a:hover {
    color: #e51937;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search {
    text-align: right;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 66px;*/
    padding-left: 37.5px;
    width: 24%;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div {
    display: inline-block;
    text-align: left;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div span strong {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    line-height: 19px;
    color: #1f1f1f;
    margin-bottom: 21px;
    display: block;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div img {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search > div img:nth-child(1) {
    margin-right: 3px;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-bottom .footer-advanced-mls-search a:hover {
    opacity: 0.75;
}

.footer .footer-wrap .footer-bottom .footer-copyright {
    font-size: 12px;
    line-height: 12px;
    color: #1f1f1f;
    text-align: center;
    margin: 30px 0 24px;
}

.footer .footer-wrap .footer-bottom .footer-copyright a {
    color: inherit;
    text-decoration: none;
}

.footer .footer-wrap .footer-bottom .footer-copyright a:hover {
    color: #e51937;
}

.footer .footer-wrap .footer-bottom .footer-copyright a.footer-agentimage {
    font-weight: 700;
    text-decoration: underline;
}

.footer .footer-wrap .footer-bottom .footer-logos-b {
    /*text-align: center;*/
}

.footer .footer-wrap .footer-bottom .footer-logos-b .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-wrap .footer-bottom .footer-logos-b img {
    margin: 6px !important;
}

.footer .footer-wrap .footer-bottom .footer-logos-b a:last-child {
    flex-grow: 1;
    text-align: right;
}

nav.footer-navigation {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li,
.footer .footer-wrap .footer-bottom .footer-advanced-mls-search {
    padding-left: 18px;
}

.footer li.dashed-menu:before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 5px;
    background: url(https://ogroup.com/wp-content/themes/ogroup.com/images/footer-dash.png);
    background-repeat: repeat-x;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    top: 3px;
}

.footer li.dashed-menu a {
    padding-left: 20px;
    display: block;
}

.footer .menu-item-89878 > .sub-menu {
    max-width: 115px !important;
}

.footer .menu-item-159721 > .sub-menu {
    max-width: 125px !important;
}

.footer ul#menu-primary-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

li.dashed-menu:before {
    content: '';
    width: 7px;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 2px;
}


/* Floating backgrounds */

.floating-bg-a,
.floating-bg-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
}

.floating-bg-a {
    background-image: url("images/floating-bg-a.png");
    background-position: top right;
    opacity: 0.3;
    z-index: 1;
    opacity: 0;
}

.floating-bg-b {
    background-image: url("images/floating-bg-b.png");
    background-position: top left;
}

.ip-container .floating-bg-a,
.ip-container .floating-bg-b {
    display: none;
}


/*******************************************************
*
* 3. IP Styles
*
*******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}

.page-id-4772 .sidebar-logo {
    display: none;
}


/* 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 post/page main headings (h1) */

#content .entry-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.page-id-550241 #content .entry-title {
    width: 326px;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #1b1b1b;
    text-transform: uppercase;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #1b1b1b;
    text-transform: uppercase;
}


/* Content Entry */

#content .entry {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
}


/** Ip banners Custom Images ***/

.inner-page-banner.banner-recent-sales canvas {
    background: transparent url('images/recentsales-banner.jpg') no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.inner-page-banner.banner-interactive-map canvas {
    background: transparent url('images/interative-map-banner.jpg') no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.inner-page-banner.banner-in-the-media canvas {
    background: transparent url('images/inthemedia-banner.jpg') no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.inner-page-banner.banner-contact-us canvas, 
.inner-page-banner.banner-cabo-contact-us canvas, 
.inner-page-banner.banner-los-angeles-contact-us canvas, 
.inner-page-banner.banner-newport-beach-contact-us canvas, 
.inner-page-banner.banner-san-diego-contact-us canvas {
    background-image: url('images/contact-us-banner.jpg');
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}


/* Inner Page Banner */

.inner-page-banner {
    display: block;
    position: relative;
}

.inner-page-banner:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.3);
    pointer-events: none;
}

.inner-page-banner:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('images/inner-page-banner-overlay-a.png') no-repeat;
    background-position: top right -27%;
    background-size: contain;
    pointer-events: none;
    background-attachment: fixed;
    pointer-events: none;
}

.inner-page-banner .inner-page-banner-logo {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    max-width: 90%;
    pointer-events: none;
}

.inner-page-banner .inner-page-banner-photo {
    display: block;
    background: transparent url('images/inner-page-banner-bg-b.jpg') no-repeat;
    background-position: top center;
    background-size: cover !important;
    min-height: 150px;
    /*
    max-height: 350px;
*/
    width: 100%;
}

.single-neighborhood .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-neigborhood-new.jpg') no-repeat;
}

.page-id-4764 .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-buyers.jpg') no-repeat;
}

.page-id-4766 .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-sellers.jpg') no-repeat;
}

.page-id-4768 .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-searchmls-new.jpg') no-repeat;
}

.page-id-4770 .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-neigborhood-new.jpg') no-repeat;
}

.page-id-4772 .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-homevaluation.jpg') no-repeat;
}

.single-blog .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/inner-page-banner-bg-b.jpg') no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.inner-page-banner a {
    position: relative;
    z-index: 0;
    display: block;
}

.inner-page-banner a:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 171px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    background: transparent url('images/inner-page-banner-shadow-a.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.fixed-header .fixed-header-wrap .fixed-header-left li.hide-main-tab,
.footer .footer-wrap .footer-bottom .footer-navigation .footer-menu > li.hide-main-tab,
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li.hide-main-tab,
.header li.hide-main-tab {
    display: none !important;
}


/* Removes dotted outline border on both Firefox and IE Browsers */

a:focus,
a:active {
    outline: none !important;
}


/* Custom Mobile Header */

.custom-mobile-header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
}

.custom-mobile-header .mobile-header-wrap {
    width: 100%;
    height: 64px;
    background: #181819 url('images/custom-mobile-header-bg-a.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo {
    display: block;
    padding-left: 20px;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a:hover {
    opacity: 0.75;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-logo a img {
    display: block;
    width: 216px;
    max-width: 100%;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu {
    margin-left: auto;
    position: relative;
    background: transparent url("images/fixed-header-bg-b.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    font-size: 8px;
    letter-spacing: 1.6px;
    font-weight: 500;
    color: #1d1d1d;
    text-transform: uppercase;
    width: 64px;
    height: 64px;
    cursor: pointer;
    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 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu:hover {
    color: #e51937;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu img {
    display: block;
    margin: 0 auto 3px;
    position: relative;
    left: -1px;
}

.custom-mobile-header .mobile-header-wrap .mobile-header-menu span {
    text-align: right;
}

#breadcrumbs {
    display: none;
}

.inner-page-breadcrumbs {
    background: #a0a0a0;
    height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 11px;
}

.inner-page-breadcrumbs #breadcrumbs {
    display: block;
    color: #373737;
}

.inner-page-breadcrumbs #breadcrumbs > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-page-breadcrumbs a {
    font-weight: 300;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.inner-page-breadcrumbs #breadcrumbs > span > span > {
    margin-right: 3px;
}

.inner-page-breadcrumbs a:hover {
    color: #1b1b1b;
}


/* Inner Page Interactive Map */

#content .interactive-map-title.site-section-title {
    font-size: 90px !important;
    font-weight: 600 !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    margin: 37px 0 50px !important;
    text-align: center;
}

#content .interactive-map-title.site-section-title span b {
   /* font-family: "Source Sans Pro", sans-serif !important;*/
    /*font-size: 36px !important;*/
    font-size: 0.745em !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: 0.36px !important;
    margin-top: 6px;
}

#content .interactive-map-title.site-section-title span .title-line {
    width: calc(100% - 94px);
    bottom: 15px;
    left: 6px;
}

.interactive-map .interactive-map-wrap {
    display: block;
    position: relative;
}

.interactive-map .interactive-map-wrap .interactive-map-top {
    border-top: 1px solid #e1e1e1;
    position: relative;
    z-index: 2;
}

.interactive-map .interactive-map-wrap .interactive-map-top .interactive-map-pin-guide ul {
    display: block;
    padding: 0;
    margin: 20px 0 0 !important;
}

.interactive-map .interactive-map-wrap .interactive-map-top .interactive-map-pin-guide ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1b1b1b;
    border-left: 1px solid #e1e1e1;
    margin-left: -4px;
    padding: 0 34px;
}

.interactive-map .interactive-map-wrap .interactive-map-top .interactive-map-pin-guide ul li:nth-child(1) {
    border-left: none;
    margin-left: 0;
}

.interactive-map .interactive-map-wrap [class^="pin-"] {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.interactive-map .interactive-map-wrap .pin-active {
    background-color: #00de00;
}

.interactive-map .interactive-map-wrap .pin-sold {
    background-color: #ff1134;
}

.interactive-map .interactive-map-wrap .pin-leased {
    background-color: #ffbb00;
}

.interactive-map .interactive-map-wrap .pin-commercial {
    background-color: #9e009e;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter {
    position: relative;
    margin-top: -1px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown {
    float: left;
    width: 188px;
    height: 77px;
    position: relative;
    background: #555555;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown:nth-child(2) {
    background: #383838;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown.active,
.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown:hover {
    background: #e51937;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown:before,
.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown > span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown > span i {
    width: 9px;
    height: 5px;
    background: transparent url('images/dropdown-arrow-a.png') no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: none;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown:nth-child(2) .interactive-map-dropdown-content {
    width: 376px;
    margin-left: -188px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown.active .interactive-map-dropdown-content {
    display: block;
    cursor: auto;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content ul {
    display: block;
    padding: 19px 10px 19px 20px;
    margin: 0 !important;
    text-align: left;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content ul li {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1b1b1b;
    height: 16px;
    padding-top: 2px;
    margin-bottom: 15px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: transparent url('images/checkbox-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -2px 5px 0 0;
    cursor: pointer;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-checkbox:checked {
    background-image: url('data:image/jpeg;base64,/9j/4QOzRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzADIwMTg6MDk6MTAgMTU6MTU6MzEAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAAJ9AAAAAAAAAEgAAAABAAAASAAAAAH/2P/tAAxBZG9iZV9DTQAB/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAEAAQAwEiAAIRAQMRAf/dAAQAAf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8Ax9j9nqbTsJ2h0aSNdsqzk4TcXEpfaSMnI/SNq/dq/Mc/+Xb9Jn/Bo3SOpY+I59WbT9qwrIc6nj3t1qsYfzf3H/8ABKpmZd2Zk2ZV5my124xwPBrf5LfotVTSnubyHJw1wwjrxf5z92P/AH7/AP/Z/+0K3FBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQAAAAAAAAAAAAAAAAAAAAADhCSU0EOgAAAAAAkwAAABAAAAABAAAAAAALcHJpbnRPdXRwdXQAAAAFAAAAAENsclNlbnVtAAAAAENsclMAAAAAUkdCQwAAAABJbnRlZW51bQAAAABJbnRlAAAAAENscm0AAAAATXBCbGJvb2wBAAAAD3ByaW50U2l4dGVlbkJpdGJvb2wAAAAAC3ByaW50ZXJOYW1lVEVYVAAAAAEAAAA4QklNBDsAAAAAAbIAAAAQAAAAAQAAAAAAEnByaW50T3V0cHV0T3B0aW9ucwAAABIAAAAAQ3B0bmJvb2wAAAAAAENsYnJib29sAAAAAABSZ3NNYm9vbAAAAAAAQ3JuQ2Jvb2wAAAAAAENudENib29sAAAAAABMYmxzYm9vbAAAAAAATmd0dmJvb2wAAAAAAEVtbERib29sAAAAAABJbnRyYm9vbAAAAAAAQmNrZ09iamMAAAABAAAAAAAAUkdCQwAAAAMAAAAAUmQgIGRvdWJAb+AAAAAAAAAAAABHcm4gZG91YkBv4AAAAAAAAAAAAEJsICBkb3ViQG/gAAAAAAAAAAAAQnJkVFVudEYjUmx0AAAAAAAAAAAAAAAAQmxkIFVudEYjUmx0AAAAAAAAAAAAAAAAUnNsdFVudEYjUHhsQFIAAAAAAAAAAAAKdmVjdG9yRGF0YWJvb2wBAAAAAFBnUHNlbnVtAAAAAFBnUHMAAAAAUGdQQwAAAABMZWZ0VW50RiNSbHQAAAAAAAAAAAAAAABUb3AgVW50RiNSbHQAAAAAAAAAAAAAAABTY2wgVW50RiNQcmNAWQAAAAAAADhCSU0D7QAAAAAAEABIAAAAAQACAEgAAAABAAI4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAHg4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQAAAAAAAACAAE4QklNBAIAAAAAAAQAAAAAOEJJTQQwAAAAAAACAQE4QklNBC0AAAAAAAIAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANJAAAABgAAAAAAAAAAAAAAEAAAABAAAAAKAFUAbgB0AGkAdABsAGUAZAAtADYAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAAQAAAAAFJnaHRsb25nAAAAEAAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAEAAAAABSZ2h0bG9uZwAAABAAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUYWdURVhUAAAAAQAAAAAADmNlbGxUZXh0SXNIVE1MYm9vbAEAAAAIY2VsbFRleHRURVhUAAAAAQAAAAAACWhvcnpBbGlnbmVudW0AAAAPRVNsaWNlSG9yekFsaWduAAAAB2RlZmF1bHQAAAAJdmVydEFsaWduZW51bQAAAA9FU2xpY2VWZXJ0QWxpZ24AAAAHZGVmYXVsdAAAAAtiZ0NvbG9yVHlwZWVudW0AAAARRVNsaWNlQkdDb2xvclR5cGUAAAAATm9uZQAAAAl0b3BPdXRzZXRsb25nAAAAAAAAAApsZWZ0T3V0c2V0bG9uZwAAAAAAAAAMYm90dG9tT3V0c2V0bG9uZwAAAAAAAAALcmlnaHRPdXRzZXRsb25nAAAAAAA4QklNBCgAAAAAAAwAAAACP/AAAAAAAAA4QklNBBQAAAAAAAQAAAAKOEJJTQQMAAAAAAKZAAAAAQAAABAAAAAQAAAAMAAAAwAAAAJ9ABgAAf/Y/+0ADEFkb2JlX0NNAAH/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAQABADASIAAhEBAxEB/90ABAAB/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwDH2P2eptOwnaHRpI12yrOThNxcSl9pIycj9I2r92r8xz/5dv0mf8GjdI6lj4jn1ZtP2rCshzqePe3Wqxh/N/cf/wAEqmZl3ZmTZlXmbLXbjHA8Gt/kt+i1VNKe5vIcnDXDCOvF/nP3Y/8Afv8A/9kAOEJJTQQhAAAAAABVAAAAAQEAAAAPAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwAAAAEwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAgAEMAUwA1AAAAAQA4QklNBAYAAAAAAAcACAAAAAEBAP/hDjlodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wOS0xMFQxMzoxNDo0NSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDktMTBUMTU6MTU6MzErMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDktMTBUMTU6MTU6MzErMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMThERDgyQjhCNEU4MTFCRjFGQzJCQzJDMjhEN0M5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZGMThERDgyQjhCNEU4MTFCRjFGQzJCQzJDMjhEN0M5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NkYxOEREODJCOEI0RTgxMUJGMUZDMkJDMkMyOEQ3QzkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZGMThERDgyQjhCNEU4MTFCRjFGQzJCQzJDMjhEN0M5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTEwVDEzOjE0OjQ1KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL2pwZWciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMThERDgyQjhCNEU4MTFCRjFGQzJCQzJDMjhEN0M5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTEwVDE1OjE1OjMxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////7gAOQWRvYmUAZEAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQEBAQECAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAQABADAREAAhEBAxEB/90ABAAC/8QBogAAAAYCAwEAAAAAAAAAAAAABwgGBQQJAwoCAQALAQAABgMBAQEAAAAAAAAAAAAGBQQDBwIIAQkACgsQAAIBAwQBAwMCAwMDAgYJdQECAwQRBRIGIQcTIgAIMRRBMiMVCVFCFmEkMxdScYEYYpElQ6Gx8CY0cgoZwdE1J+FTNoLxkqJEVHNFRjdHYyhVVlcassLS4vJkg3SThGWjs8PT4yk4ZvN1Kjk6SElKWFlaZ2hpanZ3eHl6hYaHiImKlJWWl5iZmqSlpqeoqaq0tba3uLm6xMXGx8jJytTV1tfY2drk5ebn6Onq9PX29/j5+hEAAgEDAgQEAwUEBAQGBgVtAQIDEQQhEgUxBgAiE0FRBzJhFHEIQoEjkRVSoWIWMwmxJMHRQ3LwF+GCNCWSUxhjRPGisiY1GVQ2RWQnCnODk0Z0wtLi8lVldVY3hIWjs8PT4/MpGpSktMTU5PSVpbXF1eX1KEdXZjh2hpamtsbW5vZnd4eXp7fH1+f3SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMBAAIRAxEAPwCtxsNl0w8O4HxeRXA1GSqcNBmmoqgYmbL0dLS1tXi4sgY/tHyNNR10Mrwh/IscqMRpYE4zaH0CTSfDrSvlXjSvrkdfYkL+xa+k2xbyI7ksSymLWviCJmZFkKV1BGZHUPTSWVgDUHoc+yumKLqbqvrLMbxr8jS9udpxf36xux0NMlNtfp2opZafbOe3VDJTnIQbj7AyQasxlOsiLDhqdaiVW+9g8a25s1tbW2eZiLuXuC/wx/hLedWOQP4RU8RSOuU+frjnXnLm6x2K2ifkjZj9HJdnUWuN0Vg1xDbkNoMFlHSK4cqS105iQj6eTV//0AS+JHyQ2F0zktxbR736yXu/oHeH2Wdz3Wk1SKWem7A2iJchsXd2BrnqaX+F1a1oOMypR1Fbg66phdZbRp7x72ncYLNpIr628ewehKf01yrA+WcN6qSM9fVL73e1PMnPtrtW+e3HNx5e9zLHXDDfhdQayuaJeW0yBW8RdFLi3qD4V3DDIpTubov/AG/2ru/u/sveXa2+6yOt3RvbNVOYyH28Qp6ChjfTDj8NiKNf26DCYLGww0dFTr6IKWCOMcL7QXd1Ne3M11Oayu1T6D0A9ABgDyA6kzkbkzY/bzlLYeS+XIDHs+326xJqOp3Iy8srcXlmkLSyucvI7Mcnr//Z');
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content [class^="pin-"] {
    margin-right: 4px;
    top: -2px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-dropdown-range-slider {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #484848;
    letter-spacing: 0.26px;
    padding: 19px 33px 25px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-dropdown-range-slider .ui-widget.ui-widget-content {
    background: #d7d7d7;
    height: 2px;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 14px;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-dropdown-range-slider .ui-slider-horizontal .ui-slider-range {
    background: #7f7f7f;
}

.interactive-map .interactive-map-wrap .interactive-map-sorter .interactive-map-dropdown .interactive-map-dropdown-content .interactive-map-dropdown-range-slider .ui-slider-handle {
    background: #e51937 !important;
    border-radius: 50% !important;
    outline: none !important;
    border: none !important;
    width: 16px;
    height: 16px;
    top: -7px;
}

.interactive-map .interactive-map-wrap .interactive-map-middle {
    position: relative;
}

.interactive-map .interactive-map-wrap .interactive-map-middle canvas {
    display: block;
    width: 100%;
    min-height: 495px;
}

.interactive-map .interactive-map-wrap .interactive-map-middle #interactive-map-google {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list {
    display: block;
    width: 100%;
    margin-top: 77px;
    padding-bottom: 87px;
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list:before,
.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list:after {
    content: '';
    display: table;
    clear: both;
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list .interactive-map-list-col {
    display: block;
    float: left;
    width: calc(100% / 4);
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list .interactive-map-list-col span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list .interactive-map-list-col a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: #666666;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.interactive-map .interactive-map-wrap .interactive-map-bottom .interactive-map-list .interactive-map-list-col a:hover {
    color: #e51937;
}

.interactive-map .interactive-map-label {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: -36px !important;
    margin-left: 0 !important;
    -webkit-transform: translateX(-50%) translateX(1px);
    transform: translateX(-50%) translateX(1px);
}

.interactive-map .interactive-map-info-window {
    margin-top: -69px;
    -webkit-transform: translate(-91.7%, -100%);
    transform: translate(-91.7%, -100%);
}

.interactive-map .interactive-map-info-window .si-content {
    overflow: hidden;
}

.interactive-map .si-content-wrapper {
    /*padding: 0;*/
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}

.interactive-map .interactive-map-info-window .si-close-button {
    top: 6px;
    right: 7px;
    width: 13px;
    height: 13px;
    background: transparent url('images/interactive-map-close-a.png') no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.interactive-map .interactive-map-info-window .si-close-button:hover {
    opacity: 0.75;
}

.interactive-map .interactive-map-info .info-image {
    /*width: 150px;
    height: 148px;*/
    width: 210px;
    height: 148px;
    padding: 0 10px 0 0;
}

.interactive-map .interactive-map-info .info-image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.interactive-map .interactive-map-info .info-content {
    width: 178px;
    height: 148px;
}

.interactive-map .interactive-map-info .info-status {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    margin: 16px 0 16px 12px;
}

.interactive-map .interactive-map-info .info-status span {
    width: 13px;
    height: 13px;
    line-height: 13px;
}

.interactive-map .interactive-map-info .info-address {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.26px;
    color: #484848;
    text-transform: uppercase;
    padding: 0 13px;
}

.interactive-map .interactive-map-info .info-extras {
    margin: -1px 0 8px !important;
    display: block;
    padding: 0 13px;
}

.interactive-map .interactive-map-info .info-extras li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.22px;
    color: #484848;
    padding-left: 12px;
    margin-left: 9px;
    position: relative;
}

.interactive-map .interactive-map-info .info-extras li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 9px;
    background: #cacaca;
}

.interactive-map .interactive-map-info .info-extras li:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
}

.interactive-map .interactive-map-info .info-extras li:nth-child(1):after {
    display: none;
}

.interactive-map .interactive-map-info .info-price {
    display: block;
    width: 100%;
    height: 59px;
    font-family: "Barlow Semi Condensed", sans-serif;
    background: #282828;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.4px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 13px;
}

.interactive-map .interactive-map-info .info-price:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.interactive-map .interactive-map-info-window .si-shadow-frame {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.interactive-map .interactive-map-info-window .si-pointer-top.si-pointer-bg-top {
    position: absolute;
    z-index: -1;
    width: 32px !important;
    height: 30px;
    background: transparent url(images/interactive-map-info-window-arrow.png) no-repeat;
    background-size: cover;
    background-position: top left;
    border: none !important;
    margin-right: 0;
    bottom: -30px;
    /*right: 6px;*/
    right: 12px;
    top: auto !important;
}

.interactive-map .interactive-map-info-window .si-pointer-top.si-pointer-border-top,
.interactive-map .interactive-map-info-window .si-shadow-inner-pointer-top {
    display: none;
}


/* Inner Page About Jason Oppenheim */

.page-id-21199 #main-wrapper {
    overflow: hidden;
}

.inner-page-jason-oppenheim {
    background: #fff url('images/jason-oppenheim-bg-a.jpg') no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-bottom: 0 !important;
}

.breadcrumbs-jason-oppenheim {
    background: rgba(160, 160, 160, 0.66);
}

.breadcrumbs-jason-oppenheim #breadcrumbs {
    margin-left: 50%;
    padding-left: 28px;
}

.about-jason-wrap {
    position: relative;
    z-index: 1;
}

.about-jason-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.85);
}

.about-jason-wrap .about-jason-title {
    margin: 42px 0 47px !important;
    font-size: 150px !important;
    font-weight: 600;
    line-height: 150px !important;
    letter-spacing: -3.75px !important;
    padding-left: 15px;
}

.about-jason-wrap .about-jason-title span em {
    display: block;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #626262;
    text-align: left;
    margin-bottom: -23px;
}

.about-jason-wrap .about-jason-title span b {
    font-size: 75px !important;
    line-height: 75px !important;
    font-weight: 400 !important;
    letter-spacing: -3.75px !important;
    margin: -18px -88px 0;
}

.about-jason-wrap .about-jason-title span .title-line {
    width: 500%;
    bottom: 125px;
    left: calc(98% + 15px);
    background: #b0b0b0;
}

.about-jason-wrap .about-jason-content {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
}

.about-jason-wrap .about-jason-content .about-jason-photo {
    display: block;
}

.about-jason-wrap .about-jason-content .about-jason-photo canvas {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
}

.about-jason-wrap .about-jason-content .jason-content-a {
    position: relative;
    background: #fff;
    padding-bottom: 42px;
}

.about-jason-wrap .about-jason-content .jason-content-a canvas {
    height: 835px;
}

.about-jason-wrap .about-jason-content .jason-content-b canvas {
    height: 519px;
}

.about-jason-wrap .about-jason-content p {
    margin: 0 !important;
}

.about-jason-wrap .about-jason-content .jason-content-a p {
    padding: 0px 50px 0 17px;
}

.about-jason-wrap .about-jason-content .jason-photo-a {
    margin: -89px 30px 30px 0 !important;
}

.about-jason-wrap .about-jason-content .jason-content-b p {
    padding: 0 19px 0 0;
}

.about-jason-wrap .about-jason-content .jason-content-b p:nth-child(1) {
    padding-top: 64px;
}

.about-jason-wrap .about-jason-content .about-jason-read-more {
    margin: 30px 0 0 23px;
}

.about-jason-wrap .about-jason-contact {
    position: relative;
    z-index: 1;
    height: 360px;
}

.about-jason-wrap .about-jason-contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('images/jason-oppenheim-bg-d.png') no-repeat;
    background-position: bottom right;
    background-size: cover;
    pointer-events: none;
}

.about-jason-wrap .about-jason-contact .about-jason-contact-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -400%;
    width: 500%;
    height: 100%;
    background: #1b1b1b;
}

.about-jason-wrap .about-jason-contact .about-jason-contact-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 629px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: transparent url('images/jason-oppenheim-bg-c.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-jason-wrap .about-jason-contact .about-jason-contact-bg:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 104, 104, 0.75);
}

.about-jason-wrap .about-jason-contact .about-jason-contact-bg .about-jason-contact-bg-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 894px;
    background: transparent url('images/jason-oppenheim-bg-b.jpg') no-repeat;
    background-position: center right;
    background-size: cover;
    height: 100%;
}

.about-jason-wrap .about-jason-contact .jason-contact-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 52px;
    position: relative;
}

.about-jason-wrap .about-jason-contact .jason-contact-title:before {
    content: '';
    position: absolute;
    bottom: 15px;
    right: calc(100% + 15px);
    height: 4px;
    width: 500%;
    background: #7f7f7f;
}

.about-jason-wrap .about-jason-contact .jason-contact-info {
    display: inline-block;
    vertical-align: top;
    margin: 40px 117px 0 0 !important;
    padding: 0;
}

.about-jason-wrap .about-jason-contact .jason-contact-info li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 16px;
}


/*.about-jason-wrap .about-jason-contact .jason-contact-info li:nth-last-child(1) {
    margin-bottom: 0;
}*/

.about-jason-wrap .about-jason-contact .jason-contact-info li a,
.about-jason-wrap .about-jason-contact .jason-contact-info li em,
.about-jason-wrap .about-jason-contact .jason-contact-info li span {
    display: inline-block;
    vertical-align: middle;
}

.about-jason-wrap .about-jason-contact .jason-contact-info li a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-jason-wrap .about-jason-contact .jason-contact-info li a:hover {
    color: #e51937;
}

.about-jason-wrap .about-jason-contact .jason-contact-info li span {
    width: 24px;
}

.about-jason-wrap .about-jason-contact .jason-contact-info li img {
    display: block;
}

.about-jason-wrap .about-jason-contact .jason-smi {
    display: inline-block;
    vertical-align: top;
    /*margin: 39px 0 0 !important;*/
    margin: 0 !important;
}

.about-jason-wrap .about-jason-contact .jason-smi li {
    display: inline-block;
    margin-bottom: 6px;
}


/*.about-jason-wrap .about-jason-contact .jason-smi li:nth-last-child(1) {
    margin-bottom: 0;
}
*/

.about-jason-wrap .about-jason-contact .jason-smi li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: table;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-jason-wrap .about-jason-contact .jason-smi li a:hover {
    background: #e51937;
    border-color: #e51937;
}

.about-jason-wrap .about-jason-contact .jason-smi li a:hover span {
    color: #fff;
}

.about-jason-wrap .about-jason-contact .jason-smi li a span {
    display: table-cell;
    vertical-align: middle;
}

.about-jason-wrap .jason-cta {
    display: block;
    margin-top: 60px;
    padding-left: 66px;
}

.about-jason-wrap .jason-cta .jason-cta-link {
    display: block;
    width: 100%;
    margin: 9px 0 0;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    height: 76px;
    line-height: 76px;
}

.about-jason-wrap .jason-cta .jason-cta-link:after {
    background: #3e3e3e !important;
    width: 46px;
    left: -23px;
    top: 38px !important;
}

.about-jason-wrap .jason-cta .jason-cta-link:nth-child(1) {
    margin-top: 0;
}

.inner-page-banner.banner-jason-oppenheim canvas {
    background-image: url('images/about-jason-bg.jpg');
}

.ip-container .header:after {
    height: 150px;
}


/* Inner Page What Our Clients Are Saying */

.inner-page-what-our-clients-are-saying {
    margin-bottom: 0 !important;
}

.breadcrumbs-what-our-clients-are-saying #breadcrumbs {
    margin-left: 50%;
    padding-left: 28px;
}

.inner-page-banner.banner-what-our-clients-are-saying canvas {
    background-image: url('images/client-page-bg.jpg');
}

.ip-testi {
    position: relative;
    z-index: 1;
}

.ip-testi:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('images/ip-testi-bg-a.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
}

.ip-testi:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}

.ip-testi-wrap .ip-testi-title {
    /*    font-size: 90px !important;*/
    font-size: 85px !important;
    font-weight: 600 !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 78px !important;
}

.ip-testi-wrap .ip-testi-title span {
    display: block;
    text-align: center;
}

.ip-testi-wrap .ip-testi-title span b {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400 !important;
    letter-spacing: -1.75px;
    margin-top: 14px;
    text-align: right;
}

.ip-testi-wrap .ip-testi-title span .title-line {
    background: #b0b0b0;
    width: 200%;
    left: -194.5%;
    bottom: 16px;
}

.ip-testi-wrap .ip-testi-sub-txt {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #666666;
}

.ip-testi-wrap {
    position: relative;
    padding-bottom: 83px;
}

.ip-testi-top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

.ip-testi-top-img img {
    display: inline-block;
    max-width: 80%;
}

.ip-testi-card-list .ip-testi-card {
    background: #1b1b1b;
    margin-bottom: 30px;
}

.ip-testi-card-list .ip-testi-card.card-white {
    background: #fff;
    padding: 69px 59px 121px 66px;
}

.ip-testi-card-list.card-list-left .ip-testi-card:nth-child(1) {
    margin-top: -68px;
}

.ip-testi-card-list.card-list-right .ip-testi-card:nth-child(1) {
    margin-top: 351px;
}

.ip-testi-post {
    padding: 54px 53px 47px 65px;
}

.ip-testi-post .ip-testi-post-rate {
    margin-bottom: 20px;
}

.ip-testi-post .ip-testi-post-rate span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background: transparent url('images/ip-testi-star-a.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.ip-testi-post .ip-testi-post-rate span:nth-child(1) {
    margin-left: 0;
}

.ip-testi-post .ip-testi-post-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #f3f3f3;
    margin-bottom: 25px;
    padding-right: 15px;
}

.ip-testi-post .ip-testi-post-author {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    color: #f3f3f3;
}

.ip-testi-post .ip-testi-post-author:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background: #f3f3f3;
    margin-right: 5px;
}

.ip-testi-post-occupation i {
    color: #ffffff;
}

.fl-list-row.fl-row-c {
    margin: 1px 0 0 0;
}


/* Inner Page Our Properties */

.page-template-template-our-properties #inner-page-wrapper,
.post-page-aios-custom-idx-broker-results-page #inner-page-wrapper:after  {
    /*    background: transparent url('images/our-properties-bg-a.jpg') no-repeat;*/
    background-position: top left;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    padding-bottom: 78px;
}

.page-template-template-our-properties #inner-page-wrapper:after,
.post-page-aios-custom-idx-broker-results-page #inner-page-wrapper:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.85);
}

.inner-page-banner.banner-our-properties canvas {
    background-image: url('images/active-listing-banner.jpg');
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.breadcrumbs-our-properties {
    background: rgba(160, 160, 160, .66);
}

.our-properties-wrap::before, .our-properties-wrap::after {
    display: none;
}

.our-properties-wrap .container::before, .our-properties-wrap .container::after {
    display: none;
}

.our-properties {
    transform: translateZ(0);
}

.our-properties-wrap {
    display: block;
    margin: -100px auto 0;
    padding: 0 94px;
    width: 1600px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-properties-wrap .container {
    width: 30%;
}

.our-properties-wrap .our-properties-title {
    float: left;
    font-size: 55px !important;
    line-height: 90px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    position: relative;
    padding-top: 25%;
    /* top: 112px; */
}

.our-properties-wrap .our-properties-title span b {
    font-weight: 400 !important;
    margin-top: -3px;
}

.our-properties-wrap .our-properties-title span .title-line {
    width: calc(219.5% - 15px);
    bottom: 15px;
    left: -210%;
}

.our-properties-wrap .our-properties-form {
    float: right;
    width: 66.3%;
    max-width: 100%;
    background: transparent url('images/listings-form-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 0 !important;
    overflow: hidden;
}

.our-properties-wrap .our-properties-form:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.our-properties-wrap .our-properties-form .our-properties-form-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
    margin: 43px 0 59px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title span {
    padding-left: 48px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5f5f5f;
    margin-top: 11px;
    margin-left: 45px;
}

.our-properties-wrap .our-properties-form .our-properties-form-title b {
    font-weight: 700 !important;
}

.our-properties-wrap .our-properties-form .our-properties-form-content {
    padding: 0 56px 54px 47px;
}

.our-properties-wrap .our-properties-form .our-properties-form-left {
    width: 76.7%;
}

.our-properties-wrap .our-properties-form .our-properties-form-right {
    width: 23.3%;
}

.our-properties-wrap .our-properties-form .form-group {
    margin: 0 -4.5px 28px;
}

.our-properties-wrap .our-properties-form .form-group:nth-last-child(1) {
    margin-bottom: 0;
}

.our-properties-wrap .our-properties-form .form-group:before,
.our-properties-wrap .our-properties-form .form-group:after {
    content: '';
    display: table;
}

.our-properties-wrap .our-properties-form .form-group:after {
    clear: both;
}

.our-properties-wrap .our-properties-form .form-group .form-input {
    float: left;
    width: calc(100% / 4);
    padding: 0 4.5px;
}

.our-properties-wrap .our-properties-form .form-group .form-input.lg {
    width: 50%;
    position: relative;
}

.our-properties-wrap .our-properties-form .form-group .form-input.lg.form-full-width {
    width: 100%;
}

.our-properties-wrap .our-properties-form input[type="text"],
.our-properties-wrap .our-properties-form select,
.our-properties-wrap .our-properties-form button.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 26px;
    background: transparent;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-bottom: 1px solid #696969;
    padding: 0 4px;

    border-radius: inherit;
}

.our-properties-wrap .our-properties-form select {
    background: transparent url('images/listings-form-select-arrow-bg-a.png') no-repeat;
    background-position: center right 4px;
}

.our-properties-wrap .our-properties-form select option {
    color: #1b1b1b;
}

.our-properties-wrap .our-properties-form .form-submit {
    margin: 28px 0 0 47px;
    width: 143px;
    max-width: 100%;
    position: relative;
}

.our-properties-wrap .our-properties-form input[type="checkbox"] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #555;
    clear: none;
    cursor: pointer;
    margin: 0 10px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 16px;
    transition: .05s border-color ease-in-out;
    width: 20px;
    height: 20px;
    border: solid 1px #777;
    overflow: hidden;
    border-radius: 3px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 6px;
    height: 11px;
    border: solid #e51937;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 2px 0 0 7px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked:before {
    content: '';
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

.our-properties-wrap .our-properties-form input[type="checkbox"]:checked {
    border: solid 1px #e51937
}

.our-properties-wrap .our-properties-form .checkbox-label {
    font-family: inherit;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.our-properties-wrap .our-properties-form .form-checkboxes-bigger-text .checkbox-label {
    font-size: 12px;
    font-weight: 800;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label:first-child {
    padding-left: 0;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label {
    padding-left: 32px;
}

.our-properties-wrap .our-properties-form input[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 12px;
    text-transform: uppercase;
}

.our-properties-wrap .our-properties-listings {
    margin: 0 -1px;
    padding-top: 134px;
    padding: 134px 0 107px;
    transform: translateZ(0);
}

.our-properties-wrap .our-properties-listings .listings-col {
    float: left;
    /*float: right;*/
    display: block;
    width: 50%;
    padding: 2px 2px;
    /*    margin-bottom: 2px;*/
    margin-bottom: 0;
    position: relative;
    transform: translateZ(0);
    /*    background: #fff;*/
}


/*.our-properties-wrap .our-properties-listings .listings-col:nth-child(even) {
    top: -60px;
}*/

.our-properties-wrap .our-properties-listings .listings-col:nth-child(even) {
    top: -60px;
}


/*.page-template-template-our-properties .our-properties-wrap .our-properties-listings .listings-col,
.page-template-template-recent-sales .our-properties-wrap .our-properties-listings .listings-col{
    float: left;
}*/

.page-template-template-our-properties .our-properties-wrap .our-properties-listings .listings-col:nth-child(odd),
.page-template-template-recent-sales .our-properties-wrap .our-properties-listings .listings-col:nth-child(odd) {
    top: -120px;
    float: left;
}

.our-properties-wrap .our-properties-listings .listings-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img {
    position: relative;
    z-index: 1;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent url('images/fl-info-bg-a.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-img canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-img canvas {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 37px;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover {
    opacity: 0;
    pointer-events: none;
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-info-hover {
    opacity: 1;
    pointer-events: auto;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 0 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-left > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.4px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-address {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 400px;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover .listings-price,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover .listings-address {
    color: #1b1b1b;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
    display: block;
    width: 100%;
    height: 90px;
    background: #1b1b1b;
    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;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ffffff;
    text-transform: uppercase;
}

.our-properties-wrap .our-properties-listings-pagination {
    display: block;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.our-properties-wrap .our-properties-listings-pagination:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    z-index: -1;
}

.our-properties-wrap .our-properties-listings-pagination li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #d9d9d9;
    margin-left: -4px;
    position: relative;
    background: #f4f4f4;
}

.page-template-template-recent-sales .our-properties-wrap .our-properties-listings-pagination li {
    background: #ffffff;
}

.our-properties-wrap .our-properties-listings-pagination li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    width: calc(100% - 12px);
    height: 2px;
    background: #e51937;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings-pagination li:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.our-properties-wrap .our-properties-listings-pagination li:nth-child(1) {
    border-left: none;
    padding-left: 0;
    padding-left: 19px;
}

.our-properties-wrap .our-properties-listings-pagination li:nth-last-child(1) {
    padding-right: 19px;
}

.our-properties-wrap .our-properties-listings-pagination li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 29px;
    color: #292929;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-wrap .our-properties-listings-pagination li a.active,
.our-properties-wrap .our-properties-listings-pagination li a.active-pager,
.our-properties-wrap .our-properties-listings-pagination li a:hover {
    /*color: #e51937;*/
    color: #e20000
}


/* Inner Page Our Properties Single */

.page-template-template-our-properties-single .floating-smi {
    display: none;
}

.our-properties-single .our-properties-floating-link a:before,
.our-properties-single .our-properties-floating-link a:after {
    display: none;
}

.page-template-template-our-properties-single .inner-page-banner {
    display: none;
}

.our-properties-single-slideshow-logo {
    position: absolute;
    z-index: 3;
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-logo:hover {
    opacity: 0.75;
}

.our-properties-single-slideshow-logo img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    height: auto;
}

.our-properties-floating-link {
    position: fixed;
    z-index: 50;
    bottom: 187px;
    left: -82px;
    /* (width - height) / 2 */
    transform: rotate(-90deg);
    width: 207px;
    height: 43px;
}

.our-properties-floating-link a {
    position: relative;
    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: 100%;
    height: 100%;
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    /*color: #5e5e5e;*/
    color: #fff;
    background: #1b1b1b;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-floating-link a:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 27px;
    height: 1px;
    left: 0;
    background: #1b1b1b;
}

.our-properties-floating-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    left: -40px;
    background: #fff;
}

.our-properties-floating-link a:hover {
    color: #5e5e5e;
    background: rgba(255, 255, 255, 0.8);
}

.our-properties-single-slideshow-wrap,
.our-properties-single-slideshow {
    position: relative;
}

.our-properties-single-slideshow-wrap {
    overflow: hidden;
}

.our-properties-single-slideshow-slide {
    display: block;
}

.our-properties-single-slideshow-slide canvas {
    display: block;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.our-properties-single-slideshow-controls {
    position: absolute;
    z-index: 10;
    right: 29px;
    transform: translateY(-100%);
    margin-top: -36px;
}

.our-properties-single-slideshow-controls span {
    width: 24px;
    height: 51px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-controls span:hover {
    opacity: 0.5;
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-prev {
    background-image: url('images/properties-single-prev-b.png');
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-next {
    background-image: url('images/properties-single-next-b.png');
}


/*.properties-single-slideshow-info {
    position: absolute;
    z-index: 4;
    bottom: 144px;
    right: 0;
    background: #fff;
    width: 370px;
    padding: 0 15px 0 45px;
}*/

.properties-single-slideshow-info {
    position: absolute;
    z-index: 4;
    bottom: 144px;
    right: -100%;
    background: #fff;
    width: 390px;
    padding: 0 15px 0 65px;
    overflow-y: hidden;
}

.single-listing .properties-single-slideshow-info span.show-hide-btn {
    display: block;
    position: absolute;
    width: 100%;
    /* background: #e51937; */
    transform: translateY(-50%) rotate(-90deg);
    left: -44%;
    top: 50%;
    right: 0;
    padding: 10px;
    font-size: 15px;
    transform-origin: center;
    text-align: center;
    cursor: pointer;
    background-color: rgba(27, 27, 27, 1);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
}

.single-listing .properties-single-slideshow-info span.show-hide-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(27, 27, 27, 1);
}

.properties-single-slideshow-info-address {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -1.025px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-top: 1px;
    margin-left: -1px;
}

.properties-single-slideshow-info-address span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0;
    color: #666666;
    margin-top: 3px;
    margin-left: 1px;
}

.properties-single-slideshow-info-price {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 2.2px;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e51937;
    margin-top: 12px;
}

.properties-single-slideshow-info-price.dual {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e51937;
    margin-top: 12px;
}

.properties-single-slideshow-info-extras {
    display: block;
    margin: 24px 0 40px !important;
}

.properties-single-slideshow-info-extras li {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #292929;
    margin-bottom: 11px;
}

.properties-single-slideshow-info-extras li:nth-last-child(1) {
    margin-bottom: 0;
}

.properties-single-slideshow-info-extras li [class^="icon-"] {
    display: inline-block;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin: 0 2px 0 4px;
}

.properties-single-slideshow-info-extras li .icon-beds {
    width: 19px;
    height: 13px;
    background-image: url('images/properties-single-beds.png');
}

.properties-single-slideshow-info-extras li .icon-baths {
    width: 16px;
    height: 16px;
    background-image: url('images/properties-single-baths.png');
}

.properties-single-slideshow-info-extras li .icon-sqft {
    width: 15px;
    height: 15px;
    background-image: url('images/properties-single-sqft.png');
}

.properties-single-slideshow-info-extras li .icon-lots {
    width: 16px;
    height: 16px;
    background-image: url('images/properties-single-lots.png');
}

.properties-single-slideshow-info-extras li .icon-mls {
    width: 16px;
    height: 16px;
    background-image: url('images/properties-single-mls.png');
}

.properties-single-slideshow-info-extras li em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #666666;
    line-height: 12px;
}

.page-template-template-our-properties-single #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.page-template-template-our-properties-single .inner-page-breadcrumbs {
    position: relative;
    z-index: 0;
    background: transparent;
    padding: 0;
    height: auto;
    margin-top: -105px;
}

.page-template-template-our-properties-single .inner-page-breadcrumbs #breadcrumbs {
    width: 65.8%;
    background: rgba(160, 160, 160, 0.66);
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 15px;
    margin: 0 !important;
}

.our-properties-single-info {
    position: relative;
    z-index: 2;
}

.our-properties-single-content-wrap {
    background: #fff;
}

.our-properties-single-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    line-height: 70px !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
    padding: 28px 70px 0;
}

.our-properties-single-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    padding: 0 70px;
    margin-top: 43px;
    min-height: 225px;
}

.our-properties-single-content::first-letter {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 105px;
    font-weight: 600;
    line-height: 87px;
    float: left;
    color: #1b1b1b;
    text-transform: uppercase;
    padding-right: 8px;
    /*padding-bottom: 26px;*/
}

.our-properties-single-thumbnail-list {
    margin-top: 20px;
    margin-left: -30px;
    padding-right: 3px;
    background: #fff;
}

.our-properties-single-thumbnail {
    float: left;
    display: block;
    width: calc(50% - 1.5px);
    margin-top: 3px;
    cursor: pointer;
}

.our-properties-single-thumbnail:nth-child(even) {
    float: right;
}

.our-properties-single-thumbnail img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}

.our-properties-single-thumbnail.active img,
.our-properties-single-thumbnail:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.our-properties-single-add-thumbnail {
    float: right;
    display: block;
    width: calc(50% - 1.5px);
    margin-top: 3px;
    cursor: pointer;
    height: 130px;
    background: #1b1b1b;
    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 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-add-thumbnail.active,
.our-properties-single-add-thumbnail:hover {
    background: #e51937;
}

.our-properties-single-add-thumbnail img {
    width: auto;
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-properties-single-smi-wrap {
    margin-top: 64px;
    margin-left: -30px;
}

.our-properties-single-smi {
    /*margin-top: 64px;*/
    /*padding-left: 70px;*/
}

.our-properties-single-smi-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #e51937;
    position: relative;
}

.our-properties-single-smi-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    height: 4px;
    background: #cbcbcb;
    margin-left: 11px;
}

.our-properties-single-smi ul {
    margin: 21px 0 0 !important;
}

.our-properties-single-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.our-properties-single-smi ul li a {
    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;
    font-size: 18px;
    color: #1b1b1b;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #f2f2f2;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-smi ul li a:hover {
    background-color: #e51937;
    background: #e51937;
}

.our-properties-single-cta {
    margin-top: 41px;
    margin-left: -30px;
    padding-right: 3px;
}

.safari-true .our-properties-single-cta {
    margin-top: 40px;
}

.our-properties-single-cta-link {
    width: 100%;
    background: #1b1b1b;
    border: 2px solid #1b1b1b;
    color: #fff;
    font-size: 18px;
    line-height: 53px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.our-properties-single-cta-link:visited,
.our-properties-single-cta-link:focus {
    color: #fff;
}

.our-properties-single-cta-link:hover {
    background: #fff;
    color: #1b1b1b !important;
}

.our-properties-single-cta-link:after {
    background: #3e3e3e;
}

.our-properties-single-divider {
    display: block;
    position: relative;
    margin-top: -108px;
    margin-bottom: 88px;
    z-index: -1;
    display: none;
}

.our-properties-single-divider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.our-properties-single-divider canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.our-properties-single-container-guide-wrap {
    position: absolute;
    z-index: -10;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.our-properties-single-agent {
    margin-left: auto;
    position: relative;
    z-index: 1;
    background: transparent url('images/our-properties-single-bg-a.jpg') no-repeat;
    background-position: center left;
    background-size: cover;
}

.our-properties-single-agent:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.our-properties-single-agent-left {
    width: 35%;
}

.our-properties-single-agent-number {
    margin-top: 82px;
}

.our-properties-single-agent-number:after {
    margin-left: 1px;
}

.our-properties-single-agent-title {
    color: #1b1b1b;
    margin-top: -6px;
    margin-bottom: 79px;
}

.our-properties-single-agent-title span b {
    font-weight: 400 !important;
    margin-top: 2px;
}

.our-properties-single-agent-title span i.title-line {
    width: 100%;
    left: auto !important;
    right: -109%;
    bottom: 77px !important;
    background: #e0e0e0;
}

.our-properties-single-agent-photo,
.our-properties-single-agent-info {
    float: left;
    margin-bottom: 109px;
}

.our-properties-single-agent-photo img {
    width: 164px;
    height: 177px;
    object-fit: cover;
    object-position: top center;
}

.our-properties-single-agent-name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #e51937;
    text-transform: uppercase;
    margin-top: 7px;
}

.our-properties-single-agent-info {
    padding: 0 15px 0 31px;
}

.our-properties-single-agent-info ul {
    margin: 19px 0 0 !important;
    display: block;
}

.our-properties-single-agent-info ul li {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 2.4px;
    color: #1f1f1f;
    position: relative;
    margin-top: 11px;
}

.our-properties-single-agent-info ul li:nth-child(1) {
    margin-top: 0;
}

.our-properties-single-agent-info ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
}

.our-properties-single-agent-info ul li a,
.our-properties-single-agent-info ul li em,
.our-properties-single-agent-info ul li img {
    display: inline-block;
    vertical-align: middle;
}

.our-properties-single-agent-info ul li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-agent-info ul li a:hover {
    color: #e51937;
}

.our-properties-single-agent-info ul li img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.our-properties-single-agent-right {
    width: 65%;
}

.our-properties-single-map {
    position: relative;
    /*margin-top: -48px;*/
    width: calc(100% - 70px);
    height: 482px;
    margin-top: 88px;
}

.our-properties-single-map canvas {
    display: block;
    width: 100%;
}

.our-properties-single-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.our-properties-single-form-wrap {
    position: relative;
    z-index: 1;
    /* margin-top: -115px; */
    /* top: -115px; */
    top: 50px;
    /* margin-bottom: -115px; */
}

.our-properties-single-form {
    background: transparent url('images/our-properties-single-form-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 190px 0 90px;
}

.our-properties-single-form:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.9);
}

.our-properties-single-form-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto 58px;
    width: 980px;
    max-width: 100%;
}

.our-properties-single-form form {
    margin: 0 auto !important;
    width: 980px;
    max-width: 100%;
    position: relative;
}

.our-properties-single-form form .wpcf7-form-control-wrap {
    display: block;
}

.our-properties-single-form form span.wpcf7-not-valid-tip {
    top: -17px;
    left: auto;
    right: 0;
}

.our-properties-single-form .form-group {
    display: block;
    margin: 0 -10px;
    position: relative;
}

.our-properties-single-form .form-group.no-mlr {
    margin: 0;
}

.our-properties-single-form .form-group:before,
.our-properties-single-form .form-group:after {
    content: '';
    display: table;
    clear: both;
}

.our-properties-single-form .form-input {
    width: calc(100% / 3);
    padding: 0 10px;
    float: left;
    margin-bottom: 60px;
}

.our-properties-single-form .form-input.no-mb {
    margin-bottom: 0;
}

.our-properties-single-form .form-input.lg {
    width: calc((100% / 3) + (100% / 3));
}

.our-properties-single-form label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff;
}

.our-properties-single-form input[type="text"],
.our-properties-single-form input[type="email"],
.our-properties-single-form input[type="tel"],
.our-properties-single-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff;
}

.our-properties-single-form textarea {
    height: 20px;
    resize: none;
}

.our-properties-single-form input[type="submit"] {
    display: block;
    width: 159px;
    height: 53px;
    margin-top: 39px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-form input[type="submit"]:hover {
    border-color: #fff;
    background: #fff;
    color: #1b1b1b;
}

.our-properties-single-form .ajax-loader {
    position: absolute;
    top: 50%;
    right: 185px;
    transform: translateY(-50%);
    margin: 0;
}

.our-properties-single-form .wpcf7-response-output {
    margin: 0;
    position: absolute;
    bottom: -43px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff !important;
    text-align: center;
}

.our-properties-single-links {
    margin: 100px 0 60px 0;
}

.our-properties-single-links a {
    width: 100%;
    background: #1b1b1b !important;
    border-color: #1b1b1b !important;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 3.2px;
}

.our-properties-single-links a:hover {
    background: #fff !important;
    color: #1b1b1b !important;
}

.our-properties-single-links a:after {
    width: 118px;
    background: #494949;
    left: -80px;
}

.our-properties-single-links a.right:after {
    right: -80px;
    left: auto;
}

.our-properties-single-floating-thumbnail-wrap {
    position: absolute;
    z-index: 10;
    background: #1b1b1b;
    width: 554px;
    max-width: 100%;
    height: 679px;
    right: 0;
    transform: translateY(-100%);
    margin-top: 65px;
    padding: 49px 0 45px 25px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap.active {
    opacity: 1;
    pointer-events: auto;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 16px;
    height: 16px;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before {
    transform: rotate(45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
    transform: rotate(-45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:after {
    background: #e51937;
}

.our-properties-single-floating-thumbnail-list {
    padding-right: 35px;
    width: 100%;
    height: 100%;
}

.our-properties-single-floating-thumbnail-mobile-wrap {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    margin-top: 20px;
    padding: 30px 0 0;
    background: #1b1b1b;
}

.our-properties-single-floating-thumbnail-mobile-list {
    padding: 0 15px;
}

.our-properties-single-floating-thumbnail-mobile {
    float: left;
    display: block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.our-properties-single-floating-thumbnail-mobile img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-properties-single-floating-thumbnail-mobile canvas {
    display: block;
    width: 100%;
    object-fit: cover;
    /*height: 250px;*/
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-properties-single-floating-thumbnail-list .simplebar-scroll-content {
    padding-right: 60px !important;
}

.our-properties-single-floating-thumbnail-list .simplebar-track {
    right: 18px;
    width: 2px;
    background: #262626;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar {
    border-radius: 0 !important;
    width: 4px;
    right: -1px;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar:before {
    top: 0;
    opacity: 1 !important;
    border-radius: 0 !important;
    background: #e51937;
}

.our-properties-single-floating-thumbnail-list .simplebar-track.horizontal {
    display: none !important;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail {
    display: block;
    float: left;
    padding: 2px;
    width: calc(100% / 3);
    cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail img {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 128px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active canvas,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover canvas {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.bh-home-prices-stats-wrap {
    padding-top: 285px;
    font-size: 0;
}

.bh-home-prices-stats-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.bh-home-prices-stats-title strong {
    font-weight: 900 !important;
}

.bh-home-prices-stats-branch {
    border-top: 1px solid #000;
    margin-top: 40px;
}

.bh-home-prices-stats-branch-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.bh-home-prices-stats-branch-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    background: #000;
}

.bh-home-prices-stats-branch-item:nth-child(odd)::after {
    height: 30px;
}

.bh-home-prices-stats-branch-item:nth-child(even)::after {
    height: 90px;
}

.bh-home-prices-stats-branch-item:nth-child(odd) {
    padding-top: 50px;
}

.bh-home-prices-stats-branch-item:nth-child(even) {
    padding-top: 120px;
}

.bh-home-prices-stats-branch-item-value {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000;
}

.bh-home-prices-stats-branch-item-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.bh-avg-stats-wrapper {
    padding: 40px 0;
    font-size: 0;
}

.bh-avg-stats-title {
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.bh-avg-stats {
    max-width: 900px;
    margin: 30px auto 0;
}

.bh-avg-stats-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    padding: 50px 0;
}

.bh-avg-stats-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: .2;
    pointer-events: none;
}

.bh-avg-stats-item:last-child:after {
    opacity: 0;
}

.bh-avg-stats-item-value {
    font-size: 40px;
    color: #000;
    font-weight: 700 !important;
}

.bh-avg-stats-item-label {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 8px;
}

.ip-container .footer {
    z-index: 0;
}


/*listings pop ups request details and shcedule showing*/

h4.sched-showing-header,
h4.req-details-header {
    font-family: 'Didot', serif;
    font-weight: 300 !important;
    font-size: 30px !important;
    text-align: center !important;
    text-transform: uppercase;
}

.popup-form label {
    display: block;
    text-transform: uppercase !important;
    margin-top: 5px;
    font-size: 13px;
}

.popup-form input[type=text],
.popup-form input[type=tel],
.popup-form input[type=email],
.popup-form input[type=date],
.popup-form select,
.popup-form textarea {
    border: none;
    border-bottom: solid 2px #c7c7c7;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    outline: none !important;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-form input[type=submit] {
    border: none;
    background-image: none;
    background-color: transparent;
    border: solid 1px #c3c3c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    width: 200px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    letter-spacing: 0.15em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-form input[type=submit]:hover {
    /* background-color: #c7c7c7 !important; */
    background: #000 !important;
    color: #fff;
}

.popup-form textarea {
    height: 55px;
    padding-bottom: 5px;
    resize: none;
}

.single-listing .close:before {
    transform: rotate(45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close:after {
    transform: rotate(-45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close span {
    font-size: 0;
}

.textalignCenter {
    text-align: center;
    padding: 15px 0 0;
}

.request-more-info .scroll-wrap,
.schedule-showing .scroll-wrap {
    padding: 40px 18px;
    overflow-y: auto;
    webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.request-more-info,
.schedule-showing {
    height: auto;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    max-height: 683px;
    z-index: 200;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.popup-wrap-request .request-more-info p,
.popup-wrap-schedule .schedule-showing p {
    color: #797979;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 !important;
}

.request-more-info .close,
.schedule-showing .close {
    right: 35px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}


/* Inner Page Contact Us */

.page-template-template-contact-us #inner-page-wrapper {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

.page-template-template-contact-us .inner-page-breadcrumbs {
    position: relative;
    z-index: 2;
    background: rgba(160, 160, 160, 0.66);
}

.contact-us {
    position: relative;
    margin: 0 auto;
}

.contact-us-top {
    margin-top: -32px;
    padding-top: 32px;
    position: relative;
    z-index: 1;
    background: transparent url('images/contact-us-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-us-top:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 32px;
    left: 0;
    width: 100%;
    height: calc(100% - 32px);
    background: rgba(242, 242, 242, 0.85);
}

.contact-us-top:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 32px;
    right: 0;
    width: 50%;
    height: calc(100% - 32px);
    background: rgba(86, 86, 86, 0.37);
}

.contact-us-top-content {
    display: block;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact-us-content {
    background: #fff;
    margin-right: -35px;
    padding: 68px 130px 71px 45px;
}

.contact-us-title {
    font-size: 110px !important;
    line-height: 110px !important;
    font-weight: 600 !important;
    letter-spacing: -2.75px !important;
    color: #1b1b1b !important;
    margin: 0 !important;
}

.contact-us-title span b {
    font-size: 85px;
    font-weight: 400 !important;
    line-height: 85px;
    letter-spacing: 0.85px;
    margin-top: -9px;
}

.translated-ltr .contact-us-title {
    font-size: 90px !important;
    line-height: 90px !important;
}

.translated-ltr .contact-us-title span b {
    font-size: 75px;
    line-height: 75px;
}

.contact-us-title span i.title-line {
    width: 200%;
    left: -207% !important;
    bottom: auto;
    top: 51px;
    background: #b0b0b0 !important;
}

.contact-us-subtext {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1b1b1b;
    margin-top: 13px;
}

.contact-us-form {
    position: relative;
    margin-top: 42px;
}

.contact-us-form form {
    margin: 0 !important;
    position: relative;
}

.contact-us-form form .wpcf7-form-control-wrap {
    display: block;
}

.contact-us-form .form-group {
    display: block;
    margin: 0 -11px;
}

.contact-us-form .form-group:before,
.contact-us-form .form-group:after {
    content: '';
    display: table;
}

.contact-us-form .form-group:after {
    clear: both;
}

.contact-us-form .form-input {
    float: left;
    width: 50%;
    padding: 0 11px;
    position: relative;
    margin-bottom: 23px;
}

.contact-us-form .form-input.lg {
    width: 100%;
}

.contact-us-form label {
    display: block;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(102, 102, 102, 0.3);
    margin: 0;
    padding: 0;
    height: 37px;
}

.contact-us-form textarea {
    resize: none;
}

.contact-us-form .form-submit:before {
    display: none;
}

.contact-us-form .form-submit {
    border-color: #666666;
    margin: 27px 0 0 11px;
}

.contact-us-form .form-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2.4px;
    color: #1b1b1b;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-us-form .form-submit:hover input[type="submit"] {
    color: #fff;
}

.contact-us-form .form-submit .ajax-loader {
    position: absolute;
    top: calc(50% - 10px);
    margin: 0;
    right: -25px;
}

.contact-us-form form .wpcf7-response-output {
    position: absolute;
    margin: 0;
    bottom: -54px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

.contact-us-form form span.wpcf7-not-valid-tip {
    top: -3px;
    left: auto;
    right: 0;
}

.contact-us-group-photo-bg {
    position: absolute;
    background: transparent url('images/contact-us-group-photo-overlay-a.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    bottom: 160px;
    right: 45px;
    width: 53.3%;
    opacity: 0.25;
}

.contact-us-group-photo-bg canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.contact-us-group-photo {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 160px;
    right: 45px;
    width: 53.3%;
}

.contact-us-group-photo canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.contact-us-bottom {
    position: relative;
    z-index: 2;
}

.contact-us-info {
    position: relative;
    z-index: 0;
    background: #1b1b1b;
    margin: -42% 0 0 -20px;
    padding: 53px 0 49px;
}

.page-id-551031 .contact-us-info,
.page-id-551033 .contact-us-info,
.page-id-551035 .contact-us-info,
.page-id-551038 .contact-us-info,
.page-id-4742 .contact-us-info {
    margin: -110% 0 0 -20px;
}

/* .page-id-551031 .contact-us-bottom,
.page-id-551033 .contact-us-bottom,
.page-id-551035 .contact-us-bottom,
.page-id-551038 .contact-us-bottom, */
.page-id-4742 .contact-us-bottom {
    display: none;
}

.contact-us-info .contact-us-logo {
    display: block;
    margin: 0 auto;
    width: 482px;
    max-width: 100%;
    height: auto;
}

.contact-us-info .info-company {
    text-align: center;
    margin: 32px -15px 0 !important;
}

.contact-us-info .info-company li {
    display: inline-block;
    margin: 0 0 16px -4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #8c8c8c;
    padding: 0 15px;
}

.contact-us-info .info-company li a,
.contact-us-info .info-company li em,
.contact-us-info .info-company li img {
    display: inline-block;
    vertical-align: middle;
}

.contact-us-info .info-company li img {
    margin-right: 5px;
}

.contact-us-info .info-company li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-us-info .info-company li a:hover {
    color: #e51937;
}

.contact-us-info .info-company li:nth-child(1) {
    margin-left: 0;
}

.contact-us-info .info-company li.lg {
    display: block;
    margin-left: 0;
    width: 100%;
}

.contact-us-info .info-company li.location img {
    position: relative;
    top: -2px;
}

.contact-us-info .info-smi {
    margin: 33px 0 0 !important;
    text-align: center;
}

.contact-us-info .info-smi li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding: 0 6px;
}

.contact-us-info .info-smi li:nth-child(1) {
    margin-left: 0;
}

.contact-us-info .info-smi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.contact-us-info .info-smi li a:hover {
    background: #e51937;
    border-color: #e51937;
}

.contact-us-info-map {
    display: block;
    height: 533px;
}

.our-properties-single-smi .addtoany_shortcode {
    display: none !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 40px;
    line-height: 32px;
    width: 40px;
}

span.a2a_svg.a2a_s__default {
    font-size: 23px;
    color: #1b1b1b !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    background: #f2f2f2 !important;
    fill: #000;
}


/* Inner Page Our Team */

.inner-page-our-team {
    margin-bottom: 0 !important;
}

.inner-page-banner.banner-our-team canvas {
    background-image: url('images/inner-page-banner-ourteam.jpg');
    background-position: center left;
}

.inner-page-banner.banner-our-team .inner-page-banner-logo {
    display: none;
}

.inner-page-breadcrumbs.breadcrumbs-our-team,
.breadcrumbs-west-hollywood-agents-v2,
.breadcrumbs-newport-beach-agents-v2,
.breadcrumbs-cabo-san-lucas-agents-v2,
.breadcrumbs-our-team-v2 {
    position: relative;
    z-index: 2;
    background: transparent;
}

[class^="our-team-section-bg-"] {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

[class^="our-team-section-bg-"]:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-team-logo {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    pointer-events: none;
    margin-top: -44px;
    transform: translateY(-100%);
}

.our-team-logo img {
    display: block;
    max-width: 100%;
}

.our-team-section-bg-a {
    background-image: url('images/ip-team-bg-a.jpg');
    margin-top: -32px;
    padding: 32px 0 42px;
}

.our-team-section-bg-a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(160, 160, 160, 0.66);
}

.our-team-section-bg-a:after {
    background: rgba(242, 242, 242, 0.85);
    top: 32px;
    height: calc(100% - 32px);
}

.our-team-section-bg-b {
    background-image: url('images/ip-team-bg-b.jpg');
}

.our-team-section-bg-b:after {
    background: rgba(223, 223, 223, 0.90);
}

.our-team-section-bg-c {
    background-image: url('images/ip-team-bg-c.jpg');
}

.our-team-section-bg-c:after {
    background: rgba(223, 223, 223, 0.85);
}

.our-team-section-bg-d {
    background-image: url('images/ip-team-bg-d.jpg');
}

.our-team-section-bg-d:after {
    background: rgba(223, 223, 223, 0.90);
}

.our-team-section,
.our-team-brokers-section,
.our-team-staff-section,
.our-team-agents-section,
.our-team-puplick-section {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.our-team-section {
    position: relative;
}

.our-team-content {
    background: #fff;
    display: block;
    margin: 0;
    width: 72%;
    position: relative;
}

.our-team-content canvas {
    display: block;
    width: 100%;
}

.our-team-photo {
    position: absolute;
    top: -64px;
    right: 72px;
    width: 51%;
    max-width: 100%;
}

.our-team-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.our-team-section .our-team-title {
    position: absolute;
    top: 118px;
    left: 92px;
    margin: 0 !important;
    font-size: 150px !important;
    font-weight: 600 !important;
    line-height: 150px !important;
    letter-spacing: -3.75px !important;
}

.our-team-section .our-team-title span b {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -1.8px;
    font-weight: 400 !important;
    margin: -14px -94px 0 0;
}

.our-team-section .our-team-title span .title-line {
    width: 400%;
    top: 80px;
    left: -411%;
}

.our-team-brokers-section {
    padding: 79px 0 69px;
    overflow: hidden;
}

.our-team-brokers-section .our-team-brokers-title {
    color: #1b1b1b;
    position: relative;
    margin-top: 159px;
    margin-left: 32px;
    width: 207px;
}

.our-team-brokers-section .our-team-brokers-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    width: 39px;
    height: 4px;
    background: #e51937;
}

.our-team-brokers-section .our-team-brokers-title span {
    text-align: left;
    display: block;
}

.our-team-brokers-section .our-team-brokers-title span b {
    font-weight: 400 !important;
    text-align: right;
}

.our-team-brokers-section .our-team-brokers-title span .title-line {
    width: 400%;
    top: 47px;
    right: -400%;
    left: auto;
    background: #b0b0b0;
}

.our-team-brokers-list {
    display: block;
    margin: 0 -13px;
}

.our-team-brokers-col {
    float: left;
    padding: 0 13px;
    /*width: 29.55%;*/
    width: 25%;
}

.page-id-519521 .our-team-brokers-col{
    width: 29.55%;
}

.our-team-brokers-col.lg {
    width: 25%;
}

.our-team-brokers-col.fl-r {
    float: right;
}

.our-team-brokers-item {
    display: block;
    text-decoration: none;
    position: relative;
    width: 320px;
    max-width: 100%;
}

.our-team-brokers-item .our-team-brokers-img {
    display: block;
    position: relative;
    margin-bottom: 67px;
}

.our-team-brokers-item .our-team-brokers-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.our-team-brokers-item .our-team-brokers-info {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -67px;
    cursor: auto;
}

.our-team-brokers-item .our-team-brokers-info .our-team-brokers-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 16px;
}

.our-team-brokers-item .our-team-brokers-info .our-team-brokers-position {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    color: #1b1b1b;
    color: #666666;
    margin-top: 7px;
}

.our-team-brokers-item .our-team-brokers-hover {
    position: absolute;
    bottom: 30px;
    left: 50px;
    width: calc(100% - 100px);
    background: #e51937;
    border-color: #e51937;
    font-size: 16px;
    font-weight: 400;
    /*    line-height: 16px;*/
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
}

.our-team-brokers-item .our-team-brokers-img:hover ~ .our-team-brokers-hover {
    opacity: 1;
    pointer-events: auto;
}

.our-team-brokers-item .our-team-brokers-hover:after {
    left: auto;
    right: -51px;
    width: 74px;
    background: #fff;
}

.our-team-agents-section {
    padding: 75px 0 65px;
}

.our-team-agents-section .our-team-agents-title {
    color: #1b1b1b;
    position: relative;
    margin-top: 159px;
    width: 166px;
}

.our-team-agents-section .our-team-agents-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    width: 39px;
    height: 4px;
    background: #e51937;
}

.our-team-agents-section .our-team-agents-title span {
    text-align: left;
    display: block;
}

.our-team-agents-section .our-team-agents-title span b {
    font-weight: 400 !important;
    text-align: right;
}

.our-team-agents-list {
    display: block;
    margin: 0 -11px;
}

.our-team-agents-col {
    float: left;
    padding: 0 11px;
    width: calc(100% / 4);
    margin-bottom: 22px;
}

.our-team-agents-col.fl-r {
    float: right;
}

.our-team-agents-item {
    display: block;
    text-decoration: none;
    position: relative;
    width: 320px;
    max-width: 100%;
    text-decoration: none;
}

.our-team-agents-item .our-team-agents-img {
    display: block;
    position: relative;
}

.our-team-agents-item .our-team-agents-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.our-team-agents-item .our-team-agents-hover {
    position: absolute;
    bottom: 14px;
    left: 24px;
    width: calc(100% - 48px);
    background: #e51937;
    border-color: #e51937;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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;
    padding: 0 60px !important;
    opacity: 0;
    pointer-events: none;
}

.our-team-agents-item .our-team-agents-img:hover ~ .our-team-agents-hover {
    opacity: 1;
    pointer-events: auto;
}

.our-team-agents-item .our-team-agents-hover:before {
    display: none;
}

.our-team-agents-item .our-team-agents-hover:after {
    left: auto;
    right: -24px;
    width: 54px;
    background: #fff;
}

.our-team-staff-section {
    padding-top: 75px;
    padding-bottom: 82px;
    margin-bottom: 117px;
}

.our-team-staff-section .our-team-staff-title {
    color: #1b1b1b;
    position: relative;
    margin-top: 159px;
    width: 166px;
}

.our-team-staff-section .our-team-staff-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    width: 39px;
    height: 4px;
    background: #e51937;
}

.our-team-staff-section .our-team-staff-title span {
    text-align: left;
    display: block;
}

.our-team-staff-section .our-team-staff-title span b {
    font-weight: 400 !important;
    text-align: right;
}

.our-team-staff-list {
    display: block;
    margin: 0 -11px;
}

.our-team-staff-col {
    float: left;
    padding: 0 11px;
    width: calc(100% / 4);
    margin-bottom: 22px;
}

.our-team-staff-col.fl-r {
    float: right;
}

.our-team-staff-item {
    display: block;
    text-decoration: none;
    position: relative;
    width: 320px;
    max-width: 100%;

}

.our-team-staff-item .our-team-staff-img {
    display: block;
    position: relative;
}

.our-team-staff-item .our-team-staff-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.our-team-staff-item .our-team-staff-hover {
    position: absolute;
    bottom: 14px;
    left: 24px;
    width: calc(100% - 48px);
    background: #e51937;
    border-color: #e51937;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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;
    padding: 0 60px !important;
    opacity: 0;
    pointer-events: none;
}

.our-team-staff-item .our-team-staff-img:hover ~ .our-team-staff-hover {
    opacity: 1;
    pointer-events: auto;
}

.our-team-staff-item .our-team-staff-hover:before {
    display: none;
}

.our-team-staff-item .our-team-staff-hover:after {
    left: auto;
    right: -24px;
    width: 54px;
    background: #fff;
}

.our-team-puplick-section {
    padding: 75px 0 82px;
    overflow: hidden;
}

.our-team-puplick-section .our-team-puplick-title {
    color: #1b1b1b;
    position: relative;
    margin-top: 159px;
    margin-left: 32px;
    width: 383px;
}

.our-team-puplick-section .our-team-puplick-title:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    width: 39px;
    height: 4px;
    background: #e51937;
}

.our-team-puplick-section .our-team-puplick-title span {
    text-align: left;
    display: block;
}

.our-team-puplick-section .our-team-puplick-title span b {
    font-weight: 400 !important;
    text-align: right;
}

.our-team-puplick-section .our-team-puplick-title span .title-line {
    width: 400%;
    top: 47px;
    right: -400%;
    left: auto;
    background: #b0b0b0;
}

.our-team-puplick-list {
    display: block;
    margin: 0 -11px;
}

.our-team-puplick-col {
    float: left;
    padding: 0 11px;
    width: calc(100% / 4);
    margin-bottom: 22px;
}

.our-team-puplick-col.lg {
    width: 50%;
}

.our-team-puplick-col.fl-r {
    float: right;
}

.our-team-puplick-item {
    display: block;
    text-decoration: none;
    position: relative;
    width: 320px;
    max-width: 100%;
    text-decoration: none;
}

.our-team-puplick-item .our-team-puplick-img {
    display: block;
    position: relative;
    margin-bottom: 67px;
}

.our-team-puplick-item .our-team-puplick-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.our-team-puplick-item .our-team-puplick-info {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -67px;
    cursor: auto;
}

.our-team-puplick-item .our-team-puplick-info .our-team-puplick-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 16px;
}

.our-team-puplick-item .our-team-puplick-info .our-team-puplick-position {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    color: #1b1b1b;
    color: #666666;
    margin-top: 7px;
}

.our-team-puplick-item .our-team-puplick-hover {
    position: absolute;
    bottom: 14px;
    left: 24px;
    width: calc(100% - 48px);
    background: #e51937;
    border-color: #e51937;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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;
    padding: 0 30px;
    opacity: 0;
    pointer-events: none;
}

.our-team-puplick-item .our-team-puplick-img:hover ~ .our-team-puplick-hover {
    opacity: 1;
    pointer-events: auto;
}

.our-team-puplick-item .our-team-puplick-hover:before {
    display: none;
}

.our-team-puplick-item .our-team-puplick-hover:after {
    left: auto;
    right: -24px;
    width: 54px;
    background: #fff;
}


/* Inner Page Single Agents */

.page-template-template-our-team-single .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/inner-page-banner-ourteam.jpg');
    background-position: center left;
}

.page-template-template-our-team-single #inner-page-wrapper {
    margin: -32px 0 0;
    background: transparent;
}

.page-template-template-our-team-single .inner-page-breadcrumbs {
    background: transparent;
    position: relative;
    /*    z-index: 2;*/
}

.page-template-template-our-team-single .inner-page-breadcrumbs #breadcrumbs {
    margin-left: 32.8%;
    padding-left: 28px;
}

.page-template-template-our-team-single .inner-page-banner .inner-page-banner-photo {
    /*
    height: 372px;
    max-height: 372px;
*/
}

.agents-single-wrap {
    margin-top: -68px;
    overflow: hidden;
}

.agents-single-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(160, 160, 160, 0.66);
}

.agents-single-photo {
    display: block;
    width: 575px;
    max-width: 100%;
}

.agents-single-photo canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.agents-single-links {
    display: block;
    padding-left: 13px;
    margin: 94px -21px 0 !important;
}

.agents-single-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 21px;
    position: relative;
    margin-left: -4px;
}

.agents-single-links li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 11px;
    background: #cbcbcb;
}

.agents-single-links li:nth-child(1):before {
    display: none;
}

.agents-single-links li:nth-child(1) {
    margin-left: 0;
}

.agents-single-links li a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #626262;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agents-single-links li a:hover {
    color: #e51937;
}

.agents-single .agents-single-title {
    font-size: 150px !important;
    line-height: 150px !important;
    letter-spacing: -3.75px !important;
    font-weight: 600 !important;
    width: 510px;
    max-width: 100%;
    margin: 41px 0 0 !important;
    padding-left: 14px;
}

.agents-single .agents-single-title span {
    display: block;
    text-align: left;
}

.agents-single .agents-single-title span.text-top {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #626262;
    margin-bottom: -22px;
}

.agents-single .agents-single-title span.text-bottom {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #626262;
    letter-spacing: -0.9px;
    text-align: right;
    margin-top: 11px;
}

.agents-single .agents-single-title span b {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -3.75px;
    font-weight: 400 !important;
    text-align: right;
    margin-top: -18px;
}

.agents-single .agents-single-title span .title-line {
    width: 400%;
    left: auto;
    /*right: -388%;*/
    right: -440%;
    top: 105px;
    bottom: auto;
}

.agents-single-content {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    padding: 0 29px 0 17px;
    margin: 36px 0 92px;
}

.agents-single-content p {
    margin: 0 !important;
}

.agents-single-contact-wrap {
    position: relative;
    z-index: 1;
}

.agents-single-contact-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent url('images/agents-single-contact-bg-b.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.agents-single-contact {
    padding: 9% 0 12% 41.3%;
    overflow: hidden;
}

.agents-single-contact-photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: calc(100% - 68px);
}

.agents-single-contact-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.agents-single-contact-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    position: relative;
}

.agents-single-contact-info {
    display: block;
    padding: 0;
    margin: 40px 0 0 !important;
}

.agents-single-contact-info li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 16px;
}

.agents-single-contact-info li:nth-last-child(1) {
    margin-bottom: 0;
}

.agents-single-contact-info li a,
.agents-single-contact-info li em,
.agents-single-contact-info li span {
    display: inline-block;
    vertical-align: middle;
}

.agents-single-contact-info li a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agents-single-contact-info li a:hover {
    color: #e51937;
}

.agents-single-contact-info li span {
    width: 24px;
}

.agents-single-contact-info li img {
    display: block;
}

.agents-single-contact-smi {
    display: block;
    margin: 37px -5px 0 !important;
}

.agents-single-contact-smi li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding: 0 5px;
}

.agents-single-contact-smi li:nth-child(1) {
    margin-left: 0;
}

.agents-single-contact-smi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.agents-single-contact-smi li a:hover {
    background: #e51937;
    border-color: #e51937;
    color: #fff;
}

.agents-single-listings-wrap {
    padding: 86px 0;
}

.agents-single-contact-link {
    margin: 42px 0 0;
}

.agents-single-listings-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 34px;
    margin-left: -2px;
    padding-top: 40px;
    position: relative;
}

.agents-single-listings-title:after {
    content: '';
    position: absolute;
    top: 54px;
    left: -407%;
    width: 400%;
    height: 4px;
    background: #b0b0b0;
}

.agents-single-listings-link {
    background: #1b1b1b;
    color: #fff !important;
    border-color: #1b1b1b;
    margin: 0 0 10px;
}

.agents-single-listings-link:after {
    left: auto;
    right: -21px;
    background: #3e3e3e;
    width: 36px;
}

.agents-single-listings-link.active,
.agents-single-listings-link:hover {
    background: #fff !important;
    color: #1b1b1b !important;
}

.agents-single-listings-slider-wrap {
    display: block;
    width: 100%;
}

.agents-single-listings-slider {
    display: block;
    width: 100%;
    margin: 0 -0.5px;
}

.agents-single-listings-slider .slick-slide {
    outline: none;
    margin-top: 172px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agents-single-listings-slider .slick-slide > div {
    padding: 0.5px;
}

.agents-single-listings-slider .slick-current + .slick-slide,
.agents-single-listings-slider .slick-slide:nth-last-of-type(1) {
    margin-top: 0;
}

.agents-single-listings-slide {
    display: block !important;
    outline: none !important;
    position: relative;
}

.agents-single-listings-main-img {
    display: block;
}

.agents-single-listings-main-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.agents-single-listings-main {
    position: relative;
    z-index: 1;
}

.agents-single-listings-main-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px 21px;
}

.agents-single-listings-main-info > div {
    display: flex;
    align-items: baseline;
}

.agents-single-listings-main-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 16px;
}

.agents-single-listings-main-address {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agents-single-listings-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 659px;
    height: 462px;
    transform-origin: center;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.agents-single-listings-slider .slick-current > div:nth-child(2) .agents-single-listings-hover {
    top: auto;
    bottom: 0;
}

.agents-single-listings-slider .slick-current + .slick-slide > div:nth-child(1) .agents-single-listings-hover {
    left: auto;
    right: 0;
}

.agents-single-listings-slider .slick-current + .slick-slide > div:nth-child(2) .agents-single-listings-hover {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.agents-single-listings-slide:hover .agents-single-listings-hover {
    transform: scale(1);
    opacity: 1;
}

.agents-single-listings-hover-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.agents-single-listings-hover-img canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.agents-single-listings-hover-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    height: 77px;
}

.agents-single-listings-hover-info > div {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: row;
    padding: 0 46px;
}

.agents-single-listings-hover-price {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #1b1b1b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 16px;
}

.agents-single-listings-hover-address {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    color: #1b1b1b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agents-single-listings-hover-view-details {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #fff;
    background: #1b1b1b;
}

.col-md-4.blog-top p,
.col-md-4.blog-top .site-section-title span {
    color: #fff;
}

.agents-single-listings-controls .agents-single-listings-prev,
.agents-single-listings-controls .agents-single-listings-next {
    position: absolute;
    z-index: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #1b1b1b;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agents-single-listings-controls .agents-single-listings-prev.slick-disabled,
.agents-single-listings-controls .agents-single-listings-next.slick-disabled {
    cursor: auto;
}

.agents-single-listings-controls .agents-single-listings-prev:hover,
.agents-single-listings-controls .agents-single-listings-next:hover {
    color: #e51937;
}

.agents-single-listings-controls .agents-single-listings-prev.bottom-index,
.agents-single-listings-controls .agents-single-listings-next.bottom-index {
    z-index: -1;
}

.agents-single-listings-controls .agents-single-listings-prev {
    top: 69px;
    left: 36.8%;
}

.agents-single-listings-controls .agents-single-listings-next {
    right: 37.3%;
    bottom: 122px;
}

.page-template-template-our-team-single .agents-single-listings-wrap {
    display: none;
}

.page-template-template-our-team-single .agents-single-wrap ul.agents-single-links {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
}

.agents-single-testi-wrap {
    background: transparent url('images/agents-single-testi-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 85px 0 79px;
}

.agents-single-testi-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.85);
}

.agents-single-testi-wrap .agents-single-testi-title {
    width: 485px;
    max-width: 100%;
    margin: 0 auto 68px !important;
    display: block;
    color: #1b1b1b;
}

.agents-single-testi-wrap .agents-single-testi-title span {
    display: block;
    text-align: left;
}

.agents-single-testi-wrap .agents-single-testi-title span b {
    text-align: right;
    font-weight: 500 !important;
    margin-top: 3px;
}

.agents-single-testi-wrap .agents-single-testi-title span i {
    bottom: 16px;
    left: 0;
    width: 38%;
    background: #b0b0b0;
}

.agents-single-testi-slider-wrap {
    background: #1c1c1c;
    position: relative;
    z-index: 1;
    padding: 81px 15px 69px;
}

.agents-single-testi-slider-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/testi-bg-b.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.35;
}

.agents-single-testi-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 67px;
}

.agents-single-testi-content h3 {
    margin-bottom: 0 !important;
}

.agents-single-testi-read-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.agents-single-testi-read-more:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #1b1b1b !important;
}

.agents-single-testi-read-more:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
}

.agents-single-testi-read-more:after {
    left: auto;
    right: -23px;
}

.agents-single-testi-controls {
    display: block;
    text-align: center;
}

.agents-single-testi-prev,
.agents-single-testi-next {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #666666;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.agents-single-testi-prev:hover,
.agents-single-testi-next:hover {
    color: #fff;
}

.agents-single-testi-prev {
    margin-right: 36px;
}

.agents-single-testi-next {
    margin-left: 38px;
}


/* Inner Page Oppenheim Group */

.page-template-template-oppenheim-group #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.page-template-template-oppenheim-group .inner-page-banner canvas {
    background-image: url('images/oppenheim-group-banner.jpg');
}

.page-template-template-oppenheim-group .inner-page-breadcrumbs {
    background: rgba(160, 160, 160, 0.66);
    margin-top: -32px;
}

.oppenheim-group {
    /*width: 1600px;*/
    max-width: 100%;
    margin: 0 auto;
}

.oppenheim-group-section-wrap {
    position: relative;
    overflow: hidden;
    margin-top: -72px;
    padding: 72px 0 70px;
    pointer-events: none;
}

.oppenheim-group-title {
    font-size: 120px !important;
    line-height: 120px !important;
    letter-spacing: -3px !important;
    font-weight: 600 !important;
    color: #1b1b1b;
    width: 520px;
    max-width: 100%;
    margin: 0 0 100px -21px !important;
    position: relative;
}

.oppenheim-group-title span {
    display: block;
    text-align: left;
}

.oppenheim-group-title span em {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    color: #949494;
    display: block;
    margin: 73px 0 -5px 5px;
    position: relative;
    top: 16px;
}

.oppenheim-group-title span b {
    font-size: 75px !important;
    line-height: 75px !important;
    font-weight: 400 !important;
    text-align: right;
    margin-top: -15px;
    position: relative;
    right: -6px;
}

.oppenheim-group-title span .title-line {
    width: 400%;
    left: calc(-399% - 15px) !important;
    top: 50%;
    bottom: auto !important;
    background: #b0b0b0;
}

.oppenheim-group-photo {
    position: absolute;
    top: 0;
    right: 72px;
    width: 46%;
    max-width: 100%;
}

.oppenheim-group-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-id-4778 .oppenheim-group-photo canvas {
    background-position: top center;
}

.oppenheim-group-content,
.oppenheim-group-history-content {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
}

.oppenheim-group-content p,
.oppenheim-group-history-content p {
    margin: 0 !important;
}

.oppenheim-group-history-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.oppenheim-group-history-section-wrap:before {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 169px);
    background: transparent url('images/oppenheim-group-history-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.oppenheim-group-history-section-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 169px);
    background: rgba(240, 240, 240, 0.85);
}

.oppenheim-group-history-section {
    background: #fff;
    padding: 0 25px 0 57px;
}

.oppenheim-group-history-img {
    width: 673px;
    max-width: 100%;
    margin: 0 55px 20px -57px;
}

.oppenheim-group-history-img img {
    display: block;
    width: 100%;
}

.oppenheim-group-history-img figcaption {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    color: #414141;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 57px;
    position: relative;
    top: 32px;
}

.oppenheim-group-history-title {
    font-size: 90px !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    font-weight: 600 !important;
    color: #1b1b1b;
    display: inline-block;
    width: 180px;
    max-width: 100%;
    margin: 41px 0 37px -4px;
    position: relative;
}

.oppenheim-group-history-title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    ;
    width: 38px;
    height: 4px;
    background: #e51937;
}

.oppenheim-group-history-title span {
    display: block;
    text-align: left;
}

.oppenheim-group-history-title span b {
    text-align: right;
    font-weight: 400 !important;
    margin-top: -3px;
}

.oppenheim-group-history-title span .title-line {
    width: 400%;
    left: auto !important;
    right: calc(-378% - 15px);
    top: 45px;
    bottom: auto !important;
    background: #b0b0b0;
}

.oppenheim-group-history-content {
    padding-bottom: 67px;
}

.oppenheim-group-quote {
    background: #fff;
    padding: 0 47px 83px 56px;
    margin-bottom: 44px;
}

.oppenheim-group-quote-list {
    margin: 0 !important;
    padding-top: 34px;
    border-top: 1px solid #e3e3e3;
}

.oppenheim-group-quote-list li {
    float: left;
    margin-left: 50px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    width: 303px;
    max-width: 100%;
}

.oppenheim-group-quote-list li:nth-child(1) {
    margin-left: 0;
}

.oppenheim-group-quote-list li:nth-last-of-type(1) {
    width: 330px;
}

.oppenheim-group-quote-list li span {
    display: block;
    color: #e51937;
    margin-top: 15px;
}

.oppenheim-group-brokerage-section-wrap {
    background: url(images/oppenheim-group-brokerage-bg.jpg);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 72px 0 82px;
    font-size: 0;
    margin: 18px 0 78px;
}

.oppenheim-group-brokerage-section-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(28, 28, 28, 0.85);
}

#content .oppenheim-group-brokerage-title {
    display: inline-block;
    font-size: 90px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 52px;
}

#content .oppenheim-group-brokerage-title::before {
    content: '';
    display: block;
    width: 38px;
    height: 5px;
    background: #e51937;
    margin-left: 23px;
    position: relative;
    top: 5px;
}

#content .oppenheim-group-brokerage-title span {
    display: block;
    text-align: center;
}

#content .oppenheim-group-brokerage-title b {
    font-weight: 400;
    letter-spacing: -0.025em;
    margin-top: -3px;
}

.oppenheim-group-brokerage-content {}

.oppenheim-group-brokerage-content-inner {}

.ogb-row {
    margin-bottom: 6px;
}

.ogb-item {
    margin-right: 0.375%;
    display: inline-block;
    vertical-align: top;
}

.ogb-item:last-child {
    margin-right: 0;
}

.ogb-row:first-of-type .ogb-item:first-child {
    width: 27.31%
}

.ogb-row:first-of-type .ogb-item:nth-child(2) {
    width: 44.69%;
}

.ogb-row:first-of-type .ogb-item:last-child {
    width: 27.25%;
}

.ogb-row:last-of-type .ogb-item:first-child {
    width: 27.31%
}

.ogb-row:last-of-type .ogb-item:nth-child(2) {
    width: 30.31%;
}

.ogb-row:last-of-type .ogb-item:last-child {
    width: 41.63%;
}

.ogb-item canvas {
    display: block;
    width: 100%;
    display: block;
    background: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Inner Page New Development */


/*
#new-development [data-aios-staggered-parent=true] {
    overflow: visible;
}
*/

.new-development-top {
    background: transparent url('images/new-development-bg-a.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.new-development-top:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.88);
}

.new-development-top:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: transparent url('images/new-development-overlay-bg-a.png') no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

.new-development-section {
    background: #ffffff;
    padding: 55px 50px 68px;
    width: calc(100% + 30px);
}

#content .new-development-title {
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #1b1b1b;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

.new-development-title span {
    text-align: left !important;
}

#content .new-development-title span b {
    display: block;
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #e51937;
    margin-top: -17px;
}

.new-development-title.site-section-title .title-line {
    width: 2000px;
    background: #b0b0b0;
    left: -2040px;
    top: 78px;
}

.new-development-content {}

#content .new-development-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 50px 10px 0 0;
}

.new-development-links-section {
    display: block;
    position: relative;
    /*background: url(images/new-development-quick-links-bg.jpg) no-repeat center center / cover;*/
    font-size: 0;
    padding: 38px 50px 25px;
    /*width: calc( 100% + 220px );*/
    /*margin-top: 205px;*/
    margin-top: 167px;
    /*overflow: hidden;*/
}

.new-development-links-section::before,
.new-development-links-section::after {
    content: '';
    display: block;
    position: absolute;
    width: 780px;
    height: 100%;
    top: 0;
    left: 0;
}

.new-development-links-section::before {
    background: url(images/new-development-quick-links-bg-02.jpg) no-repeat center center / cover;
    z-index: 1;
}

.new-development-links-section::after {
    background: rgba(27, 27, 27, 0.9);
    /*background: rgba(0, 0, 0, 0.8);*/
    z-index: 2;
}

.new-development-links-title {
    font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    margin-bottom: 35px;
}

#content .new-development-links-title b {
    font-weight: 700;
}

.new-development-links-title .title-line {
    display: block;
    width: 490px;
    height: 3px;
    background: #5f5f5f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -275px;
    margin: auto;
}

#content .new-development-links-list {
    position: relative;
    z-index: 3;
    margin: 0 20px;
}

.new-development-links-list li {
    display: block;
    margin-bottom: 18px;
}

.new-development-links-list li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c9c9c9;
    margin-right: 6px;
}

.new-development-links-list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #c9c9c9;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.new-development-links-list a:hover {
    /*color: #ffffff;*/
    color: #b51b32;
}

.new-development-about-section {
    margin-top: 78px;
    font-size: 0;
}

.new-development-about-text {
    width: calc(100% + 30px);
}

.new-development-section-title-bg {
    background: #1b1b1b;
    font: 600 90px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -0.025em;
    color: #e51937;
    text-align: center;
    text-transform: uppercase;
    padding: 35px 10px 45px;
    position: relative;
}

.new-development-section-title-bg .title-line {
    display: block;
    width: 2000px;
    height: 4px;
    background: #cbcbcb;
    position: absolute;
    top: 82px;
}

.new-development-about-title .title-line {
    left: -1920px;
}

.new-development-about-content {
    padding: 55px 68px 55px 0;
}

#content .new-development-about-content p {
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

.new-development-about-photo {
    position: relative;
    margin-top: 0;
}

.name-Firefox .new-development-about-photo {
    margin-top: 0;
}

.new-development-about-photo img {
    max-width: 100%;
}

.new-development-bottom {
    overflow: hidden;
    margin: 50px 0 100px;
}

.new-development-services-section {
    margin-bottom: 50px;
}

.new-development-services-title {
    width: 100%;
    max-width: 585px;
    float: right;
    position: relative;
    z-index: 2;
}

.new-development-services-title .title-line {
    right: -1930px;
}

.new-development-services-section img {
    max-width: 100%;
    margin: -170px 0 55px;
    position: relative;
    z-index: 1;
}

.new-development-services-list-title {
    font-size: 20px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.3;
    margin-bottom: 28px;
    min-height: 52px;
}

#content .new-development-services-list {
    margin-left: 0;
}

.new-development-services-list li {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    line-height: 1.7;
    margin: 3px 0;
}

.new-development-services-list li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 5px;
}

.new-development-services-list li span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 10px);
}

.new-development-experience-section {
    margin-bottom: 32px;
    margin-top: 130px;
}

.new-development-experience-content {}

.new-development-experience-row-2 {
    margin-top: 25px;
}

#content .new-development-experience-content p {}

.new-development-experience-text {
    width: calc(100% + 30px);
}

.new-development-experience-title {
    margin-bottom: 55px;
}

.new-development-experience-title .title-line {
    left: -1980px;
}

#content .new-development-experience-text p {
    margin: 16px 30px 16px 0;
}

.new-development-experience-photo {
    margin-top: -130px;
}

.new-development-experience-photo img {
    max-width: 100%;
}

.new-development-past-experience-section {}

.new-development-past-experience-content {}

.new-development-past-experience-photo {
    width: calc(100% + 30px);
}

.new-development-past-experience-photo img {
    max-width: 100%;
}

.new-development-past-experience-text {
    padding: 18px 0 0 35px;
}

.new-development-past-experience-title {
    font: 600 55px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -0.025em;
    color: #e51937;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}

.new-development-past-experience-title .title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #cbcbcb;
    position: absolute;
    top: 28px;
    right: -1890px;
}

#content .new-development-past-experience-text ol {
    margin-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.new-development-past-experience-text li {
    display: block;
    font-size: 16px;
    margin: 0px 0 10px;
}

#content .new-development-past-experience-text li strong {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #1b1b1b;
}

.new-development-past-experience-text li span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 27px);
}

#content .new-development-past-experience-text p {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-top: 60px;
    margin-bottom: 0;
}

.new-development-past-experience-text p strong {
    color: #1b1b1b;
}

.new-development-listings {}

.new-development-listings-title {
    font: 600 55px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -0.025em;
    color: #e51937;
    text-transform: uppercase;
    position: relative;
    /*margin-bottom: 45px;*/
}

.new-development-listings-title .title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #cbcbcb;
    position: absolute;
    top: 28px;
    left: -2015px;
}

.new-development-listings .our-properties-wrap .our-properties-listings {
    padding-top: 110px;
    padding-bottom: 65px;
}

.new-development-listings .our-properties-wrap .our-properties-listings-pagination li {
    background: none;
}

.new-development-listings .our-properties-wrap .our-properties-listings-pagination:after {
    display: none;
}

.new-development-testimonials {
    padding: 90px 0 0;
}

.new-development-testimonials-title {
    position: relative;
    font: 600 55px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -0.025em;
    color: #e51937;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.new-development-testimonials-title span {
    display: inline-block;
    padding: 0 58px;
    background: #ffffff;
}

.new-development-testimonials-title .title-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #cbcbcb;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.new-development-testi-slider {
    margin: 0 -20px;
}

.new-development-testi-slide {
    padding: 0 20px;
}

.new-development-testi-content {
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.new-development-testi-slide a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1;
}

.new-development-testi-slider-controls {
    text-align: center;
    margin: 68px 0 45px;
}

.new-development-testi-prev,
.new-development-testi-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1b1b1b;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.new-development-testi-prev {
    color: #666666;
}

.new-development-testi-prev:hover,
.new-development-testi-next:hover {
    color: #e51937;
}

.new-development-testi-prev span,
.new-development-testi-next span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
}

.new-development-testi-prev span {
    margin-right: 4px;
}

.new-development-testi-next span {
    margin-left: 4px;
}

.new-development-testi-read-more {
    display: inline-block;
    vertical-align: middle;
    padding-top: 21px;
    font-size: 12px;
    font-weight: 500;
    color: #1b1b1b;
    letter-spacing: 0.2em;
    margin: 0 35px;
    line-height: 1;
}

.new-development-testi-read-more:hover {
    background: #e51937;
    border-color: #e51937;
    color: #ffffff !important;
}

.new-development-testi-read-more:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    right: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Inner Page In The Media */

.page-template-template-in-the-media #inner-page-wrapper {
    margin-bottom: 0;
}

#in-the-media {}

#in-the-media [data-aios-staggered-parent=true] {
    overflow: visible;
    min-height: 600px;
}

.in-the-media-wrap {
    background: url(images/in-the-media-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.in-the-media-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    z-index: -1;
}

.in-the-media-heading {}

.in-the-media-heading-text {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 72px 0 62px 35px;
}

.in-the-media-heading-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 2128px;
    height: 100%;
    top: 0;
    right: -128px;
    background: #ffffff;
    z-index: -1;
}

#content .in-the-media-title {
    font-size: 150px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0 0 68px -9px;
    padding-right: 70px;
}

#content .in-the-media-title span {
    display: block;
    text-align: left;
}

#content .in-the-media-title b {
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-top: -17px;
    text-align: right;
}

.in-the-media-title.site-section-title span i.title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #b0b0b0;
    top: 78px;
    left: -2007px;
}

.in-the-media-text-content {
    padding-right: 25px;
}

.in-the-media-heading-photo,
.in-the-media-heading-photo2 {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.in-the-media-heading img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.in-the-media-content {
    margin-top: -165px;
    padding-bottom: 90px;
    overflow: hidden !important;
}

.name-Firefox .in-the-media-content {
    float: right;
    width: 100%;
}

.in-the-media-content-main {
    margin: 72px 0 0;
    overflow: hidden;
}

.in-the-media-article {
    margin-bottom: 30px;
}

.in-the-media-article-heading {
    overflow: hidden;
    height: 266px;
}

.in-the-media-article-heading-text {
    width: 37.6%;
    height: 100%;
    float: left;
    background: #1b1b1b;
    text-align: center;
    position: relative;
    z-index: 2;
}

.in-the-media-article-heading-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.in-the-media-article-heading-text-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 74%;
}

.in-the-media-article-heading-text-inner::after {
    content: '';
    display: block;
    width: 313px;
    height: 3px;
    background: #b0b0b0;
}

#content .in-the-media-article-heading-text h2 {
    font: 600 30px/1.2 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0 0 16px;
}

.in-the-media-article-heading-text span {
    display: block;
    font: 300 20px/1.2 'Source Sans Pro', sans-serif;
    color: #b1b1b1;
    margin-bottom: 20px;
}

.in-the-media-article-heading-photo {
    width: 62.4%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.in-the-media-article-heading-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.in-the-media-article-content {
    background: #ffffff;
    padding: 50px 35px;
    overflow: hidden;
    min-height: 165px;
}

.in-the-media-article-content-excerpt {
    font: 400 16px/1.6 'Source Sans Pro', sans-serif;
    color: #525252;
    width: 57%;
    float: left;
}

.in-the-media-article-content-btn {
    width: 43%;
    float: left;
    text-align: right;
}

.in-the-media-article-content-btn a {
    display: inline-block;
    color: #1b1b1b;
    min-width: 214px;
    width: auto;
    padding: 0 24px;
}

.in-the-media-load-more {
    float: right;
    color: #1b1b1b;
    margin-right: 60px;
    margin-top: 48px;
}

.in-the-media-content-sidebar {
    background: #ffffff;
    padding: 56px 0 0 38px;
    position: relative;
    /*margin-top: -275px;*/
}

.in-the-media-content-sidebar::after {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 100%;
    top: 0;
    right: -2000px;
    background: #ffffff;
}

#sidebar-box-01 {
    margin-bottom: 80px;
}

#sidebar-box-02 {
    margin-bottom: 70px;
}

#sidebar-box-03 {
    padding-bottom: 35px;
}

.in-the-media-sidebar-box span.head-title {
    display: block;
    font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    text-transform: uppercase;
}

#content .in-the-media-sidebar-box span.head-title strong {
    font-weight: 700;
}

.in-the-media-search {
    margin: 50px 0 70px;
}

.in-the-media-search form {
    position: relative;
}

.in-the-media-search input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
    height: 55px;
}

.in-the-media-search input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 23px;
    height: 23px;
    background: url(images/in-the-media-search.png) no-repeat center center;
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 0;
}

.in-the-media-categories {}

#content .in-the-media-categories ul {
    margin-left: 0;
}

.in-the-media-categories li {
    display: block;
    margin: 35px 0;
}

.in-the-media-categories a {
    display: block;
    overflow: hidden;
    background: url(images/articles-dotted-line.png) repeat-x center center;
    color: #1b1b1b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.in-the-media-categories a:hover {
    color: #e93e57;
}

.in-the-media-categories a span:first-of-type {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 25px;
    background: #ffffff;
}

.in-the-media-categories a span:last-of-type {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding-left: 25px;
    margin-top: 5px;
    background: #ffffff;
}

.in-the-media-popular-posts,
.in-the-media-recent-posts {
    margin-top: 8px;
}

#content .in-the-media-popular-posts ul,
#content .in-the-media-recent-posts ul {
    font-size: 0;
    margin-left: 0;
}

.in-the-media-popular-posts li,
.in-the-media-recent-posts li {
    border-bottom: 1px solid #e3e3e3;
    padding: 28px 0;
}

.in-the-media-popular-posts li:last-child,
.in-the-media-recent-posts li:last-child {
    border-bottom: 0;
}

.pp-photo,
.rp-photo {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
}

.pp-photo a,
.rp-photo a {
    display: block;
    overflow: hidden;
}

.pp-photo canvas,
.rp-photo canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-photo a:hover canvas,
.rp-photo a:hover canvas {
    transform: scale(1.2) translateZ(0);
}

.pp-text,
.rp-text {
    display: inline-block;
    vertical-align: middle;
    width: 52.5%;
    padding-left: 20px;
}

.pp-text a,
.rp-text a {
    display: inline-block;
    font: 600 15px/1 'Source Sans Pro', sans-serif;
    color: #1b1b1b;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-text a:hover,
.rp-text a:hover {
    color: #e93e57;
}

#content .pp-text p,
#content .rp-text p {
    font: 400 14px/1.1 'Source Sans Pro', sans-serif;
    color: #5a5a5a;
    margin: 14px 0 0;
}


/* Inner Page In The Media Details */

.page-template-template-in-the-media-single #inner-page-wrapper {
    margin-bottom: 0;
}

#in-the-media-details {}

#in-the-media-details [data-aios-staggered-parent=true] {
    overflow: visible;
}

.in-the-media-details-wrap {
    background: url(images/in-the-media-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 1;
}

.in-the-media-details-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    z-index: -1;
}

.in-the-media-details-heading {}

.in-the-media-details-heading-text {
    background: #ffffff;
    position: relative;
    /*z-index: 1;*/
    padding: 82px 0 62px 35px;
}

.in-the-media-details-heading-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 2128px;
    height: 100%;
    top: 0;
    right: -128px;
    background: #ffffff;
    z-index: -1;
}

.in-the-media-details-pre-title {
    font: 400 40px/1 'Barlow Semi Condensed', sans-serif;
    color: #1b1b1b;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    position: relative;
}

.in-the-media-details-pre-title .title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #b0b0b0;
    position: absolute;
    top: 17px;
    left: -2038px;
}

#content .in-the-media-details-title {
    font-size: 58px;
    font-weight: 600;
    color: #e51937;
    line-height: 1;
    text-transform: uppercase;
    margin: 20px 0 28px;
}

#content .in-the-media-details-title span {
    text-align: left;
}

.in-the-media-details-date {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.in-the-media-details-text-content {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin-top: 90px;
}

#content .in-the-media-details-text-content strong {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.in-the-media-details-heading-photo {
    position: relative;
    /*z-index: 2;*/
    margin-top: -58px;
}

.in-the-media-details-heading-photo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.in-the-media-details-content {
    margin-top: -175px;
    overflow: hidden !important;
    clear: both;
}

.single-blog #in-the-media-details [data-aios-staggered-parent=true] {
    overflow: visible !important;
}

.single-blog main {
    overflow-x: hidden;
}

.single-blog #in-the-media-details [data-aios-staggered-parent=true] .in-the-media-details-content-main {
    margin: 40px 0 118px;
}

.name-Firefox .in-the-media-details-content {
    float: right;
    width: 100%;
}

.in-the-media-details-content-main {
    background: #ffffff;
    font: 400 16px/1.6 'Source Sans Pro', sans-serif;
    color: #525252;
    margin: 272px 0 118px;
    overflow: hidden;
}

.in-the-media-details-content-img-holder {}

.in-the-media-details-content-img-margin {
    margin-bottom: 22px;
}

.in-the-media-details-content-img-holder img {
    max-width: 100%;
}

.in-the-media-details-content-txt-holder {
    padding: 35px 32px;
}

#content .in-the-media-details-content-txt-holder p {
    margin: 25px 0;
}

.first-letter {
    overflow: hidden;
}

.first-letter:first-letter {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 125px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1;
    float: left;
    margin-top: -15px;
    margin-right: 15px;
}

.in-the-media-details-content-blockquote {
    background: url(images/in-the-media-details-blockquote-bg.jpg) #131313 no-repeat center center / cover;
    height: 220px;
    text-align: center;
    margin: 10px 0 35px;
}

.in-the-media-details-content-blockquote::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.in-the-media-details-content-blockquote span {
    display: inline-block;
    vertical-align: middle;
    font: 300 36px/1.2 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
}

#content .in-the-media-details-content-blockquote span strong {
    display: block;
    font-weight: 600;
}


/* Updates - 09/25/2018 */

h4.sched-showing-header,
h4.req-details-header {
    font-family: 'Robot', sans-serif;
}

.page-id-4762 .floating-smi {
    display: none !important;
}


/*** Banner ****/

.page-id-4782 .inner-page-banner .inner-page-banner-photo {
    background-image: url(images/our-office-bg.jpg);
}

.page-id-4786 .inner-page-banner .inner-page-banner-photo {
    background-image: url(images/our-staff-bg.jpg);
}

.page-id-4784 .inner-page-banner .inner-page-banner-photo {
    background-image: url(images/our-agents-bg.jpg);
}

.page-id-4752 .inner-page-banner .inner-page-banner-photo {
    background-image: url(images/new-dev-bg.jpg);
}

.page-id-4768 #inner-page-wrapper {
    background: transparent url(images/our-properties-bg-a.jpg) no-repeat;
    background-position: top left;
    background-size: cover;
}

.page-id-4768 #inner-page-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.85);
}


/* Inner Page Our Offices */

.page-template-template-our-offices .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/inner-page-banner-ouroffice.jpg');
}

.page-template-template-our-offices .inner-page-breadcrumbs {
    position: relative;
    z-index: 2;
    background: transparent;
}

.page-template-template-our-offices #inner-page-wrapper {
    margin-bottom: 0;
}

.our-offices-section {
    position: relative;
    z-index: 1;
}

#our-offices {
    /* width: 1600px;
    max-width: 100%; */
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.our-offices-section .our-offices-top {
    margin-top: -32px;
    padding-top: 32px;
    background: transparent url('images/our-offices-bg-a.jpg') no-repeat;
    /*background-position: center center;*/
    background-position: -20px center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 74px;
    padding-bottom: 89px;
}

.our-offices-section .our-offices-top:before {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 32px);
    background: rgba(242, 242, 242, 0.85);
}

.our-offices-section .our-offices-top:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 34%;
    /*background: transparent url('images/our-offices-bg-b.png') no-repeat;*/
    background-size: 100% 100%;
    background-position: center center;
}

.our-offices-section .our-offices-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(160, 160, 160, 0.66);
}

.our-offices-title {
    margin: 75px 0 61px !important;
    font-size: 150px !important;
    font-weight: 600 !important;
    line-height: 150px !important;
    letter-spacing: -3.75px !important;
    color: #1b1b1b !important;
    width: 375px;
    max-width: 100%;
}

.our-offices-title span {
    text-align: left !important;
    display: block;
    margin-left: -7px;
}

.our-offices-title span b {
    font-size: 75px !important;
    font-weight: 400 !important;
    line-height: 75px !important;
    display: block;
    text-align: right;
    margin-top: -18px;
}

.our-offices-title span i.title-line {
    width: 400%;
    left: calc(-398% - 15px) !important;
    bottom: auto !important;
    top: 82px !important;
    background: #b0b0b0 !important;
}

.our-offices-top-photo {
    position: absolute;
    top: -37px;
    right: 0;
    width: 44%;
}

.our-offices-top-photo canvas {
    display: block;
    width: calc(100% - 58px);
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.our-offices-top-photo canvas:nth-child(1) {
    margin-left: 58px;
}

.our-offices-content-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    color: #1b1b1b;
    text-transform: uppercase;
}

.our-offices-content-title.line-right {
    margin: 0 0 23px -6px;
}

.our-offices-content-title.line-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    background: #3e3e3e;
    margin: -6px 0 0 30px;
}

.our-offices-content-title.line-left {
    margin: 141px 0 33px;
}

.our-offices-content-title.line-left:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 1px;
    background: #3e3e3e;
    margin: -6px 30px 0 -88px;
}

.our-offices-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
}

.our-offices-content p {
    margin: 0 !important;
}

.our-offices-content-a {
    margin-left: -7px;
    padding-right: 17px;
}

.our-offices-section .our-offices-bottom {
    position: relative;
    padding-bottom: 130px;
    margin-top: 50px;
}

.our-offices-bottom-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 459px;
}

.our-offices-bottom-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.our-offices-content-b {
    padding-right: 25px;
}

.our-offices-party-section {
    position: relative;
    margin-top: 71px;
    overflow: hidden;
}

.our-offices-party-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 469px;
    background: #fff;
}

.our-offices-party-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.21;
}

.our-offices-party-title {
    font-size: 90px !important;
    font-weight: 700 !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    color: #1b1b1b !important;
    width: 311px;
    position: relative;
    margin-top: 154px;
}

.our-offices-party-title:before {
    content: '';
    display: block;
    width: 38px;
    height: 5px;
    background: #e51937;
}

.our-offices-party-title span {
    display: block;
    text-align: left!important;
    margin-left: -4px;
}

.our-offices-party-title span b {
    display: block;
    text-align: right;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: -0.9px !important;
/*    padding-left: 90px!important;*/
}

.our-offices-party-title span .title-line {
    width: calc(30% - 15px);
    left: 4px !important;
    bottom: 15px !important;
    background: #818181 !important;
}

.our-offices-party-video {
    display: block;
    position: relative;
    margin-top: 173px;
}

.our-offices-party-video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 76px;
    height: 76px;
    background: transparent url('images/our-offices-party-video-play-button.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

.our-offices-party-video:hover:before {
    opacity: 1;
}

.our-offices-party-video img {
    display: block;
    max-width: 100%;
}

.our-offices-party-gallery-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #1b1b1b;
    text-transform: uppercase;
    text-align: center;
    margin-top: 73px;
}

.our-offices-party-gallery-list {
    margin: 67px 0 136px;
}

.party-gallery-list-row-a {
    margin: 0 -0.5px;
}

.our-offices-party-gallery-item {
    float: left;
    padding: 0 0.5px;
    margin-top: 1px;
}

.our-offices-party-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-gallery-list-row-a .our-offices-party-gallery-item {
    width: calc(100% / 3);
    height: 331px;
}

.party-gallery-list-row-a .our-offices-party-gallery-item:nth-child(2) {
    width: calc(100% / 3);
    height: 331px;
}

.party-gallery-list-row-b .our-offices-party-gallery-item {
    width: calc(100% / 3);
    height: 331px;
}


/*Home Valuation */

.page-id-4772 .entry-title {
    display: none;
}

.page-id-4772 #content .home-valuation-title.site-section-title {
    font-size: 90px !important;
    font-weight: 600 !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    margin: 37px 0 50px !important;
    text-align: left;
    display: block;
}

.page-id-4772 #content .home-valuation-title.site-section-title span b {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: 0.36px !important;
    margin-top: 6px;
}

.page-id-4772 #content .home-valuation-title.site-section-title span .title-line {
    width: 110%;
    bottom: 62%;
    left: -120%;
}

.page-id-4772 #ihf-main-container .form-horizontal .control-label {
    font-size: 15px;
}

.page-id-4772 .aidefcf-left,
.page-id-4772 .aidefcf-right {
    width: 100%;
    float: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 0;
}

.page-id-4772 .ai-default-cf7wrap {
    text-align: center;
}

.page-id-4772 .aidefcf-subtitle {
    text-align: left;
}

.page-id-4772 .ai-default-cf7wrap input[type="text"],
.page-id-4772 .ai-default-cf7wrap input[type="tel"],
.page-id-4772 .ai-default-cf7wrap select,
.page-id-4772 .ai-default-cf7wrap input[type="email"],
.page-id-4772 .ai-default-cf7wrap textarea {
    border: 1px solid rgba(102, 102, 102, 0.3);
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 0.8);
    font-weight: 300;
}

.page-id-4772 .ai-default-cf7wrap textarea {
    height: initial;
}

.page-id-4772 .ai-default-cf7wrap input[type="text"]::placeholder,
.page-id-4772 .ai-default-cf7wrap input[type="tel"]::placeholder,
.page-id-4772 .ai-default-cf7wrap input[type="email"]::placeholder,
.page-id-4772 .ai-default-cf7wrap textarea::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: rgba(102, 102, 102, 0.8);
}

.page-id-4772 .ai-default-cf7wrap select {
    background: transparent url('images/select-arrow.png') no-repeat;
    background-position: center right 9px;
}


/* Updates/Changes 10/05/2018 */

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info {
    height: 50px;
    /*background: rgba(255, 255, 255, 0.75);*/
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item > .fl-info {
    transition: all 0.4s ease-in-out;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:hover > .fl-info {
    opacity: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info span {
    top: 0 !important;
    align-self: center !important;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-view-details {
    background: rgba(27, 27, 27, 1);
    border: none;
}

.our-properties-wrap .our-properties-listings .listings-item .listings-info-main,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-hover,
.our-properties-wrap .our-properties-listings .listings-item .listings-info-left,
.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
    height: 50px;
}


/*.our-properties-wrap .our-properties-listings .listings-item .listings-info-left {
    background: rgba(255, 255, 255, 0.75);
}
*/

.our-properties-wrap .our-properties-listings .listings-item .listings-view-details {
    background: rgba(27, 27, 27, 1);
}

.our-properties-wrap .our-properties-listings .listings-item:hover .listings-info-main {
    opacity: 0;
}

.hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:hover,
.about-jason-wrap .jason-cta .jason-cta-link:hover {
    background: #e51937 !important;
    border-color: #e51937 !important;
    color: #fff !important;
}

.hp-download-mobile-img {
    width: 380px;
    max-width: 100%;
    margin: 135px 44px 0 auto;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date {
    display: none;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc {
    background: #1b1b1b;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-title,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content strong,
.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content b {
    color: #fff;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc {
    height: 300px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item {
    margin: 30px 0;
}

.hp-agents .brokerage-wrap {
    /*display: none !important;*/
}

.hp-agents .agents-wrap {
    display: none;
    position: relative !important;
    pointer-events: auto !important;
}


/* New Homepage */

.site-button-b {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 250px;
    max-width: 100%;
    height: 54px;
    border: 1px solid #939393;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #1b1b1b;
    transition: all 0.4s ease-in-out;
}

.site-button-b.white-text {
    color: #fff !important;
}

.site-button-b:hover {
    color: #fff !important;
    border-color: #1b1b1b !important;
    background: #1b1b1b !important;
}

.site-button-b.white-bg-hover:hover {
    color: #1b1b1b !important;
    border-color: #fff !important;
    background: #fff !important;
}

.site-button-b:before {
    content: '';
    position: absolute !important;
    top: -1px !important;
    left: -1px !important;
    background: #a2a2a2 !important;
    width: 4px !important;
    height: calc(100% + 2px) !important;
    transition: all 0.4s ease-in-out;
}

.site-button-b:after {
    content: '';
    position: absolute !important;
    top: calc(50% - 2px) !important;
    left: auto !important;
    right: -15px !important;
    width: 29px !important;
    height: 4px !important;
    background: #1b1b1b !important;
    transition: all 0.4s ease-in-out;
}

.site-button-b.white-bg-hover:after {
    background: #fff !important;
}

.site-button-b:hover:after {
    background: -webkit-linear-gradient(left, #fff 50%, #1b1b1b 50%) !important;
    background: -o-linear-gradient(left, #fff 50%, #1b1b1b 50%) !important;
    background: linear-gradient(to right, #fff 50%, #1b1b1b 50%) !important;
}

.site-button-b.white-bg-hover:hover:after {
    background: -webkit-linear-gradient(left, #1b1b1b 50%, #fff 50%) !important;
    background: -o-linear-gradient(left, #1b1b1b 50%, #fff 50%) !important;
    background: linear-gradient(to right, #1b1b1b 50%, #fff 50%) !important;
}

.site-container-b {
    width: 1410px;
    max-width: 100%;
    margin: 0 auto;
}

body.page-id-25017 .inner-page-banner,
body.page-id-25017 .inner-page-breadcrumbs {
    display: none;
}

body.page-id-25017 #inner-page-wrapper {
    margin-bottom: 0;
}

.new-homepage {
    overflow: hidden;
}

.new-homepage .hp-fl .fl-wrap {
    padding: 0 87px;
}

.new-homepage .hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide canvas {
    height: auto !important;
}

.new-homepage .hp-fl {
    margin-top: -1px;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-left {
    width: calc(100% / 3) !important;
    height: 302px !important;
    position: relative;
    z-index: 1;
    padding-top: 43px;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row {
    margin: 0 0.5px 1px !important;
    float: none !important;
    width: auto !important;
    transform: translateZ(0);
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row:before,
.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row:after {
    content: '';
    display: table;
    clear: both;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    margin-top: -302px !important;
    margin-left: 0 !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col {
    margin: 0 !important;
    width: calc(100% / 3) !important;
    height: 302px !important;
    padding: 0 0.5px !important;
    transform: translateZ(0);
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(1) {
    margin-left: calc(100% / 3) !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item {
    position: relative;
    display: block;
    transform: translateZ(0);
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right {
    width: calc(100% / 3) !important;
    padding: 28px 24px 25px 21px !important;
    height: 302px !important;
    margin-top: -302px !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 11px !important;
    position: relative !important;
    z-index: 1 !important;
    border: 1px solid #717171 !important;
    background: transparent !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.8);
    opacity: 0;
    display: block;
    transition: all 0.4s ease-in-out;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:hover:before {
    opacity: 1;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right .fl-cta .fl-cta-link:after {
    content: '';
    position: absolute !important;
    z-index: -2 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent url('images/new-fl-cta-bg-a.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-right .fl-cta {
    padding: 0 !important;
}

.new-homepage .hp-welcome .welcome-wrap .welcome-right .welcome-read-more {
    width: 177px !important;
}

.hp-new-agents {
    position: relative;
    z-index: 2;
    display: none;
    /* nov. 18 task update */
}

.new-agents-top {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
}

.new-agents-top-inner {
    background: #fff;
    padding: 67px 0 60px;
}

.new-agents-title {
    /*margin-top: -6px !important;*/
    /*margin-top: -9px !important;*/
    margin-top: -8px !important;
}

.new-agents-title span {
    /*margin-left: -7px !important;*/
    margin-left: -5px !important;
}

.new-agents-title span b {
    margin-top: 2px !important;
    /*margin: 2px -53px 0 0 !important; */
    /*margin: -3px -53px 0 0 !important;*/
    margin: -3px -53px 0 0 !important;
}

.new-agents-title span .title-line {
    width: calc(470% - 15px);
    left: -467% !important;
    top: 47px;
    bottom: auto !important;
    background: #b0b0b0 !important;
}

.new-agents-section-number,
.new-agents-title {
    /*width: 231px;*/
    width: 232px;
    max-width: 100%;
    margin: 0 auto;
}

.new-agents-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    margin-top: 51px;
}

.new-agents-content p {
    margin: 0;
}

.new-agents-know-more {
    margin: 20px 0 60px !important;
    width: 177px !important;
}

.new-agents-bottom {
    position: relative;
}

.new-agents-map {
    margin: 0 auto;
}

.new-agents-map #map {
    width: 1600px;
}

.new-agents-map #transparent {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    width: 1600px;
    /*height: 971px;*/
    height: 840px;
}

.new-agents-map #truemap {
    display: block;
    width: 100%;
    max-width: 100%;
}

.new-agents-map .new-agents-map-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.new-agents-map .new-agents-map-hover > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.new-agents-map .new-agents-map-hover > div > img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-agents-map .new-agents-map-hover-details > div {
    position: absolute;
    z-index: 5;
    background: rgba(229, 25, 55, 0.73);
    width: 283px;
    max-width: 100%;
    padding: 0 15px 27px;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateY(3%);
    transition: all 0.4s ease-in-out;
}

.new-agents-map .new-agents-map-hover-details > div.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.new-agents-map .new-agents-map-hover-details > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 59px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent rgba(229, 25, 55, 0.73) transparent;
    transform: translateY(-100%);
}

.new-agents-map .new-agents-map-hover-details > div.right:after {
    left: auto;
    right: 100px;
}

.new-agents-map .new-agents-map-hover-details .new-agents-map-hover-name {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.45px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 21px;
}

.new-agents-map .new-agents-map-hover-name b {
    display: block;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.6px;
    margin-top: 5px;
}

.new-agents-map .new-agents-map-hover-contact {
    display: block;
    margin: 26px 0 0 !important;
}

.new-agents-map .new-agents-map-hover-contact li {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 7px;
}

.new-agents-map .new-agents-map-hover-contact li.phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: none;
}

.new-agents-map .new-agents-map-hover-contact li a,
.new-agents-map .new-agents-map-hover-contact li em,
.new-agents-map .new-agents-map-hover-contact li img {
    display: inline-block;
    vertical-align: middle;
}

.new-agents-map .new-agents-map-hover-contact li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.new-agents-map .new-agents-map-hover-contact li a:hover {
    color: #1b1b1b;
}


/* Map Hove Details */

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-amanza {
    top: 47%;
    left: 7%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-marie {
    top: 29%;
    left: 20%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-angelica {
    top: 36%;
    left: 78%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-agent {
    top: 36%;
    left: 51%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-alex {
    top: 34%;
    left: 39.5%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-alice {
    top: 40.71%;
    left: 13%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-brett {
    top: 49.04%;
    left: 74.12%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-chrishell {
    top: 41.90%;
    left: 27.37%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-christine {
    top: 56.19%;
    left: 57.25%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-davina {
    top: 38.45%;
    left: 61.68%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-eric {
    top: 31.19%;
    left: 57.25%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-graham {
    top: 39.52%;
    left: 66%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-heather {
    top: 58.57%;
    left: 20.5%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-jason {
    top: 59.5%;
    left: 45.3%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-mary {
    top: 55%;
    left: 35.37%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-maya {
    top: 30%;
    left: 73.5%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-peter {
    top: 35.95%;
    left: 32.87%;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-niko {
    top: 585px;
    left: 230px;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-niko::after {
    top: 99%;
    left: 149px;
    transform: rotate(180deg);
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-zelda {
    top: 500px;
    left: 342px;
}

.new-agents-map .new-agents-map-hover-details #agents-map-hover-details-zelda::after {
    top: 99%;
    left: 149px;
    transform: rotate(180deg);
}

.new-homepage .hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-read-more {
    display: inline-flex;
    width: 177px;
    font-weight: 500;
    padding-top: 0;
}

.new-homepage .hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-prev {
    margin-right: 49px;
}

.new-homepage .hp-testi .testi-wrap .testi-main .testi-slider-controls .testi-next {
    margin-left: 63px;
}

.new-homepage #hp-testi .container {
    height: auto;
}

.new-homepage .hp-testi .testi-wrap .testi-main {
    top: 0;
    margin: -363px 0 86px;
}

.new-homepage .hp-blog .blog-wrap .blog-divider {
    position: relative;
}

.new-homepage .hp-blog .blog-wrap .blog-divider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0.85);
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item {
    margin: 0 !important;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-img .post-date {
    display: block;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc {
    background: #fff;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-title,
.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more,
.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content strong,
.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content b {
    color: #1b1b1b;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-content {
    color: #666666;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more:after {
    transform: none !important;
}

.new-homepage .hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-desc {
    height: 232px;
}

.page-id-25017 .hp-contact .contact-wrap .contact-form .contact-submit {
    display: none;
}

.hp-contact .contact-wrap .contact-form .contact-submit.site-button-b {
    display: none;
}

.page-id-25017 .hp-contact .contact-wrap .contact-form .contact-submit.site-button-b {
    display: block;
}

.page-id-25017 .hp-contact .contact-wrap .contact-form .site-button-b input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    transition: all 0.4s ease-in-out;
}

.page-id-25017 .hp-contact .contact-wrap .contact-form .site-button-b input[type="submit"]:hover {
    color: #1b1b1b !important;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-left .fl-title span b {
    margin-right: -40px;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-left .fl-title .title-line {
    width: 162%;
}

.new-homepage .hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties {
    transform: translateX(-107px);
}

.new-homepage .hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more {
    margin: 25px auto 0;
    width: 177px;
}

.new-homepage .hp-welcome .welcome-wrap:after {
    background: rgba(240, 240, 240, 0.75);
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-price {
    display: none !important;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item .fl-hover .fl-info .fl-address {
    flex-basis: calc(100% - 155px);
    margin: 0;
    padding: 0 15px;
    text-align: left;
    line-height: normal !important;
}

.hp-blog .blog-wrap .blog-left-bg {
    width: 100%;
}

.hp-blog .blog-wrap .blog-right-bg {
    display: none;
}

.properties-status {
    color: #e51937;
    font-size: 24px;
    font-weight: 500;
    margin-top: 33px;
}

.hp-blog .blog-wrap .blog-right .blog-post-list .post-item .post-info .post-read-more:hover,
.our-properties-wrap .our-properties-form .form-submit:hover {
    background: #e51937 !important;
    border-color: #e51937 !important;
    color: #fff !important;
}

.page-template-template-our-offices .aiosp-arrow-left {
    left: 18%;
}

.page-template-template-our-offices .aiosp-arrow-right {
    right: 18%;
}

.page-template-template-our-offices .aiosp-image-holder .aiosp-content {
    max-width: 800px;
}


/* :root {
    --font-barlow: "Barlow Semi Condensed", sans-serif;
    --font-source: "Source Sans Pro", sans-serif;
} */


/* Inner Page Community Details */

.page-template-template-community-details #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-template-community-details .inner-page-banner .inner-page-banner-photo {
    background-image: url(images/community-details-banner.jpg);
}

#community-details {}

#community-details [data-aios-staggered-parent=true] {
    overflow: visible;
}

.community-details-heading {
    position: relative;
    padding: 0 0 95px;
    overflow: hidden;
    margin-bottom: 0;
}

.community-details-heading::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/community-details-top-bg.jpg) no-repeat center center / cover;
    opacity: 0.1;
    filter: grayscale(1);
}

.community-details-heading::after {
    /*content: '';*/
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: transparent url(images/new-development-overlay-bg-a.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

.community-details-top {
    position: relative;
    z-index: 3;
}

.community-details-heading-text {}

#content .community-details-title {
    font: 700 90px/1 "Barlow Semi Condensed", sans-serif;
    color: #1b1b1b;
    letter-spacing: -0.025em;
    padding-left: 47px;
    padding-top: 10px;
}

#content .community-details-title.site-section-title span {
    text-align: left;
}

.community-details-title.site-section-title span i.title-line {
    width: 2000px;
    height: 4px;
    background: #c5c5c5;
    left: calc(-1996px - 15px);
    top: 48px;
}

.community-details-heading-photo {}

.community-details-heading-photo img {
    width: calc((100vw - 1140px) / 2 + 100%);
}

.community-details-text {
    position: relative;
    z-index: 2;
    margin-top: -130px;
}

.community-details-text-inner {
    background: #ffffff;
    padding: 55px 0 95px;
}

#content .community-details-text p {
    margin-left: 50px;
    margin-right: 50px;
}

.community-details-text-inner .col-md-6:last-of-type {
    padding-top: 130px;
}

.community-details-explore {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.community-details-explore-top {
    background: url(images/community-details-explore-bg.jpg) no-repeat center center / cover;
    position: relative;
    padding: 80px 0 45px;
}

.community-details-explore-top::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(27, 27, 27, 0.93);
}

.community-details-explore-top .site-section-title {
    font-size: 70px;
    color: #ffffff;
    padding-left: 15%;
    text-align: left;
}

#content .community-details-explore-top .site-section-title b {
    font-weight: 400;
}

.community-details-explore-top .site-section-title i.title-line {
    width: 68px;
    height: 4px;
    background: #818181;
    top: 106px;
    left: 5px;
}

#content .community-details-explore-top p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #b3b3b3;
    letter-spacing: 0.02em;
    margin: 15px 40px;
}

.community-details-explore-bottom {
    background: url(images/community-details-explore-items-bg.png) no-repeat left bottom;
}

.community-details-explore-items {
    margin: 0;
}

.community-details-explore-item {
    padding: 0;
    border-right: 1px solid #e9e9e9;
}

.community-details-explore-item::before,
.community-details-explore-item:nth-child(1)::after,
.community-details-explore-item:nth-child(3)::after {
    content: '';
    display: block;
    width: 1px;
    height: 68px;
    background: #6a6a6a;
    position: absolute;
    right: -1px;
}

.community-details-explore-item:nth-child(6)::before,
.community-details-explore-item:nth-child(6)::after {
    display: none;
}

.community-details-explore-item:nth-child(1)::before {
    top: 130px;
}

.community-details-explore-item:nth-child(1)::after {
    bottom: 20px;
}

.community-details-explore-item:nth-child(2)::before {
    top: 262px;
}

.community-details-explore-item:nth-child(3)::before {
    top: 44px;
}

.community-details-explore-item:nth-child(3)::after {
    bottom: 102px;
}

.community-details-explore-item:nth-child(4)::before {
    bottom: 232px;
}

.community-details-explore-item:nth-child(5)::before {
    top: 100px;
}

.community-details-explore-item-inner {
    position: relative;
}

.community-details-explore-img::before,
.community-details-explore-img::after,
.community-details-explore-img canvas,
.community-details-explore-text-inner,
.community-details-explore-img span {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.community-details-explore-img {
    position: relative;
}

.community-details-explore-img::before,
.community-details-explore-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.community-details-explore-item:hover .community-details-explore-img::before,
.community-details-explore-item:hover .community-details-explore-img::after {
    opacity: 1;
}

.community-details-explore-img::before {
    background: rgba(27, 27, 27, 0.2);
}

.community-details-explore-img::after {
    background: url(images/community-explore-item-overlay.png) no-repeat center center / cover;
}

.community-details-explore-img canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    min-height: 650px;
}

.community-details-explore-item:hover .community-details-explore-img canvas {
    opacity: 1;
}

.community-details-explore-img span {
    display: block;
    font: 700 30px/1 "Barlow Semi Condensed", sans-serif;
    color: #0a0a0a;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
    height: 32px;
}

.community-details-explore-item:hover .community-details-explore-img span {
    opacity: 0;
}

.community-details-explore-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.community-details-explore-item:hover .community-details-explore-text {
    opacity: 1;
}

.community-details-explore-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.community-details-explore-text-inner {
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 35px;*/
    width: calc(100% - 40px);
}

.community-details-explore-text span {
    display: block;
    font: 600 26px/1 "Barlow Semi Condensed", sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#content .community-details-explore-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin: 40px 0 50px;
}

.community-details-explore-text a {
    display: inline-block;
    width: 178px;
    height: 55px;
    border: 1px solid rgba(147, 147, 147, 1);
    border-left-width: 4px;
    margin-right: 15px;
}

.community-details-explore-text a::after {
    width: 28px;
    height: 4px;
    background: #ffffff;
    left: inherit;
    right: -15px;
}


/* Neighborhood Guides */

.page-template-template-neighborhood-guides #inner-page-wrapper {
    margin-bottom: 0 !important;
    position: relative;
    background: transparent url('images/neighborhood-guides-bg-a.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.neighborhood-guides-map {
    margin: 0 auto;
}

.neighborhood-guides-map #map {
    width: 1600px;
}

.neighborhood-guides-map #transparent {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 1600px;
    height: 784px;
}

.neighborhood-guides-map #truemap {
    display: block;
    width: 100%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateZ(0);
    transition: all 0.4s ease-in-out;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div.active img {
    opacity: 1;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-calabasas > span {
    top: 24.74%;
    left: 18.81%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-malibu > span {
    top: 43%;
    left: 18%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-woodland-hills > span {
    top: 21.5%;
    left: 27.5%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-topanga > span {
    top: 38%;
    left: 24.3%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-malibu-beach > span {
    top: 55.5%;
    left: 23.5%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-pacific-palisades > span {
    top: 45%;
    left: 30%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-tarzana > span {
    top: 23.5%;
    left: 33.1%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-encino > span {
    top: 23%;
    left: 40%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-brentwood > span {
    top: 37.5%;
    left: 38.3%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-santa-monica > span {
    top: 65%;
    left: 40.5%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-west-la > span {
    top: 61.5%;
    left: 46.8%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-sherman-oaks > span {
    top: 21%;
    left: 46.8%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-bel-air-holmby-hills > span {
    top: 40%;
    left: 44%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-westwood-century-city > span {
    top: 51.5%;
    left: 47.3%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-cheviot-hills > span {
    top: 58.6%;
    left: 50.85%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-palms-mar-vista > span {
    top: 67.5%;
    left: 47.2%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-venice > span {
    top: 74.5%;
    left: 44.1%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-marina-del-rey > span {
    top: 79.12%;
    left: 46%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-playa-vista > span {
    top: 84.4%;
    left: 51%;
    color: #898989;
    text-shadow: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-playa-vista > span:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 21px;
    width: 1px;
    height: 35px;
    background: #bcbcbc;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-culver-city > span {
    top: 68.3%;
    left: 53%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-beverlywood > span {
    top: 63.5%;
    left: 58.3%;
    color: #898989;
    text-shadow: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-beverlywood > span:after {
    content: '';
    position: absolute;
    top: -28px;
    left: -27px;
    width: 67px;
    height: 19px;
    border: 1px solid #bcbcbc;
    border-left: none;
    border-bottom: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-beverly-hills > span {
    top: 46%;
    left: 51.75%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-beverly-hills-post-office > span {
    top: 32%;
    left: 49.3%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-studio-city > span {
    top: 24.3%;
    left: 52.86%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-hollywood-hills > span {
    top: 18%;
    left: 58%;
    color: #898989;
    text-shadow: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-hollywood-hills > span:after {
    content: '';
    position: absolute;
    bottom: -53px;
    left: 30px;
    width: 1px;
    height: 44px;
    background: #bcbcbc;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-sunset-strip > span {
    top: 34.7%;
    left: 56.5%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-w-hollywood > span {
    top: 42.85%;
    left: 55.7%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-beverly-center-miracle-mile > span {
    top: 47.2%;
    left: 57.8%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-hollywood-hills-east > span {
    top: 29%;
    left: 61.9%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-hollywood > span {
    top: 40.9%;
    left: 62.9%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-hancock-park-wilshire > span {
    top: 48%;
    left: 62.1%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-mid-wilshire > span {
    top: 50%;
    left: 66.25%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-downtown-los-angeles > span {
    top: 61%;
    left: 70.3%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-silver-lake-echo-park > span {
    top: 43.6%;
    left: 71%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-los-feliz > span {
    top: 32%;
    left: 67%;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-atwater-village > span {
    top: 17%;
    left: 72.5%;
    color: #898989;
    text-shadow: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-atwater-village > span:after {
    content: '';
    position: absolute;
    top: 13px;
    left: -30px;
    width: 23px;
    height: 53px;
    border: 1px solid #bcbcbc;
    border-right: none;
    border-bottom: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-mt-washington > span {
    top: 24%;
    left: 72.3%;
    color: #898989;
    text-shadow: none;
}

.neighborhood-guides-map .neighborhood-guides-map-hover > div#neighborhood-guides-map-hover-mt-washington > span:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 32px;
    width: 68px;
    height: 66px;
    border: 1px solid #bcbcbc;
    border-left: none;
    border-bottom: none;
    transform: skewY(13deg);
}

.neighborhood-guides-title {
    margin: 116px 0 0 !important;
    text-align: center !important;
    font-size: 90px !important;
    font-weight: 700 !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    color: #1b1b1b !important;
}

.neighborhood-guides-title span {
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: left !important;
}

.neighborhood-guides-title span b {
    text-align: right !important;
    display: block !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: 0.36px;
    color: #e51937;
    margin: 6px 0 0 !important;
}

.neighborhood-guides-title span .title-line {
    width: 73.5%;
    background: #c5c5c5 !important;
    left: 5px !important;
    bottom: 14px !important;
}

.neighborhood-guides-map-list {
    display: block;
    margin: 30px auto !important;
    list-style: none !important;
}

.neighborhood-guides-map-list > li {
    display: block;
    margin: 10px 0 0 !important;
    text-align: center;
}

.neighborhood-guides-map-list > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    color: #666;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.neighborhood-guides-map-list > li > a:hover {
    color: #e51937;
}


/* Marketing Page */

.page-template-template-marketing #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.page-template-template-marketing .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/marketing-inner-page-banner-a.jpg');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-template-template-marketing-list .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/inner-page-banner-ourteam.jpg');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* .page-id-71644.page-template-template-marketing-list .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/marketing-list-inner-page-banner-new.jpg');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

.ip-marketing-wrap {
    overflow: hidden;
}

.ip-marketing-list-wrap {
    overflow: hidden;
}

.ip-marketing-section-testi .testi-wrap .testi-main {
    position: relative !important;
    top: 0 !important;
}

.ip-marketing-section {
    /*background: transparent url('images/list-with-us-bg-a.jpg') no-repeat;*/
    background: rgba(255, 255, 255, 0.93);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.ip-marketing-section:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(15, 15, 15, 0.7);*/
}

.ip-marketing-section > .container-fluid {
    background: #fff;
    position: relative;
}

.ip-marketing-title {
    margin: 106px 0 0 !important;
    font-size: 90px !important;
    line-height: 1 !important;
    letter-spacing: -2.25px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.ip-marketing-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    /*color: #fff;*/
    margin: 94px 0 79px !important;
}

.ip-marketing-content p {
    margin: 0 !important;
}

.ip-marketing-list-with-us {
    margin: 34px 0 0 7px !important;
    /*width: 280px;*/
    /*width: 200px;*/
    width: 40%;
    color: #666;
    display: inline-block;
}

a.site-button.ip-marketing-list-with-us:last-child {
    margin-left: 50px !important;
}

.page-id-4774 .ip-marketing-content-btn .ip-marketing-list-with-us:after {
    /* right: -23px !important;
    left: auto !important;*/
    left: -107px !important;
    width: 130px;
}

.ip-marketing-section-list {
    margin: 0 !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    ;
    align-items: center;
}

.ip-marketing-section-list > li {
    display: block;
    flex: 1 0 20%;
    position: relative;
}

.ip-marketing-section-list > li > a {
    display: block;
    width: 100%;
    height: 306px;
    position: relative;
}

.ip-marketing-section-list > li > a .ip-marketing-section-list-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}

.ip-marketing-section-list > li > a:hover .ip-marketing-section-list-photo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ip-marketing-section-list > li > a > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    background: rgba(28, 28, 28, 0.71);
    transition: all 0.4s ease-in-out;
}

.ip-marketing-section-list > li > a:hover > div {
    background: rgba(28, 28, 28, 0.5);
}

.ip-marketing-section-list > li:nth-child(even) > a > div {
    background: rgba(229, 25, 55, 0.71);
}

.ip-marketing-section-list > li:nth-child(even) > a:hover > div {
    background: rgba(229, 25, 55, 0.5);
}

.ip-marketing-section-list > li > a > div > img {
    display: block;
    width: auto;
}

.ip-marketing-section-list > li > a > div > span {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

.ip-marketing-section-testi {
    background: transparent url('images/list-with-us-bg-b.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.ip-marketing-section-testi:before,
.ip-marketing-section-testi:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ip-marketing-section-testi:before {
    z-index: -2;
    background: rgba(242, 242, 242, 0.85);
}

.ip-marketing-section-testi:after {
    z-index: -1;
    top: auto;
    bottom: 0;
    background: transparent url('images/list-with-us-bg-overlay-a.png') no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    height: 88.42%;
}

.ip-marketing-testi-title {
    font-size: 90px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -2.25px !important;
    text-align: center !important;
    color: #1b1b1b !important;
    margin: 82px 0 0 !important;
}

.page-id-4774 .ip-marketing-head-wrap .ip-marketing-testi-title {
    text-align: left !important;
    margin-top: 0 !important;
    /* font-size: 153px!important; */
    /* margin-bottom: 50px!important; */
}

.page-id-4774 .ip-marketing-head-wrap .ip-marketing-testi-title span .title-line {
    display: block !important;
    width: 2000px !important;
    height: 3px !important;
    background: #b0b0b0 !important;
    top: 62px !important;
    left: -1968px !important;
}

.page-id-4774 .ip-marketing-head-desc {
    background: #fff;
    padding: 85px 30px 91px 30px;
}

.ip-marketing-testi-title span {
    display: inline-block !important;
    text-align: left !important;
}

.page-id-4774 .ip-marketing-testi-title span {
    padding-left: 40px;
}

.ip-marketing-testi-title span b {
    display: block !important;
    text-align: right !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -1.8px !important;
    margin-top: 6px !important;
}

.ip-marketing-testi-title span .title-line {
    width: 62px;
    /*width: 17.4%;*/
    background: #b0b0b0 !important;
    bottom: 14px !important;
}

.ip-marketing-section-testi .testi-main {
    margin: 79px 0 97px !important;
}

.ip-marketing-list-tab-wrap {
    text-align: center;
}

.ip-marketing-list-tab {
    margin: 29px 0 0 !important;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.ip-marketing-list-tab > li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #dddddd;
}

.ip-marketing-list-tab > li:nth-child(1) {
    padding-left: 0;
}

.ip-marketing-list-tab > li:nth-last-child(1) {
    padding-right: 0;
}

.ip-marketing-list-tab > li > a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #767676;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 31px;
    transition: all 0.4s ease-in-out;
}

.ip-marketing-list-tab > li.active > a,
.ip-marketing-list-tab > li > a:hover {
    color: #e51937;
}

.ip-marketing-list-tab > li > a:after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e51937;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.ip-marketing-list-tab > li.active > a:after,
.ip-marketing-list-tab > li > a:hover:after {
    opacity: 1;
}

.ip-marketing-list-subtext {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    color: #666;
    text-align: center;
}

.ip-marketing-list-page-title {
    font-size: 134px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -3.35px;
    color: #1b1b1b !important;
    margin: 31px auto 0 !important;
}

.ip-marketing-list-page-title span {
    display: block !important;
    text-align: left !important;
    left: -2.5px;
}

.ip-marketing-list-page-title span span {
    display: inline-block !important;
    /*font-size: 130px;*/
}

.ip-marketing-list-page-title span b {
    display: block !important;
    font-size: 67px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: right !important;
    margin-top: -13px !important;
}

.ip-marketing-list-page-title span .title-line {
    bottom: auto !important;
    top: 39%;
    width: 400%;
    left: -415% !important;
    background: #b0b0b0 !important;
}

.page-template-template-marketing-list #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.page-id-4774 .ip-marketing-head-img img.img-real {
    width: 100%;
}

.page-id-4774 .ip-marketing-head-img {
    padding-right: 0;
    position: absolute;
    z-index: 9;
}

.page-id-4774 .ip-marketing-head-img-spacer {
    float: right;
    display: block;
    width: 453.5px;
}

.page-id-4774 .ip-marketing-head-desc p {
    text-align: left;
}

.page-id-4774 h1.entry-title.site-section-title.ip-marketing-title {
    position: relative;
    margin-top: 0px !important;
}

.page-id-4774 h1.entry-title.site-section-title.ip-marketing-title i.title-line {
    width: 500%;
    bottom: 50%;
    left: 430px;
    background: #b0b0b0;
    position: absolute;
    height: 3px;
}

.page-id-4774 .ip-marketing-main-title h1 {
    color: #1b1b1b !important;
}

.page-id-4774 .ip-marketing-main-title-bg {
    /*padding: 88px 100px;
    background-color: rgba(255, 255, 255, 0.85);*/
    /*padding: 150px 100px;*/
    /*background-color: red;*/
    background: transparent url('images/list-with-us-bw.jpg') no-repeat;
    background-size: 150%;
    background-position: left center;
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
}

.page-id-4774 .ip-marketing-main-title {
    background: rgba(255, 255, 255, 0.8);
    padding: 150px 100px;
}

.page-id-4774 .ip-marketing-section .ip-marketing-content a.site-button.ip-marketing-list-with-us::after {
    content: '';
    /* width: 1600px;
    left: 90% !important;*/
    width: 60px;
    left: -15% !important;
}

.page-id-4774 .ip-marketing-section .ip-marketing-content {
    /*padding-left: 90px;*/
    margin: 40px 0 !important;
}

.page-id-4774 .ip-marketing-section .ip-marketing-content p {
    padding-left: 0;
    text-align: left;
}

.page-id-4774 .ip-marketing-content-wrapper {
    overflow: hidden;
}


/*
.page-id-4774 .ip-marketing-content-btn {
    margin: 94px 0 79px !important;
    position: relative;
}*/

.page-id-4774 .ip-marketing-content-btn {
    display: none;
}

.page-id-4774 .ip-marketing-content-btn a.site-button.ip-marketing-list-with-us {
    position: absolute;
    bottom: 0;
    right: 90px;
}

.no-padding {
    padding: 0;
}

.page-id-4774 ul.ip-marketing-section-list {
    width: 100%;
    position: relative;
}

.page-id-4774 .hp-testi.ip-marketing-section-testi .site-section-title.ip-marketing-testi-title {
    text-align: center !important;
    margin-top: 15px !important;
}

.page-id-4774 .hp-testi.ip-marketing-section-testi .site-section-title.ip-marketing-testi-title span {
    padding-left: 0 !important
}

.page-id-4774 .testi-wrap {
    padding-top: 67px;
}

.page-id-214593 .ip-marketing-head-img img.img-real {
    width: 100%;
}

.page-id-214593 .ip-marketing-head-img {
    padding-right: 0;
    position: absolute;
    z-index: 9;
}

.page-id-214593 .ip-marketing-head-img-spacer {
    float: right;
    display: block;
}

.page-id-214593 .ip-marketing-head-desc p {
    text-align: left;
}

.page-id-214593 h1.entry-title.site-section-title.ip-marketing-title {
    position: relative;
    margin-top: 0px !important;
}

.page-id-214593 h1.entry-title.site-section-title.ip-marketing-title i.title-line {
    width: 500%;
    bottom: 45%;
    left: calc(398px + 15px);
    background: #b0b0b0;
    position: absolute;
    height: 3px;
}

.page-id-214593 .ip-marketing-main-title h1 {
    color: #1b1b1b !important;
}

.page-id-214593 .ip-marketing-main-title-bg {
    /*padding: 88px 100px;
    background-color: rgba(255, 255, 255, 0.85);*/
    /*padding: 150px 100px;*/
    /*background-color: red;*/
    background: transparent url('images/list-with-us-bw.jpg') no-repeat;
    background-size: 150%;
    background-position: left center;
    position: absolute;
    width: 50%;
    right: 0;
    top: 45px;
}

.page-id-214593 .ip-marketing-main-title {
    background: rgba(255, 255, 255, 0.8);
    padding: 150px 100px;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content a.site-button.ip-marketing-list-with-us::after {
    content: '';
    /*
    width: 60px;
    left: -15% !important;
*/
    width: 46px;
    left: -23px !important;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content {
    /*padding-left: 90px;*/
    margin: 40px 0 !important;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content p {
    padding-left: 0;
    text-align: left;
}

.page-id-214593 .ip-marketing-content-wrapper {
    overflow: hidden;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content a.site-button {
    color: #1b1b1b;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content a.site-button.ip-marketing-list-with-us {
    margin-left: 0 !important;
}


/*
.page-id-214593 .ip-marketing-content-btn {
    margin: 94px 0 79px !important;
    position: relative;
}*/

.page-id-214593 .ip-marketing-content-btn {
    display: none;
}

.page-id-214593 .ip-marketing-content-btn a.site-button.ip-marketing-list-with-us {
    position: absolute;
    bottom: 0;
    right: 90px;
}

.no-padding {
    padding: 0;
}

.page-id-214593 ul.ip-marketing-section-list {
    width: 100%;
    position: relative;
}

.page-id-214593 .hp-testi.ip-marketing-section-testi .site-section-title.ip-marketing-testi-title {
    text-align: center !important;
}

.page-id-214593 .hp-testi.ip-marketing-section-testi .site-section-title.ip-marketing-testi-title span {
    padding-left: 0 !important
}

.page-id-214593 .testi-wrap {
    padding-top: 67px;
}

.page-id-214593 .ip-marketing-head-wrap {
    margin-top: 0;
}

.page-id-214593 .ip-marketing-section-list > li {
    flex: 1 0 1%;
}

.page-id-214593 .ip-marketing-section .ip-marketing-content p {
    margin: 20px 0 !important;
}


/* Marketing - Our Numbers */

.ip-marketing-our-numbers-title {
    width: 400px !important;
    max-width: 100% !important;
}

.ip-marketing-our-numbers2.hp-performance .ip-marketing-our-numbers-title {
    width: 515px !important;
}

.ip-marketing-our-numbers-subtext {
    margin-top: 35px;
}

.ip-marketing-our-numbers .ip-marketing-our-numbers-wrap {
    margin-top: 84px;
    padding: 150px 0 163px;
}

.ip-marketing-our-numbers .ip-marketing-our-numbers-wrap .performance-list {
    margin: 0 !important;
}

.ip-marketing-our-numbers .ip-marketing-our-numbers-wrap .performance-list li {
    display: block !important;
}

.ip-marketing-our-numbers .ip-marketing-our-numbers-wrap .performance-list li span i {
    font-style: normal !important;
}

.ip-marketing-our-numbers-divider {
    position: relative;
    z-index: 1;
}

.ip-marketing-our-numbers-divider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}

.ip-marketing-our-numbers-divider canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 156px;
}


/* Marketing - Global Exposure */

.ip-marketing-global-exposure-title {
    width: 490px;
    max-width: 100%;
}

.ip-marketing-global-exposure-subtext {
    margin-top: 47px !important;
}

.ip-marketing-global-exposure-section {
    position: relative;
    z-index: 1;
    padding: 70px;
    border-top: 1px solid #d7d7d7;
}

.ip-marketing-global-exposure-section:nth-child(1) {
    border-top: none;
}

.ip-marketing-global-exposure-section:nth-child(even) .ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-content {
    padding-right: 25px;
}

.ip-marketing-global-exposure-section-container {
    display: flex;
    flex-flow: row wrap;
}

.ip-marketing-global-exposure-section-container > div:nth-child(1) {
    width: 51%;
}

.ip-marketing-global-exposure-section-container > div:nth-child(2) {
    margin-left: auto;
}

.ip-marketing-global-exposure-section:nth-child(even) .ip-marketing-global-exposure-section-container {
    flex-direction: row-reverse;
}

.ip-marketing-global-exposure-section:nth-child(even) .ip-marketing-global-exposure-section-container > div:nth-child(2) {
    margin-left: 0;
    margin-right: auto;
}

.ip-marketing-global-exposure-section:nth-child(even) .ip-marketing-global-exposure-section-container > div:nth-child(2) {
    display: flex;
    align-items: center;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-title {
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    color: #1b1b1b;
    text-decoration: none;
    margin-top: 74px;
    transition: all 0.4s ease-in-out;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-title:hover {
    opacity: 0.75;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-title img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    color: #464646;
    margin-top: 21px;
    padding-right: 60px;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-photo {
    display: block;
    transition: all 0.4s ease-in-out;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-photo:hover {
    opacity: 0.75;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-photo canvas {
    display: block;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ip-marketing-global-exposure-section-container .ip-marketing-global-exposure-section-photo img {
    display: block;
    max-width: 100%;
}


/* Marketing - Local Exposure */

body .ip-marketing-list-page-title span .title-line {
    width: 90px;
    left: calc(100% + 15px) !important;
    background: #D7D7D7 !important;
}

body.page-id-69903 .ip-marketing-list-page-title span .title-line {
    left: calc(81.5% + 15px) !important;
}

body .ip-marketing-local-exposure-title {
    width: 100%;
    max-width: 762px;
}

.ip-marketing-local-exposure-subtext {
    margin-top: 37px;
}

.ip-marketing-local-exposure-bottom {
    background: transparent url('images/marketing-local-exposure-bg-a.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    margin-top: 75px;
    padding-top: 84px;
}

.ip-marketing-local-exposure-bottom:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}

.ip-marketing-local-exposure-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    background: #fff;
    padding: 0;
}

.ip-marketing-local-exposure-item {
    /* flex: 0 0 300px; */
    display: flex;
    border-bottom: 1px solid #CACACA;
    padding: 90px 190px 50px;
}

.ip-marketing-local-exposure-list .ip-marketing-local-exposure-item:nth-child(2) .ip-marketing-local-exposure-content {
    padding-right: 40px;
}

.ip-marketing-local-exposure-list .ip-marketing-local-exposure-item:nth-child(3) .ip-marketing-local-exposure-content {
    padding-left: 40px;
}

.ip-marketing-local-exposure-photo {
    height: 285px;
    flex: 0 0 310px;
}

.ip-marketing-local-exposure-photo img {
    display: block;
    max-width: 100%;
}

.ip-marketing-local-exposure-name {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.44;
    color: #e51937;
    margin-bottom: 19px;
    margin-top: 30px;
}

.ip-marketing-local-exposure-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.73;
    color: #666;
}


/* Marking - An Online Presence */

.ip-marketing-list-online {
    background: transparent url('images/an-online-presence-bg-a.jpg') no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ip-marketing-list-online:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.ip-marketing-list-online-container {
    background: #fff;
    margin-bottom: 87px;
}

.ip-marketing-online-title {
    font-size: 110px !important;
    margin: 63px 0 13px !important;
}

.ip-marketing-online-title span {
    display: inline-block !important;
}

.ip-marketing-online-title span b {
    font-size: 67px !important;
}

.ip-marketing-online-title span .title-line {
    top: calc(29% + 10px) !important;
    left: auto !important;
    right: -137px;
}

.ip-marketing-online-subtext {
    margin-top: 37px !important;
    text-align: left;
    padding-right: 30px;
}

.ip-marketing-online-bottom {
    position: relative;
    z-index: 1;
    /* margin-top: 75px; */
    /* padding-top: 84px; */
}


/*
.ip-marketing-online-bottom:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}
*/

.ip-marketing-online-logos-title {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.2px;
    text-align: center;
    color: #797979;
    text-transform: uppercase;
    margin: 0 0 0 !important;
}

.ip-marketing-online-logos-title b {
    display: block;
    font-size: 90px !important;
    font-weight: 500 !important;
    letter-spacing: -2.25px !important;
    color: #e51937;
    margin-bottom: 2px;
}

.ip-marketing-online-logos-wrap {
    background: #fff;
}

.ip-marketing-online-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
    flex-flow: row wrap;
}

.ip-marketing-online-logos {
    margin-top: 83px !important;
}

.ip-marketing-online-logos:nth-child(2) {
    margin-top: 83px !important;
}

.ip-marketing-online-logos img {
    display: block;
    max-width: 100%;
}

.ip-marketing-online-contact {
    border-color: #b3b3b3 !important;
    color: #1b1b1b !important;
    margin: 60px 0 0 !important;
}

.ip-marketing-online-contact:hover {
    background: #e51937 !important;
    border-color: #e51937 !important;
    color: #fff;
}

.ip-marketing-online-top {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -64px 77px -30px;
    padding-bottom: 102px;
    border-bottom: 1px solid #d9d9d9;
}

.ip-marketing-online-bottom {
    padding-bottom: 135px;
}

.ip-marketing-online-left,
.ip-marketing-online-right {
    flex: 0 0 50%;
}

.ip-marketing-online-left {
    padding-right: 40px;
}

.ip-marketing-online-right {
    margin-left: -5px;
}

.ip-marketing-online-devices {
    margin-top: 83px;
}

.ip-marketing-online-devices img {
    display: block;
    width: 100%;
}


/* Marketing - Press */

.ip-marketing-press-title {
    text-align: center !important;
}

.ip-marketing-press-title span {
    text-align: center !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.ip-marketing-press-title span .title-line {
    top: 49%;
}

.ip-marketing-press-bottom {
    position: relative;
    z-index: 1;
    margin-top: 75px;
    /*padding-top: 102px;*/
    /*border-top: 1px solid #dddddd;
    overflow: hidden;*/
    background: url(images/in-the-media-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 1;
}

.ip-marketing-press-overlay {
    padding-top: 102px;
    background: rgba(242, 242, 242, 0.9);
}


/*
.ip-marketing-press-bottom:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.9);
}
*/

.ip-marketing-press-list {
    /*display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background: #fff;
    margin: 0 -15px;*/
}

.ip-marketing-press-item {
    width: 50%;
    display: flex;
    align-items: end;
    flex-flow: row wrap;
    padding: 0 15px;
    margin-bottom: 107px;
}

.ip-marketing-press-item.reverse {
    flex-direction: row-reverse;
}

.ip-marketing-press-item-left,
.ip-marketing-press-item-right {
    width: 50%;
}

.ip-marketing-press-item-left {
    padding-right: 15px;
    height: 100%;
    padding-top: 10%;
}

.ip-marketing-press-item.reverse .ip-marketing-press-item-left {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 15px;
    height: 100%;
    padding-top: 15%;
}

.ip-marketing-press-item-right {
    padding-left: 15px;
}

.ip-marketing-press-item.reverse .ip-marketing-press-item-right {
    padding-left: 0;
    padding-right: 15px;
}

.ip-marketing-press-photo img {
    display: block;
    width: 100%;
}

.ip-marketing-press-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.44;
    color: #e51937;
    margin: 0 0 17px;
}

.ip-marketing-press-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    color: #666;
    margin-bottom: 17px;
}

.ip-marketing-press-see-example {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    color: #484848;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
    margin-top: 12px;
    width: 171px !important;
    max-width: 100% !important;
    margin-left: 22px;
}

.ip-marketing-press-see-example:hover {
    background: #e51937 !important;
    border-color: #e51937 !important;
    color: #fff !important;
}


/*new press css*/

.ip-marketing-press-list .press-item {
    margin-bottom: 30px;
}

.ip-marketing-press-list .press-item-heading {
    overflow: hidden;
    height: 266px;
}

.ip-marketing-press-list .press-item-heading-text {
    width: 37.6%;
    height: 100%;
    float: left;
    background: #1b1b1b;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ip-marketing-press-list .press-item-heading-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ip-marketing-press-list .press-item-heading-text-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 74%;
}

.ip-marketing-press-list .press-item-heading-text-inner h2 {
    font: 600 30px/1.2 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0 0 16px;
}

.ip-marketing-press-list .press-item-heading-text-inner::after {
    content: '';
    display: block;
    width: 313px;
    height: 3px;
    background: #b0b0b0;
}

.ip-marketing-press-list .press-item-photo {
    width: 62.4%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.ip-marketing-press-list .press-item-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
}

.ip-marketing-press-list .press-item-content {
    background: #ffffff;
    padding: 50px 35px;
    overflow: hidden;
    min-height: 165px;
}

.ip-marketing-press-list .press-item-content-excerpt {
    font: 400 16px/1.6 'Source Sans Pro', sans-serif;
    color: #525252;
    width: 57%;
    float: left;
}

.ip-marketing-press-list .press-item-content-btn {
    width: 43%;
    float: left;
    text-align: right;
}

.ip-marketing-press-list .press-item-content-btn a {
    display: inline-block;
    color: #1b1b1b;
    min-width: 214px;
    width: auto;
    padding: 0 24px;
}

.press-sidebar {
    background: #ffffff;
    padding: 56px 0 56px 38px;
    position: relative;
}

.press-sidebar div#press-box-1 {
    margin-bottom: 80px;
}

.press-sidebar span.press-sidebar-title {
    display: block;
    font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    text-transform: uppercase;
}

.press-sidebar .press-sidebar-items ul {
    margin-left: 0;
}

.press-sidebar .press-sidebar-items ul li {
    display: block;
    margin: 35px 0;
    overflow: hidden;
}

.press-sidebar .press-sidebar-items ul li a {
    display: block;
    overflow: hidden;
    background: url(images/articles-dotted-line.png) repeat-x center center;
    color: #1b1b1b;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 25px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

.press-sidebar .press-sidebar-items ul li a:hover {
    color: #e93e57;
}


/*Note Press CSS is not used , Use the style of In the Media but add page id, Please*/

.page-id-71644 #inner-page-wrapper {
    margin-bottom: 0;
}


/*Note Press CSS is not used , Use the style of In the Media but add page id, Please*/


/* ======================================== */

body #content .agents-single-content p {
    margin-bottom: 20px !important;
}

html.msedge-true *,
html.msedge-true *:before,
html.msedge-true *:after {
    background-attachment: scroll !important;
}

.community-details-explore-text-inner p a {
    color: #fff;
    display: block;
    padding: 5px;
    /* background-color: rgba(0,0,0,1); */
    width: 100%;
    border: 0 none;
    font-weight: bold;
    height: auto;
    /* margin-bottom:5px; */
}

.community-details-explore-text-inner p a:hover {
    /* background-color: #e51937; */
    text-decoration: none;
}

#neighborhood-guides-map {
    overflow: hidden;
}

.neighborhood-guides-map #map {
    left: 55px;
    position: relative;
}

.single-neighborhood #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.community-details-heading {
    z-index: 1;
}

.community-details-explore {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.community-details-explore-top {
    position: absolute;
    z-index: 1;
    top: -310px;
    left: 51%;
    width: 49.45%;
    height: 351px;
    max-width: 100%;
    overflow: hidden;
}

.community-details-explore-top > canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.community-details-explore-top-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 0 0 130px;
}

.community-details-explore-top::before {
    background: rgba(240, 240, 240, 0.85);
}

.community-details-explore-top .site-section-title {
    color: #1b1b1b;
}

.community-details-explore-top .site-section-title span b {
    margin-right: -40px;
}

.community-details-explore-top .site-section-title i.title-line {
    width: 400% !important;
    left: auto !important;
    right: calc(-416% - 15px);
}

.community-details-explore-text a {
    /*font-family: 'Quicksand', sans-serif;*/
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.community-details-explore-text a:hover {
    color: #e51937;
}

.community-details-explore-text-inner {
    width: calc(100% - 20px);
    vertical-align: top;
    padding-top: 209px;
    position: relative;
    z-index: 1;
}

.community-details-explore-img::before,
.community-details-explore-img::after {
    background: #1b1b1b;
}

.community-details-explore-img canvas {
    height: 650px;
}

.community-details-explore-img span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agents-single-contact-link:visited,
.agents-single-contact-link:link {
    color: #fff;
}

.our-team-agents-list .our-team-agents-col:nth-child(10) .our-team-agents-hover {
    padding: 0 10px;
}

.ip-marketing-head-wrap .ip-marketing-testi-title span .title-line {
    left: 105%;
    top: 50%;
}

.ip-marketing-head-desc .ip-marketing-list-with-us {
    margin: 10px 30px !important;
    /*display: block;*/
    display: inline-block;
    float: none;
    color: #000;
}

.page-id-4774 .ip-marketing-head-desc .ip-marketing-list-with-us {
    margin-left: 23px !important;
}

.ip-marketing-head-wrap {
    /*padding-bottom: 100px;*/
}

.ip-marketing-head-wrap p {
    text-align: center;
}

.ip-marketing-head-wrap .ip-marketing-list-with-us::after {
    right: auto !important;
    left: -23px !important;
}

#content .post-4772 .entry div.wpcf7-response-output {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

html.msedge-true .in-the-media-content-sidebar {
    padding-left: 23px;
}

html.msedge-true .in-the-media-content-main {
    margin-top: 200px;
}

.search-mls-iframe {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}

.search-mls-iframe iframe {
    min-width: 720px;
    width: 100%;
}

.site-menu .not-clickable {
    cursor: pointer;
}

.site-menu .not-clickable > a {
    pointer-events: none;
}

.ip-marketing-head-wrap {
    background: url(images/list-with-us-bg-b.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.ip-marketing-head {
    background: rgba(255, 255, 255, 0.93);
    padding-bottom: 100px;
}

.page-id-4774 .ip-marketing-head {
    background: rgba(255, 255, 255, 0.85);
    padding-bottom: 20px;
}

.ip-marketing-head-wrap .ip-marketing-testi-title {
    /*font-size: 130px !important;*/
    font-size: 115px !important;
    line-height: 115px !important;
}

.ip-marketing-head-wrap .ip-marketing-testi-title span b {
    font-size: 55px !important;
    left: 70px;
}


/*Our Numbers*/

.community-details-text-inner {
    min-height: 370px;
}

.postid-64344 .community-details-text-inner {
    padding: 0 0 30px;
    top: -125px;
}

.page-template-template-marketing-list .ip-marketing-our-numbers {
    background: url(images/our-numbers-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.page-template-template-marketing-list .ip-marketing-industry-recognition {
    background: url(images/our-numbers-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.ip-marketing-industry-recognition2.hp-performance {
    background: rgba(255, 255, 255, 0.93);
}

.page-template-template-marketing-list .ip-marketing-our-numbers2 {
    /* background: url(images/our-time-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom; */
    position: relative;
    z-index: 1;
}

.page-template-template-marketing-list .performance-wrap-top {
    background: rgba(255, 255, 255, 0.93);
    /*padding-top: 84px;*/
}

body.page-template-template-marketing-list #content h2.ip-marketing-list-page-title {
    margin-top: 0 !important;
}

body.page-template-template-marketing-list #content .col-md-5 h2.ip-marketing-list-page-title {
    margin-left: 0 !important;
}

.page-template-template-marketing-list .performance-wrap-top > .container > .row:first-child .col-md-5 {
    padding-right: 0;
}

.page-template-template-marketing-list .performance-wrap-top2 {
    background: #FFF;
    padding: 50px 0;
}


/*.page-template-template-marketing-list .ip-marketing-list-page-title span div {
    text-align: left !important;
    left: 108px;
    font-size: 55px !important;
}
    .page-template-template-marketing-list .col-md-5 .ip-marketing-list-page-title span div {
         text-align: left !important;
        left: 108px;
        font-size: 55px !important;
        margin: -6px!important;
        letter-spacing: -.05em;
    }*/


/*
    .page-template-template-marketing-list .ip-marketing-our-numbers2.hp-performance .ip-marketing-list-page-title span div {
        text-align: left !important;
        left: 143px;
        font-size: 67.05px !important;
        margin-top: -7px!important;
        letter-spacing: -.05em;
    }*/


/*.page-template-template-marketing-list .ip-marketing-list-page-title span .title-line {
    width: 98px;
    background: #B0B0B0 !important;
    left: 2% !important;
    top: 84%;
}*/

.page-id-69601 .col-md-5 .ip-marketing-list-page-title span .title-line {
    width: 80%;
    background: #d7d7d7 !important;
    left: 100% !important;
    top: 53%;
    margin-left: 24px;
}

.page-template-template-marketing-list .performance-wrap-top2 .ip-marketing-list-page-title span .title-line {
    width: 120px;
    background: #B0B0B0 !important;
    left: 1% !important;
    top: 83%;
}

.page-template-template-marketing-list #content .community-details-explore div p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 22px;
    margin-top: 0;
}

.page-template-template-marketing-list .community-details-explore-wrapper > p {
    text-align: center !important;
    padding: 40px 150px !important;
}

.page-template-template-marketing-list #content .community-details-explore div p:last-child {
    margin-bottom: 0;
}

.page-template-template-marketing-list .ip-marketing-our-numbers-subtext {
    text-align: left;
}

.page-template-template-marketing-list .hp-performance .performance-wrap {
    background: none;
}

.page-template-template-marketing-list .community-details-explore .with-bg div {
    background-color: #1b1b1b;
    padding: 20px;
}

.page-template-template-marketing-list .col-md-7 .our-number-thumb-new {
    padding-left: 33px;
    padding-top: 22px;
}

.page-template-template-marketing-list .community-details-explore .with-bg:nth-child(2n+1) div {
    margin-right: 55px;
    text-align: left;
    color: #fff;
    max-width: 404px;
    padding: 28px 27px 24px 37px;
    float: right;
}

.page-template-template-marketing-list .community-details-explore .with-bg:nth-child(2n) div {
    margin-left: 56px;
    text-align: left;
    color: #fff;
    max-width: 404px;
    padding: 28px 27px 24px 37px;
}

.page-template-template-marketing-list .community-details-explore .with-year:nth-child(2n+1) div h3 {
    margin: 58px 54px 0 0 !important;
    font-size: 40px !important;
}

.page-template-template-marketing-list .community-details-explore .with-year div h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.page-template-template-marketing-list .community-details-explore .with-year:nth-child(2n) div h3 {
    margin: 58px 0 0 0 !important;
    font-size: 40px !important;
}

.page-template-template-marketing-list .community-details-explore .with-year:nth-child(2n) div {
    font-size: 40px;
    text-align: left;
    margin-left: 54px;
    height: 115px;
    line-height: 41px;
    color: #e51937;
    max-width: 400px;
}

.page-template-template-marketing-list .community-details-explore .with-year:nth-child(2n+1) div {
    font-size: 40px;
    text-align: right;
    margin-left: 70px;
    height: 115px;
    line-height: 41px;
    color: #e51937;
    max-width: 400px;
    float: right;
}

.page-template-template-marketing-list .community-details-explore .row {
    padding: 20px 0;
}

.page-template-template-marketing-list .community-details-explore .row:nth-child(2n+1) {
    padding: 29px 0 10px;
    background-image: url(images/ind-bg-new.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

.page-template-template-marketing-list .community-details-explore .row:nth-child(2n) {
    padding: 16px 0 9px;
    background-image: url(images/ind-bg-new.png);
    background-repeat: no-repeat;
    background-position: center -815px;
}

.page-template-template-marketing-list .ip-marketing-our-numbers .ip-marketing-our-numbers-wrap {
    margin-top: 0px;
    padding: 66px 0 80px;
}

.page-template-template-marketing-list .community-details-explore-mobile-title .community-details-explore-title-holder {
    display: none;
}

.page-template-template-marketing-list .community-details-explore-wrapper > .container-fluid {
    padding: 0 0 24px 0;
}

div#year-2018 {
    background-position: center -15px;
    background-image: url(images/ind-bg-a.png);
}

div#year-2017 {
    background-position: center -803.5px;
}

div#year-2016 {
    background-position: center -15px;
}

div#year-2015 {
    background-position: center -803.5px;
}

div#year-2014 {
    background-position: center -15px;
}

div#year-2013 {
    background-position: center -803.5px;
    padding-bottom: 100px;
}

.page-template-template-marketing-list .hp-performance .performance-wrap:before,
.page-template-template-marketing-list .hp-performance .performance-wrap:after {
    background: none;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    /*font-size: 18px;*/
    font-size: 0;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #787878;
    padding: 25px 30px;
    position: relative;
    font-weight: normal;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li:after {
    background: none;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 100%;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 600;
    letter-spacing: -3.1px;
    color: #5a5a5a;
    display: block;
    margin-bottom: 11px;
}

.page-template-template-marketing-list ul.performance-list {
    padding: 0px;
}

.page-template-template-marketing-list .ip-marketing-our-numbers-divider canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 474px;
}

.page-template-template-marketing-list .ip-marketing-our-numbers-divider:after {
    background: none;
}

.page-template-template-marketing-list .ip-marketing-our-number-wrapper {
    background: rgba(255, 255, 255, 0.93);
    position: relative;
}

.page-template-template-marketing-list .community-details-explore {
    /*margin-top: 65px;*/
    /*margin-top: 7px;*/
    /*padding-bottom: 80px;*/
    /*background: rgba(255, 255, 255, 0.93);*/
    padding-top: 51px;
}

.page-template-template-marketing-list .community-details-explore-wrapper {
    background: #fff;
}

.page-template-template-marketing-list .community-details-explore-desktop-title {
    background: url(images/industry-recognition.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 2;
    top: -240px;
    right: 0;
    width: 47.6%;
}

.page-template-template-marketing-list .community-details-explore-title-holder {
    padding: 80px 30px;
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.page-template-template-marketing-list .community-details-explore-title-holder h2 span {
    font-size: 90px;
    text-align: left !important;
}

.page-template-template-marketing-list .ip-marketing-our-numbers2.hp-performance .ip-marketing-list-page-title span div {
    text-align: left !important;
    left: 0;
    font-size: 45px !important;
    margin-top: -7px !important;
    letter-spacing: -.05em;
    color: #e51937;
    position: relative;
}

.page-id-69601 .ip-marketing-list-page-title span .title-line {
    width: 100%;
    background: #B0B0B0 !important;
    right: -48% !important;
    left: auto !important;
    top: 50%;
    position: absolute;
}

.page-template-template-marketing-list .community-details-explore-img span {
    transform: rotate(0deg);
}

.page-template-template-marketing-list .community-details-explore-img canvas {
    height: 454px;
    min-height: 454px;
}

.page-template-template-marketing-list .community-details-explore-item:before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(2):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(3):before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(4):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(5):before {
    content: '';
    display: block;
    width: 1px;
    height: 68px;
    background: #999999;
    position: absolute;
    right: -1px;
}

.page-template-template-marketing-list .community-details-explore-item:nth-child(1):before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(3):before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(5)::before {
    top: 0;
}

.page-template-template-marketing-list .community-details-explore-item:nth-child(1):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(3):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(5):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(2):before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(4):before,
.page-template-template-marketing-list .community-details-explore-item:nth-child(6)::before {
    display: none;
}

.page-template-template-marketing-list .community-details-explore-item:nth-child(2):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(4):after,
.page-template-template-marketing-list .community-details-explore-item:nth-child(6):after {
    bottom: 0;
}

.page-template-template-marketing-list .community-details-explore-text span {
    display: block;
    font: 600 40px/1 "Barlow Semi Condensed", sans-serif;
    color: #e51937;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.page-template-template-marketing-list .community-details-explore-text span:after {
    content: '';
    background: #FFF;
    color: #FFF;
    width: 37px;
    display: block;
    text-align: center;
    margin: 20px auto;
    height: 4px;
}

.page-template-template-marketing-list .community-details-explore-text-inner {
    width: calc(100% - 20px);
    vertical-align: top;
    padding-top: 100px;
}

.page-template-template-marketing-list #content .community-details-explore-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #bababa;
    letter-spacing: 0.02em;
    margin: 0px 30px;
    font-family: 'Roboto';
}

.page-template-template-marketing-list .community-details-explore-bottom {
    background: none;
}


/*.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li:hover {
    background: #e51937;
    color: #FFF;
}*/

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list:nth-child(odd) li:nth-child(odd) {
    background: #e51937;
    color: #FFF;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list:nth-child(even) li:nth-child(even) {
    background: #e51937;
    color: #FFF;
}


/*.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list li:hover span {
    color: #FFF;
}*/

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list:nth-child(even) li:nth-child(even) span {
    color: #FFF;
}

.page-template-template-marketing-list .hp-performance .performance-wrap .performance-list:nth-child(odd) li:nth-child(odd) span {
    color: #FFF;
}

.ip-marketing-local-exposure-button {
    padding: 0 20px;
    width: 280px;
    margin-top: 40px;
}

.page-id-4774 .inner-page-banner .inner-page-banner-photo {
    background-image: url('images/inner-page-banner-c.jpg');
    /* filter: none; */
}

.new-development-listings {
    margin-top: 100px;
}

.ip-marketing-global-exposure-numbers-item {
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.85px;
    text-align: center;
}

.ip-marketing-global-exposure-numbers-item span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    display: block;
    letter-spacing: -3.1px;
    margin-bottom: 12px;
}

.ip-marketing-global-exposure-numbers-item span em {
    font-style: normal !important;
    display: inline-block;
}

.ip-marketing-global-exposure-section-wrap {
    background: transparent url(images/an-online-presence-bg-a.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 105px;
}

.ip-marketing-global-exposure-section-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.ip-marketing-global-exposure-section-outer-container {
    background: #fff;
    margin-top: 67px;
    padding-bottom: 95px;
}

.ip-marketing-global-exposure-section-outer-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 424px;
    background: #fff;
}

.ip-marketing-global-exposure-section-view-more {
    width: 321px;
    max-width: 100%;
    margin: 47px 0 0 22px !important;
}

.ip-marketing-global-exposure-contact-us {
    margin-top: 52px;
}

.ip-marketing-global-exposure-numbers {
    margin-top: 114px;
}

#interactive-map span.irs-from,
#interactive-map span.irs-min,
#interactive-map span.irs-to,
#interactive-map span.irs-max {
    display: none;
}

.interactive-map-label.active {
    background-image: url('https://ogroup.com/wp-content/themes/ogroup.com/images/marker-active.png');
    left: 0px;
    top: 0px;
    user-select: none;
    width: 30px;
    height: 42px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    max-width: none;
    opacity: 1;
    line-height: 29px;
}

.interactive-map-label.sold {
    background-image: url('images/marker-sold.png');
}

.interactive-map-label.leased {
    background-image: url('images/marker-leased.png');
}

.interactive-map-label.commercial {
    background-image: url('images/marker-commercial.png');
}

.interactive-map-label.sold,
.interactive-map-label.leased,
.interactive-map-label.commercial {
    top: 8px;
    width: 30px;
    height: 42px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    max-width: none;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 29px;
    line-height: 29px;
}

.single-neighborhood #content-full #content {
    overflow: hidden;
}

.our-offices-party-gallery-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 1px;
    background: #3e3e3e;
    margin: -6px 30px 0 0;
}

.our-offices-party-gallery-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 1px;
    background: #3e3e3e;
    margin: -6px 0 0 30px;
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(1) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/parks.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(2) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/Arts-Culture.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(3) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/Recreation.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(4) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/Restaurants.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(5) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/shopping.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item:nth-child(6) .community-details-explore-item-inner .community-details-explore-text {
    background-image: url("images/Entertainment.jpg");
}

.community-details-explore .community-details-explore-items .community-details-explore-item .community-details-explore-item-inner .community-details-explore-text:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.agents-single-contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.agents-single-contact-link:before {
    display: none;
}

.post-4772 .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

html.safari-true.mac-true .our-properties-wrap .our-properties-listings .listings-item:hover .listings-info-hover {
    bottom: 0.5px;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.postid-68433 #content .community-details-title,
.postid-68466 #content .community-details-title,
.postid-68427 #content .community-details-title,
.postid-68430 #content .community-details-title {
    font: 700 70px/1 "Barlow Semi Condensed", sans-serif;
}

.postid-68433 .community-details-title.site-section-title span i.title-line,
.postid-68466 .community-details-title.site-section-title span i.title-line,
.postid-68427 .community-details-title.site-section-title span i.title-line,
.postid-68430 .community-details-title.site-section-title span i.title-line {
    top: 36px;
}

.neighborhood-template-default .community-details-text-inner {
    min-height: 500px;
}

.neighborhood-template-default .community-details-text {
    margin-top: -270px;
}


/*
.neighborhood-template-default.postid-68430 .community-details-text {
    margin-top: -206px;
}
*/


/*
.neighborhood-template-default.postid-68430 .community-details-text-inner {
    padding: 20px 0;
}
*/

.page-nation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-nation li {
    display: block;
}

.page-nation a {
    display: block;
    color: #181818;
}

.page-nation a:hover {
    color: #e51937;
}

.page-nation li a span {
    margin: 0;
}

body.pop-sold-active .fixed-header,
body.pop-sold-active .header {
    z-index: 0;
}

body.pop-sold-active #inner-page-wrapper {
    z-index: 9999;
}

.our-number-thumb-new img {
    max-width: 100%;
}

#content-listings ul.list li p.prop-desc + p:before,
#content-listings ul.list li p.prop-desc + p:after {
    content: '';
    display: table;
    clear: both;
}

h4.sched-showing-header,
h4.req-details-header {
    margin-top: 35px;
}

body.aios-listings-page.popup-show {
    overflow: hidden;
}

.aios-listings-page .pop-wrap {
    overflow: hidden;
    padding: 30px 0;
}

.fixed-header .fixed-header-wrap .fixed-header-left .fixed-header-navigation .site-menu > li:hover > .sub-menu {
    padding-top: 26px !important;
}

.page-template-template-marketing-list .ip-marketing-list-subtext.ip-marketing-our-numbers-subtext.animated.fadeInUp.visible {
    text-align: left;
    margin-top: 46px;
}

.page-template-template-marketing-list .ip-marketing-our-numbers2 .ip-marketing-list-subtext.ip-marketing-our-numbers-subtext.animated.fadeInUp.visible {
    text-align: left;
    margin-top: 0;
    padding: 28px 0;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.page-template-template-marketing-list #content .ip-marketing-list-subtext.ip-marketing-our-numbers-subtext.animated.fadeInUp.visible p {
    line-height: 26px;
}

.scroll-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    left: auto;
    right: 0;
    top: 0;
}

.scroll-wrap .wpcf7-form-control-wrap {
    display: block;
}

.our-offices-section .our-offices-top-outer {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.our-offices-section .our-offices-top-inner {
    background: #fff;
    padding-bottom: 80px;
}

.our-offices-middle {
    position: relative;
}

.our-offices-middle-wrapper {
    overflow: hidden;
    padding: 100px 0;
    background: url(images/office-mid-bg.jpg);
    background-size: 115%;
    position: relative;
    max-width: 85%;
    /*background-position: -150px 0;*/
    background-position: -265px -40px;
    top: -40px;
    z-index: 2;
}

.our-offices-middle-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, 0.9);
    top: 0;
    left: 0;
}

.our-offices-middle-images {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    z-index: 9;
    height: 100%;
}

.our-offices-middle-images-wrapper img {
    /*width: 75%;*/
    /*width: 65%; */
    width: 62.5%;
}

.our-offices-middle-images-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.our-offices-middle-images-wrapper img.img-bw {
    position: absolute;
    /*top: -40%;*/
    /*top: -60%;*/
    top: -55%;
    right: 0;
}

.our-offices-middle-images-wrapper img.img-colored {
    position: absolute;
    left: 0;
    /*bottom: -40%;*/
    /*bottom: -44%;*/
    bottom: -38%;
}

body.page-id-503299 .our-offices-top-photo canvas:last-child {
    margin-left: auto;
}

body.page-id-503299 #content .our-offices-content.our-offices-content-a p {
    margin-bottom: 10px!important;
}

.ip-marketing-local-exposure .ip-marketing-list-page-title {
    max-width: 440px;
    font-size: 130px !important;
    margin: 60px auto 0 !important;
}

.ip-marketing-local-exposure .ip-marketing-list-page-title span b {
    font-size: 55px !important;
    letter-spacing: -.05em !important;
    margin-top: -5px !important;
    padding-right: 12px;
}

body .ip-marketing-local-exposure .ip-marketing-list-page-title span .title-line {
    left: calc(100.5% + 15px) !important;
    top: 53%;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-top > .container {
    position: relative;
    padding-bottom: 76px;
    margin-bottom: -176px;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-top > .container:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    /*top: 0;*/
    top: -5px;
    bottom: 0;
    background: #fff;
    z-index: -1;
    display: block;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-top {
    position: relative;
    z-index: 2;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-subtext {
    margin-top: 48px;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-bottom {
    margin-top: 0;
    padding-top: 218px;
}

.ip-marketing-local-exposure-list {
    /*padding-top: 48px;*/
}

.ip-marketing-local-exposure-item {
    /*padding: 53px 154px 80px 195px;*/
    padding: 33px 154px 40px 195px;
}

.ip-marketing-local-exposure-item:first-child {
    padding: 85px 154px 47px 195px;
}

.ip-marketing-local-exposure-item:nth-child(odd) {
    padding-right: 90px;
}

.ip-marketing-local-exposure-item:nth-child(odd) .ip-marketing-local-exposure-content,
.ip-marketing-local-exposure-list .ip-marketing-local-exposure-item:nth-child(3) .ip-marketing-local-exposure-content {
    padding-left: 60px;
    /*padding-top: 21px;*/
    padding-top: 0;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-content {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #666;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-name,
.ip-marketing-local-exposure-link {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 6px;
    /*margin-top: 33px;*/
    margin-top: 0;
    width: 100%;
}

.ip-marketing-local-exposure-link {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.44;
    color: #e51937;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-link a:hover {
    color: inherit;
    opacity: .8;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-photo {
    flex: 0 0 337px;
    height: auto;
}

.ip-marketing-local-exposure-list .ip-marketing-local-exposure-item:nth-child(even) .ip-marketing-local-exposure-content {
    padding-right: 40px;
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-item:first-child .ip-marketing-local-exposure-photo img {
    /*box-shadow: none;*/
}

.ip-marketing-local-exposure .ip-marketing-local-exposure-photo img {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-buyers #inner-page-wrapper {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

.page-template-template-buyers .buyers {
    background: transparent url(images/buyers-bg-a.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-template-template-buyers .buyers:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.72);
    pointer-events: none;
}

.page-template-template-buyers .buyers-wrap {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.page-template-template-buyers .buyers-container-wrap {
    background: #fff;
}

.page-template-template-buyers .buyers-title {
    font-size: 110px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    margin: 68px 0 0 !important;
}

.page-template-template-buyers .buyers-title span {
    text-align: left !important;
    left: -6px;
}

.page-template-template-buyers .buyers-title span b {
    font-size: 85px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    margin-top: -10px;
    padding-left: 90px;
}

.page-template-template-buyers .buyers-title span .title-line {
    width: 400%;
    left: -408%;
    bottom: auto !important;
    /*top: 46px !important;*/
    top: 57px !important;
    background: #b0b0b0 !important;
}

.page-template-template-buyers .buyers-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.74;
    color: #666666;
    margin-top: 23px;
}

.page-template-template-buyers .buyers-content p {
    margin: 0 !important;
}

.page-template-template-buyers .buyers-contact-wrap {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.page-template-template-buyers .buyers-agent-wrap {
    position: relative;
    width: 46%;
    margin-left: auto;
    pointer-events: auto;
}

.page-template-template-buyers .buyers-agent-bg {
    position: relative;
    background: #e8e8e8;
}

.page-template-template-buyers .buyers-agent-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-template-buyers .buyers-agent-bg canvas {
    display: block;
    width: 100%;
    max-height: 559px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.27;
}

.page-template-template-buyers .buyers-agent-img {
    position: absolute;
    /*top: 12px;
    right: 11px;
    width: 115%;*/
    top: 60px;
    right: 65px;
    width: 97%;
    pointer-events: auto;
}

.page-template-template-buyers .buyers-agent-img img {
    display: block;
    max-width: 100%;
}

.page-template-template-buyers .buyers-container {
    padding: 0 49px 77px 61px;
}

.page-template-template-buyers .buyers-contact-us-info {
    width: 49%;
    margin: -119px 0 0 auto;
    pointer-events: auto;
}

.page-template-template-buyers .buyers-contact-us {
    margin: 44px 0 0 25px;
}

.page-template-template-buyers #content .buyers-content ul {
    margin: 0;
    list-style-type: none;
}

.page-template-template-buyers #content .buyers-content ul li {
    line-height: 40px;
    display: block;
    position: relative;
    padding-left: 33px;
}

.page-template-template-buyers #content .buyers-content ul li ul.buyers-sub-list {
    margin-top: 0;
    margin-left: 50px;
}

#content em.ai-icon-checkmark {
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/ai-checkmark-icon.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}

.page-template-template-buyers .buyers-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% + 50px);
    height: 100%;
    background: #fff;
    pointer-events: none;
}

.page-template-template-buyers #content .buyers-content ul li ul.buyers-sub-list li {
    padding-left: 0;
}

.page-template-template-buyers .buyers-container-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    display: none;
}

.site-popup-form {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease;
}

.site-popup-form.active {
    visibility: visible;
    pointer-events: auto;
}

.popup-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.popup-form-container {
    position: relative;
    background: #fff;
    width: 846px;
    max-width: calc(100% - 70px);
    max-height: calc(100% - 70px);
    padding: 74px 50px;
    transform-origin: center center;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.6s ease;
}

.site-popup-form.active .popup-form-container {
    transform: scale(1);
    opacity: 1;
}

.popup-form-container:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 10px solid rgba(229, 25, 55, 0.1);
}

.popup-form-close {
    position: absolute;
    top: 16px;
    right: 24px;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.225px;
    text-transform: uppercase;
    color: #646464;
    transition: all 0.4s ease-in-out;
}

.popup-form-close:hover {
    color: #e51937;
}

.popup-form-close span {
    display: block;
    cursor: pointer;
    font-size: 25px;
    color: inherit;
    margin-bottom: 3px;
}

.popup-form-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.popup-form-title:after {
    content: '';
    display: block;
    width: 38px;
    height: 5px;
    background: #e51937;
    margin: 26px auto 0;
}

.popup-form-subtext {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
    text-align: center;
    line-height: 1.625;
    margin-top: 20px;
}

.popup-form-join {
    position: relative;
    width: 672px;
    max-width: 100%;
    margin: 46px auto 0;
}

.popup-form-join form {
    position: relative;
}

.popup-form-join form:before,
.popup-form-join form:after {
    content: '';
    display: table;
    clear: both;
}

.popup-form-join input[type="email"],
.popup-form-join input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 16px;
    transition: all 0.4s ease-in-out;
}

.popup-form-join input[type="email"] {
    border: 1px solid #a4a4a4;
    border-right: none;
}

.popup-form-join input[type="submit"] {
    font-weight: 700;
    letter-spacing: 2.8px;
    text-align: center;
    background: #e51937;
    border: none;
    color: #fff;
}

.popup-form-join input[type="submit"]:hover {
    background: #1b1b1b;
}

.popup-form-join .popup-form-field {
    float: left;
    width: 471px;
}

.popup-form-join .popup-form-field.submit {
    width: 201px;
}

.popup-form-join .wpcf7-form-control-wrap {
    display: block;
}

.popup-form-join .ajax-loader {
    position: absolute;
    bottom: -18px;
    left: calc(50% - 8px);
    margin: 0 !important;
}

.popup-form-join span.wpcf7-not-valid-tip {
    left: 14px;
    top: 14px;
    color: #fff !important;
    border-color: #e51937 !important;
    background: #e51937 !important;
    text-transform: uppercase;
}

.popup-form-join .wpcf7-response-output {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.popup-form-join .wpcf7-response-output.wpcf7-validation-errors,
.popup-form-join .wpcf7-response-output.wpcf7-acceptance-missing {
    background: #b18e12 !important;
    border-color: #b18e12 !important;
}

.popup-form-join .wpcf7-response-output.wpcf7-mail-sent-ng,
.popup-form-join .wpcf7-response-output.wpcf7-aborted {
    background: #e51937 !important;
    border-color: #e51937 !important;
}

.popup-form-join .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #16af5a !important;
    border-color: #16af5a !important;
}

.page-id-196433 .select2-drop {
    z-index: 2;
}

.page-id-196433 .select2-drop-mask {
    z-index: 1;
}

#content .IDX-wrapper-standard #IDX-action-buttons {
    padding: 0 15px !important;
}

#content form#IDX-searchForm ul.select2-choices {
    margin: 0;
}

.our-properties-wrap .our-properties-form .form-group.form-checkboxes > div {
    /*    width: 490px !important;*/
    width: 648px !important;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-listing #custom-map {
    width: 100%;
    height: 400px;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label {
    padding-left: 0;
}

.single-listing-submit {
    display: block;
    width: 159px;
    position: relative;
    margin-left: auto;
}

.single-listing-submit:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: -23px;
    width: 46px;
    height: 1px;
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-listing-submit input[type="submit"] {
    width: 100%;
}

.mac-true .site-button:after,
.mac-true .site-button:before {
    top: 25.5px !important;
    height: 1px !important;
}

.mac-true .fl-cta .site-button:after {
    top: 38px !important;
    height: 1px !important;
}

.mac-true .hp-contact .contact-wrap .contact-form .contact-submit:after {
    top: 27px !important;
    height: 1px !important;
}

.mac-true .footer li.dashed-menu:before {
    top: 3px;
}

.footer-advanced-mls-search img {
    max-width: 123px;
}

.page-template-template-recent-sales .our-properties-wrap .our-properties-title span .title-line {
    width: calc(221.5% - 15px);
    left: -170%;
}

.ip-marketing-global-exposure .ip-marketing-list-page-title span b {
    position: relative;
    right: -16px;
}

.ip-marketing-industry-recognition .ip-marketing-list-page-title span b {
    position: relative;
    right: -6px;
}

.page-template-template-press .in-the-media-content-main {
    margin: 129px 0 0;
}

.our-properties-wrap .our-properties-listings .listings-col:nth-last-child(1):nth-child(odd) {
    float: left;
    top: -60px;
}

.page-id-4758 .our-properties-wrap .our-properties-listings .listings-col:nth-last-child(1):nth-child(odd) {
    top: -120px !important;
}

.page-id-439129 .our-properties-wrap .our-properties-listings .listings-col:nth-last-child(1):nth-child(odd) {
    top: 0;
}

.page-id-4760 .our-properties-wrap .our-properties-listings .listings-col:nth-last-child {
    top: -120px;
}

.davina-box {
    display: none;
}

.postid-22432 .davina-box,
.postid-22450 .davina-box {
    display: block;
    color: #fff;
    margin-top: 25px;
    font-size: 12px;
}

.postid-22432 .davina-box a {
    color: #fff;
}

body.archive #inner-page-breadcrumbs + .container {
    padding-top: 20px;
}

body.post-type-archive-blog #inner-page-breadcrumbs + .container {
    width: 100%;
    padding: 0;
}

body.post-type-archive-blog #inner-page-wrapper {
    margin-bottom: 0;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 9999;
}

.hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9999;
}


/** new featured properties css ***/

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col {
    float: inherit;
}

.home .hp-fl .fl-wrap .fl-container .fl-left {
    width: 31%;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a {
    width: 100%;
    margin-left: 0;
    padding-left: calc(31% - 0px);
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a:last-child:first-child .fl-list-col.w-mb.w-ml {
    margin-bottom: 290px!important;
}

.home .hp-fl .fl-wrap .fl-container .fl-right {
    width: 31%;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(1) {
    width: calc(44% - 0px);
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    /*width: 55%;*/
    width: calc(56% - 0px);
    float: right;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(1) {
    width: calc(31% - 0px);
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(2) {
    width: calc(34% - 0px);
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-b .fl-list-col:nth-child(3) {
    width: 35%;
    float: right;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(1) {
    width: 36%;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-c .fl-list-col:nth-child(2) {
    width: 32%;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-mb {
    margin-bottom: 0px !important;
    /*    border-bottom: 1px solid #fff;*/
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col.w-mb {
    position: relative;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 9999;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row .fl-list-col .fl-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9999;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2):before {
    height: 89%;
}

.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row:nth-child(3) .fl-list-col:nth-child(2) .fl-item:before,
.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row:nth-child(2) .fl-list-col:nth-child(3) .fl-item:before,
.home .hp-fl .fl-wrap .fl-container .fl-list .fl-list-row:nth-child(1) .fl-list-col:nth-child(2) .fl-item:before {
    display: none;
}

.ip-marketing-global-exposure-section-container .no-hover:hover {
    opacity: 1;
    cursor: auto;
}

.col-md-12.virtual-tour a {
    position: relative;
    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: 100%;
    height: 100%;
    max-width: 200px;
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    /* color: #5e5e5e; */
    color: #fff;
    background: #1b1b1b;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    padding: 6px 10px;
    transition: all 0.4s ease-in-out;
    margin-top: 22px;
}

.col-md-12.virtual-tour a:hover {
    color: #5e5e5e;
    background: rgba(255, 255, 255, 0.8);
}

.postid-22450 .davina-box {
    opacity: 0;
}

.page-template-template-concierge #content .in-the-media-title,
.page-template-template-concierge-new #content .in-the-media-title {
    font-size: 110px;
    margin-bottom: 46px;
}

.page-template-template-concierge .in-the-media-title.site-section-title span i.title-line {
    top: 59px;
}

.page-template-template-concierge .in-the-media-wrap {
    background: url(images/concierge-bg.jpg) no-repeat center center / cover;
}

.page-template-template-concierge .inner-page-banner.banner-concierge canvas {
    background: transparent url(images/concierge-banner.jpg) no-repeat;
}

.page-template-template-concierge .in-the-media-text-content p {
    font-size: 18px;
}

.page-template-template-concierge .in-the-media-heading-photo {
    margin-top: 90px;
}

.page-template-template-concierge .in-the-media-heading img {
    margin-bottom: 20px;
}

.page-template-template-concierge .in-the-media-heading-text::before {
    width: 720px;
}

.page-template-template-concierge #in-the-media [data-aios-staggered-parent=true] {
    min-height: auto;
}

.page-template-template-concierge #inner-page-wrapper {
    margin-bottom: 0;
}

.concierge-services {
    background: #fff;
    padding: 100px 0 80px;
}

.concierge-services ul {
    margin: 0 !important;
    list-style: none;
    border: 3px solid #000;
    padding: 50px 70px 40px 90px;
}

.concierge-services ul li {
    list-style: none;
    width: calc(25% - 3px);
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding-left: 35px;
}

.concierge-services ul li:before {
    content: '';
    background-image: url(images/concierge-check-icon.png);
    background-size: cover;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
}

.concierge-services h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #000;
    background: #fff;
    margin: 0 auto !important;
    position: absolute;
    top: -13px;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    width: 520px;
    max-width: 100%;
}

.concierge-contact-form {
    background-image: url(images/concierge-contact-bg.jpg);
    background-color: rgba(21, 21, 21, .8);
    background-size: cover;
    padding: 50px 0;
    background-blend-mode: overlay;
}

.concierge-contact-form h2 {
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #fff;
}

.concierge-contact-form h2 span {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    margin-top: 20px;
}

.concierge-contact-form .form-group.col-2 {
    margin: 0 -12px 38px;
    height: 43px;
}

.concierge-contact-form .form-group.col-2 .form-col {
    float: left;
    width: 50%;
    padding: 0 12px;
}

.concierge-contact-form label {
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0.77px;
    color: #fff;
}

.concierge-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.concierge-contact-form input[type="text"],
.concierge-contact-form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    height: 32px;
}

.concierge-contact-form .contact-submit {
    margin: 44px auto 0;
    width: 159px;
    position: relative;
}

.concierge-contact-form input[type="submit"] {
    background: transparent;
    width: 100%;
    border-color: #fff;
}

.concierge-contact-form .contact-submit:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    left: -23px;
    width: 46px;
    height: 1px;
    background: #fff;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.concierge-contact-form .ajax-loader {
    position: absolute;
}

.in-the-media-photo-nav,
.in-the-media-photo-nav2 {
    text-align: center;
    max-width: 72px;
    width: 100%;
    padding: 5px 0;
    background-color: #E51837;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: -38px;
    z-index: 2;
}

.in-the-media-photo-nav-span {
    text-align: center;
    color: #000;
    font-size: 12px;
    margin-top: -38px;
    position: relative;
}

.in-the-media-photo-nav span,
.in-the-media-photo-nav2 span {
    cursor: pointer;
    padding: 7px 12px;
    display: inline-block !important;
    vertical-align: top;
    font-size: 11px;
    line-height: 0;
}

.in-the-media-photo-nav span:nth-child(1),
.in-the-media-photo-nav2 span:nth-child(1) {
    border-right: 1px solid #fff;
}

.twentytwenty-handle {
    background-image: url('images/o-group-slider-a.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
}

.twentytwenty-handle span {
    display: none;
}

body .twentytwenty-horizontal .twentytwenty-handle::before,
body .twentytwenty-horizontal .twentytwenty-handle::after {
    width: 2px;
    margin-left: 0.5px;
}

.in-the-media-text-content p {
    font-size: 18px;
}

.footer-logos-bottom {
    display: block;
    margin-top: 20px;
}

.ls-text {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 65px;
}

.ls-cta-link {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.ls-cta-link a:hover {
    color: #bf3f51;
}

.ls-cta-link a {
    color: #e51937;
}

.lf-text-list h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 15px;
}

.lf-text-list p,
.lf-text-list li {
    font-size: 17px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
    line-height: 1.7;
    padding-bottom: 15px;
}

.lf-text-list p a,
.lf-text-list li a {
    color: #bf3f51;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}

.lf-text-list p a:hover,
.lf-text-list li a:hover {
    text-shadow: 0 0 1px #bf3f51;
}

.lf-video-wrap {
    text-align: center;
    color: #fff;
    background: transparent url(images/listings-form-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 5%;
    margin: 0 auto;
}

.lf-video-wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.lf-video-wrap strong {
    font-weight: 300 !important;
    margin-bottom: 0px;
    display: block;
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.12;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.lf-video-wrap strong span {
    display: block;
    font-weight: 500;
}

#beverly-info:before,
#link-listing-list:before {
    display: block;
    content: " ";
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}

.page-template-template-concierge-new-php .in-the-media-title.site-section-title span i.title-line {
    top: calc(50% + 6px);
}

.page-id-4772 span.wpcf7-form-control-wrap.beds {
    float: left;
}

.sidebar-logo {
    margin-top: 32px;
}


/* Inner Page Our Blog */

.page-template-template-our-blog .inner-page-banner .inner-page-banner-photo {
    background: transparent url('images/our-blog-banner.jpg') no-repeat;
}

.page-template-template-our-blog #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#our-blog {
    font-size: 0;
    position: relative;
}

#our-blog .our-blog-wrap {
    max-width: 1414px;
    margin: 0 auto 90px;
    padding: 0 20px;
}

.our-blog-heading-text {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 72px 0 62px 35px;
}

#our-blog .our-blog-title {
    font-size: 150px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0 0 68px -9px;
    max-width: 318px;
}

#our-blog .our-blog-title span {
    display: block;
    text-align: left;
}

#our-blog .our-blog-title b {
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-top: -17px;
    text-align: right;
}

#our-blog .our-blog-title.site-section-title span i.title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #b0b0b0;
    top: 78px;
    left: -2007px;
}

.our-blog-sidebar-wrap {
    position: relative;
    float: right;
    width: 50%;
    margin-top: -184px;
    z-index: 3;
}

.our-blog-sidebar {
    padding-left: 57px;
    padding-right: 14px;
}

.our-blog-sidebar-title {
    display: block;
    font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    text-transform: uppercase;
}

.our-blog-sidebar-title strong {
    font-weight: 700 !important;
}

.our-blog-sidebar form {
    position: relative;
    margin: 42px 0 0 !important;
}

.our-blog-sidebar form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
    height: 55px;
}

.our-blog-sidebar form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 23px;
    height: 23px;
    background: url('images/in-the-media-search.png') no-repeat center center;
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 0;
}

.our-blog-sidebar .our-blog-categories {
    min-height: 483px;
}

.our-blog-sidebar .our-blog-categories ul {
    margin-left: 0 !important;
}

.our-blog-sidebar .our-blog-categories ul li {
    display: block;
    margin: 35px 0;
}

.our-blog-sidebar .our-blog-categories ul li a {
    display: block;
    overflow: hidden;
    background: url(images/articles-dotted-line.png) repeat-x center center;
    color: #1b1b1b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-blog-sidebar .our-blog-categories a:hover {
    color: #e93e57 !important;
}

.our-blog-sidebar .our-blog-categories a span:first-of-type {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 25px;
    background: #ffffff;
}

.our-blog-sidebar .our-blog-categories a span:last-of-type {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding-left: 25px;
    margin-top: 5px;
    background: #ffffff;
}

.our-blog-list {
    position: relative;
    font-size: 0;
    /* display: flex; */
    width: 100%;
    z-index: 1;
    /* margin-top: -526px; */
    top: -94px;
}

.our-blog-list-col {
    width: 100%;
}


/* .our-blog-list-col:first-of-type {
    margin-top: -608px;

} */

.our-blog-item {
    padding: 0 2px;
    margin-bottom: 4px;
    width: calc(100%/12*6);
    display: inline-block;
    vertical-align: top;
}

.our-blog-item a {}

.our-blog-item-image-wrap {}

.our-blog-item-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 352px;
}

.our-blog-item-details {
    background-color: #1b1b1b;
    padding: 27px 0 31px 46px;
    min-height: 252px;
}

.our-blog-item-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 29px;
    padding-right: 124px;
    min-height: 88px;
}

.our-blog-item-author {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #909090;
    margin-top: 6px;
}

.our-blog-item-excerpt {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin-top: 11px;
    padding-right: 35px;
}


/*translate*/

.header-translate,
.footer-translate {
    width: 110px;
    margin-top: 33px;
}

.footer-translate {
    margin: 20px auto 0;
    width: 100px;
}

.header-translate .ai-translator-dropdown-wrap.notranslate,
.footer-translate .ai-translator-dropdown-wrap.notranslate {
    width: 100%;
    display: block;
}

.header-translate span.translator-trigger,
.footer-translate span.translator-trigger {
    border: none;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #fff;
    text-transform: uppercase;
    height: 29px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    margin-left: auto;
    background: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    position: relative;
}

.footer-translate span.translator-trigger {
    display: flex!important;
}

.header-translate span.translator-trigger::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url(images/translate-globe-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-translate span.translator-trigger::after {
    content: "\b0079";
    background: none;
    font-family: agentimage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

.header-translate .ai-translator-dropdown {
    left: auto;
    right: 0;
}

.footer-translate .ai-translator-dropdown {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}


.community-details-explore,
.page-template-template-beverly-hills .community-details-explore {
    margin-top: 351px;
}

.postid-534329 #content-full #content{
	overflow: unset!important;
}

.page-template-template-beverly-hills #inner-page-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}

.page-template-template-beverly-hills .community-details-explore-top {
    top: -351px;
}

a.concierge-btn {
    width: 420px;
    letter-spacing: 2px;
}


/*******************************************************
 *
 * Connect With Us
 *
 *******************************************************/


/* Reset*/

.page-template-template-connect-with-us #main-wrapper {
    overflow: hidden;
}

.page-template-template-connect-with-us #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-template-connect-with-us #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-connect-with-us .inner-page-banner .inner-page-banner-photo {
    background: transparent url(images/connect-with-us/connect-with-us-banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover !important;
}

.page-template-template-connect-with-us #ip-connect-with-us {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.page-template-template-connect-with-us .ip-cwu-container {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-main-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.page-template-template-connect-with-us .ip-cwu-main-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.10;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-attachment: fixed;
}

html.safari-true .page-template-template-connect-with-us .ip-cwu-main-bg canvas {
    background-attachment: scroll;
}

.page-template-template-connect-with-us .ip-cwu-wrapper {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-main {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-template-template-connect-with-us .ip-cwu-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.page-template-template-connect-with-us .ip-cwu-widget {
    display: block;
    position: relative;
    width: 100%;
    max-width: 504px;
}

.page-template-template-connect-with-us .ip-cwu-widget form {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-form {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-template-template-connect-with-us .ip-cwu-field-row.full {
    display: block;
    position: relative;
}

.page-template-template-connect-with-us .ip-cwu-field input:not([type=submit]),
.page-template-template-connect-with-us .ip-cwu-field textarea {
    width: 100%;
    height: 34px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    font-size: 21px;
    color: #3c3c3c;
    padding: 0;
    line-height: normal;
    letter-spacing: 0.21px;
    background: transparent;
}

.page-template-template-connect-with-us .ip-cwu-field-row .ip-cwu-field {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 7px);
}

.page-template-template-connect-with-us .ip-cwu-field-row.full .ip-cwu-field {
    display: block;
    width: 100%;
}

.page-template-template-connect-with-us .ip-cwu-field-row:not(:last-child) {
    margin-bottom: 30px;
}

.page-template-template-connect-with-us .ip-cwu-label {
    font-size: 21px;
    color: #3c3c3c;
    line-height: normal;
    letter-spacing: 0.21px;
}

.page-template-template-connect-with-us .ip-cwu-field.is-inline-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
}

.page-template-template-connect-with-us .ip-cwu-field-inline {
    width: 53px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

.page-template-template-connect-with-us .ip-cwu-field label {
    font-size: 21px;
    color: #3c3c3c;
    line-height: normal;
    letter-spacing: 0.21px;
    display: block;
}

.page-template-template-connect-with-us .ip-cwu-field-inline input:not([type=submit]) {
    width: 100%;
    height: 34px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    font-size: 21px;
    color: #3c3c3c;
    padding: 0 10px;
    line-height: normal;
    letter-spacing: 0.21px;
    background: transparent;
}

.page-template-template-connect-with-us .ip-cwu-field-row.full .ip-cwu-field:not(:last-child) {
    margin-bottom: 30px;
}

.page-template-template-connect-with-us .ip-cwu-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(50% - 36px);
}

.page-template-template-connect-with-us .ip-cwu-btn button {
    border-color: #000;
    color: #000;
    width: 100%;
    background: #fff;
}

.page-template-template-connect-with-us .ip-cwu-btn button:after {
    background: #000;
}

.page-template-template-connect-with-us .ip-cwu-btn button:hover:after {
    background: #b3b3b3;
}

.page-template-template-connect-with-us .ip-cwu-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 25px;
    margin-top: 70px;
}

.page-template-template-connect-with-us .ip-cwu-field textarea {
    height: 90px;
    resize: none;
}

.page-template-template-connect-with-us .ip-cwu-form-title {
    display: inline-block;
    position: relative;
    margin-bottom: 95px;
}

.page-template-template-connect-with-us #content .ip-cwu-form-title h2 {
    font-family: 'Barlow Condensed', sans-serif;
    ;
    font-weight: 600;
    line-height: 1;
    font-size: 153px;
    letter-spacing: 1.53px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
}

.page-template-template-connect-with-us #content .ip-cwu-form-title span {
    font-family: 'Source Sans Pro';
    font-size: 75px;
    line-height: 1;
    letter-spacing: 0.66px;
    color: #e51937;
    text-transform: uppercase;
    display: block;
    text-align: right;
    font-weight: 400;
}

.page-template-template-connect-with-us .ip-cwu-form-inner {
    display: block;
    padding-bottom: 130px;
    padding-top: 69px;
    background: #fff;
}

.page-template-template-connect-with-us .ip-cwu-field-inline:last-child {
    margin-right: 0;
}

.page-template-template-connect-with-us .ip-cwu-bg {
    display: block;
    position: relative;
    margin-top: -32px;
    margin-right: calc((100vw - 1140px) / -2);
    height: 55.5%;
}

.page-template-template-connect-with-us .inner-page-breadcrumbs {
    z-index: 1;
    position: relative;
    opacity: .66;
}

.page-template-template-connect-with-us .ip-cwu-bg canvas {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-color: #000;
}

html.safari-true .page-template-template-connect-with-us .ip-cwu-bg canvas {
    background-attachment: scroll;
}

.page-template-template-connect-with-us .ip-cwu-bg-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76.75%;
    background: rgba(255, 255, 255, .85);
    padding: 65px 72px 74px 30px;
}

.page-template-template-connect-with-us #content .ip-cwu-bg-content p {
    font-size: 21px;
    color: #3c3c3c;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
}

.page-template-template-connect-with-us .hp-contact {
    display: none;
}

.page-template-template-connect-with-us .ip-cwu-widget div.wpcf7-response-output {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
    color: #000!important;
    text-align: center;
}

.page-template-template-connect-with-us .ip-cwu-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.page-template-template-connect-with-us .ip-cwu-form-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    background: #fff;
}

.page-template-template-connect-with-us .ip-cwu-btn button:hover {
    background: #000;
}


/*******************************************************
 *
 * Connect With Us
 *
 *******************************************************/

.page-template-template-marketing #content .ip-marketing-head-desc ul {
    margin: 0;
    list-style-type: none;
}

.page-template-template-marketing #content .ip-marketing-head-desc ul li {
    line-height: 66px;
    display: block;
    position: relative;
    padding-left: 54px;
    font-size: 30px;
    font-weight: 300;
    color: #3c3c3c;
}

.page-template-template-marketing #content .ip-marketing-head-desc ul li ul.buyers-sub-list li {
    padding: 0;
}

.page-template-template-marketing #content .ip-marketing-head-desc ul li ul.buyers-sub-list {
    margin-top: 0;
    margin-left: 70px;
}

.page-template-template-marketing #content em.ai-icon-checkmark {
    background-image: url(images/ai-checkmarklg-icon.png);
    width: 27px;
    height: 26px;
    top: 21px;
    left: 0;
}

body.page-id-4774 a.site-button.ip-marketing-list-with-us {
    margin: 50px 0 0 55px!important;
    max-width: 247px;
}

.page-id-4774 .ip-marketing-testi-title span b {
    /* font-size: 70px !important; */
    /* line-height: 1 !important; */
    /* font-weight: 400 !important; */
    /* margin-top: 15px!important; */
    /* padding-left: 90px; */
    /* letter-spacing: 0.66px!important; */
    /* left: 0; */
}

.page-id-4774 .ip-marketing-list-tab > li > a {
    /* letter-spacing: 0.12px; */
    /* margin-bottom: 0; */
    /* padding-bottom: 18px; */
}

.page-id-4774 .ip-marketing-list-tab > li > a:after {
    /* bottom: -31px; */
}

.page-id-4774 .ip-marketing-list-tab > li {
    /* border: none; */
}

.page-id-4774 .ip-marketing-list-tab {
    /* margin: 18px 0 0 !important; */
}

.page-id-4774 .ip-marketing-list-tab > li {
    /* padding: 0 8px; */
}

.page-id-4774 .ip-marketing-list-tab-wrap {
    background: #fff;
}

.page-id-4774 .ip-marketing-head-wrap {
    /* background: transparent; */
    /* background: rgba(255, 255, 255, 0.85); */
}

.page-id-4774 .ip-marketing-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/sellers-bg-a.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0;
    filter: grayscale(1);
}

.page-id-4774 .ip-marketing-wrap {
    position: relative;
}

.page-id-4774 #ip-marketing {
    /* margin-bottom: 116px; */
}

.page-id-4774 .hp-contact {
    display: none;
}


/*.page-template-template-connect-with-us .footer .footer-wrap .footer-bottom .footer-advanced-mls-search,
.page-template-template-marketing-php .footer .footer-wrap .footer-bottom .footer-advanced-mls-search,
.page-template-template-buyers .footer .footer-wrap .footer-bottom .footer-advanced-mls-search,
.page-template-template-connect-with-us nav.footer-navigation,
.page-template-template-marketing-php nav.footer-navigation,
.page-template-template-buyers nav.footer-navigation,
.page-template-template-buyers .hp-contact,
.page-template-template-marketing-php .inner-page-breadcrumbs,
.page-template-template-buyers .inner-page-breadcrumbs{
    display: none;
}
.footer .footer-wrap .footer-top .footer-contact ul.txt-lg.diff-info{
    display: none;
}
body.page-template-template-connect-with-us .footer .footer-wrap .footer-top .footer-contact ul.txt-lg.diff-info,
body.page-template-template-marketing-php .footer .footer-wrap .footer-top .footer-contact ul.txt-lg.diff-info,
body.page-template-template-buyers .footer .footer-wrap .footer-top .footer-contact ul.txt-lg.diff-info{
    display: block;
}*/

.footer .footer-wrap .footer-top .footer-contact ul.txt-lg.diff-info {
    display: none;
}

.page-id-4774 #inner-page-breadcrumbs {
    background: #BFBFBF;
}

.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li.lp-contact {
    display: none;
}

.mobile-header-contact {
    display: none;
}

.grecaptcha-badge {
    z-index: 999;
    margin-bottom: 100px;
}

.netflix_whole {
    position: relative;
}

.netflix_whole span {
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 20px;
    text-shadow: 2px 2px 0px #fff;
    left: 5%;
}

.grecaptcha-badge {
    display: none !important;
}


/* Sunset Living */

.page-template-template-sunset-living div#main-wrapper {
    overflow: hidden;
}

.page-template-template-sunset-living #inner-page-banner,
.page-template-template-sunset-living .inner-page-breadcrumbs {
    display: none;
}

.page-template-template-sunset-living #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-template-sunset-living #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-sunset-living .floating-bg-a,
.page-template-template-sunset-living .floating-bg-b {
    display: block;
}

.sl-wrap {
    font-size: 0;
    position: relative;
    padding: 96px 0 0;
}

.sl-wrap::before,
.sl-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
}

.sl-wrap::before {
    background-image: url('images/sunset/sl-content-bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .15;
    z-index: -1;
}

.sl-wrap::after {
    background-color: #e12239;
    z-index: -2;
}

.sl-col {
    display: inline-block;
    vertical-align: top;
}

.sl-col.col-left {
    width: 53.93%;
}

.sl-txt {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    padding: 0 15px;
}

.sl-txt-heading {
    position: relative;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 45px;
    margin-bottom: 12px;
}

.sl-txt-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 10px;
    background-color: #fff;
    pointer-events: none;
}

.sl-txt-heading div {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.sl-txt p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.sl-col.col-right {
    width: 46.06%;
}

.sl-img {
    margin-right: -162px;
}

.sl-mag-wrap {
    font-size: 0;
    position: relative;
}

.sl-mag-col {
    display: inline-block;
    vertical-align: top;
}

.sl-mag-col.col-left {
    width: 58.5%;
}

.sl-mag-txt {
    position: relative;
    max-width: 730px;
    margin-left: auto;
    padding-left: 15px;
}

.sl-mag-txt-heading {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sl-mag-txt-heading div {
    color: #e22239;
}

.sl-mag-txt p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #424242;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
}

.sl-mag-txt a {
    margin: 0;
    width: 256px;
}

.sl-mag-col.col-right {
    width: 41.4%;
}

.sl-frame-wrap {
    font-size: 0;
    position: relative;
    padding: 129px 15px;
    background-image: url('images/sunset/sl-content-bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.sl-frame-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .85;
    pointer-events: none;
    z-index: -1;
}

.sl-frame-content {
    max-width: 1340px;
    margin: 0 auto;
}

.sl-frame-content iframe {
    display: block;
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sl-bottom-content {
    max-width: 1340px;
    margin: 50px auto;
}

.sl-bottom-content h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #e22239;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sl-bottom-content h2 span {
    display: block;
    color: #000;
    font-size: 36px;
}


/* Sunset Living */


/*homepage v2*/

#main-wrapper {
    overflow: hidden;
}


/*fl*/

.hp-fl.hp-fl-v2 .fl-wrap {
    padding-top: 121px;
}

.hp-fl.hp-fl-v2 .fl-wrap .fl-container .fl-list .fl-list-row.fl-row-a .fl-list-col:nth-child(2) {
    height: 406px;
    margin-top: -122px;
}


/*selling-sunset*/

.hp-netflix-v2 {}

.netflix-v2-wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.netflix-v2-col {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-color: #000;
    padding: 120px 5%;
    text-align: center;
}

.netflix-v2-col a {
    display: inline-block;
    width: 70%;
}

#hp-netflix .netflix-v2-col a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.netflix-v2-bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    opacity: 0;
    background-color: #1a1a1a;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.netflix-v2-bg-hover canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    width: 90%;
}


/*.netflix-v2-col a:hover .netflix-v2-bg-hover {
        opacity: 1;
    }
        .netflix-v2-col a:hover .netflix-v2-bg-hover canvas {
            pointer-events: all;
        }*/


/*New Layout */

.netflix-v2-inner {
    width: 100%;
    position: relative;
}

.netflix-v2-inner-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*justify-content: space-between;*/
    justify-content: space-around;
    width: 100%;
    padding: min(7vw, 100px) min(6vw, 70px) min(7vw, 50px);
    gap: min(3vw, 50px);
}

.netfilx-v2-items-inner {
    position: relative;
}

.netfilx-v2-items-inner canvas {
    display: block;
    width: 100%;
    height: auto;
}

.netfilx-v2-items-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
}

.netflix-v2-inner-bg {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
}

.netflix-v2-inner-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    opacity: 0.10;
}

.netflix-v2-inner-flex .sunset-logos {
    position: relative;
    flex-wrap: wrap;
    /*align-items: center;*/
    align-items: flex-start;
    justify-content: center;
    width: 100%;
	flex-direction: row;
}
.netflix-v2-inner-flex .sunset-logos div {
    padding: 0 20px;
}
/*New Layout */


/*about v2*/

.hp-welcome-v2 {
    padding: 160px 0 0;
}

.welcome-v2-wrap {
    position: relative;
    width: 90.75%;
    margin: 0 auto;
}

.welcome-v2-title {
    padding: 0 6%;
    margin: 0 0 50px;
}

/*.welcome-v2-title h2.welcome-title.site-section-title {
    font-size: 140px;
}
*/
.welcome-v2-title h2.welcome-title.site-section-title span b {
    font-size: 57px;
    line-height: 1;
    margin: 16px -110px 0 0;
}

.welcome-v2-title h2.welcome-title.site-section-title i.title-line.extend-right {
    width: 40vw;
    top: 31%;
    left: 107%;
}

.welcome-v2-title h1.welcome-title.site-section-title span b {
    font-size: 57px;
    line-height: 1;
    margin: 16px -110px 0 0;
}

.welcome-v2-title h1.welcome-title.site-section-title i.title-line.extend-right {
    width: 40vw;
    top: 31%;
    left: 107%;
}

.welcome-v2-row {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.welcome-v2-row:before {
    content: '';
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 797px;
    max-width: 70%;
    height: 756px;
    background: url(images/accent-logo-about-v2.png) center/contain no-repeat;
    z-index: 2;
    pointer-events: none;
}

.welcome-v2-img {
    width: 48.416%;
}

.welcome-v2-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-v2-text {
    width: 51.584%;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.welcome-v2-awards {
    position: absolute;
    max-width: 381px;
    right: 111px;
    top: -281px;
    z-index: 3;
}

.welcome-v2-text-inner {
    max-width: 555px;
    width: 90%;
}

.welcome-v2-text-inner p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 30px 0;
    line-height: 30px;
    color: #ffffff;
}

.welcome-v2-btn {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.welcome-v2-btn a.site-button {
    margin: 0 20px;
    width: 252px;
    max-width: calc(50% - 20px);
}

.welcome-v2-btn a.site-button:first-child {
    margin-left: 0;
}

.welcome-v2-btn a.site-button:last-child {
    margin-right: 0;
}


/*concierge*/

.hp-concierge-v2 {
    position: relative;
    padding: 122px 0 99px;
    overflow: visible;
}

.hp-concierge-v2:before {
    content: '';
    position: absolute;
    top: -276px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/bg-concierge-v2.jpg) center/cover no-repeat;
    z-index: -1;
}

.hp-concierge-wrap {
    position: relative;
    width: 90.75%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.hp-concierge-text {
    width: 43.871%;
    padding-right: 7%;
}

.hp-concierge-text-inner {
    max-width: 370px;
    width: 90%;
    margin: 0 auto;
}

.hp-concierge-text-inner .hp-concierge-title {}

.hp-concierge-text-inner .hp-concierge-title i.title-line.extend-left {
    right: 50%;
    bottom: 14%;
    width: 100vw;
    left: initial;
}

.hp-concierge-text-inner p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 30px 0;
    line-height: 30px;
}

.hp-concierge-text-inner a.site-button {
    width: 248px;
    margin-left: 24px;
}

.hp-concierge-img {
    width: 56.129%;
}

.hp-concierge-img .twentytwenty-handle {
    background-image: url(images/concierge-compare-btn.png);
}

.hp-concierge-img .twentytwenty-container img{
    object-fit: cover;
    object-position: center;
}
/*sl v2*/

.sl-intro-cv2 {
    position: relative;
    padding: 150px 0 113px;
/*    background: url(images/sunset-bg-new.jpg) center top/cover no-repeat;*/
    background: url(images/sunset-bg-new-a.jpg) center top/cover no-repeat;
}

.sl-v2-wrap {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    margin: 0 -15px 0 -36px;
}

.sl-v2-img {
    /*width: 417px;*/
    /*width: 34.635%;*/
    width: 38.2035%;
    position: relative;
    z-index: 1;
    margin-right: auto;
}

.sl-v2-img img {
    margin: 0 auto;
	width: 100%;
}

.sl-v2-img:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 198px;
    background: url(images/sunset-living-v2-photo-shadow.png) center top/100% 100% no-repeat;
	display: none;
}

.sl-v2-text {
    /*max-width: 550px;*/
   /* margin-left: auto;*/
    max-width: 44.2%;
}

.sl-v2-inner {}

.sl-v2-title {}
    .sl-v2-title span {
        text-align: left;
    }
        .sl-v2-title span b {
            text-align: right;
            padding-right: 8%;
        }

.sl-v2-title span i.title-line.extend-left {
    width: 30vw;
    bottom: 7%;
    right: 81%;
    left: initial;
    background: #c9c9c9;
}

.sl-v2-inner p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 30px 0;
    line-height: 30px;
}

.sl-v2-btns {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

.sl-v2-inner a.site-button {
    width: calc(50% - 20px);
                    max-width: 100%;
                    margin: 0;
}


/*footer v2*/

.footer-address-list {
    margin: 65px -8px 30px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-address-list > div {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-address {
    width: 25%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-address img {
/*    width: 49.227%;*/
    width: 133px;
    height: 133px;
    object-fit: cover;
}

.footer-address-info {
/*    width: 50.723%;*/
    width: calc(100% - 143px);
    position: relative;
    min-height: 117px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 10px;
}

.footer-address-info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15px;
    border: 2px solid #999999;
    pointer-events: none;
}

.footer-address-info strong {
    display: block;
/*    font-size: 17px;*/
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-address-info p {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 15px;
    color: #3a3a3a;
}

.footer-badge-wrap {
    margin-top: 30px;
}

.page-template-template-homepage-alt .hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more,
.hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff !important;
}

.page-template-template-homepage-alt .hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:hover,
.hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:hover {
    background: transparent;
    border-color: #b3b3b3;
    color: #fff !important;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(5),
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(5) {
    clear: none;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(6),
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(6) {
    clear: left;
    margin-right: 10.6%;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(7),
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(7) {
    margin-right: 10.6%;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(8),
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-navigation .offcanvas-menu > li:nth-child(8) {
    margin-right: 10.6%;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-smi {
    display: none;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li,
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact li {
    padding-left: 0;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact,
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact {
    margin-right: 0;
    width: 100%;
    max-width: 855px;
}

.page-template-template-homepage-alt .site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact ul,
.site-offcanvas .offcanvas-wrap .offcanvas-container .offcanvas-contact ul {
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.page-template-template-homepage-alt .footer .footer-wrap .footer-top .footer-logo,
.footer .footer-wrap .footer-top .footer-logo {
    margin-top: 0;
}

.page-template-template-homepage-alt .footer .footer-wrap .footer-top > .row,
.footer .footer-wrap .footer-top > .row {
    display: flex;
    align-items: center;
}

.page-template-template-homepage-alt .hp-slideshow .slideshow-wrap div .slideshow-contat-btn-row,
.hp-slideshow .slideshow-wrap div .slideshow-contat-btn-row {
/*    padding-left: 23px;*/
    padding-left: 0;
}

.page-template-template-homepage-alt .hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:first-child,
.hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:first-child {
    margin-left: 0;
}

.page-template-template-homepage-alt .hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:last-child,
.hp-slideshow .slideshow-wrap .slideshow-contact div .slideshow-learn-more:last-child {
    margin-right: 0;
}

.page-template-template-homepage-alt .welcome-v2-awards,
.welcome-v2-awards {
    display: none;
}

.page-template-template-homepage-alt .welcome-v2-img,
.welcome-v2-img {
    width: 40%;
}

.page-template-template-homepage-alt .welcome-v2-text,
.welcome-v2-text {
    width: 60%;
}

.page-template-template-homepage-alt .welcome-v2-text-inner,
.welcome-v2-text-inner {
    max-width: 654px;
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #eb1937!important;
}

.translated-ltr #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: -200px !important;
}

.translated-ltr #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    left: 0 !important;
}

.translated-ltr #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 200px !important;
}

.translated-ltr #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    width: 200px !important;
    left: 200px !important;
}

html:not([lang*="en"]) .hp-download .download-title .title-line {
    left: 100%;
    right: initial;
}

html:not([lang*="en"]) .sl-v2-title span i.title-line.extend-left,
html:not([lang*="en"]) .hp-blog .blog-wrap .blog-left .blog-title span .title-line,
html:not([lang*="en"]) .our-offices-party-title span .title-line {
    left: initial;
    right: 100%;
}

html:not([lang*="en"]) .our-offices-party-title span .title-line {
    left: initial!important;
}

html:not([lang*="en"]) .site-button {
    letter-spacing: 0;
}

html:not([lang*="en"]) #content .ocl-section-3-title .site-section-title span b {
    left: initial;
    right: 0;
}

html:not([lang*="en"]) #content .interactive-map-title.site-section-title span .title-line {
    right: 65%;
    left: initial;
}

.our-properties-wrap .our-properties-listings-pagination li a.active-pager {
    pointer-events: none;
}

.single-listing .inner-page-breadcrumbs a:hover {
    color: #fff;
    opacity: 0.8;
}

.single-listing .our-properties-single-form .wpcf7-response-output {
    color: #fff!important;
}

.page-template-template-concierge-new-php .wpcf7 form .wpcf7-response-output {
    text-align: center;
    color: #fff!important;
}

[class*=ai-] {
    font-family: agentimage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ai-facebook:before {
    content: "\b0114";
}

.ai-twitter:before {
    content: "\b0100";
}

.ai-youtube:before {
    content: "\b0096";
}

.ai-linkedin:before {
    content: "\b0105";
}

.ai-instagram:before {
    content: "\b0106";
}

.ai-google-plus:before {
    content: "\b0110";
}

.ai-pinterest:before {
    content: "\b0104";
}

.error404 .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
}

.page-id-490711 .inner-page-breadcrumbs,
.page-id-503299 .inner-page-breadcrumbs {
    position: relative;
    z-index: 2;
}

body.page-id-4756 .in-the-media-content {
    margin: 0;
    min-height: 0!important;
}

body.single-blog nav.rank-math-breadcrumb.clone {
    width: 51%;
    font-size: 9px;
}

body.page-template-template-in-the-media.page-id-4756 a.in-the-media-load-more.site-button {
    margin-right: 32px;
    padding-bottom: 5px;
    color: #1b1b1b;
}

.page-id-21199 .inner-page-breadcrumbs,
.page-id-4788 .inner-page-breadcrumbs,
.single-aios-agents .inner-page-breadcrumbs {
    display: none;
}

.single-aios-agents .agents-single-wrap:after {
    display: none;
}

.header-wrap.clearfix {
    display: flex;
    justify-content: space-between;
}

.header-right.pull-right {
    margin-left: auto;
}

.header .header-wrap .header-left .header-navigation .site-menu {
    display: flex;
}

.fixed-header-left {
    display: flex;
}

ul#fixed-nav {
    display: flex;
}

.ai-translator-dropdown {
    position: absolute !important;
    z-index: 1 !important;
    max-height: 300px !important;
}

/*#hp-concierge, #hp-testi {
    opacity: 0;
    transition: opacity 1s;
}

#hp-fl,
#hp-netflix,
#hp-welcome,
#sl-mag,
#hp-new-agents,
#hp-cta,
#hp-performance,
#hp-blog,
#sl-intro,
#hp-download,
.footer .footer-top {
    display: none;
}*/

.post-page-dont-sell-my-personal-information .contact-us-title {
    font-size: 90px !important;
}

.post-page-dont-sell-my-personal-information .contact-us-title span i.title-line {
    left: -207% !important;
    background: #b0b0b0 !important;
}

.ai-translator-dropdown ul li .ai-translator-name {
    line-height: 1.2;
}

html[lang="hy"] .ip-marketing-global-exposure-title,
html[lang="hy"] .performance-wrap-top h1.site-section-title.entry-title.ip-marketing-list-page-title.ip-marketing-industry-recognition-title {
    width: 100%;
    max-width: 95%;
    font-size: 110px !important;
}

html[lang="hy"] .page-template-template-marketing-list .performance-wrap-top .container {
    width: 100%;
}

.our-team-address-items {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.our-team-address-item {
    margin-bottom: 50px;
    width: 33.33%;
    display: inline-block;
}

.our-team-address-item a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.our-team-address-photo {
    width: 50%;
    overflow: hidden;
}

.our-team-address-photo img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-team-address-item a:hover .our-team-address-photo img {
    transform: scale(1.2);
}

.our-team-address-item .site-section-title {
    display: flex;
    width: auto;
    margin: 0 0 0 15px;
    font-size: 25px;
    line-height: 1;
    flex-grow: 1;
}
    .our-team-address-item .site-section-title span b {
        font-size: inherit;
    }

.inner-page-our-team-v2 {
    margin-bottom: 0 !important;
}
.our-team-intro {
    margin-bottom: 60px;
}
.our-team-intro p {
    text-align: center;
}

.post-page-newport-beach-agents .our-team-content,
.post-page-west-hollywood-agents-v2 .our-team-content,
.post-page-newport-beach-agents-v2 .our-team-content,
.post-page-cabo-san-lucas-agents-v2 .our-team-content,
.post-page-cabo-san-lucas-agents .our-team-content {
    width: 100%;
}

.post-page-newport-beach-agents .our-team-section .our-team-title,
.post-page-west-hollywood-agents-v2 .our-team-section .our-team-title,
.post-page-newport-beach-agents-v2 .our-team-section .our-team-title,
.post-page-cabo-san-lucas-agents-v2 .our-team-section .our-team-title,
.post-page-cabo-san-lucas-agents .our-team-section .our-team-title {
    font-size: 120px !important;
}

.post-page-newport-beach-agents .our-team-section .our-team-title span .title-line,
.post-page-west-hollywood-agents-v2 .our-team-section .our-team-title span .title-line,
.post-page-newport-beach-agents-v2 .our-team-section .our-team-title span .title-line,
.post-page-cabo-san-lucas-agents-v2 .our-team-section .our-team-title span .title-line,
.post-page-cabo-san-lucas-agents .our-team-section .our-team-title span .title-line {
    left: -403% !important;
}

.post-page-newport-beach-agents .our-team-content canvas {
    max-height: 30vw;
}

.post-page-newport-beach-agents .our-team-brokers-col.lg{
    width: 35%;
}

.post-page-our-team-v2 .our-team-content {
    padding: 65px 0 0;
    height: auto!important;
}
    .post-page-our-team-v2 .our-team-content canvas {
        display: none;
    }

.post-page-our-team-v2 .our-team-intro {
    margin: 0;
    padding: 0 80px 50px;
    text-align: left;
}
    .post-page-our-team-v2 .our-team-intro p {
        text-align: left;
    }
.post-page-our-team-v2 .our-team-content h1.entry-title.site-section-title.our-team-title {
    position: relative;
    top: 0!important;
    margin-bottom: 100px!important;
}



.post-page-our-team-v2 .our-team-section-bg-a{
    background-image: none;
}

.post-page-our-team-v2 .our-team-section .our-team-title{
    left: 0;
}

.post-page-our-team-v2 .our-team-intro{
    padding: 0 0px 50px;
}

.post-page-our-team-v2 .our-team-content{
    background: transparent;
}


.post-page-our-team-v2 .our-team-content{
    width: 100%;
}

.post-page-our-team-v2 .our-team-address-photo{
    width: 100%;
}


.post-page-our-team-v2 .our-team-address-items{
    justify-content: space-between;
}

.post-page-our-team-v2 .our-team-address-item .site-section-title{
    display: block;
    flex-grow: 0;
    margin: 20px auto;
}

.post-page-our-team-v2 .our-team-brokers-section .our-team-brokers-title::before{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    display: block;
}

.post-page-our-team-v2 .our-team-address-item{
    width: calc((100% / 3) - 10px);
}

.meet-the-team-cta  {
	display: block;
	margin: 0 auto;
	width: 252px;
max-width: calc(50% - 20px);
	height: 53px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 53px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	border: 1px solid #e51937;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #e51937;
	margin-top: 30px;
}
.meet-the-team-new {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.meet-the-team-cta:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -23px;
	width: 46px;
	height: 1px !important;
	transform: scaleY(1.1);
	background: #fff;
	pointer-events: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.meet-the-team-cta:hover {
	color: #e51937;
	background: none;
}
.meet-the-team-cta:hover:after {
	background: #e51937;
}
.meet-the-team-col {
    display: block;
    padding: 0 11px;
    width: calc(100% / 4);
    margin-bottom: 22px;
}

.meet-the-team-item {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    text-decoration: none;
}

.meet-the-team-item .meet-the-team-img {
    display: block;
    position: relative;
}
.meet-the-team-item .meet-the-team-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.meet-the-team-item .meet-the-team-hover {
    font-weight: 400;
    padding: 0 20px;
	text-align: center;
	white-space: nowrap;
font-family: "Barlow Semi Condensed", sans-serif;
font-size: 26px;
line-height: 26px;
color: #1b1b1b;
text-transform: uppercase;
margin-top: 16px;
}
.meet-the-team-item .meet-the-team-hover:after {
    color: #e51937;
}
.meet-the-team-item .our-team-puplick-position {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    margin-top: 7px;
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
}


.netflix-v2-items {
	width: 40%;
}
.sunset-logos {
	font-size: 11px;
	color: #fff;
	display: flex;
  flex-flow: row wrap;
}
.sunset-logos div {
	display: flex;
	/*justify-content: center;*/
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
	text-align: center;
	flex-flow: column-reverse;
  gap: 10px;
}
.sunset-logos img {
	/*max-width: 40px;
	margin-left: 5px;*/
	max-width: 100%;
  max-height: 30px;
}
.sunset-logos div:nth-child(2) img {
	/*max-width: 55px;*/
}
.sunset-logos div:nth-child(3) img {
	/*height: 40px;
  width: auto !important;
  max-width: 100%;*/
}

#IDX-map .leaflet-control-layers.leaflet-control .leaflet-control-layers-base {
    display: flex !important;
    flex-direction: column !important;
}

.properties-single-slideshow-info-extras li.buyer-comm {
    /*text-transform: uppercase;
    color: red;*/
    font-weight: 500;
    color: #666666;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
}

.hp-philanthropy {
    position: relative;
    padding: 80px 0;
}

.hp-philanthropy .philanthropy-title {
    display: flex;
    justify-content: left;
}
    .hp-philanthropy .philanthropy-title.site-section-title span i.title-line {
        width: 100vw;
        top: 50%;
        left: 100%;
        transform: translateX(1%);
    }
.hp-philanthropy .philanthropy-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 600px;
    margin: 50px auto 0;
}
.hp-philanthropy .philanthropy-image {
    margin-top: 50px;
}
.hp-philanthropy .philanthropy-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}
    .hp-philanthropy .philanthropy-buttons a.site-button {
        margin: 0;
    }















    .hp-philanthropy .philanthropy-title .site-section-number {
        text-align: left;
    }

    .hp-philanthropy:before {
        content: '';
        position: absolute;
        top: -276px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(/wp-content/themes/ogroup.com/images/bg-concierge-v2.jpg) center / cover no-repeat;
        z-index: -1;
    }



        .philanthropy-wrap .container {
            width: 100%;
        }


        .phil-text {
            width: 43.871%;
            padding-right: 7%;
        }

        .philanthropy-image {
            width: 56.129%;
        }
        .phil-wrap {
            position: relative;
            margin: 0 auto;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            width: 90.75%;
        }

        .hp-philanthropy .philanthropy-title.site-section-title span i.title-line {
            right: 50%;
            bottom: -14%;
            width: 100vw;
            left: initial;
            top: inherit;
        }

        .hp-philanthropy .philanthropy-content {
            text-align: left;
        }



        .hp-philanthropy .philanthropy-image {
            /* display: flex;
            flex-flow: row wrap;
            justify-content: center;
            gap: 20px; */
            display: block;
             position: relative;
        }

        .hp-philanthropy .philanthropy-image img {
            width: 100%;
            max-width: 48%;
        }

        .hp-philanthropy .philanthropy-content {
        width: 100%;
        text-align: left;
        margin-left: auto;
        max-width: 100%;
    }


    .hp-philanthropy .philanthropy-img img {
        width: 100%;
        max-width: 100%;
    }
    
    .philanthropy-img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        position: relative;
    }
    
    .philanthropy-slider:not(.slick-initialized)  .philanthropy-img:nth-child(n+2) {
        display: none;
    }
    
    .philanthropy-slider {
        display: block;
        position: relative;
    }

    .footer-site-contacts span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0px 9px;
        font-size: 14px;
        line-height: 1;
        border-right: 1px solid #494949;
        color: #494949;
        font-weight: 400;
    }
    
    .footer-site-contacts span:first-child {
        padding-left: 0;
    }
    
    .footer-site-contacts span:last-child {
        padding-right: 0;
        border: none;
    }
    
    .footer-site-contacts {
        display: block;
        position: relative;
        margin-top: 13px;
        font-size: 0;
    }
    
    .footer-site-contacts span a {
        color: inherit;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    
    .footer-site-contacts span a:hover {
        color: #e51937;
    }

.our-properties-wrap .our-properties-form .form-input.lg.form-full-width {
    flex-wrap: wrap;
}

.our-properties-wrap .our-properties-form .form-group.form-checkboxes > div{
    justify-content: flex-start !important;
}

.our-properties-wrap .our-properties-form .form-checkboxes .checkbox-label {
    padding: 10px 10px 0 0;   
} 

.sidebar {
    margin-top: 30px;
}

.sidebar img {
    max-width: 100%;
    height: auto;
}

body.page-id-4772 .aidefcf-cl2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
}


.page-id-550846 .site-section-title span {
    width: 213px;
}
.page-id-550842 .site-section-title span {
    width: 275px;
}