/*
Theme Name: Resideo
Theme URI: http://pixelprime.co/themes/resideo-wp/
Tested up to: 6.7
Requires PHP: 7.2
Description: Resideo is a powerful WordPress theme built for real estate professionals.
Version: 2.5.4
Author: Pixel Prime
Author URI: http://pixelprime.co/
Text Domain: resideo
Tags:  four-columns, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments
License: Regular or Extended
License URI: https://themeforest.net/licenses/standard
*/

/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Header
 * 3.0 - Navigation
 * 4.0 - Hero
 * 5.0 - Area card
 * 6.0 - Agent card
 * 7.0 - Property card
 * 8.0 - Properties carousel
 * 9.0 - Services section
 * 10.0 - Testimonials section
 * 11.0 - CTA section
 * 12.0 - Blog post card
 * 13.0 - Membership plans section
 * 14.0 - Subscriber section
 * 15.0 - Map
 * 16.0 - Property list card
 * 17.0 - Property list filter
 * 18.0 - Single property
 * 19.0 - Blog
 * 20.0 - Widgets
 * 21.0 - Contact
 * 22.0 - Agent
 * 23.0 - Submit property
 * 24.0 - Wish list
 * 25.0 - Saved searches
 * 26.0 - My properties
 * 27.0 - My leads
 * 28.0 - Account settings
 * 29.0 - Gallery carousel section
 * 30.0 - Numbers section
 * 31.0 - Awards section
 * 32.0 - Single property section
 * 33.0 - Search properties section
 * 34.0 - Contatc Form 7
 * 35.0 - Promo slider section
 * 36.0 - Video section
 * 37.0 - Footer
 * 38.0 - Media queries
 */

/**
 * 1.0 - General
 */

body {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.pxp-dark-mode {
    background-color: #F7F7F7;
}
body.pxp-fixed {
    overflow: hidden;
}
a[role="button"] {
    cursor: pointer;
}
label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-footer label {
    color: #fff;
}
.form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
textarea.form-control {
    padding: 1rem;
}
.form-control:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-dark-mode .pxp-footer .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.custom-select:hover,
.custom-select:focus {
    border: 1px solid #333;
    box-shadow: none;
}
.pxp-dark-mode .pxp-footer .custom-select:hover, 
.pxp-dark-mode .pxp-footer .custom-select:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-animate {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pxp-cover-bottom {
    background-position: center bottom;
}
.pxp-cover-top {
    background-position: center top;
}
.pxp-section-h2 {
    font-weight: 900;
}
.pxp-text-light {
    opacity: .7;
}
.pxp-primary-cta {
    color: #333;
    font-weight: 700;
    display: inline-block;
}
.pxp-primary-cta:hover {
    color: #333;
    text-decoration: none;
}
.pxp-primary-cta:after {
    content: " ";
    border-top: 2px solid #333;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-primary-cta.text-white:after {
    border-top: 2px solid #fff;
}
.pxp-primary-cta:hover:after {
    transform: scale(2, 1);
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pt-300 {
    padding-top: 300px;
}
.pb-300 {
    padding-bottom: 300px;
}
.pt-400 {
    padding-top: 400px;
}
.pb-400 {
    padding-bottom: 400px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mt-300 {
    margin-top: 300px;
}
.mb-300 {
    margin-bottom: 300px;
}
.vh-50 {
    height: 50vh !important;
}
.pxp-nav-tabs {
    border-bottom: 0 none;
}
.pxp-nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    color: rgba(51, 51, 51, 0.7);
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-nav-tabs .nav-link.active,
.pxp-nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}
.pxp-nav-tabs .nav-link:hover {
    border-color: transparent;
}
.pxp-table {
    color: #333;
}
.pxp-table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
    font-weight: 700;
}
.pxp-table td {
    border-top: 1px solid #E2E2E2;
}
.pxp-table thead th:first-child,
.pxp-table td:first-child {
    padding-left: 0;
}
.pxp-content-wrapper {
    padding-top: 82px;
}
h1.pxp-page-header {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    word-wrap: break-word;
}
.pxp-paginantion .page-item > a,
.pxp-paginantion .page-item > .page-link {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 2px 10px 2px;
    line-height: 1;
    font-weight: 700;
    border: 0 none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-paginantion .page-item.active > a,
.pxp-paginantion .page-item.active > .page-link {
    border-bottom: 2px solid #333;
}
.pxp-paginantion .page-item > a:hover,
.pxp-paginantion .page-item > .page-link:hover {
    opacity: .7;
    text-decoration: none;
}
.pxp-paginantion .page-item > .page-link:focus {
    box-shadow: none;
}
.pxp-paginantion .page-item.active > a > span,
.pxp-paginantion .page-item.active > .page-link > span {
    line-height: 1;
}
.modal-content {
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.modal-header {
    padding: 14px 14px 0;
    border-bottom: 0 none;
}
.modal-header .close {
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modal-body {
    padding: 0 40px 40px 40px;
}
.modal-title {
    font-weight: 700;
}
.modal-backdrop.show {
    opacity: .3;
}
.pxp-modal-small {
    font-size: .9rem;
}
.pxp-modal-link {
    text-decoration: underline;
    color: #333;
}
.pxp-modal-link:hover {
    opacity: .7;
    color: #333;
}
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1440px) {
    .col-xxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .mt-xxl-0 { margin-top: 0 !important; }
}
@media (min-width: 1600px) {
    .col-xxxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
    .col-xxxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xxxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xxxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    .col-xxxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xxxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xxxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .col-xxxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xxxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xxxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    .col-xxxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xxxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xxxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}
.admin-bar .fixed-top {
    top: 32px;
}
@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin { 
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
img.pxp-loader {
    width: 28px;
    height: 28px;
    margin-top: 6px;
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}
img.pxp-loader.pxp-is-btn {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.pxp-loader-text {
    display: inline-block;
    line-height: 28px;
    font-size: .8rem;
    opacity: .7;
}
.pxp-signin-modal-btn-loading,
.pxp-signup-modal-btn-loading,
.pxp-forgot-modal-btn-loading,
.pxp-reset-modal-btn-loading,
.pxp-work-with-agent-modal-btn-loading,
.pxp-save-search-modal-btn-loading,
.pxp-contact-agent-modal-btn-loading,
.pxp-contact-agent-hero-btn-loading,
.pxp-report-property-modal-btn-sending,
.pxp-contact-form-btn-sending,
.pxp-hero-contact-form-btn-sending,
.pxp-contact-section-form-btn-sending,
.pxp-submit-property-btn-sending,
.pxp-submit-property-btn-delete-confirm-sending,
.pxp-wishlist-btn-delete-confirm-sending,
.pxp-saved-searches-btn-delete-confirm-sending,
.pxp-my-properties-btn-delete-confirm-sending,
.pxp-my-properties-item-payment-paypal-btn-sending,
.pxp-my-properties-item-payment-upgrade-btn-sending,
.pxp-my-properties-item-payment-featured-btn-sending,
.pxp-my-leads-submit-lead-btn-sending,
.pxp-my-leads-update-lead-btn-sending,
.pxp-my-leads-delete-lead-btn-confirm-sending,
.pxp-activate-plan-btn-sending, 
.pxp-pay-plan-btn-sending,
.pxp-account-settings-update-btn-sending,
.pxp-become-agent-btn-sending {
    display: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.pxp-modal-message {
    display: none;
}
.pxp-user-modal .alert,
.pxp-agent-modal .alert,
.pxp-properties-modal .alert {
    padding: 0;
    background-color: transparent;
    font-size: .8rem;
    border-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-user-modal .alert span,
.pxp-agent-modal .alert span,
.pxp-properties-modal .alert span {
    color: #fff;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: .8rem;
    margin-right: 10px;
}
.pxp-user-modal .alert-danger,
.pxp-agent-modal .alert-danger,
.pxp-properties-modal .alert-danger {
    color: #e80022;
}
.pxp-user-modal .alert-success,
.pxp-agent-modal .alert-success,
.pxp-properties-modal .alert-success {
    color: #00b500;
}
.pxp-user-modal .alert-danger span,
.pxp-agent-modal .alert-danger span,
.pxp-properties-modal .alert-danger span {
    background: #e80022;
}
.pxp-user-modal .alert-success span,
.pxp-agent-modal .alert-success span,
.pxp-properties-modal .alert-success span {
    background: #00b500;
}
.pxp-signup-modal-terms-label {
    font-size: .8rem !important;
}
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1570;
    border-radius: .3rem;
    border-top: 0 none;
    border: 0 none;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1rem;
    padding: 7px 0;
    margin: 0;
}
.pac-item {
    cursor: pointer;
    padding: 7px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.42857143;
    text-align: left;
    border-top: 0 none;
    font-size: .9rem;
    color: #333;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pac-item:hover,
.pac-item-selected {
    text-decoration: none;
    background-color: transparent;
    opacity: .7;
}
.pac-icon {
    display: none;
}
.pac-item-query {
    color: #333;
    font-size: .9rem;
}
.pac-logo:after {
    margin: 7px 20px;
}
.text-red {
    color: #e80022;
}
.form-check-input,
.form-check-label {
    cursor: pointer;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.pxp-404-img {
    width: 96px;
    height: auto;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignnone,
img.aligncenter,
img.alignright
img.alignleft {
    max-width: 100%;
    height: auto;
}
.wp-block-button .wp-block-button__link {
    margin-top: 1rem;
}
.wp-block-button.alignright {
    text-align: right;
}
.wp-block-gallery {
    margin-bottom: 1rem;
}
.wp-caption, 
.gallery-caption {
    color: #999;
    font-size: .8rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5rem;
    text-align: left;
    color: #999;
}
code {
    color: #333;
}
.wp-block-group.has-background {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.textwidget img {
    max-width: 100%;
    height: auto;
}
.wp-caption .wp-caption-text {
    margin: .8rem 0;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.page-content h1, 
.page-content h2, 
.page-content h3, 
.page-content h4, 
.page-content h5, 
.page-content h6 {
    font-weight: 900;
    margin-bottom: 1rem;
}
.page-content blockquote {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    width: 60%;
    border-left: 2px solid #333;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pxp-paginantion > a, 
.pxp-paginantion > span {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 2px 10px 2px;
    line-height: 1;
    font-weight: 700;
    border: 0 none;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-paginantion > span.current {
    border-bottom: 2px solid #333;
}
.pxp-paginantion > a:hover {
    opacity: .7;
    text-decoration: none;
}

/**
 * 2.0 - Header
 */

.pxp-header {
    padding: 30px 0;
}
.pxp-header.pxp-no-bg {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-dark-mode .pxp-header.pxp-no-bg {
    background-color: #000;
    border-bottom: 1px solid #000;
}
.pxp-header.pxp-is-sticky {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-header.pxp-is-opaque {
    background-color: #fff;
}
.pxp-header.pxp-is-sticky.pxp-no-bg {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: fixed;
}
.pxp-dark-mode .pxp-header.pxp-is-sticky,
.pxp-dark-mode .pxp-header.pxp-is-opaque {
    background-color: #000;
}
.pxp-header.pxp-full {
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-header.pxp-full {
    background-color: #000;
}
.pxp-header .pxp-container-full {
    padding: 0 30px;
}
.pxp-logo {
    font-weight: 900;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-logo.pxp-has-img {
    font-size: inherit;
    display: inline-block;
}
.pxp-logo > img {
    max-height: 41px;
    height: auto;
    width: auto;
}
.pxp-header.pxp-is-sticky .pxp-logo > img.pxp-first-logo,
.pxp-header.pxp-is-opaque .pxp-logo > img.pxp-first-logo,
.pxp-header.pxp-full .pxp-logo > img.pxp-first-logo, 
.pxp-header.pxp-no-bg .pxp-logo > img.pxp-first-logo {
    display: none;
}
.pxp-logo > img.pxp-second-logo {
    display: none;
}
.pxp-header.pxp-is-sticky .pxp-logo > img.pxp-second-logo,
.pxp-header.pxp-is-opaque .pxp-logo > img.pxp-second-logo,
.pxp-header.pxp-full .pxp-logo > img.pxp-second-logo, 
.pxp-header.pxp-no-bg .pxp-logo > img.pxp-second-logo {
    display: block;
}
.pxp-header.pxp-mobile:after {
    content: "";
    display: block;
    background: #fff;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1040;
    left: 0;
    top: 0;
}
.pxp-dark-mode .pxp-header.pxp-mobile:after {
    background: #000;
}
.pxp-header.pxp-full.pxp-mobile:after {
    height: 69px;
}
.pxp-header.pxp-no-bg.pxp-mobile:after {
    height: 82px;
}
.admin-bar .pxp-header.pxp-no-bg.pxp-mobile:after {
    top: 32px;
}
.admin-bar .pxp-header.pxp-no-bg.pxp-is-admin.pxp-mobile:after {
    top: 0;
}
.pxp-is-sticky .pxp-logo,
.pxp-is-opaque .pxp-logo,
.pxp-mobile .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-logo,
.pxp-dark-mode .pxp-is-opaque .pxp-logo,
.pxp-dark-mode .pxp-mobile .pxp-logo {
    color: #fff;
}
.pxp-header.pxp-full .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-header.pxp-full .pxp-logo{
    color: #fff;
}
.pxp-header.pxp-no-bg .pxp-logo {
    color: #333;
}
.pxp-dark-mode .pxp-header.pxp-no-bg .pxp-logo {
    color: #fff;
}
.pxp-logo:hover {
    opacity: 0.7;
    color: #fff;
}
.pxp-is-sticky .pxp-logo:hover,
.pxp-is-opaque .pxp-logo:hover,
.pxp-mobile .pxp-logo:hover {
    color: #333;
}
.pxp-header.pxp-full .pxp-logo:hover {
    color: #333;
}
.pxp-header.pxp-no-bg .pxp-logo:hover {
    color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-logo:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-logo:hover,
.pxp-dark-mode .pxp-mobile .pxp-logo:hover,
.pxp-dark-mode .pxp-no-bg .pxp-logo:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-logo:hover {
    color: #fff;
}

/**
 * 3.0 - Navigation
 */

.pxp-nav > div > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.pxp-nav.d-inline {
    margin-right: 20px;
}
.pxp-nav > div > ul > li {
    font-size: 0.8rem;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    margin-right: .8rem;
}
.pxp-nav > div > ul > li:last-child {
    margin-right: 0;
}
.pxp-nav > div > ul > li > a,
.pxp-nav > div > ul > li > a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.pxp-nav > div > ul > li > a {
    text-transform: uppercase;
}
.pxp-nav > div > ul > li > a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.pxp-nav > div > ul > li:hover > a:after {
    transform: scale(1, 1);
}
.pxp-is-sticky .pxp-nav > div > ul > li > a,
.pxp-is-sticky .pxp-nav > div > ul > li > a:hover,
.pxp-is-opaque .pxp-nav > div > ul > li > a,
.pxp-is-opaque .pxp-nav > div > ul > li > a:hover,
.pxp-mobile .pxp-nav > div > ul > li > a,
.pxp-mobile .pxp-nav > div > ul > li> a:hover {
    color: #333;
}
.pxp-no-bg .pxp-nav > div > ul > li > a,
.pxp-no-bg .pxp-nav > div > ul > li > a:hover {
    color: #333;
}
.pxp-header.pxp-full .pxp-nav > div > ul > li > a,
.pxp-header.pxp-full .pxp-nav > div > ul > li > a:hover {
    color: #333;
}
.pxp-is-sticky .pxp-nav > div > ul > li:hover > a:after, 
.pxp-is-opaque .pxp-nav > div > ul > li:hover > a:after, 
.pxp-mobile .pxp-nav > div > ul > li:hover > a:after {
    background: #333;
}
.pxp-no-bg .pxp-nav > div > ul > li:hover > a:after {
    background: #333;
}
.pxp-header.pxp-full .pxp-nav > div > ul > li:hover > a:after {
    background: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > a,
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > a:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > a,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > a,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > a:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav > div > ul > li > a,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav > div > ul > li > a:hover {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li:hover > a:after,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li:hover > a:after,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li:hover > a:after,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li:hover > a:after,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav > div > ul > li:hover > a:after {
    background: #fff;
}
.pxp-nav > div > ul > li > ul {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1600;
    float: left;
    min-width: 200px;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    display: none;
    border-radius: .3rem;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li ul,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li ul,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li ul,
.pxp-dark-mode .pxp-full .pxp-nav > div > ul > li ul {
    background-color: #000;
}
.pxp-nav > div > ul > li > ul li {
    position: relative;
}
.pxp-nav > div > ul > li > ul > li > a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-nav > div > ul > li > ul li > span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.pxp-nav > div > ul > li > ul > li > a:hover {
    color: #333;
    opacity: .7;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > ul > li > a,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > ul > li > a,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > ul > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > ul > li > a,
.pxp-dark-mode .pxp-full .pxp-nav > div > ul > li > ul > li > a {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > ul > li > a:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > ul > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > ul > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > ul > li > a:hover,
.pxp-dark-mode .pxp-full .pxp-nav > div > ul > li > ul > li > a:hover {
    color: #fff;
}
.pxp-nav > div > ul > li > ul li > ul {
    position: absolute;
    top: -7px;
    left: calc(100% - 7px);
    z-index: 1600;
    float: left;
    min-width: 200px;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    display: none;
    border-radius: .3rem;
}
.pxp-nav > div > ul > li > ul li > ul > li > a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-nav > div > ul > li > ul li > ul > li > a:hover {
    color: #333;
    opacity: .7;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > ul li > ul > li > a,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > ul li > ul > li > a,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > ul li > ul > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > ul li > ul > li > a,
.pxp-dark-mode .pxp-full .pxp-nav > div > ul > li > ul li > ul > li > a {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-nav > div > ul > li > ul li > ul > li > a:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-nav > div > ul > li > ul li > ul > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav > div > ul > li > ul li > ul > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav > div > ul > li > ul li > ul > li > a:hover,
.pxp-dark-mode .pxp-full .pxp-nav > div > ul > li > ul li > ul > li > a:hover {
    color: #fff;
}
.pxp-header-user, 
.pxp-header-nav-trigger {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-header-user-avatar {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    padding: 10px;
    font-size: .8rem;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-header-user-avatar > span {
    visibility: hidden;
}
.pxp-header-nav-trigger {
    display: none;
}
.pxp-header-user:hover, 
.pxp-header-nav-trigger:hover {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}
.pxp-is-sticky .pxp-header-user, 
.pxp-is-sticky .pxp-header-nav-trigger,
.pxp-is-opaque .pxp-header-user, 
.pxp-is-opaque .pxp-header-nav-trigger,
.pxp-mobile .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-no-bg .pxp-header-user, 
.pxp-no-bg .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-header.pxp-full .pxp-header-user, 
.pxp-header.pxp-full .pxp-header-nav-trigger {
    border: 1px solid #333;
    color: #333;
}
.pxp-is-sticky .pxp-header-user:hover, 
.pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-is-opaque .pxp-header-user:hover, 
.pxp-is-opaque .pxp-header-nav-trigger:hover,
.pxp-mobile .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-no-bg .pxp-header-user:hover, 
.pxp-no-bg .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-header.pxp-full .pxp-header-user:hover, 
.pxp-header.pxp-full .pxp-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}
.pxp-dark-mode .pxp-is-sticky .pxp-header-user, 
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-is-opaque .pxp-header-user, 
.pxp-dark-mode .pxp-is-opaque .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-mobile .pxp-header-user, 
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-no-bg .pxp-header-user, 
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user, 
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger {
    color: #fff;
    border: 1px solid #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-header-user:hover, 
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-header-user:hover, 
.pxp-dark-mode .pxp-is-opaque .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-mobile .pxp-header-user:hover, 
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-no-bg .pxp-header-user:hover, 
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user:hover, 
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger:hover {
    color: #333;
    background-color: #fff;
}
.pxp-header-user > span, 
.pxp-header-nav-trigger > span {
    width: 19px;
    text-align: center;
}
.pxp-header-nav-trigger.pxp-active > span:before {
    content: "\f00d";
}
.pxp-user-menu {
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 1600;
    min-width: 200px;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    display: none;
    border-radius: .3rem;
}
.pxp-dark-mode .pxp-is-sticky .pxp-user-menu,
.pxp-dark-mode .pxp-is-opaque .pxp-user-menu,
.pxp-dark-mode .pxp-no-bg .pxp-user-menu,
.pxp-dark-mode .pxp-full .pxp-user-menu {
    background-color: #000;
}
.pxp-user-menu > li > a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-user-menu > li > a:hover {
    color: #333;
    opacity: .7;
}
.pxp-dark-mode .pxp-is-sticky .pxp-user-menu > li > a,
.pxp-dark-mode .pxp-is-opaque .pxp-user-menu > li > a,
.pxp-dark-mode .pxp-mobile .pxp-user-menu > li > a,
.pxp-dark-mode .pxp-no-bg .pxp-user-menu > li > a,
.pxp-dark-mode .pxp-full .pxp-user-menu > li > a {
    color: #fff;
}
.pxp-dark-mode .pxp-is-sticky .pxp-user-menu > li > a:hover,
.pxp-dark-mode .pxp-is-opaque .pxp-user-menu > li > a:hover,
.pxp-dark-mode .pxp-mobile .pxp-user-menu > li > a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-user-menu > li > a:hover,
.pxp-dark-mode .pxp-full .pxp-user-menu > li > a:hover {
    color: #fff;
}
.pxp-user-menu > li > a > span {
    display: inline-block;
    width: 16px;
}

/**
 * 4.0 - Hero
 */

 .pxp-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 600px;
}
.pxp-hero.pxp-hero-small {
    min-height: 400px;
}
.pxp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pxp-hero-has-animation .pxp-hero-bg {
    opacity: 0;
    transform: scale(1.3, 1.3);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-bg {
    opacity: 1;
    transform: scale(1, 1);
}
.pxp-hero-opacity {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero #pxp-hero-carousel .carousel-inner,
.pxp-hero #pxp-hero-carousel .carousel-inner .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-1 .pxp-hero-bg > span {
    display: block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.pxp-hero-caption.pxp-hero-caption-bottom-left {
    bottom: 100px;
    top: auto;
    transform: none;
    text-align: left;
}
.pxp-hero-caption.pxp-hero-caption-bottom-left.pxp-is-small {
    bottom: 60px;
}
.pxp-hero-caption.pxp-hero-caption-left {
    text-align: left;
}
.pxp-hero-caption h1 {
    font-weight: 700;
    font-size: 2.8rem;
    text-shadow: 1px 5px 30px rgba(0,0,0,0.3);
}
.pxp-hero-has-animation .pxp-hero-caption h1 {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption h1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.hero-search.pxp-has-tabs-margin {
    padding-top: 40px;
}
.pxp-hero-caption form {
    margin: 0 auto;
    width: 60%;
}
.pxp-hero-caption form.pxp-has-tabs {
    background-color: #fff;
    padding: 8px;
    border-radius: .3rem;
    border-top-left-radius: 0;
    position: relative;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.30);
}
.pxp-hero-caption form.pxp-has-tabs .form-group {
    margin-bottom: 0;
}
.pxp-hero-search-tabs {
    position: absolute;
    top: -40px;
    left: 0;
}
.pxp-hero-search-tabs > ul > li {
    display: inline-block;
}
.pxp-hero-search-tabs > ul > li > input {
    position: absolute;
    left: -9999em;
}
.pxp-hero-search-tabs > ul > li > a {
    display: block;
    line-height: 40px;
    padding: 0 1.2rem;
    background-color: rgba(255, 255, 255, .3);
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #fff;
    font-size: .9rem;
}
.pxp-hero-search-tabs > ul > li.pxp-active > a {
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-search-tabs > ul > li > a:hover {
    text-decoration: none;
}
.pxp-hero-caption.pxp-hero-caption-bottom-left form {
    margin: 0;
}
.pxp-hero-caption.pxp-hero-caption-left form {
    margin: 0;
}
.pxp-hero-has-animation .pxp-hero-caption form {
    opacity: 0;
    transform: scale(0.95, 0.95);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption form {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.pxp-hero-search .row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-hero-search .col, .pxp-hero-search .col-1, .pxp-hero-search .col-10, .pxp-hero-search .col-11, .pxp-hero-search .col-12, .pxp-hero-search .col-2, .pxp-hero-search .col-3, .pxp-hero-search .col-4, .pxp-hero-search .col-5, .pxp-hero-search .col-6, .pxp-hero-search .col-7, .pxp-hero-search .col-8, .pxp-hero-search .col-9, .pxp-hero-search .col-auto, .pxp-hero-search .col-lg, .pxp-hero-search .col-lg-1, .pxp-hero-search .col-lg-10, .pxp-hero-search .col-lg-11, .pxp-hero-search .col-lg-12, .pxp-hero-search .col-lg-2, .pxp-hero-search .col-lg-3, .pxp-hero-search .col-lg-4, .pxp-hero-search .col-lg-5, .pxp-hero-search .col-lg-6, .pxp-hero-search .col-lg-7, .pxp-hero-search .col-lg-8, .pxp-hero-search .col-lg-9, .pxp-hero-search .col-lg-auto, .pxp-hero-search .col-md, .pxp-hero-search .col-md-1, .pxp-hero-search .col-md-10, .pxp-hero-search .col-md-11, .pxp-hero-search .col-md-12, .pxp-hero-search .col-md-2, .pxp-hero-search .col-md-3, .pxp-hero-search .col-md-4, .pxp-hero-search .col-md-5, .pxp-hero-search .col-md-6, .pxp-hero-search .col-md-7, .pxp-hero-search .col-md-8, .pxp-hero-search .col-md-9, .pxp-hero-search .col-md-auto, .pxp-hero-search .col-sm, .pxp-hero-search .col-sm-1, .pxp-hero-search .col-sm-10, .pxp-hero-search .col-sm-11, .pxp-hero-search .col-sm-12, .pxp-hero-search .col-sm-2, .pxp-hero-search .col-sm-3, .pxp-hero-search .col-sm-4, .pxp-hero-search .col-sm-5, .pxp-hero-search .col-sm-6, .pxp-hero-search .col-sm-7, .pxp-hero-search .col-sm-8, .pxp-hero-search .col-sm-9, .pxp-hero-search .col-sm-auto, .pxp-hero-search .col-xl, .pxp-hero-search .col-xl-1, .pxp-hero-search .col-xl-10, .pxp-hero-search .col-xl-11, .pxp-hero-search .col-xl-12, .pxp-hero-search .col-xl-2, .pxp-hero-search .col-xl-3, .pxp-hero-search .col-xl-4, .pxp-hero-search .col-xl-5, .pxp-hero-search .col-xl-6, .pxp-hero-search .col-xl-7, .pxp-hero-search .col-xl-8, .pxp-hero-search .col-xl-9, .pxp-hero-search .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-hero-search .form-group {
    position: relative;
}
.pxp-hero-search .custom-select {
    border: 0 none;
    height: 54px;
    padding: .375rem 1.75rem .375rem 1.2rem;
    box-shadow: none;
    background-position-x: calc(100% - 1.2rem);
}
.pxp-hero-search .custom-select:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
}
.pxp-hero-search.pxp-has-tabs .custom-select:focus {
    box-shadow: none;
}
.pxp-hero-search .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out,box-shadow .4s ease-in-out;
}
.pxp-hero-search .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
}
.pxp-hero-search.pxp-has-tabs .form-control:focus {
    box-shadow: none;
}
.pxp-hero-search .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-hero-search .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
.pxp-hero-search .pxp-hero-search-btn {
    background-color: #000;
    height: 54px;
    padding: 0 13px;
    border: 1px solid #000;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-search .pxp-hero-search-btn:hover {
    color: rgba(255, 255, 255, .7);
}
.pxp-hero-search .pxp-hero-search-btn:focus {
    border: 1px solid #000;
    outline: 0;
}
.pxp-hero-props-carousel-1,
.pxp-hero-props-carousel-1 .carousel-inner,
.pxp-hero-props-carousel-1 .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 120px;
    z-index: 2;
    transform: scale(0, 1);
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transform-origin: top right;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices .carousel-inner {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices .carousel-item {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price > span {
    display: block;
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price > span > span {
    font-size: 18px;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-price > span {
    transform: translateY(0);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-price > span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    right: 60px;
    opacity: 0;
    z-index: 2;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
    right: auto;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-cta {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .pxp-carousel-ticker {
    opacity: 1;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .pxp-carousel-ticker {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker > div {
    display: inline-block;
    line-height: 13px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter > span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-1-prices .carousel-item > span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: all 6.4s linear;
    -o-transition: all 6.4s linear;
    transition: all 6.4s linear;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active span {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    width: 240px;
    height: 120px;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    height: 120px;
    width: 120px;
    position: absolute;
}
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    background-color: #000;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg line {
    stroke: #fff;
}
@keyframes arrowPCLeft { 
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(20%, -50%);
        transform: translate(20%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@keyframes arrowPCRight { 
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(30%, -50%);
        transform: translate(30%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% - 70px));
    color: #fff;
    z-index: 2;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateY(0);
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-hero-props-carousel-1 .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    bottom: 180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pxp-hero-props-carousel-1 .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: .25rem;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    opacity: 1;
    transition: all .6s ease;
    transform: scale(0.85, 0.85);
    overflow: hidden;
}
.pxp-hero-props-carousel-1 .carousel-indicators li.active {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.pxp-hero-props-carousel-2-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
.pxp-hero-props-carousel-2-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-hero-props-carousel-2-left .carousel-inner, 
.pxp-hero-props-carousel-2-left .carousel-item, 
.pxp-hero-props-carousel-2-right .carousel-inner, 
.pxp-hero-props-carousel-2-right .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-2-right .pxp-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}
.pxp-hero-props-carousel-2-right .carousel-item.active .pxp-hero-bg {
    transform: scale(1);
}
.pxp-hero-props-carousel-2-right .pxp-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: calc(100% - 570px + 15px);
    right: 90px;
    transform: translateY(calc(-50% - 60px));
    color: #fff;
    z-index: 2;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateX(0);
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-features {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-price {
    opacity: 0;
    font-size: 28px;
    line-height: 28px;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-price > span {
    font-size: 18px;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-price {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 138px;
    left: calc(100% - 570px + 15px);
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls {
    background-color: #000;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    background-color: #000;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls svg line {
    stroke: #fff;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
    position: absolute;
    left: 50%;
    bottom: 223px;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    z-index: 2;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker > div {
    display: inline-block;
    line-height: 13px;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}
.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter > span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero.pxp-hero-contact {
    height: 100vh;
    min-height: 700px;
}
.pxp-hero.pxp-hero-contact.pxp-has-recaptcha {
    min-height: 800px;
}
.pxp-hero-contact-form-caption-subtitle {
    opacity: .7;
}
.pxp-hero-contact-form-caption-cta .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-contact-form-caption-cta .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-contact-form-caption-cta .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-contact-form-caption-cta .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-contact-form,
.pxp-contact-section-form {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    padding: 40px;
}
.pxp-dark-mode .pxp-hero-contact-form, 
.pxp-dark-mode .pxp-contact-section-form {
    background-color: #000;
}
.pxp-dark-mode .pxp-hero-contact-form .pxp-section-h2,
.pxp-dark-mode .pxp-contact-section-form .pxp-section-h2 {
    color: #fff;
}
.pxp-hero-contact-form > p,
.pxp-contact-section-form > p {
    opacity: .7;
}
.pxp-dark-mode .pxp-hero-contact-form > p,
.pxp-dark-mode .pxp-contact-section-form > p {
    color: #fff;
}
.pxp-dark-mode .pxp-hero-contact-form .form-control,
.pxp-dark-mode .pxp-contact-section-form .form-control {
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-hero-contact-form .form-control:focus,
.pxp-dark-mode .pxp-contact-section-form .form-control:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-hero-contact-form-btn,
.pxp-contact-section-form-btn,
.pxp-agent-contact-hero-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-contact-form-btn:hover, 
.pxp-contact-section-form-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-hero-contact-form-btn, 
.pxp-dark-mode .pxp-contact-section-form-btn, 
.pxp-dark-mode .pxp-agent-contact-hero-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
.pxp-dark-mode .pxp-hero-contact-form-btn:hover, 
.pxp-dark-mode .pxp-contact-section-form-btn:hover, 
.pxp-dark-mode .pxp-agent-contact-hero-btn:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-hero-contact-form textarea,
.pxp-contact-section-form textarea {
    height: 92px;
}
.pxp-hero-contact-form label.form-check-label,
.pxp-contact-section-form label.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
}
.pxp-dark-mode .pxp-hero-contact-form label.form-check-label,
.pxp-dark-mode .pxp-contact-section-form label.form-check-label {
    color: #fff;
}
.pxp-dark-mode .pxp-hero-contact-form .custom-select,
.pxp-dark-mode .pxp-contact-section-form .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-hero-contact-form .custom-select:hover, 
.pxp-dark-mode .pxp-contact-section-form .custom-select:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-hero-video-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pxp-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pxp-hero-video .pxp-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}
.pxp-hero-video .pxp-screen.pxp-active {
    opacity: 1;
}
.pxp-hero.pxp-has-video {
    background-color: #000;
}

/**
 * 5.0 - Area card
 */

.pxp-areas-1-item,
.elementor a.pxp-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
    background-color: #000;
}
.pxp-areas-1-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
    color: #fff;
}
.pxp-areas-1-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
    color: #fff;
}
.pxp-areas-1-item-counter {
    position: absolute;
    bottom: 110px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
    background-color: #000;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-1-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-areas-carousel {
    padding: 0 30px;
}
.pxp-areas-carousel .owl-stage {
    margin: 0 auto;
}
.pxp-areas-carousel-item,
.elementor a.pxp-areas-carousel-item {
    display: block;
    position: relative;
}
a.pxp-areas-carousel-item:hover {
    text-decoration: none;
}
.pxp-areas-carousel-item-fig-container {
    height: 270px;
    position: relative;
    overflow: hidden;
}
.pxp-areas-carousel-item-fig {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: scale(1.01,1.01);
}
a.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-carousel-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-areas-carousel-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-areas-carousel-item-counter {
    position: absolute;
    top: 224px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter {
    color: #fff;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-carousel-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter:before {
    background-color: #000;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-carousel-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-carousel-left-arrow,
.pxp-areas-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-areas-carousel-left-arrow,
.pxp-dark-mode .pxp-areas-carousel-right-arrow {
    background-color: #000;
}
.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow,
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}
.pxp-areas-carousel-right-arrow {
    left: auto;
    right: 60px;
}
.pxp-areas-carousel .pxp-areas-carousel-right-arrow {
    transform: translate(50%, -50%) scale(1, 1);
    right: 60px;
}
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
    opacity: 0;
    transform: translate(50%, -50%) scale(0, 0);
}
.pxp-areas-carousel-left-arrow svg, 
.pxp-areas-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-areas-carousel-left-arrow svg line, 
.pxp-areas-carousel-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-areas-carousel-left-arrow svg line, 
.pxp-dark-mode .pxp-areas-carousel-right-arrow svg line {
    stroke: #fff;
}
.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow svg line, 
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow svg line {
    opacity: 0.5;
}
.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover, 
.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-areas-carousel .owl-nav {
    height: 0;
}
.pxp-areas-carousel .owl-prev.disabled, 
.pxp-areas-carousel .owl-next.disabled {
    cursor: default;
}
/* .pxp-props-carousel-right-container .owl-carousel .owl-stage,
.pxp-similar-properties-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
} */

/**
 * 6.0 - Agent card
 */

.pxp-agents-1-item {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 80px;
}
.pxp-agents-1-item-fig-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pxp-agents-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-agents-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    transform: translateY(50%);
    text-align: center;
}
.pxp-dark-mode .pxp-agents-1-item-details {
    background-color: #000;
}
.pxp-agents-1-item-details-name {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-details-name {
    color: #fff;
}
.pxp-agents-1-item-details-email,
.pxp-agents-1-item-details-phone {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}
.pxp-agents-1-item-details-email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pxp-dark-mode .pxp-agents-1-item-details-email,
.pxp-dark-mode .pxp-agents-1-item-details-phone {
    color: #fff;
}
.pxp-agents-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 50%;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-50%, 400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-cta {
    color: #fff;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-cta {
    transform: translate(-50%, 0);
    opacity: 1;
}
.pxp-agents-1-item-details-spacer {
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-details-spacer {
    height: 34px;
}
.pxp-agents-1-item-rating {
    position: absolute;
    bottom: 76px;
    left: 50%;
    color: #333;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .8rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0);
    margin-left: -45px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-rating {
    color: #fff;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating {
    transform: scale(1);
}
.pxp-agents-1-item-rating:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-agents-1-item-rating:before {
    background-color: #000;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-agents-1-item-rating > span {
    z-index: 4;
    position: relative;
}
.pxp-agents-1-item-rating > span > span {
    opacity: 0;
    transform: scale(2);
    margin: 0 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span {
    opacity: 1;
    transform: scale(1);
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(2) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(3) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-rating > span > span:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/**
 * 7.0 - Property card
 */

.pxp-prop-card-1 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.pxp-prop-card-1.pxp-is-small {
    height: 300px;
}
.pxp-prop-card-1-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-fig {
    transform: scale(1.06, 1.06);
}
.pxp-prop-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.pxp-prop-card-1-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-prop-card-1-details-price {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.pxp-prop-card-1-details-price > small {
    font-size: 60%;
}
.pxp-prop-card-1-details-features {
    font-size: 12px;
    opacity: 0.7;
}
.pxp-prop-card-1-details-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-details {
    transform: translateY(-30%);
}
.pxp-prop-card-1-details-cta {
    position: absolute;
    color: #fff;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-prop-card-1:hover .pxp-prop-card-1-details-cta {
    transform: translateY(0);
    opacity: 1;
}

/**
 * 8.0 - Properties carousel
 */

.pxp-props-carousel-right {
    padding-left: calc((100% - 1140px) / 2 + 15px);
    padding-right: 0;
}
.pxp-props-carousel-right.pxp-half-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #000 58%, transparent 0);
}
.pxp-props-carousel-right.pxp-half-bg > h2 {
    color: #fff;
}
.pxp-props-carousel-right-container,
.pxp-similar-properties-container {
    position: relative;
}
@keyframes arrowLeft { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@keyframes arrowRight { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-props-carousel-left-arrow,
.pxp-dark-mode .pxp-props-carousel-right-arrow {
    background-color: #000;
}
.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow,
.pxp-similar-properties-container .owl-prev.disabled .pxp-props-carousel-left-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}
.pxp-props-carousel-right-arrow {
    left: auto;
    right: 20px;
}
.pxp-similar-properties-container .pxp-props-carousel-right-arrow {
    transform: translate(50%, -50%) scale(1, 1);
    right: 0;
}
.pxp-similar-properties-container .owl-next.disabled .pxp-props-carousel-right-arrow {
    opacity: 0;
    transform: translate(50%, -50%) scale(0, 0);
}
.pxp-props-carousel-left-arrow svg, 
.pxp-props-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-props-carousel-left-arrow svg line, 
.pxp-props-carousel-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-props-carousel-left-arrow svg line, 
.pxp-dark-mode .pxp-props-carousel-right-arrow svg line {
    stroke: #fff;
}
.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow svg line, 
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow svg line,
.pxp-similar-properties-container .owl-prev.disabled .pxp-props-carousel-left-arrow svg line, 
.pxp-similar-properties-container .owl-next.disabled .pxp-props-carousel-right-arrow svg line {
    opacity: 0.5;
}
.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover, 
.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:not(.disabled):hover,
.pxp-similar-properties-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover, 
.pxp-similar-properties-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover svg,
.pxp-similar-properties-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:hover svg,
.pxp-similar-properties-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-props-carousel-right-container .owl-nav,
.pxp-similar-properties-container .owl-nav {
    height: 0;
}
.pxp-props-carousel-right-container .owl-prev.disabled, 
.pxp-props-carousel-right-container .owl-prev.disabled,
.pxp-similar-properties-container .owl-prev.disabled, 
.pxp-similar-properties-container .owl-prev.disabled {
    cursor: default;
}
.pxp-props-carousel-right-container .owl-carousel .owl-stage,
.pxp-similar-properties-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-props-carousel-right.pxp-has-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.pxp-props-carousel-right-intro {
    margin-right: 30px;
    width: 25%;
}
.pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
    width: 75%;
}

/**
 * 9.0 - Services section
 */

.pxp-services {
    height: 418px;
}
.pxp-dark-mode .pxp-services > .pxp-section-h2,
.pxp-dark-mode .pxp-services > p {
    color: #fff;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    text-align: center;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-fig > span {
    font-size: 90px;
    line-height: 100px;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop { 
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.pxp-dark-mode .pxp-services-h h2,
.pxp-dark-mode .pxp-services-h .pxp-text-light {
    color: #fff;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img,
.elementor .pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.pxp-services-h-item .media > span {
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    text-align: center;
}
.pxp-services-h-item .media-body {
    color: #999;
}
.pxp-services-h-item h5 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-c {
    background-position: left center;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.pxp-services-c-content {
    position: relative;
    padding-left: calc((100% - 1140px) / 2 + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.pxp-services-c-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: -84px;
}
.pxp-dark-mode .pxp-services-c-intro {
    color: #fff;
}
.pxp-dark-mode .pxp-services-c-intro .pxp-primary-cta {
    color: #fff;
}
.pxp-dark-mode .pxp-services-c-intro .pxp-primary-cta:after {
    border-top: 2px solid #fff;
}
.pxp-services-c-container {
    width: 75%;
}
.pxp-services-c-item,
.elementor .pxp-services-c-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-services-c-item {
    background-color: #000;
}
.pxp-services-c-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    text-align: center;
}
.pxp-services-c-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-c-item-fig > span {
    font-size: 90px;
    line-height: 100px;
}
.pxp-services-c-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-c-item-text-title {
    color: #fff;
}
.pxp-services-c-item-text-sub {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-services-c-item-text-sub {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-c-item:hover .pxp-services-c-item-text {
    transform: translateY(-50%);
}
.pxp-services-c-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-c-item-cta {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-services-c-container .owl-stage-outer { 
    overflow: visible;
}
.pxp-services-c-container .owl-item {
   opacity: 0;
   transition: opacity .5s;
}
.pxp-services-c-container .owl-item.active {
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-container .owl-nav {
    text-align: center;
    margin-top: 3rem;
}
.pxp-services-c-container .owl-prev.disabled, 
.pxp-services-c-container .owl-next.disabled {
    opacity: 0.5;
}
.pxp-services-c-container .owl-prev {
    margin-right: 20px;
}
.pxp-services-c-container .owl-next {
    margin-left: 20px;
}
.pxp-services-columns .pxp-services-columns-item-fig img {
    height: 80px;
    width: auto;
}
.pxp-services-columns .pxp-services-columns-item-fig span {
    font-size: 80px;
    line-height: 80px;
}
.pxp-services-columns .pxp-services-columns-item h3 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-services-accordion-fig {
    height: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.pxp-services-accordion-right {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-services-accordion-right {
    background-color: #000000;
}
.pxp-services-accordion-right-container {
    padding: 160px 100px;
}
.pxp-services-accordion h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-services-accordion-right-container {
    color: #fff;
}
.pxp-services-accordion-item-header button {
    display: flex;
    font-weight: 700;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: .375rem 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-services-accordion-item-header button {
    color: #fff;
}
.pxp-services-accordion-item-header button:hover,
.pxp-services-accordion-item-header button:active,
.pxp-services-accordion-item-header button:focus {
    color: #333;
    text-decoration: none;
}
.pxp-services-accordion-item-header button:hover {
    opacity: .7;
}
.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-primary-cta {
    color: #fff;
}
.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-primary-cta:after {
    border-top: 2px solid #fff;
}
.pxp-services-accordion-item-icon:before {
    content: "\f068";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: normal;
}
.collapsed .pxp-services-accordion-item-icon:before {
    content: "\f067";
}
.pxp-services-accordion-item-body {
    padding-left: 24px;
}
.pxp-services-tabs-items {
    position: relative;
    padding-bottom: 100px;
}
.pxp-services-tabs-items .carousel.pxp-services-tabs-carousel {
    width: calc(100% - 100px);
    height: 480px;
    position: relative;
    background-color: #f7f7f7;
}
.pxp-services-tabs-items .pxp-services-tabs-carousel .carousel-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-services-tabs-items .pxp-services-tabs-carousel .carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-services-tabs-items-content {
    position: absolute;
    background-color: #f7f7f7;
    right: 0;
    bottom: 0;
    left: 100px;
    z-index: 100;
}
.pxp-services-tabs .carousel-indicators {
    position: static;
    z-index: 0;
    display: block;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 100px;
}
.pxp-services-tabs .carousel-indicators li {
    flex: none;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding;
    border-top: 0 none;
    border-bottom: 0 none;
    opacity: .5;
    transition: opacity .6s ease;
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-services-tabs .carousel-indicators li:before {
    content: " ";
    border-top: 2px solid #333;
    width: 0;
    height: 7px;
    display: inline-block;
    margin-right: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-services-tabs .carousel-indicators li.active {
    opacity: 1;
}
.pxp-services-tabs .carousel-indicators li.active:before {
    width: 20px;
    margin-right: 10px;
}
.pxp-services-tabs-content-item {
    display: block;
    padding: 40px;
    position: relative;
    background-color: #f7f7f7;
}
.pxp-dark-mode .pxp-services-tabs-content-item {
    background-color: #000;
}
a.pxp-services-tabs-content-item:hover {
    text-decoration: none;
}
.pxp-services-tabs-content-item-fig img,
.elementor .pxp-services-tabs-content-item-fig img {
    height: 80px;
    width: auto;
}
.pxp-services-tabs-content-item-fig span {
    font-size: 80px;
    line-height: 80px;
}
.pxp-services-tabs-content-item-text {
    color: #333;
    text-decoration: none;
    opacity: .7;
    margin-top: 40px;
}
.pxp-dark-mode .pxp-services-tabs-content-item-text {
    color: #fff;
}
.pxp-services-tabs-content-item-cta-container {
    margin-top: 30px;
    overflow: hidden;
}
.pxp-services-tabs-content-item-cta {
    display: inline-block;
    transform: translateX(calc(-100% + 20px));
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
a.pxp-services-tabs-content-item:hover .pxp-services-tabs-content-item-cta {
    transform: translateX(0);
}
.pxp-services-tabs-content-item-cta span {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-right: 10px;
}
.pxp-services-tabs-content-item-cta svg {
    width: 20px;
    height: auto;
}
.pxp-services-tilt-item {
    display: block;
    position: relative;
    width: 100%;
    height: 415px;
    color: #fff;
    flex: none;
    perspective: 1000px;
    margin-bottom: 30px;
}
.pxp-services-tilt-item:hover,
.pxp-services-tilt-item:focus {
    color: #fff;
}
.pxp-services-tilt-item-fig {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #333;
}
.pxp-services-tilt-item-fig > * {
    transform: translateZ(0px);
}
.smooth .pxp-services-tilt-item-fig,
.smooth .pxp-services-tilt-item-caption {
    transition: transform 0.2s ease-out;
}
.pxp-services-tilt-item-fig {
    position: relative;
}
.pxp-services-tilt-item-fig:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
}
.pxp-services-tilt-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pxp-services-tilt-item-caption-title {
    font-size: 2.5em;
    margin-top: 40px;
    font-weight: 900;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: .5rem;
    text-align: center;
}
.pxp-services-tilt-item-caption-text {
    opacity: .7;
    font-size: .8rem;
    text-align: center;
}
.pxp-services-tilt-item-caption-icon img,
.elementor .pxp-services-tilt-item-caption-icon img {
    height: 80px;
    width: auto;
}
.pxp-services-tilt-item-caption-icon span {
    font-size: 80px;
    line-height: 80px;
}

/**
 * 10.0 - Testimonials section
 */

.pxp-testim-1 {
    background-position: left center;
    padding-left: calc((100% - 1140px) / 2 + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pxp-testim-1-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: -84px;
}
.pxp-dark-mode .pxp-testim-1-intro,
.pxp-dark-mode .pxp-testim-1-intro .pxp-primary-cta {
    color: #fff;
}
.pxp-dark-mode .pxp-testim-1-intro .pxp-primary-cta:after {
    border-top: 2px solid #fff;
}
.pxp-testim-1-container {
    width: 75%;
}
.pxp-testim-1-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    height: 340px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-testim-1-item {
    background-color: #000;
}
.pxp-testim-1-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-testim-1-container .owl-stage-outer { 
    overflow: visible;
}
.pxp-testim-1-container .owl-item {
   opacity: 0;
   transition: opacity .5s;
}
.pxp-testim-1-container .owl-item.active {
    opacity: 1;
}
.pxp-testim-1-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-testim-1-container .owl-carousel .owl-nav button svg line {
    stroke: #fff;
}
.pxp-testim-1-container .owl-nav {
    margin-top: 3rem;
    text-align: center;
}
.pxp-testim-1-container .owl-prev.disabled, 
.pxp-testim-1-container .owl-next.disabled {
    opacity: 0.5;
}
.pxp-testim-1-container .owl-prev {
    margin-right: 20px;
}
.pxp-testim-1-container .owl-next {
    margin-left: 20px;
}
.pxp-testim-1-item-avatar {
    width: 90px;
    height: 90px;
    margin: 30px auto 10px auto;
    border-radius: 50%;
}
.pxp-testim-1-item-name {
    font-weight: 900;
    line-height: 1.3;
    text-align: center
}
.pxp-dark-mode .pxp-testim-1-item-name {
    color: #fff;
}
.pxp-testim-1-item-location {
    opacity: .7;
    font-size: 0.8rem;
    text-align: center;
}
.pxp-dark-mode .pxp-testim-1-item-location {
    color: #fff;
}
.pxp-testim-1-item-message {
    padding: 30px;
    text-align: center;
    font-size: 0.85rem;
    font-style: italic;
    position: relative;
}
.pxp-dark-mode .pxp-testim-1-item-message {
    color: #fff;
}
.pxp-testim-1-item-container {
    perspective: 30px;
}
.pxp-testim-1-item {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.pxp-testim-2-caption {
    background-color: #F7F7F7;
    padding-left: calc((100% - 570px) + 15px);
    padding-right: 100px;
}
.pxp-dark-mode .pxp-testim-2-caption {
    background-color: #000;
    color: #fff;
}
.pxp-dark-mode .pxp-testim-2-caption .pxp-carousel-controls svg line {
    stroke: #fff;
}
.pxp-testim-2-caption-carousel .pxp-carousel-controls {
    text-align: right;
}
.pxp-testim-2-caption-carousel .pxp-carousel-control-prev {
    margin-right: 20px;
}
.pxp-testim-2-caption-carousel .pxp-carousel-control-next {
    margin-left: 20px;
}
.pxp-testim-2-photos {
    height: 800px;
}
.pxp-testim-2-photos-carousel,
.pxp-testim-2-photos-carousel .carousel-inner,
.pxp-testim-2-photos-carousel .carousel-item {
    height: 100%;
}
.pxp-testim-2-item-message {
    font-style: italic;
}
.pxp-testim-2-item-name {
    font-weight: 900;
    margin-top: 1rem;
}
.pxp-testim-2-item-location {
    opacity: .7;
    font-size: .9rem;
}
@keyframes arrowTCLeft { 
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes arrowTCRight { 
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(30%, 0);
        transform: translate(30%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.pxp-testim-2-caption-carousel .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowTCLeft 0.4s ease-in-out;
    -moz-animation: arrowTCLeft 0.4s ease-in-out;
    animation: arrowTCLeft 0.4s ease-in-out;
}
.pxp-testim-2-caption-carousel .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowTCRight 0.4s ease-in-out;
    -moz-animation: arrowTCRight 0.4s ease-in-out;
    animation: arrowTCRight 0.4s ease-in-out;
}

/**
 * 11.0 - CTA section
 */

.pxp-cta-1-caption {
    padding: 40px;
    overflow: hidden;
    position: relative;
}
.pxp-cta-1-caption.rounded-lg.rounded-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.pxp-cta-1-caption.rounded-lg.rounded-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pxp-cta-1-caption h2, 
.pxp-cta-1-caption p, 
.pxp-cta-1-caption a {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-cta-1-caption h2, 
.pxp-dark-mode .pxp-cta-1-caption p, 
.pxp-dark-mode .pxp-cta-1-caption a {
    color: #fff;
}
.pxp-dark-mode .pxp-cta-1-caption a:after {
    border-top: 2px solid #fff;
}
.pxp-cta-1-caption.pxp-animate-in {
    background-color: transparent;
}
.pxp-cta-1-caption.pxp-animate-in:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-cta-1-caption.pxp-animate-in:before {
    background-color: #000;
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in:before {
    transform: translateX(0);
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in h2,
.pxp-cta-1-caption.pxp-animate-in.pxp-in p,
.pxp-cta-1-caption.pxp-animate-in.pxp-in a {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in p {
    opacity: .7;
}
.pxp-cta-2-left {
    position: relative;
    padding-bottom: 100px;
}
.pxp-cta-2-left-image {
    width: calc(100% - 100px);
    height: 480px;
    position: relative;
    background-color: #f7f7f7;
}
.pxp-cta-2-left-content {
    position: absolute;
    background-color: #f7f7f7;
    right: 0;
    bottom: 0;
    left: 180px;
    z-index: 100;
}
.pxp-cta-2-left-content-item {
    display: block;
    padding: 40px;
    position: relative;
    background-color: #f7f7f7;
    text-align: center;
}
.pxp-dark-mode .pxp-cta-2-left-content-item {
    background-color: #000;
}
.pxp-cta-2-left-content-item-fig img,
.elementor .pxp-cta-2-left-content-item-fig img {
    height: 80px;
    width: auto;
}
.pxp-cta-2-left-content-item-fig span {
    font-size: 80px;
    line-height: 80px;
}
.pxp-dark-mode .pxp-cta-2-left-content-item-fig span {
    color: #fff;
}
.pxp-cta-2-left-content-item-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-top: 40px;
}
.pxp-dark-mode .pxp-cta-2-left-content-item-title {
    color: #fff;
}
.pxp-cta-2-left-content-item-text {
    color: #333;
    text-decoration: none;
    opacity: .7;
    margin-top: .5rem;
}
.pxp-dark-mode .pxp-cta-2-left-content-item-text {
    color: #fff;
}
.pxp-cta-3-image {
    height: 480px;
    background-color: #f7f7f7;
}

/**
 * 12.0 - Blog post card
 */

.pxp-posts-1-item {
    display: block;
    margin-bottom: 30px;
}
.pxp-posts-1-item.pxp-no-image {
    border: 1px solid #E2E2E2;
    border-radius: .3rem;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-posts-1-item.pxp-no-image:hover {
    border-color: #333;
}
.pxp-dark-mode .pxp-posts-1-item.pxp-no-image:hover {
    border-color: #000;
}
.pxp-posts-1-item.pxp-no-image.pxp-sticky {
    border: 2px solid #333;
}
.pxp-posts-1-item:hover {
    text-decoration: none;
}
.pxp-posts-1-item-fig-container {
    border-radius: .3rem .3rem 0 .3rem;
    height: 260px;
    overflow: hidden;
}
.pxp-posts-1-item.pxp-sticky .pxp-posts-1-item-fig-container {
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-posts-1-item.pxp-sticky .pxp-posts-1-item-fig-container {
    border-color: #000;
}
.pxp-posts-1-item.pxp-no-image .pxp-posts-1-item-fig-container {
    border-radius: .3rem;
    border: 0 none;
    height: auto;
}
.pxp-posts-1-item-fig {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-posts-1-item-details {
    background-color: #fff;
    border-radius: .3rem 0 0 0;
    margin-left: 40px;
    padding: 20px 20px 0 20px;
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}
.pxp-posts-1-item.pxp-no-image .pxp-posts-1-item-details {
    border-radius: .3rem;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    padding: 20px;
}
.pxp-dark-mode .pxp-posts-1-item-details {
    background-color: #F7F7F7;
}
.pxp-posts-1-item-details-category {
    color: #333;
    opacity: .5;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item.pxp-no-image .pxp-posts-1-item-details-category {
    opacity: .5;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-category {
    opacity: 0;
    transform: translateY(-200%);
}
.pxp-posts-1-item-details-title {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
    font-size: 1.3rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-title {
    transform: translateY(-22px);
}
.pxp-posts-1-item-details-date {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-details-date {
    opacity: 0;
}
.pxp-posts-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-posts-1-item:hover .pxp-posts-1-item-cta {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.pxp-posts-1-item-featured-label {
    position: absolute;
    right: 40px;
    top: 20px;
    background: #333;
    border-radius: 50px;
    font-size: .6rem;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}
.pxp-posts-1-item.pxp-no-image .pxp-posts-1-item-featured-label {
    right: 20px;
}
.pxp-dark-mode .pxp-posts-1-item-featured-label {
    background: #000;
}

/**
 * 13.0 - Membership plans section
 */

.pxp-plans-1-item {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px;
    border-radius: .3rem;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item:hover {
    text-decoration: none;
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-plans-1-item:hover {
    border: 2px solid #000;
}
.pxp-plans-1-item.pxp-is-popular {
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular {
    background-color: #000;
}
.pxp-plans-1-item-fig {
    margin-bottom: 2rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item .pxp-plans-1-item-fig {
    margin-top: calc(26px + 1rem);
}
.pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-fig {
    margin-top: 0;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-fig {
    transform: translateY(-42px) scale(.9);
}
.pxp-plans-1-item-fig img,
.elementor .pxp-plans-1-item-fig img {
    height: 100px;
    width: auto;
}
.pxp-plans-1-item-title {
    font-weight: 700;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-title {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-title {
    transform: translateY(-42px) scale(1.3);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.pxp-plans-1-item-features {
    margin-bottom: 2rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-features {
    transform: translateY(-42px);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.pxp-plans-1-item-features > li {
    opacity: .7;
    color: #333;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-features > li {
    color: #fff;
}
.pxp-plans-1-item-price {
    line-height: 2rem;
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-price {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-price {
    transform: translateY(-42px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.pxp-plans-1-item-price-currency {
    font-size: .7rem;
    font-weight: 900;
    vertical-align: top;
    line-height: 1.2rem;
}
.pxp-plans-1-item-price-sum {
    font-size: 2rem;
    font-weight: 900;
}
.pxp-plans-1-item-price-period {
    opacity: .7;
    font-size: .8rem;
}
.pxp-plans-1-item-label {
    color: #fff;
    background-color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    display: inline-block;
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-label {
    color: #333;
    background-color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-label {
    transform: translateY(-42px);
    opacity: 0;
}
.pxp-plans-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 60px;
    left: 50%;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translate(-50%, 200%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-cta {
    color: #fff;
}
.pxp-plans-1-item:hover .pxp-plans-1-item-cta {
    transform: translate(-50%, 0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

/**
 * 14.0 - Subscriber section
 */

.pxp-dark-mode .pxp-subscribe-section h2, 
.pxp-dark-mode .pxp-subscribe-section p, 
.pxp-dark-mode .pxp-subscribe-section a {
    color: #fff;
}
.pxp-dark-mode .pxp-subscribe-section a:after {
    border-top: 2px solid #fff;
}
.pxp-subscribe-1-form .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out,box-shadow .4s ease-in-out;
}
.pxp-subscribe-1-form .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
#pxp-subscribe-form-btn img {
    display: none;
}
#pxp-subscribe-form-btn.disabled {
    opacity: .5;
}
#pxp-subscribe-form-btn.disabled img {
    display: inline;
}
#pxp-subscribe-form-btn.disabled:after {
    display: none;
}

/**
 * 15.0 - Map
 */

.pxp-map-side {
    position: fixed;
    top: 69px;
    bottom: 0px;
    width: 50%;
    z-index: 3;
}
.admin-bar .pxp-map-side {
    top: 101px;
}
.pxp-map-side.pxp-half {
    width: 50%;
}
.pxp-map-side.pxp-max {
    width: 100%;
}
.pxp-map-right {
    right: 0;
}
.pxp-map-left {
    left: 0;
}
.pxp-content-side.pxp-min {
    width: 0;
    position: fixed;
}
.pxp-content-side-wrapper {
    padding: 30px;
}
.pxp-content-side-wrapper.is-single-property {
    padding: 0;
}
.pxp-footer.pxp-content-side-wrapper:empty {
    padding: 0;
}
.pxp-no-map .pxp-content-side-wrapper {
    padding: 82px 0 0 0;
}
.pxp-content-left {
    padding-right: 50%;
}
.pxp-content-right {
    padding-left: 50%;
}
.pxp-map-side #results-map {
    height: 100%;
    width: 100%;
}
.pxp-content-side-h2 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 46px;
}
.pxp-content-side-search-form {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}
.pxp-sort-form .custom-select,
.pxp-content-side-search-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-sort-form .custom-select:hover,
.pxp-sort-form .custom-select:focus,
.pxp-content-side-search-form .custom-select:hover,
.pxp-content-side-search-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-content-side-search-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-content-side-search-form .form-control.pxp-is-address + span, 
.pxp-side-section-filter-form .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
.pxp-side-section-filter-form .form-control.pxp-is-address + span {
    top: 37px;
    right: 1rem;
    transform: none;
}
a.pxp-map-toggle,
a.pxp-adv-toggle {
    background-color: #fff;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.pxp-map-toggle.pxp-is-gallery {
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
    border: 0 none;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    border: 0 none;
}
.pxp-dark-mode a.pxp-map-toggle.pxp-is-gallery {
    background-color: #000;
    color: #fff;
}
a.pxp-adv-toggle {
    padding: 0 15px;
}
a.pxp-map-toggle:hover,
a.pxp-adv-toggle:hover {
    border: 1px solid #333;
}
a.pxp-map-toggle.pxp-is-gallery:hover {
    border: 0 none;
}
a.pxp-map-toggle.pxp-active,
a.pxp-map-toggle.pxp-active:hover,
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
a.pxp-list-toggle {
    position: fixed;
    z-index: 4;
    top: 99px;
    left: 50%;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border-radius: .25rem;
    line-height: 46px;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    display: block;
    text-align: center;
    transform: translateX(-50%);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
}
a.pxp-list-toggle:hover {
    color: #333;
    text-decoration: none;
}
a.pxp-list-toggle > span {
    margin-right: 4px;
    color: #333;
}
a.pxp-list-toggle.pxp-active {
    display: block;
}
.admin-bar a.pxp-list-toggle {
    top: 131px;
}
.pxp-price-marker {
    position: absolute;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    border: 2px solid #333;
    background-color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: .3rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    font-size: 12px;
    cursor: pointer;
    -webkit-transform: translate(-50%, calc(-100% - 6px));
    transform: translate(-50%, calc(-100% - 6px));
}
.pxp-dark-mode .pxp-price-marker {
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
}
.pxp-price-marker:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pxp-dark-mode .pxp-price-marker:after {
    background: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pxp-price-marker:hover, 
.pxp-price-marker.active {
    border-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    padding: 0;
    z-index: 3;
}
.pxp-dark-mode .pxp-price-marker:hover, 
.pxp-dark-mode .pxp-price-marker.active {
    border-color: #000;
}
.pxp-price-marker:hover:after, 
.pxp-price-marker.active:after {
    border-color: #fff;
}
.pxp-dark-mode .pxp-price-marker:hover:after, 
.pxp-dark-mode .pxp-price-marker.active:after {
    border-color: #000;
}
.pxp-price-marker:hover .pxp-marker-short-price, 
.pxp-price-marker.active .pxp-marker-short-price {
    display: none;
}
.pxp-price-marker .pxp-marker-details {
    display: none;
}
.pxp-price-marker:hover .pxp-marker-details, 
.pxp-price-marker.active .pxp-marker-details {
    display: block;
}
.pxp-marker-details-fig {
    width: 72px;
    height: 72px;
    border-radius: .3rem 0 0 .3rem;
    float: left;
}
.pxp-marker-details-info {
    float: left;
    font-size: 14px;
}
.pxp-marker-details-info-title {
    font-size: 12px;
    padding: 10px 10px 2px 10px;
    color: #333;
    font-weight: normal;
}
.pxp-dark-mode .pxp-marker-details-info-title {
    color: #fff;
}
.pxp-marker-details-info-price {
    font-size: 14px;
    padding: 0 10px 5px 10px;
    color: #333;
}
.pxp-dark-mode .pxp-marker-details-info-price {
    color: #fff;
}
.pxp-marker-details-info-feat {
    font-weight: normal;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    opacity: .7;
}
.pxp-dark-mode .pxp-marker-details-info-feat {
    color: #fff;
}
.pxp-marker-details-info-feat > span {
    display: inline-block;
    margin: 0 7px;
}
.pxp-marker-cluster {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
}
.pxp-marker-cluster:hover {
    background: rgba(0, 0, 0, 1);
    z-index: 3;
}
.pxp-content-side-search-form-adv .input-group input[type="text"], 
.pxp-content-side-search-form-adv .input-group input[type="number"] {
    width: 1%;
    margin-bottom: 0;
}
.pxp-content-side-search-form-adv .input-group .input-group-text {
    height: 46px;
    font-size: .9rem;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}
.pxp-map-placeholder {
    position: absolute;
    top: 49%;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 11px;
}
#poiContainer {
    background-color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 2px;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}
#schoolsUI, 
#transportationUI, 
#restaurantsUI, 
#shoppingUI, 
#cafesUI, 
#artsUI, 
#fitnessUI {
    color: #666;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 40px;
    padding-top: 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
}
#poiContainer > div:last-child {
    border-bottom: 0 none;
}
#schoolsUI:not(.active):hover, 
#transportationUI:not(.active):hover, 
#restaurantsUI:not(.active):hover, 
#shoppingUI:not(.active):hover, 
#cafesUI:not(.active):hover, 
#artsUI:not(.active):hover, 
#fitnessUI:not(.active):hover {
    color: #333;
}
#schoolsUI.active {
    color: #21C0E0;
}
#transportationUI.active {
    color: #FFA61E;
}
#restaurantsUI.active {
    color: #FF1E1E;
}
#shoppingUI.active {
    color: #1EA8FF;
}
#cafesUI.active {
    color: #9A4100;
}
#artsUI.active {
    color: #C21EFF;
}
#fitnessUI.active {
    color: #00A806;
}
#schoolsIcon, 
#transportationIcon, 
#restaurantsIcon, 
#shoppingIcon, 
#cafesIcon, 
#artsIcon, 
#fitnessIcon {
    font-size: 18px;
    line-height: 18px;
}

/**
 * 16.0 - Property list card
 */

a.pxp-results-card-1 {
    display: block;
    position: relative;
    height: 340px;
    overflow: hidden;
    margin-bottom: 30px;
}
.pxp-results-card-1.pxp-is-featured {
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-results-card-1.pxp-is-featured {
    border: 2px solid #000;
}
a.pxp-results-card-1 .carousel-inner > .carousel-item {
    height: 340px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-results-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.pxp-results-card-1-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pxp-results-card-1-details-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.pxp-results-card-1-details-price {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}
.pxp-results-card-1 .carousel-control-prev,
.pxp-results-card-1 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-results-card-1 .carousel-control-prev {
    transform: translateX(-100%);
}
.pxp-results-card-1:hover .carousel-control-prev {
    transform: translateX(0);
}
.pxp-results-card-1 .carousel-control-next {
    transform: translateX(100%);
}
.pxp-results-card-1:hover .carousel-control-next {
    transform: translateX(0);
}
.pxp-results-card-1 .carousel-control-prev > span,
.pxp-results-card-1 .carousel-control-next > span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.pxp-results-card-1-featured-label {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #333;
    border-radius: 50px;
    font-size: .6rem;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pxp-dark-mode .pxp-results-card-1-featured-label {
    background: #000;
}
.pxp-results-card-1-features {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translateY(-50%);
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    overflow: hidden;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-dark-mode .pxp-results-card-1-features {
    color: #fff;
    background-color: #000;
}
.pxp-results-card-1:hover .pxp-results-card-1-features {
    opacity: 1;
    transform: translateY(0);
}
.pxp-results-card-1-features > span > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-results-card-1-save {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    color: #333;
    width: 26px;
    height: 26px;;
    border-radius: 50%;
    font-size: .8rem;
    line-height: 25px;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    border: 0 none;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-dark-mode .pxp-results-card-1-save {
    color: #fff;
    background-color: #000;
}
.pxp-results-card-1:hover .pxp-results-card-1-save {
    opacity: 1;
    transform: translateY(0);
}
a.pxp-results-card-2 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
a.pxp-results-card-2:hover {
    text-decoration: none;
}
a.pxp-results-card-2 .carousel-inner > .carousel-item {
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-results-card-2 .carousel-control-prev,
.pxp-results-card-2 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-results-card-2 .carousel-control-prev {
    transform: translateX(-100%);
}
.pxp-results-card-2:hover .carousel-control-prev {
    transform: translateX(0);
}
.pxp-results-card-2 .carousel-control-next {
    transform: translateX(100%);
}
.pxp-results-card-2:hover .carousel-control-next {
    transform: translateX(0);
}
.pxp-results-card-2 .carousel-control-prev > span,
.pxp-results-card-2 .carousel-control-next > span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.pxp-results-card-2.pxp-is-featured .carousel-inner {
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-results-card-2.pxp-is-featured .carousel-inner {
    border: 2px solid #000;
}
.pxp-results-card-2-featured-label {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #333;
    border-radius: 50px;
    font-size: .6rem;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pxp-dark-mode .pxp-results-card-2-featured-label {
    background: #000;
}
.pxp-results-card-2-details-title {
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
}
.pxp-results-card-2-features {
    color: #333;
    text-transform: uppercase;
    font-size: .7rem;
    overflow: hidden;
    opacity: .7;
    white-space: nowrap;
}
.pxp-results-card-2-features > span > span {
    display: inline-block;
    padding: 0 5px;
}
.pxp-results-card-2-details-price {
    color: #333;
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 7px;
}
.pxp-results-card-2-details-price > span {
    font-size: .7rem;
}
a.pxp-results-card-3 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
a.pxp-results-card-3:hover {
    text-decoration: none;
}
a.pxp-results-card-3 .carousel-inner > .carousel-item {
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-results-card-3 .carousel-control-prev,
.pxp-results-card-3 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-results-card-3 .carousel-control-prev {
    transform: translateX(-100%);
}
.pxp-results-card-3:hover .carousel-control-prev {
    transform: translateX(0);
}
.pxp-results-card-3 .carousel-control-next {
    transform: translateX(100%);
}
.pxp-results-card-3:hover .carousel-control-next {
    transform: translateX(0);
}
.pxp-results-card-3 .carousel-control-prev > span,
.pxp-results-card-3 .carousel-control-next > span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.pxp-results-card-3.pxp-is-featured .carousel-inner {
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-results-card-3.pxp-is-featured .carousel-inner {
    border: 2px solid #000;
}
.pxp-results-card-3-featured-label {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #333;
    border-radius: 50px;
    font-size: .6rem;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pxp-dark-mode .pxp-results-card-3-featured-label {
    background: #000;
}
.pxp-results-card-3-details-title {
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-top: 14px;
}
.pxp-results-card-3-features {
    color: #333;
    text-transform: uppercase;
    font-size: .7rem;
    overflow: hidden;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 7px;
}
.pxp-results-card-3-features > span > span {
    display: inline-block;
    padding: 0 5px;
    opacity: 0.5;
}
.pxp-results-card-3-type-status {
    color: #333;
    font-size: .7rem;
    overflow: hidden;
    opacity: .7;
    white-space: nowrap;
}
.pxp-results-card-3-type-status > span {
    display: inline-block;
    padding: 0 5px;
}
.pxp-results-card-3-details-price {
    position: absolute;
    top: 223px;
    right: 20px;
    background-color: #fff;
    color: #333;
    font-size: .9rem;
    line-height: 1;
    font-weight: 900;
    margin-top: 7px;
    padding: 6px 10px;
    border-radius: 50px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    transform: translateY(-50%);
}
.pxp-dark-mode .pxp-results-card-3-details-price {
    background-color: #000;
    color: #fff;
}
.pxp-results-card-3.pxp-is-featured .pxp-results-card-3-details-price {
    top: 225px;
}
.pxp-results-card-3-details-price > span {
    font-size: .7rem;
}
a.pxp-results-list-item-1 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}
.pxp-results .col-12:last-child a.pxp-results-list-item-1 {
    border-bottom: 0 none;
    padding-bottom: 0;
}
a.pxp-results-list-item-1:hover {
    text-decoration: none;
}
a.pxp-results-list-item-1 .carousel-inner > .carousel-item {
    height: 180px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-results-list-item-1 .carousel-control-prev,
.pxp-results-list-item-1 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-results-list-item-1 .carousel-control-prev {
    transform: translateX(-100%);
}
.pxp-results-list-item-1:hover .carousel-control-prev {
    transform: translateX(0);
}
.pxp-results-list-item-1 .carousel-control-next {
    transform: translateX(100%);
}
.pxp-results-list-item-1:hover .carousel-control-next {
    transform: translateX(0);
}
.pxp-results-list-item-1 .carousel-control-prev > span,
.pxp-results-list-item-1 .carousel-control-next > span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.pxp-results-list-item-1.pxp-is-featured .carousel-inner {
    border: 2px solid #333;
}
.pxp-dark-mode .pxp-results-list-item-1.pxp-is-featured .carousel-inner {
    border: 2px solid #000;
}
.pxp-results-list-item-1-details {
    padding-top: 10px;
}
.pxp-results-list-item-1-type-status {
    color: #333;
    font-size: .7rem;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}
.pxp-results-list-item-1-type-status > span {
    display: inline-block;
    padding: 0 5px;
    opacity: .5;
}
.pxp-results-list-item-1-details-title {
    font-size: 1.1rem;
    width: 100%;
    color: #333;
    text-decoration: none;
}
.pxp-results-list-item-1-details-address {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-results-list-item-1-features {
    color: #333;
    text-transform: uppercase;
    font-size: .7rem;
    overflow: hidden;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 7px;
}
.pxp-results-list-item-1-features > span > span {
    display: inline-block;
    padding: 0 5px;
    opacity: 0.5;
}
.pxp-results-list-item-1-price {
    color: #333;
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 7px;
    text-align: right;
}
.pxp-results-list-item-1-price > span {
    font-size: .7rem;
}
.pxp-results-list-item-1-featured-label {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #333;
    border-radius: 50px;
    font-size: .6rem;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.pxp-dark-mode .pxp-results-list-item-1-featured-label {
    background: #000;
}

/**
 * 17.0 - Property list filter
 */

.pxp-filter-form {
    position: fixed;
    top: 99px;
    right: 30px;
    width: calc(50% - 60px);
    z-index: 4;
}
.pxp-filter-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 0 none;
    cursor: pointer;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-filter-form-row,
.pxp-content-side-search-form-row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-filter-form-col,
.pxp-content-side-search-form-col {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-content-side-search-form-adv {
    display: none;
}
.pxp-filter-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-filter-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-filter-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-save-search-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    margin-right: 10px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-save-search-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-save-search-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}

/**
 * 18.0 - Single property
 */

.pxp-single-property-top {
    padding-top: 82px;
}
.pxp-sp-top-btns {
    float: right;
    margin-left: 10px;
}
.pxp-sp-top-btns.pxp-is-d4 {
    float: none;
    margin-left: 0;
}
.pxp-sp-top-btns > .dropdown {
    display: inline-block;
    margin-left: 4px;
}
.pxp-sp-top-btns.pxp-is-d4 > .dropdown {
    margin-left: 0;
    margin-right: 4px;
}
.pxp-sp-top-btn {
    display: inline-block;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    margin-left: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-top-btn:hover {
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}
.pxp-sp-top-btns.pxp-is-d4 .pxp-sp-top-btn {
    margin-left: 0;
    margin-right: 4px;
}
.pxp-sp-top-btn > span {
    margin-right: 4px;
    color: #333;
}
.pxp-sp-top-btn:hover > span {
    color: #333;
}
.pxp-sp-top-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 900;
    font-size: 2rem;
}
.pxp-sp-top-feat {
    margin-left: 10px;
    float: right;
}
.pxp-single-property-d4-details .pxp-sp-top-feat {
    margin-left: 0;
    float: none;
}
.pxp-sp-top-feat > div {
    font-size: 1.4rem;
    line-height: 46px;
    margin-left: 10px;
    display: inline-block;
}
.pxp-single-property-d4-details .pxp-sp-top-feat > div {
    margin-left: 0;
    margin-right: 10px;
}
.pxp-sp-top-feat > div > span {
    font-size: .7rem;
    opacity: .7;
}
.pxp-sp-top-price {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 46px;
    float: right;
}
.pxp-single-property-d4-details .pxp-sp-top-price {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1;
    float: none;
}
.pxp-single-property-gallery-caption-d5 .pxp-sp-top-price {
    float: none;
}
.pxp-single-property-gallery-container {
    position: relative;
}
.pxp-single-property-gallery > figure {
    float: left;
    width: 25%;
    position: relative;
    height: 325px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #fff;
}
.pxp-single-property-gallery > figure.pxp-is-full {
    width: 100%;
    height: 650px;
}
.pxp-single-property-gallery > figure.pxp-is-half {
    width: 50%;
    height: 650px;
}
.pxp-single-property-gallery > figure.pxp-is-third {
    width: 50%;
}
.pxp-single-property-gallery > figure > a {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.pxp-single-property-gallery > figure:hover > a {
    transform: scale(1.05, 1.05);
}
.pxp-sp-gallery-btn {
    position: absolute;
    bottom: 40px;
    right: calc((100% - 1140px) / 2 + 15px);
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-gallery-btn:hover {
    color: #333;
    text-decoration: none;
}
.pxp-single-property-section > h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-sp-key-details-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-sp-kd-item-label {
    font-size: .7rem;
}
.pxp-sp-kd-item-value {
    font-weight: 700;
}
.pxp-single-property-section > .row > div:nth-last-child(1) > .pxp-sp-key-details-item,
.pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-key-details-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.pxp-sp-more {
    font-weight: 700;
    color: #333;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-more:hover {
    opacity: .7;
    text-decoration: none;
    color: #333;
}
.pxp-dots-more {
    display: none;
}
.pxp-sp-more > .pxp-sp-more-2,
.pxp-sp-more.pxp-sp-less > .pxp-sp-more-1 {
    display: none;
}
.pxp-sp-more.pxp-sp-less > .pxp-sp-more-2 {
    display: inline-block;
}
.pxp-sp-amenities-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-single-property-section > .row > div:nth-last-child(1) > .pxp-sp-amenities-item,
.pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item,
.pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.pxp-sp-agent-fig {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.pxp-sp-agent-info {
    padding-top: 4px;
}
.pxp-sp-agent-info-name,
.pxp-sp-agent-info-name a {
    font-weight: 900;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}
.pxp-dark-mode .pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-info-name a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-agent-info-name a:hover {
    opacity: .7;
    text-decoration: none;
}
.pxp-sp-agent-info-rating {
    padding-bottom: 6px;
}
.pxp-dark-mode .pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-info-rating {
    color: #fff;
}
.pxp-sp-agent-info-rating > span > span {
    margin: 0 1px;
    font-size: .8rem;
}
.pxp-sp-agent-info-email > a,
.pxp-sp-agent-info-phone,
.pxp-sp-agent-info-show-phone {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}
.pxp-dark-mode .pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-info-email > a,
.pxp-dark-mode .pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-info-phone,
.pxp-dark-mode .pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-info-show-phone {
    color: #fff;
}
.pxp-sp-agent-info-show-phone:not(.pxp-visible) {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-agent-info-show-phone:not(.pxp-visible):hover {
    opacity: 1;
}
.pxp-sp-agent-info-email > a {
    text-decoration: none;
}
.pxp-sp-agent-btn-main {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    background-color: #333;
    height: 46px;
    padding: 0;
    border: 1px solid #333;
    margin-bottom: 10px;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-sp-agent-btn-main {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-sp-agent-btn-main:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-sp-agent-btn {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 49%;
    min-width: 170px;
    background-color: #fff;
    height: 46px;
    padding: 0;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-agent-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-sp-agent-btn-main > span,
.pxp-sp-agent-btn > span {
    margin-right: 4px;
}
.pxp-sp-pois-nav > div {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sp-pois-nav > div.pxp-active {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
}
#pxp-sp-map {
    height: 340px;
}
.pxp-map-side #pxp-sp-map {
    height: 100%;
    width: 100%;
}
.pxp-single-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pxp-dark-mode .pxp-single-marker {
    background-color: #fff;
}
.pxp-single-marker:after {
    content: " ";
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(calc(-50% + 8px), calc(-50% + 8px));
    transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}
.pxp-dark-mode .pxp-single-marker:after {
    background-color: rgba(255, 255, 255, 0.25);
}
.pxp-calculator-chart-container {
    position: relative;
}
.pxp-calculator-chart-result {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
}
.pxp-calculator-chart-result-sum {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1;
}
.pxp-calculator-chart-result-label {
    font-size: .8rem;
    opacity: .7;
}
.pxp-calculator-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-calculator-data:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pxp-calculator-data:nth-child(1) .pxp-calculator-data-label > span {
    color: rgba(0, 112, 201, 1);
}
.pxp-calculator-data:nth-child(2) .pxp-calculator-data-label > span {
    color: rgba(75, 154, 217, 1);
}
.pxp-calculator-data:nth-child(3) .pxp-calculator-data-label > span {
    color: rgba(153, 198, 233, 1);
}
.pxp-calculator-data-label > span {
    margin-right: 10px;
}
.pxp-calculator-data-sum {
    font-weight: 700;
}
.pxp-calculator-form label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-calculator-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-calculator-form .custom-select:hover,
.pxp-calculator-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-calculator-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-calculator-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-calculator-form .form-control[type=number]::-webkit-inner-spin-button,
.pxp-calculator-form .form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pxp-school-rating {
    margin-left: 20px;
    white-space: nowrap;
}
.pxp-school-rating > span {
    margin: 0 1px;
}
.dropdown-menu {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.dropdown-item {
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #333;
    opacity: .7;
    background-color: transparent;
}
.dropdown-item > span {
    width: 20px;
    text-align: center;
}
.pxp-single-property-plans > figure > a {
    display: block;
    height: 120px;
    background-origin: content-box;
    padding: 1rem;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-single-property-plans > figure > a:hover {
    border: 1px solid #333;
}
.pxp-single-property-plans > figure > figcaption {
    display: none;
}
.pswp__caption__center {
    text-align: center;
}
.pxp-sp-floor-plans-item {
    border-bottom: 1px solid #E2E2E2;
}
.pxp-sp-floor-plans-item:last-child {
    border-bottom: 0 none;
}
.pxp-sp-floor-plans-item-trigger {
    cursor: pointer;
    padding: 20px 0;
}
.pxp-sp-floor-plans-item-title {
    /* font-weight: 700; */
}
.pxp-sp-floor-plans-item-image {
    width: 100%;
    height: auto;
}
.pxp-sp-floor-plans-item-title .pxp-is-minus {
    display: inline-block;
}
.pxp-sp-floor-plans-item-title .pxp-is-plus {
    display: none;
}
.collapsed .pxp-sp-floor-plans-item-title .pxp-is-minus {
    display: none;
}
.collapsed .pxp-sp-floor-plans-item-title .pxp-is-plus {
    display: inline-block;
}
.pxp-sp-floor-plans-item-info {
    text-align: right;
    font-size: .9rem;
    font-weight: 700;
}
.pxp-sp-floor-plans-item-info span {
    font-weight: 400;
    opacity: .7;
}
.pxp-embed-wrapper {
    position: relative;
}
.pxp-embed-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
    padding-top: 56.25%;
}
.pxp-embed-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#new_virtual_tour {
    height: 140px;
}
.pxp-single-property-gallery-d5 {
    height: 100%;
}
.pxp-single-property-gallery-d5-inner {
    height: 100%;
}
.pxp-single-property-gallery-d2 .carousel-inner,
.pxp-single-property-gallery-d6 .carousel-inner {
    height: 636px;
}
.pxp-single-property-gallery-d4 .carousel-inner {
    height: 460px;
}
.pxp-single-property-gallery-d7 .carousel-inner {
    height: 800px;
}
.pxp-single-property-gallery-d2 .carousel-item,
.pxp-single-property-gallery-d4 .carousel-item,
.pxp-single-property-gallery-d6 .carousel-item,
.pxp-single-property-gallery-d7 .carousel-item {
    width: 100%;
    height: 636px;
}
.pxp-single-property-gallery-d4 .carousel-item {
    height: 460px;
}
.pxp-single-property-gallery-d7 .carousel-item {
    height: 800px;
}
.pxp-single-property-gallery-d5-item {
    height: 100%;
}
.pxp-single-property-gallery-d2 .carousel-item > a,
.pxp-single-property-gallery-d4 .carousel-item > a,
.pxp-single-property-gallery-d6 .carousel-item > a,
.pxp-single-property-gallery-d7 .carousel-item > a,
.pxp-single-property-gallery-d5-item > a {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@keyframes zoomPop { 
    0% {
        transform: scale(0);
        opacity: 0;
    }
    75% {
        opacity: 1;
        transform: scale(1.4);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.pxp-single-property-gallery-d2 .carousel-item > a:after,
.pxp-single-property-gallery-d4 .carousel-item > a:after,
.pxp-single-property-gallery-d6 .carousel-item > a:after,
.pxp-single-property-gallery-d7 .carousel-item > a:after {
    content: "\f065";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: .25rem;
    opacity: 0;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-single-property-gallery-d4 .carousel-item > a:after {
    right: auto;
    left: 30px;
}
.pxp-single-property-gallery-d2 .carousel-item > a:hover:after,
.pxp-single-property-gallery-d4 .carousel-item > a:hover:after,
.pxp-single-property-gallery-d6 .carousel-item > a:hover:after,
.pxp-single-property-gallery-d7 .carousel-item > a:hover:after {
    opacity: 1;
    -webkit-animation: zoomPop 0.2s ease-in-out;
    -moz-animation: zoomPop 0.2s ease-in-out;
    animation: zoomPop 0.2s ease-in-out;
}
.pxp-dark-mode .pxp-single-property-gallery-d2 .carousel-item > a:after,
.pxp-dark-mode .pxp-single-property-gallery-d4 .carousel-item > a:after,
.pxp-dark-mode .pxp-single-property-gallery-d6 .carousel-item > a:after,
.pxp-dark-mode .pxp-single-property-gallery-d7 .carousel-item > a:after {
    background-color: #000;
    color: #fff;
}
.pxp-dark-mode .pxp-single-property-gallery-d7 .carousel-indicators li {
    background-color: #000;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-prev,
.pxp-single-property-gallery-d2 .pxp-carousel-control-next,
.pxp-single-property-gallery-d4 .pxp-carousel-control-prev,
.pxp-single-property-gallery-d4 .pxp-carousel-control-next,
.pxp-single-property-gallery-d6 .pxp-carousel-control-prev,
.pxp-single-property-gallery-d6 .pxp-carousel-control-next,
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev,
.pxp-single-property-gallery-d7 .pxp-carousel-control-next {
    background-color: #fff;
    width: 46px;
    height: 46px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
}
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev,
.pxp-single-property-gallery-d7 .pxp-carousel-control-next {
    width: 64px;
    height: 64px;
}
.pxp-dark-mode .pxp-single-property-gallery-d2 .pxp-carousel-control-prev, 
.pxp-dark-mode .pxp-single-property-gallery-d2 .pxp-carousel-control-next,
.pxp-dark-mode .pxp-single-property-gallery-d4 .pxp-carousel-control-prev, 
.pxp-dark-mode .pxp-single-property-gallery-d4 .pxp-carousel-control-next,
.pxp-dark-mode .pxp-single-property-gallery-d6 .pxp-carousel-control-prev, 
.pxp-dark-mode .pxp-single-property-gallery-d6 .pxp-carousel-control-next,
.pxp-dark-mode .pxp-single-property-gallery-d7 .pxp-carousel-control-prev, 
.pxp-dark-mode .pxp-single-property-gallery-d7 .pxp-carousel-control-next {
    background-color: #000;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-next,
.pxp-single-property-gallery-d4 .pxp-carousel-control-next,
.pxp-single-property-gallery-d6 .pxp-carousel-control-next,
.pxp-single-property-gallery-d7 .pxp-carousel-control-next {
    left: auto;
    right: 30px;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-prev svg, 
.pxp-single-property-gallery-d2 .pxp-carousel-control-next svg,
.pxp-single-property-gallery-d4 .pxp-carousel-control-prev svg, 
.pxp-single-property-gallery-d4 .pxp-carousel-control-next svg,
.pxp-single-property-gallery-d6 .pxp-carousel-control-prev svg, 
.pxp-single-property-gallery-d6 .pxp-carousel-control-next svg,
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev svg, 
.pxp-single-property-gallery-d7 .pxp-carousel-control-next svg {
    width: 18px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev svg, 
.pxp-single-property-gallery-d7 .pxp-carousel-control-next svg {
    width: 26px;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-prev svg line, 
.pxp-single-property-gallery-d2 .pxp-carousel-control-next svg line,
.pxp-single-property-gallery-d4 .pxp-carousel-control-prev svg line, 
.pxp-single-property-gallery-d4 .pxp-carousel-control-next svg line,
.pxp-single-property-gallery-d6 .pxp-carousel-control-prev svg line, 
.pxp-single-property-gallery-d6 .pxp-carousel-control-next svg line,
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev svg line, 
.pxp-single-property-gallery-d7 .pxp-carousel-control-next svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-single-property-gallery-d2 .pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-single-property-gallery-d2 .pxp-carousel-control-next svg line,
.pxp-dark-mode .pxp-single-property-gallery-d4 .pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-single-property-gallery-d4 .pxp-carousel-control-next svg line,
.pxp-dark-mode .pxp-single-property-gallery-d6 .pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-single-property-gallery-d6 .pxp-carousel-control-next svg line,
.pxp-dark-mode .pxp-single-property-gallery-d7 .pxp-carousel-control-prev svg line, 
.pxp-dark-mode .pxp-single-property-gallery-d7 .pxp-carousel-control-next svg line {
    stroke: #fff;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-prev:hover, 
.pxp-single-property-gallery-d2 .pxp-carousel-control-next:hover,
.pxp-single-property-gallery-d4 .pxp-carousel-control-prev:hover, 
.pxp-single-property-gallery-d4 .pxp-carousel-control-next:hover,
.pxp-single-property-gallery-d6 .pxp-carousel-control-prev:hover, 
.pxp-single-property-gallery-d6 .pxp-carousel-control-next:hover,
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev:hover, 
.pxp-single-property-gallery-d7 .pxp-carousel-control-next:hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-prev:hover svg,
.pxp-single-property-gallery-d4 .pxp-carousel-control-prev:hover svg,
.pxp-single-property-gallery-d6 .pxp-carousel-control-prev:hover svg,
.pxp-single-property-gallery-d7 .pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-single-property-gallery-d2 .pxp-carousel-control-next:hover svg,
.pxp-single-property-gallery-d4 .pxp-carousel-control-next:hover svg,
.pxp-single-property-gallery-d6 .pxp-carousel-control-next:hover svg,
.pxp-single-property-gallery-d7 .pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-single-property-gallery-d2-thumbs-container,
.pxp-single-property-gallery-d4-thumbs-container,
.pxp-single-property-gallery-d6-thumbs-container {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    overflow: hidden;
}
.pxp-single-property-gallery-d2-thumbs-item,
.pxp-single-property-gallery-d4-thumbs-item,
.pxp-single-property-gallery-d6-thumbs-item {
    cursor: pointer;
    height: 70px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    position: relative;
}
.pxp-single-property-gallery-d2-thumbs-item.pxp-active:after,
.pxp-single-property-gallery-d4-thumbs-item.pxp-active:after,
.pxp-single-property-gallery-d6-thumbs-item.pxp-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: .3rem;
}
.pxp-dark-mode .pxp-single-property-gallery-d2-thumbs-item.pxp-active:after,
.pxp-dark-mode .pxp-single-property-gallery-d4-thumbs-item.pxp-active:after,
.pxp-dark-mode .pxp-single-property-gallery-d6-thumbs-item.pxp-active:after {
    border: 3px solid rgba(0,0,0,0.5);
}
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-stage,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-stage,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-stage {
    padding-bottom: 30px;
    margin: 0 auto;
}
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-prev,
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-next,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-prev,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-next,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-prev,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    color: #000;
    background: rgba(255,255,255,.5);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 100%);
    width: 20px;
    outline: 0;
    font-size: 20px;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-next,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-next,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background: rgba(255,255,255,.5);
    background: linear-gradient(90deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,1) 100%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-prev,
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-prev,
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-prev {
    color: #fff;
    background: rgba(0,0,0,.5);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.5) 100%);
}
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-next,
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-next,
.pxp-dark-mode .owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-next {
    color: #fff;
    background: rgba(0,0,0,.5);
    background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,1) 100%);
}
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-prev.disabled,
.owl-carousel.pxp-single-property-gallery-d2-thumbs .owl-nav button.owl-next.disabled,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-prev.disabled,
.owl-carousel.pxp-single-property-gallery-d4-thumbs .owl-nav button.owl-next.disabled,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-prev.disabled,
.owl-carousel.pxp-single-property-gallery-d6-thumbs .owl-nav button.owl-next.disabled {
    display: none;
}
.pxp-single-property-gallery-d3-stage .owl-stage {
    padding-bottom: 60px;
}
.pxp-single-property-gallery-d3-item {
    height: 600px;
    transform: scale(.9);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.owl-item.center .pxp-single-property-gallery-d3-item {
    transform: scale(1);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-single-property-gallery-d3-item > a {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-single-property-gallery-d3-stage .owl-nav {
    height: 0;
}
.pxp-single-property-gallery-d3-left-arrow, 
.pxp-single-property-gallery-d3-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 35px);
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-single-property-gallery-d3-left-arrow, 
.pxp-dark-mode .pxp-single-property-gallery-d3-right-arrow {
    background-color: #000;
}
.pxp-single-property-gallery-d3-left-arrow {
    left: 400px;
}
.pxp-single-property-gallery-d3-right-arrow {
    right: 340px;
}
.pxp-single-property-gallery-d3-left-arrow svg, 
.pxp-single-property-gallery-d3-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-single-property-gallery-d3-left-arrow svg line, 
.pxp-single-property-gallery-d3-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-single-property-gallery-d3-left-arrow svg line, 
.pxp-dark-mode .pxp-single-property-gallery-d3-right-arrow svg line {
    stroke: #fff;
}
.pxp-single-property-gallery-d3-stage .owl-prev:not(.disabled) .pxp-single-property-gallery-d3-left-arrow:hover, 
.pxp-single-property-gallery-d3-stage .owl-next:not(.disabled) .pxp-single-property-gallery-d3-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-single-property-gallery-d3-stage .owl-prev:not(.disabled) .pxp-single-property-gallery-d3-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-single-property-gallery-d3-stage .owl-next:not(.disabled) .pxp-single-property-gallery-d3-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-single-property-gallery-d3-stage .owl-dots {
    text-align: center;
    margin-top: -30px;
    position: relative;
    counter-reset: section;
}
.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot {
    border-radius: 5px;
    margin: 0 4px;
    opacity: .3;
    color: #333;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    counter-increment: dotsCounter;
}
.pxp-dark-mode .pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot {
    color: #000;
}
.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot:before {
    content: counter(dotsCounter, decimal-leading-zero);
}

.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot:focus {
    outline: 0;
}
.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot.active {
    opacity: 1;
}
.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot span {
    display: inline-block;
    width: 0;
    border-top: 2px solid #333;
    height: 6px;
    margin-left: 4px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot span {
    border-top: 2px solid #000;
}
.pxp-single-property-gallery-d3-stage .owl-dots button.owl-dot.active span {
    width: 30px;
}
.pxp-single-property-d4-details {
    padding: 30px;
}
.pxp-single-property-d4-details.pxp-single-property-side-no-map {
    padding: 0;
}
.pxp-single-property-d4-details .pxp-sp-top-title {
    font-size: 1.6rem;
    font-weight: 700;
}
.pxp-single-property-gallery-container-d5 {
    background-color: #F7F7F7;
    position: relative;
    min-height: 568px;
    margin-top: 82px;
}
.pxp-single-property-gallery-caption-d5 {
    color: #fff;
    padding: 60px 0;
}
.pxp-single-property-gallery-d5-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}
.pxp-single-property-gallery-contact-agent-d5 {
    padding: 60px 0;
}
.pxp-single-property-gallery-contact-agent-d5 .pxp-sp-agent-btn-main {
    float: none;
    margin-bottom: 0;
}
.pxp-single-property-options-panel-d5 {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
}
.pxp-single-property-options-panel-d5 .pxp-sp-top-feat {
    float: none;
    margin-left: 0;
}
.pxp-single-property-options-panel-d5 .pxp-sp-top-feat > div {
    margin-left: 0;
    margin-right: 10px;
}

/**
 * 19.0 - Blog
 */

.pxp-blog-posts {
    padding-top: 82px;
}
.pxp-blog-posts-carousel-1 {
    position: relative;
    border-radius: .3rem .3rem 0 0;
}
.pxp-blog-posts-carousel-1-img {
    height: 500px;
    border-radius: .3rem .3rem 0 0;
    overflow: hidden;
}
.pxp-blog-posts-carousel-1-img.pxp-no-image {
    height: 360px;
}
.pxp-blog-posts-carousel-1-img .carousel-inner {
    height: 100%;
}
.pxp-blog-posts-carousel-1-img .carousel-item {
    height: 100%;
}
.pxp-blog-posts-carousel-1-img .carousel-item.pxp-no-image {
    border-radius: .3rem;
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1-img .carousel-item.pxp-no-image {
    background-color: #e8e8e8;
}
.pxp-blog-posts-carousel-1-img-caption {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    transform: translateY(-50%);
}
.pxp-blog-posts-carousel-1-img.pxp-no-image .pxp-blog-posts-carousel-1-img-caption {
    top: 53%;
}
.pxp-blog-posts-carousel-1-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-blog-posts-carousel-1-category {
    opacity: .5;
    transform: translateX(0);
}
.pxp-blog-posts-carousel-1-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-blog-posts-carousel-1-title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-blog-posts-carousel-1-summary {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-blog-posts-carousel-1-summary {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-blog-posts-carousel-1-img .carousel-item .pxp-primary-cta {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-primary-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-blog-posts-carousel-1-img .pxp-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}
.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-hero-bg {
    transform: scale(1);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls {
    background-color: #F7F7F7;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
    background-color: #F7F7F7;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption-container {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 50%;
    background: #fff;
    border-radius: .3rem 0 0 0;
    padding: 40px 40px 0 40px;
    display: none;
}
.pxp-dark-mode .pxp-blog-posts-carousel-1-caption-container {
    background: #F7F7F7;
}
.pxp-blog-posts-carousel-1-caption-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-category {
    opacity: .5;
    transform: translateX(0);
}
.pxp-blog-posts-carousel-1-caption-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-blog-posts-carousel-1-caption-summary {
    width: 80%;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-summary {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-blog-posts-carousel-1-caption .pxp-primary-cta {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-primary-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-blog-posts-carousel-1-badge {
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
}
.pxp-dark-mode .pxp-blog-posts-carousel-1-badge {
    background-color: #000;
    color: #fff;
}
.pxp-side-section:first-child {
    margin-top: 0 !important;
}
.pxp-side-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.pxp-footer .pxp-side-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-footer .pxp-side-section h3 {
    color: #fff;
}
.pxp-side-section h3 > a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-side-section h3 > a:hover {
    opacity: .7;
}
.pxp-side-section .form-group {
    position: relative;
}
.pxp-side-section input[type="text"],
.pxp-side-section input[type="number"] {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="text"],
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="number"],
.pxp-dark-mode .pxp-footer .pxp-side-section textarea.form-control {
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-side-section input[type="text"]:focus,
.pxp-side-section input[type="number"]:focus {
    border: 1px solid #333;
    outline: 0;
}
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="text"]:focus,
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="number"]:focus,
.pxp-dark-mode .pxp-footer .pxp-side-section textarea.form-control:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-side-section .input-group input[type="text"],
.pxp-side-section .input-group input[type="number"] {
    width: 1%;
    margin-bottom: 0;
}
.pxp-side-section .input-group .input-group-text {
    height: 46px;
    font-size: .9rem;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}
.pxp-dark-mode .pxp-footer .pxp-side-section .input-group .input-group-text {
    background-color: #333;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
}
.pxp-side-section input[type="submit"] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="submit"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.pxp-side-section input[type="submit"]:hover {
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="submit"]:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-side-section ul {
    padding-left: 0;
    list-style: none;
}
.widget_archive ul ul, 
.widget_categories ul ul, 
.widget_meta ul ul, 
.widget_nav_menu ul ul, 
.widget_pages ul ul, 
.widget_recent_comments ul ul, 
.widget_recent_entries ul ul, 
.widget_rss ul ul {
    counter-reset: submenu;
}
.pxp-side-section ul > li {
    margin: .5rem 0;
}
.pxp-footer .pxp-side-section ul > li {
    font-size: .9rem;
}
.pxp-dark-mode .pxp-footer .pxp-side-section ul > li {
    color: #fff;
}
.pxp-side-section ul > li > a,
.recentcomments a {
    color: #333;
    font-size: .9rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-side-section ul > li > a:hover, 
.recentcomments a:hover {
    text-decoration: none;
    opacity: .7;
}
.widget_archive ul ul > li > a::before, 
.widget_categories ul ul > li > a::before, 
.widget_meta ul ul > li > a::before, 
.widget_nav_menu ul ul > li > a::before, 
.widget_pages ul ul > li > a::before, 
.widget_recent_comments ul ul > li > a::before, 
.widget_recent_entries ul ul > li > a::before, 
.widget_rss ul ul > li > a::before {
    content: "– " counters(submenu, "– ", none);
    counter-increment: submenu;
    font-weight: normal;
    opacity: .2;
}
.pxp-blog-post-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: .7;
}
.pxp-blog-post-category > span {
    display: inline-block;
}
.pxp-blog-post-category > span:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, .3);
}
.pxp-blog-post-author {
    color: #333;
    font-size: 0.8rem;
    opacity: .7;
    font-style: italic;
}
.pxp-blog-post-hero-fig {
    height: 80vh;
    min-height: 540px;
}
.entry-content h1,
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.pxp-agent-block h2, 
.pxp-agent-block h3, 
.pxp-agent-block h4, 
.pxp-agent-block h5, 
.pxp-agent-block h6, 
.pxp-blog-comments-block h2, 
.pxp-blog-comments-block h3, 
.pxp-blog-comments-block h4, 
.pxp-blog-comments-block h5, 
.pxp-blog-comments-block h6,
.comment-content h1,
.comment-content h2, 
.comment-content h3, 
.comment-content h4, 
.comment-content h5, 
.comment-content h6 {
    font-weight: 900;
    margin-bottom: 1rem;
}
.pxp-agent-block h4, 
.pxp-blog-comments-block h4 {
    margin-bottom: 0;
}
.pxp-blog-comments-block .no-comments {
    margin-top: 1.5rem;
}
.page-content p,
.entry-content p {
    color: #999;
}
.entry-content > p:first-of-type:first-letter {
    color: #333;
    float: left;
    font-size: 85px;
    line-height: 60px;
    padding-right: 10px;
    font-weight: 700;
    padding-top: 7px;
}
.entry-content, 
.pxp-agent-block, 
.pxp-blog-comments-block {
    width: 80%;
    margin: 0 auto;
}
.pxp-blog-comments-block.pxp-is-side {
    width: 100%;
}
.pxp-page-comments .pxp-blog-comments-block {
    width: 100%;
    margin: 0;
}
.entry-content.pxp-no-share {
    width: 90%;
    margin: 0;
}
.entry-content.pxp-no-share.pxp-no-side {
    width: 80%;
    margin: 0 auto;
}
.pxp-no-share .pxp-blog-comments-block {
    width: 90%;
    margin: 0;
}
.pxp-no-share.pxp-no-side .pxp-blog-comments-block {
    width: 80%;
    margin: 0 auto;
}
.entry-content.pxp-full {
    width: 100%;
}
.pxp-blog-post-share {
    width: 65px;
    text-align: center;
}
.pxp-blog-post-share-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
}
.pxp-blog-post-share > ul > li {
    padding-bottom: 10px;
}
.pxp-blog-post-share > ul > li > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-share > ul > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pxp-blog-post-video {
    position: relative;
    display: block;
    height: 500px;
}
.pxp-blog-post-video:after {
    content: "\f04b";
    font-family: FontAwesome;
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    overflow: hidden;
    text-align: center;
    line-height: 64px;
    padding-left: 3px;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-video:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.pxp-blog-post-video + iframe {
    display: none;
}
.entry-content blockquote, 
.page-content blockquote,
.comment-content blockquote {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    width: 60%;
    border-left: 2px solid #333;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.comment-content blockquote {
    width: 100%;
}
.entry-content blockquote p,
.page-content blockquote p {
    color: #333;
    margin-bottom: 0;
}
.pxp-image-full {
    width: 100%;
    height: auto;
}
.pxp-blog-post-comments ol.comments-list ol.children {
    margin-left: calc(64px + 1rem);
}
.comment-body.media-body {
    max-width: 100%;
}
.pxp-blog-post-comments .media > img,
.pxp-agent-comments .media > img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 1rem;
}
.pxp-blog-post-comments h5, 
.pxp-agent-comments h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.pxp-blog-post-comments h5 a {
    color: #333;
}
.pxp-blog-post-comments-date, 
.pxp-agent-comments-date {
    opacity: .7;
    font-size: .8rem;
    padding-bottom: 10px;
}
.pxp-blog-post-comments-date a, 
.pxp-agent-comments-date a {
    color: #333;
}
.pxp-blog-post-comments p, 
.pxp-agent-comments p {
    color: #333;
    font-size: .9rem;
    margin-bottom: 10px;
}
.pxp-blog-post-comments-form label, 
.pxp-agent-comments-form label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-blog-post-comments-form .form-control, 
.pxp-agent-comments-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-blog-post-comments-form .form-control:focus, 
.pxp-agent-comments-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-blog-post-comments-form textarea.form-control, 
.pxp-agent-comments-form textarea.form-control {
    height: auto;
    padding: 1rem;
}
.pxp-blog-post-comments-form-btn, 
.pxp-agent-comments-form-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-blog-post-comments-form-btn, 
.pxp-dark-mode .pxp-agent-comments-form-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-blog-post-comments-form-btn:hover, 
.pxp-agent-comments-form-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.entry-content img,
.page-content img {
    max-width: 100%;
    height: auto;
}
.entry-content .gallery .gallery-item,
.page-content .gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.entry-content .gallery .gallery-item .gallery-icon img,
.page-content .gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
    border: 2px solid #fff !important;
}
.entry-content .gallery .gallery-item .gallery-caption,
.page-content .gallery .gallery-item .gallery-caption {
    font-size: .8rem;
    margin-top: .2rem;
}
.entry-content a,
.page-content a,
.comment-content a {
    color: #333;
    text-decoration: underline;
}
ol.comments-list, 
ol.comments-list li ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.pxp-comment-ops {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.pxp-comment-ops li {
    float: left;
}
ul.pxp-comment-ops li a {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.pxp-comment-ops li:last-child a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, .3);
}
.pxp-blog-comments-block .comment-reply-title {
    margin-bottom: .5rem;
}
.pxp-blog-comments-block #cancel-comment-reply-link {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.comment-form-cookies-consent {
    margin-bottom: 1rem;
}
.comment-form-cookies-consent label {
    margin-left: .5rem;
}
.pxp-blog-post-comments .comment-respond {
    width: 100%;
}
.pxp-blog-post-comments .media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pxp-blog-post-comments .logged-in-as a {
    color: #333;
    font-size: .9rem;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-comments .logged-in-as a:hover {
    opacity: .7;
}
.pxp-blog-post-comments .comment-navigation .nav-previous a,
.pxp-blog-post-comments .comment-navigation .nav-next a {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 2px 10px 2px;
    line-height: 1;
    font-weight: 700;
    border: 0 none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-blog-post-comments .comment-navigation .nav-previous a:hover,
.pxp-blog-post-comments .comment-navigation .nav-next a:hover {
    text-decoration: none;
    opacity: .7;
}
.pxp-single-post-tags > span {
    color: #333;
    margin-right: 10px;
}
.pxp-single-post-tags a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem !important;
    border: 1px solid #E2E2E2;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-single-post-tags a:hover {
    text-decoration: none;
    border: 1px solid #333;
}
.pxp-blog-post-comments-author-label {
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem !important;
    border: 1px solid #E2E2E2;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
}
.bypostauthor .pxp-blog-post-comments-author-label {
    display: inline-block;
}
.wp-block-image figcaption {
    font-size: .8rem;
}
.entry-content .wp-block-button a,
.page-content .wp-block-button a {
    color: #fff;
    text-decoration: none;
}
.entry-content .is-style-outline .wp-block-button__link,
.page-content .is-style-outline .wp-block-button__link {
    color: #32373c;
}
.entry-content .wp-block-cover-image-text, 
.entry-content .wp-block-cover-text, 
.entry-content section.wp-block-cover-image h2,
.page-content .wp-block-cover-image-text, 
.page-content .wp-block-cover-text, 
.page-content section.wp-block-cover-image h2{
    color: #fff !important;
}
.entry-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h1:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h2:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h3:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h4:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h5:not(.has-text-color) a, 
.entry-content .wp-block-cover-image h6:not(.has-text-color) a, 
.entry-content .wp-block-cover-image p:not(.has-text-color) a, 
.entry-content .wp-block-cover .wp-block-subhead:not(.has-text-color) a, 
.entry-content .wp-block-cover h1:not(.has-text-color) a, 
.entry-content .wp-block-cover h2:not(.has-text-color) a, 
.entry-content .wp-block-cover h3:not(.has-text-color) a, 
.entry-content .wp-block-cover h4:not(.has-text-color) a, 
.entry-content .wp-block-cover h5:not(.has-text-color) a, 
.entry-content .wp-block-cover h6:not(.has-text-color) a, 
.entry-content .wp-block-cover p:not(.has-text-color) a,
.page-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a, 
.page-content .wp-block-cover-image h1:not(.has-text-color) a, 
.page-content .wp-block-cover-image h2:not(.has-text-color) a, 
.page-content .wp-block-cover-image h3:not(.has-text-color) a, 
.page-content .wp-block-cover-image h4:not(.has-text-color) a, 
.page-content .wp-block-cover-image h5:not(.has-text-color) a, 
.page-content .wp-block-cover-image h6:not(.has-text-color) a, 
.page-content .wp-block-cover-image p:not(.has-text-color) a, 
.page-content .wp-block-cover .wp-block-subhead:not(.has-text-color) a, 
.page-content .wp-block-cover h1:not(.has-text-color) a, 
.page-content .wp-block-cover h2:not(.has-text-color) a, 
.page-content .wp-block-cover h3:not(.has-text-color) a, 
.page-content .wp-block-cover h4:not(.has-text-color) a, 
.page-content .wp-block-cover h5:not(.has-text-color) a, 
.page-content .wp-block-cover h6:not(.has-text-color) a, 
.page-content .wp-block-cover p:not(.has-text-color) a{
    color: inherit;
    text-decoration: none;
}
.entry-content .wp-block-column blockquote,
.page-content .wp-block-column blockquote {
    width: 100%;
    float: none;
    margin: 0 0 1rem;
    padding: 0 0 0 20px;
}
.entry-content blockquote.has-text-align-right,
.page-content blockquote.has-text-align-right {
    border-right: 2px solid #333;
    border-left: 0 none;
    margin-left: 40%;
}
.entry-content ul,
.entry-content ol,
.entry-content dl,
.page-content ul,
.page-content ol,
.page-content dl {
    color: #999;
}
.wp-block-media-text p {
    color: #333;
}
.wp-block-video figcaption {
    font-size: .8rem;
    opacity: .7;
}
.wp-block-embed figcaption {
    font-size: .8rem;
    opacity: .7;
}
.wp-block-archives {
    padding-left: 0;
    list-style: none;
}
.wp-block-archives > li {
    padding: 5px 0;
}
.wp-block-archives select, 
.wp-block-categories select {
    display: inline-block;
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-block-archives select:hover, 
.wp-block-archives select:focus, 
.wp-block-categories select:hover, 
.wp-block-categories select:focus {
    border: 1px solid #333;
    box-shadow: none;
    outline: 0;
}
.wp-block-latest-comments {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-rss {
    padding-left: 0;
    list-style: none;
}
.wp-block-latest-posts > li, 
.wp-block-categories > li, 
.wp-block-rss > li {
    padding: 5px 0;
}
.wp-block-search input[type="search"] {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
}
.wp-block-search input[type="search"]:focus {
    border: 1px solid #333;
    outline: 0;
}
.wp-block-search button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    margin-right: 10px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wp-block-search button:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.wp-block-tag-cloud > a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem !important;
    border: 1px solid #E2E2E2;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wp-block-tag-cloud > a:hover {
    text-decoration: none;
    border: 1px solid #333;
}
.wp-caption {
    max-width: 100%;
}
.entry-content table,
.page-content table,
.comment-content table {
    width: 100%;
}
.entry-content table thead th,
.page-content table thead th,
.comment-content table thead th {
    font-weight: normal;
    background: #edeff0;
    border: 1px solid #e2e4e7;
    padding: 10px;
}
.entry-content table tbody td,
.entry-content table tbody th,
.page-content table tbody td,
.page-content table tbody th,
.comment-content table tbody td,
.comment-content table tbody th {
    color: #999;
    border: 1px solid #e2e4e7;
    padding: 10px;
}
.comment-content table tbody td,
.comment-content table tbody th {
    color: #333;
}
.entry-content pre,
.page-content pre,
.comment-content pre {
    background: #eee;
    margin-bottom: 1rem;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}
.entry-content dt,
.page-content dt,
.comment-content dt {
    color: #333;
}
.entry-content .post-password-form input[type="password"],
.page-content .post-password-form input[type="password"] {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.entry-content .post-password-form input[type="password"]:focus,
.page-content .post-password-form input[type="password"]:focus {
    border: 1px solid #333;
    outline: 0;
}
.entry-content .post-password-form input[type="submit"],
.page-content .post-password-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry-content .post-password-form input[type="submit"]:hover,
.page-content .post-password-form input[type="submit"]:hover {
    color: rgba(255, 255, 255, .7);
}
.entry-content .post-password-form label,
.page-content .post-password-form label {
    color: #333;
}

/**
 * 20.0 - Widgets
 */

.pxp-dark-mode .pxp-footer .textwidget {
    color: #fff;
}
.pxp-dark-mode .pxp-footer .textwidget a {
    color: #fff;
}
.pxp-dark-mode .pxp-footer .textwidget a:hover {
    opacity: .7;
}
.widget_tag_cloud .tagcloud > a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem !important;
    border: 1px solid #E2E2E2;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .widget_tag_cloud .tagcloud > a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
}
.widget_tag_cloud .tagcloud > a:hover {
    text-decoration: none;
    border: 1px solid #333;
}
.pxp-dark-mode .pxp-footer .widget_tag_cloud .tagcloud > a:hover {
    border: 1px solid rgba(255, 255, 255, .6);
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    caption-side: top;
    padding-top: 0;
    font-size: .7rem;
    color: #333;
    text-transform: uppercase;
}
.pxp-dark-mode .pxp-footer #wp-calendar caption {
    padding-top: .75rem;
    color: #fff;
}
#wp-calendar thead th {
    font-size: .7rem;
    text-align: center;
    padding: 6px;
}
.pxp-dark-mode .pxp-footer #wp-calendar thead th {
    color: #fff;
}
#wp-calendar tbody td {
    text-align: center;
    padding: 6px;
    color: #999;
    font-size: .9rem;
}
#wp-calendar tbody td#today {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    border-radius: .3rem;
    color: #333;
}
.pxp-dark-mode .pxp-footer #wp-calendar tbody td#today {
    background: #333;
    color: #fff;
}
#wp-calendar tbody td a {
    color: #333;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer #wp-calendar tbody td a {
    color: #fff;
}
#wp-calendar tbody td a:hover {
    opacity: .7;
    text-decoration: none;
}
#wp-calendar tfoot td#next {
    text-align: right;
}
#wp-calendar tfoot td a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#wp-calendar tfoot td a:hover {
    text-decoration: none;
    opacity: .7;
}
.wp-calendar-nav {
    padding-top: .75rem;
}
.wp-calendar-nav a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .wp-calendar-nav a {
    color: #fff;
}
.wp-calendar-nav a:hover {
    text-decoration: none;
    opacity: .7;
}
.widget_media_gallery .gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
    border: 2px solid #fff !important;
    border-radius: .3rem;
}
.pxp-dark-mode .widget_media_gallery .gallery .gallery-item .gallery-icon img {
    border: 2px solid #F7F7F7 !important;
}
.pxp-footer .widget_media_gallery .gallery .gallery-item .gallery-icon img {
    border: 2px solid #F7F7F7 !important;
}
.pxp-dark-mode .pxp-footer .widget_media_gallery .gallery .gallery-item .gallery-icon img {
    border: 2px solid #000 !important;
}
.widget_media_gallery .gallery .gallery-item .gallery-caption {
    font-size: .7rem;
    margin-top: .2rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-footer .widget_media_gallery .gallery .gallery-item .gallery-caption {
    color: #fff;
}
.widget_media_image .wp-caption {
    width: 100% !important;
}
.widget_media_image img {
    width: 100% !important;
    height: auto;
    border: 2px solid #fff !important;
    max-width: none !important;
    border-radius: .3rem;
}
.pxp-dark-mode .widget_media_image img {
    border: 2px solid #F7F7F7 !important;
}
.pxp-footer .widget_media_image img {
    border: 2px solid #F7F7F7 !important;
}
.pxp-dark-mode .pxp-footer .widget_media_image img {
    border: 2px solid #000 !important;
}
.widget_media_image .wp-caption-text {
    font-size: .7rem;
    margin-top: .2rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-footer .widget_media_image .wp-caption-text {
    color: #fff;
}
.widget_recent_comments a {
    font-weight: 700;
}
.widget_recent_entries .post-date {
    font-size: .8rem;
    opacity: .7;
}
.widget_rss .rss-date {
    font-size: .8rem;
    opacity: .7;
    display: block;
}
.widget_rss .rssSummary {
    font-size: .8rem;
    padding: 5px 0;
}
.widget_rss cite {
    font-size: .8rem;
}
.widget_search form > div {
    position: relative;
}
.widget_search form button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    height: 46px;
    width: 50px;
    background: transparent;
    border: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.widget_search form button:active,
.widget_search form button:hover {
    outline: 0;
    opacity: .7;
}
.widget_text a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.widget_text a:hover {
    color: #333;
    opacity: .7;
}
.contact-widget-form-send {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .contact-widget-form-send {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
.contact-widget-form-send:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-footer .contact-widget-form-send:hover {
    color: rgba(0, 0, 0, .7);
}
.contact-widget-form-sending-text {
    display: none;
}
.contact-widget-form-response, 
.pxp-contact-form-response, 
.pxp-hero-contact-form-response, 
.pxp-contact-section-form-response, 
.pxp-subscribe-form-response {
    display: none;
}
.contact-widget-form-response .alert, 
.pxp-contact-form-response .alert, 
.pxp-hero-contact-form-response .alert, 
.pxp-contact-section-form-response .alert, 
.pxp-subscribe-form-response .alert {
    padding: 0;
    background-color: transparent;
    font-size: .8rem;
    border-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.contact-widget-form-response .alert span, 
.pxp-contact-form-response .alert span, 
.pxp-hero-contact-form-response .alert span, 
.pxp-contact-section-form-response .alert span, 
.pxp-subscribe-form-response .alert span {
    color: #fff;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: .8rem;
    margin-right: 10px;
}
.contact-widget-form-response .alert-danger, 
.pxp-contact-form-response .alert-danger, 
.pxp-hero-contact-form-response .alert-danger, 
.pxp-contact-section-form-response .alert-danger, 
.pxp-subscribe-form-response .alert-danger {
    color: #e80022;
}
.contact-widget-form-response .alert-success, 
.pxp-contact-form-response .alert-success, 
.pxp-hero-contact-form-response .alert-success, 
.pxp-contact-section-form-response .alert-success, 
.pxp-subscribe-form-response .alert-success {
    color: #00b500;
}
.contact-widget-form-response .alert-danger span, 
.pxp-contact-form-response .alert-danger span, 
.pxp-hero-contact-form-response .alert-danger span, 
.pxp-contact-section-form-response .alert-danger span, 
.pxp-subscribe-form-response .alert-danger span {
    background: #e80022;
}
.contact-widget-form-response .alert-success span, 
.pxp-contact-form-response .alert-success span, 
.pxp-hero-contact-form-response .alert-success span, 
.pxp-contact-section-form-response .alert-success span, 
.pxp-subscribe-form-response .alert-success span {
    background: #00b500;
}
.resideo_contact_sidebar .pxp-side-logo {
    font-weight: 900;
    color: #333;
    font-size: 28px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_contact_sidebar .pxp-side-logo {
    color: #fff;
}
.resideo_contact_sidebar .pxp-side-logo:hover {
    opacity: 0.7;
    color: #333;
}
.pxp-dark-mode .pxp-footer .resideo_contact_sidebar .pxp-side-logo:hover {
    color: #fff;
}
.resideo_contact_sidebar .pxp-side-logo.pxp-has-img {
    font-size: inherit;
    display: inline-block;
}
.resideo_contact_sidebar .pxp-side-logo > img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.pxp-side-address {
    opacity: .7;
    font-size: .9rem;
    line-height: 1.8;
}
.pxp-dark-mode .pxp-footer .pxp-side-address {
    color: #fff;
}
.pxp-side-address > p {
    margin-bottom: 0;;
}
.resideo_featured_agents_sidebar .media {
    text-decoration: none;
    position: relative;
}
.resideo_featured_agents_sidebar .media > img {
    width: 64px;
    height: 64px;
}
.resideo_featured_agents_sidebar .media > .media-body > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 900;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-top: 12px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_agents_sidebar .media > .media-body > h5 {
    color: #fff;
}
.resideo_featured_agents_sidebar .media:hover > .media-body > h5 {
    transform: translateY(-10px);
}
.resideo_featured_agents_sidebar .media > .media-body {
    overflow: hidden;
}
.resideo_featured_agents_sidebar .media > .media-body > .pxp-agent-side-phone {
    opacity: .7;
    font-size: .8rem;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_agents_sidebar .media > .media-body > .pxp-agent-side-phone {
    color: #fff;
}
.resideo_featured_agents_sidebar .media:hover > .media-body > .pxp-agent-side-phone {
    transform: translateY(-8px);
}
.resideo_featured_agents_sidebar .media > .media-body > .pxp-agent-side-cta {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    margin-top: -3px;
    transform: translateY(70%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_agents_sidebar .media > .media-body > .pxp-agent-side-cta {
    color: #fff;
}
.resideo_featured_agents_sidebar .media:hover > .media-body > .pxp-agent-side-cta {
    transform: translateY(0);
    opacity: 1;
}
.resideo_featured_agents_sidebar .media .pxp-agent-side-rating {
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #333;
    padding: 2px 4px 1px;
    border-radius: 50px;
    font-size: .5rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .resideo_featured_agents_sidebar .media .pxp-agent-side-rating {
    color: #fff;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating {
    transform: scale(1);
}
.resideo_featured_agents_sidebar .media .pxp-agent-side-rating:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .resideo_featured_agents_sidebar .media .pxp-agent-side-rating:before {
    background-color: #000;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.resideo_featured_agents_sidebar .media .pxp-agent-side-rating > span {
    z-index: 4;
    position: relative;
}
.resideo_featured_agents_sidebar .media .pxp-agent-side-rating > span > span {
    opacity: 0;
    transform: scale(2);
    margin: 0 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span {
    opacity: 1;
    transform: scale(1);
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span:nth-child(2) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span:nth-child(3) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span:nth-child(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.resideo_featured_agents_sidebar .media:hover .pxp-agent-side-rating > span > span:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.resideo_featured_properties_sidebar .media,
.resideo_recent_properties_sidebar .media {
    text-decoration: none;
    position: relative;
}
.resideo_featured_properties_sidebar .media > img,
.resideo_recent_properties_sidebar .media > img {
    width: 64px;
    height: 64px;
}
.resideo_featured_properties_sidebar .media > .media-body,
.resideo_recent_properties_sidebar .media > .media-body {
    overflow: hidden;
    height: 64px;
}
.resideo_featured_properties_sidebar .media > .media-body > h5,
.resideo_recent_properties_sidebar .media > .media-body > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_properties_sidebar .media > .media-body > h5,
.pxp-dark-mode .pxp-footer .resideo_recent_properties_sidebar .media > .media-body > h5 {
    color: #fff;
}
.resideo_featured_properties_sidebar .media:hover > .media-body > h5,
.resideo_recent_properties_sidebar .media:hover > .media-body > h5 {
    opacity: 0;
    transform: translateY(-100%);
}
.resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-price,
.resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-price {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 900;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-price,
.pxp-dark-mode .pxp-footer .resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-price {
    color: #fff;
}
.resideo_featured_properties_sidebar .media:hover > .media-body > .pxp-property-side-price,
.resideo_recent_properties_sidebar .media:hover > .media-body > .pxp-property-side-price {
    margin-top: -20px;
}
.resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-features,
.resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-features {
    font-size: .8rem;
    color: #333;
    text-decoration: none;
    opacity: .7;
}
.pxp-dark-mode .pxp-footer .resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-features,
.pxp-dark-mode .pxp-footer .resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-features {
    color: #fff;
}
.resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-features > span > span,
.resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-features > span > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-cta,
.resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-cta {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_featured_properties_sidebar .media > .media-body > .pxp-property-side-cta,
.pxp-dark-mode .pxp-footer .resideo_recent_properties_sidebar .media > .media-body > .pxp-property-side-cta {
    color: #fff;
}
.resideo_featured_properties_sidebar .media:hover > .media-body > .pxp-property-side-cta,
.resideo_recent_properties_sidebar .media:hover > .media-body > .pxp-property-side-cta {
    transform: translateY(0);
    opacity: 1;
    margin-top: 5px;
}
.resideo_recent_posts_sidebar .media {
    text-decoration: none;
    position: relative;
}
.resideo_recent_posts_sidebar .media > img {
    width: 64px;
    height: 64px;
}
.resideo_recent_posts_sidebar .media > .media-body > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin-top: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_recent_posts_sidebar .media > .media-body > h5 {
    color: #fff;
}
.resideo_recent_posts_sidebar .media:hover > .media-body > h5 {
    opacity: .7;
}
.resideo_recent_posts_sidebar .media > .media-body > .pxp-post-side-date {
    font-size: .8rem;
    opacity: .7;
    color: #333;
    text-decoration: none;
}
.pxp-dark-mode .pxp-footer .resideo_recent_posts_sidebar .media > .media-body > .pxp-post-side-date {
    color: #fff;
}
.resideo_social_sidebar a {
    color: #333;
    font-size: 1.6rem;
    margin-right: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer .resideo_social_sidebar a {
    color: #fff;
}
.resideo_social_sidebar a:hover {
    opacity: .7;
}
.pxp-footer .pxp-side-section ul > li > a {
    font-size: .9rem;
}
.pxp-dark-mode .pxp-footer .pxp-side-section ul > li > a {
    color: #fff;
}
.pxp-side-section  label.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
}
.pxp-side-section select,
.widget_categories select, 
.widget_archive select {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.pxp-dark-mode .pxp-footer .pxp-side-section select,
.pxp-dark-mode .pxp-footer .widget_categories select, 
.pxp-dark-mode .pxp-footer .widget_archive select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-side-section select:hover,
.pxp-side-section select:focus,
.widget_categories select:hover, 
.widget_categories select:focus, 
.widget_archive select:hover, 
.widget_archive select:focus {
    border: 1px solid #333;
    box-shadow: none;
    outline: 0;
}
.pxp-dark-mode .pxp-footer .pxp-side-section select:hover, 
.pxp-dark-mode .pxp-footer .pxp-side-section select:focus, 
.pxp-dark-mode .pxp-footer .widget_categories select:hover, 
.pxp-dark-mode .pxp-footer .widget_categories select:focus, 
.pxp-dark-mode .pxp-footer .widget_archive select:hover, 
.pxp-dark-mode .pxp-footer .widget_archive select:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-side-section.widget_rss .rsswidget {
    font-size: .9rem;
    font-weight: 700;
}
.pxp-side-section.widget_rss cite {
    opacity: .7;
}
.pxp-side-section.widget_rss h3 .rsswidget {
    font-size: 1.1rem;
}
.pxp-side-section .recentcomments {
    font-size: .9rem;
}
.pxp-side-section .textwidget {
    font-size: .9rem;
}

/**
 * 21.0 - Contact
 */

.pxp-contact {
    padding-top: 82px;
}
.pxp-contact-hero {
    position: relative;
}
.pxp-contact-hero-fig {
    height: 70vh;
    min-height: 540px;
}
.pxp-contact-hero-offices-container {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}
.pxp-contact-hero-offices {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    padding: 60px;
}
.pxp-dark-mode .pxp-contact-hero-offices {
    background-color: #000;
}
.pxp-dark-mode .pxp-contact-hero-offices h2 {
    color: #fff;
}
.pxp-contact-hero-offices-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-contact-hero-offices-title {
    color: #fff;
}
.pxp-dark-mode .pxp-contact-hero-offices-title.pxp-is-office {
    color: #333;
}
.pxp-contact-hero-offices-info {
    font-size: .9rem;
}
.pxp-dark-mode .pxp-contact-hero-offices-info {
    color: #fff;
}
.pxp-dark-mode .pxp-contact-hero-offices-info.pxp-is-office {
    color: #333;
}
.pxp-contact-hero-offices-info a {
    color: #333;
    opacity: .7;
}
.pxp-dark-mode .pxp-contact-hero-offices-info a {
    color: #fff;
}
.pxp-dark-mode .pxp-contact-hero-offices-info.pxp-is-office a {
    color: #333;
}
.pxp-contact-hero-offices-info a:hover {
    text-decoration: none;
}
.pxp-contact-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-contact-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-contact-form textarea.form-control {
    height: auto;
    padding: 1rem;
}
.pxp-contact-form .custom-select,
.pxp-contact-locations-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-contact-locations-select {
    width: auto;
}
.pxp-contact-form .custom-select:hover,
.pxp-contact-form .custom-select:focus,
.pxp-contact-locations-select:hover,
.pxp-contact-locations-select:focus {
    border: 1px solid #333;
}
.pxp-contact-form-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-contact-form-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-contact-form-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
#pxp-contact-map {
    height: 284px;
}
#pxp-contact-office-map {
    height: 600px;
}
.pxp-contact-form label.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
}
.pxp-contact-form label.d-block {
    margin-left: -1.25rem;
}

/**
 * 22.0 - Agent
 */

.pxp-agents {
    padding-top: 82px;
}
.pxp-agents-hero {
    position: relative;
}
.pxp-agents-hero-fig {
    height: 70vh;
    min-height: 540px;
}
.pxp-agents-hero-search-container {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}
.pxp-agents-hero-search {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    padding: 60px;
}
.pxp-dark-mode .pxp-agents-hero-search {
    background-color: #000;
}
.pxp-dark-mode .pxp-agents-hero-search h2 {
    color: #fff;
}
.pxp-agents-hero-search-form label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-agents-hero-search-form label {
    color: #fff;
}
.pxp-agents-hero-search-form .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-agents-hero-search-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-agents-hero-search-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-agents-hero-search-form .custom-select:hover,
.pxp-agents-hero-search-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-agent-rating {
    margin-left: 20px;
    float: left;
    line-height: 3rem;
}
.pxp-agent-rating > span {
    margin: 0 1px;
    font-size: 14px;
}
.pxp-agent-review-rating {
    padding-bottom: 10px;
}
.pxp-agent-review-rating > span > span {
    margin: 0 1px;
    font-size: 14px;
}
.pxp-agent-email > a, 
.pxp-agent-phone,
.pxp-agent-show-phone {
    color: #333;
    opacity: .7;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.pxp-agent-email > a > span,
.pxp-agent-phone > span.fa, 
.pxp-agent-show-phone > span.fa {
    width: 16px;
    text-align: center;
}
.pxp-agent-show-phone:not(.pxp-visible) {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-agent-show-phone:not(.pxp-visible):hover {
    opacity: 1;
}
.pxp-agent-contact-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-agent-contact-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-agent-contact-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-agent-contact-modal-btn,
.pxp-user-modal-btn,
.pxp-properties-modal-btn,
.pxp-report-property-modal-btn {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-agent-contact-modal-btn,
.pxp-dark-mode .pxp-user-modal-btn,
.pxp-dark-mode .pxp-properties-modal-btn,
.pxp-dark-mode .pxp-report-property-modal-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-agent-contact-modal-btn:hover,
.pxp-user-modal-btn:hover,
.pxp-properties-modal-btn:hover,
.pxp-report-property-modal-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-agent-photo {
    overflow: hidden;
    height: 290px;
}
.pxp-agent-section h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
 ul.pxp-agent-social > li {
    display: inline-block;
    margin-right: 4px;
}
ul.pxp-agent-social > li > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.pxp-agent-social > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pxp-agents .pxp-prop-card-1 {
    margin-bottom: 30px;
}
.pxp-single-agent-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
    float: left;
}
.pxp-single-agent-rating span {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.pxp-single-agent-rating span:hover {
    cursor: pointer;
}
.pxp-single-agent-rating span:before {
    content: "\f006";
    padding-right: 3px;
}
.pxp-single-agent-rating span:hover:before,
.pxp-single-agent-rating span:hover ~ span:before,
.pxp-single-agent-rating span.pxp-selected:before,
.pxp-single-agent-rating span.pxp-selected ~ span:before {
    content: "\f005";
}
form.pxp-search-agent-form .form-group {
    position: relative;
}
form.pxp-search-agent-form button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    height: 46px;
    width: 50px;
    background: transparent;
    border: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
form.pxp-search-agent-form button:active,
form.pxp-search-agent-form button:hover {
    outline: 0;
    opacity: .7;
}
.entry-content.pxp-agent-content p {
    color: #333;
}
.entry-content.pxp-agent-content > p:first-of-type:first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding-right: inherit;
    font-weight: normal;
    padding-top: inherit;
}
.entry-content.pxp-agent-content {
    width: 100%;
    margin: inherit;
}

/**
 * 23.0 - Submit property
 */

.pxp-submit-property h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-submit-property h4 {
    font-size: 1.1rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-submit-property .pxp-new-floor-plan h4, 
.pxp-dark-mode .pxp-submit-property .pxp-edit-floor-plan h4 {
    color: #fff;
}
.pxp-submit-property label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-submit-property .pxp-new-floor-plan label, 
.pxp-dark-mode .pxp-submit-property .pxp-edit-floor-plan label {
    color: #fff;
}
.pxp-submit-property label.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
}
.pxp-submit-property .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-submit-property .form-control:focus {
    border: 1px solid #333;
}
.pxp-submit-property-side {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-submit-property-side {
    background-color: #000;
}
.pxp-dark-mode .pxp-submit-property-side h3,
.pxp-dark-mode .pxp-submit-property-side label {
    color: #fff;
}
.pxp-dark-mode .pxp-submit-property .pxp-submit-property-side .form-control,
.pxp-dark-mode .pxp-submit-property .pxp-new-floor-plan .form-control, 
.pxp-dark-mode .pxp-submit-property .pxp-edit-floor-plan .form-control {
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-submit-property .pxp-submit-property-side .form-control:focus,
.pxp-dark-mode .pxp-submit-property .pxp-new-floor-plan .form-control:focus, 
.pxp-dark-mode .pxp-submit-property .pxp-edit-floor-plan .form-control:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-submit-property .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-dark-mode .pxp-submit-property .pxp-submit-property-side .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-submit-property .custom-select:hover, 
.pxp-submit-property .custom-select:focus {
    border: 1px solid #333;
}
.pxp-submit-property textarea.form-control {
    height: auto;
    padding: 1rem;
}
#pxp-submit-property-map {
    height: 260px;
    border-radius: .25rem;
    border: 1px solid #E2E2E2;
}
.checkbox.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}
.checkbox.custom-checkbox label {
    padding-left: 0;
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    font-weight: normal;
    cursor: pointer;
}
.checkbox.custom-checkbox span {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    color: #E2E2E2;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-content-side-search-form-adv .checkbox.custom-checkbox span,
.pxp-side-section-filter-form .checkbox.custom-checkbox span,
.pxp-user-modal .checkbox.custom-checkbox span, 
.pxp-search-properties-form-adv .checkbox.custom-checkbox span {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 10px;
    line-height: 10px;
    padding: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.checkbox.custom-checkbox input:checked+span {
    color: #333;
}
.checkbox.custom-checkbox input[disabled]+span,
fieldset[disabled] .checkbox.custom-checkbox input+span {
    opacity: 0.5;
}
.checkbox.custom-checkbox input[disabled]:checked+span,
fieldset[disabled] .checkbox.custom-checkbox input:checked+span {
    color: #333;
    opacity: 0.5;
}
.pxp-submit-property-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-submit-property-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.pxp-submit-property-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-submit-property-btn:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-browser-photos-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-new-floor-plan .pxp-browser-photos-btn, 
.pxp-dark-mode .pxp-edit-floor-plan .pxp-browser-photos-btn {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    color: #fff !important;
}
.pxp-browser-photos-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-dark-mode .pxp-new-floor-plan .pxp-browser-photos-btn:hover, 
.pxp-dark-mode .pxp-edit-floor-plan .pxp-browser-photos-btn:hover {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-submit-property-price-card {
    padding: 10px 20px;
    border: 2px solid #333;
    margin-bottom: 30px;
}
.pxp-submit-property-price-card img {
    float: left;
    width: 64px;
    height: auto;
    margin-top: 3px;
}
.pxp-submit-property-price-card-details {
    float: left;
    margin-left: 20px;
}
.pxp-submit-property-price-card-details {
    margin-top: 10px;
}
.pxp-submit-property .pxp-submit-property-price-card-details  h3 {
    font-weight: 700;
}
.pxp-submit-property-price-card-free {
    opacity: .7;
    padding-bottom: 10px;
}
.pxp-submit-property-price-card-price {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2rem;
    float: right;
    margin-top: 20px;
}
.pxp-submit-property-price-card-price > span {
    font-size: .7rem;
    font-weight: 900;
    vertical-align: top;
    line-height: 1.2rem;
}
.pxp-help-block {
    margin-top: 1rem;
    font-size: .8rem;
    opacity: .7;
    font-style: italic;
}
.pxp-submit-property-gallery .pxp-submit-property-gallery-photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: move;
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
}
.pxp-submit-property-gallery .pxp-submit-property-gallery-photo.has-animation {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-submit-property-gallery .pxp-submit-property-gallery-photo:hover {
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}
.pxp-submit-property-gallery .sortable-placeholder {
    border: 1px dashed #bfbfbf;
    width: 120px;
    height: 120px;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    float: left;
}
#aaiu-upload-container-gallery .moxie-shim {
    top: auto !important;
    bottom: 0 !important;
}
.pxp-submit-property-upload-gallery-status {
    position: relative;
    float: left;
}
.pxp-submit-property-upload-progress.pxp-is-active {
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.pxp-submit-property-upload-progress .progress {
    background-color: #F7F7F7;
    height: 120px;
}
.pxp-submit-property-upload-progress .progress-bar {
    background-color: #333;
    font-size: .6rem;
}
.pxp-submit-property-gallery-delete-photo {
    position: absolute;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    font-size: .8rem;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    top: 10px;
    right: 10px;
    opacity: 0;
    padding: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pxp-submit-property-gallery-delete-photo:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.pxp-submit-property-gallery .pxp-submit-property-gallery-photo:hover .pxp-submit-property-gallery-delete-photo {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pxp-submit-property-btn-view,
.pxp-submit-property-btn-delete {
    background-color: #fff;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-submit-property-btn-view,
.pxp-dark-mode .pxp-submit-property-btn-delete {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    color: #fff !important;
}
.pxp-submit-property-btn-view:hover, 
.pxp-submit-property-btn-delete:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-dark-mode .pxp-submit-property-btn-view:hover,
.pxp-dark-mode .pxp-submit-property-btn-delete:hover {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-submit-property-btn-delete {
    padding: 0 15px;
}
.pxp-submit-property-btn-delete-confirm {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-submit-property-btn-delete-confirm {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-submit-property-btn-delete-confirm:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-submit-property-btn-delete-cancel {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-submit-property-btn-delete-cancel:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-alert-modal .modal-content {
    border: 2px solid #e80022;
}
.pxp-alert-modal .modal-header {
    padding: 0px 14px 0;
}
.pxp-alert-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.pxp-alert-modal .modal-body {
    padding: 20px 50px 20px 20px;
}
.property-submit-property-sub-status {
    font-size: .9rem;
}
.pxp-dark-mode .property-submit-property-sub-status {
    color: #fff;
}
.pxp-submit-property .alert-secondary {
    border-radius: .3rem;
    color: #333;
    background-color: transparent;
    border: 2px solid #333;
    padding: 20px;
}
.pxp-submit-property .alert-heading {
    font-size: 1.3rem;
    font-weight: 700;
}
.pxp-submit-property .alert-secondary p {
    opacity: .7;
}
.pxp-submit-property .alert-secondary .alert-link {
    color: #333;
}
.pxp-submit-property .alert-secondary .alert-link:hover,
.pxp-submit-property .alert-secondary .alert-link:focus {
    text-decoration: none;
}
.pxp-submit-property .alert-secondary .alert-link span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-submit-property .alert-secondary .alert-link:hover span,
.pxp-submit-property .alert-secondary .alert-link:focus span {
    transform: translateX(5px);
}
.pxp-sortable-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pxp-sortable-list-item {
    background-color: #fff;
    padding: 10px;
    cursor: move;
}
.pxp-dark-mode .pxp-sortable-list-item {
    background-color: #f7f7f7;
}
.pxp-sortable-list-item:nth-child(even) {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-sortable-list-item:nth-child(even) {
    background-color: #ececec;
}
.pxp-sortable-list-item-photo {
    width: 64px;
    height: 64px;
}
.pxp-sortable-list-item-features {
    font-size: .8rem;
    opacity: .7;
}
.pxp-sortable-list-item-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-sortable-list .sortable-placeholder {
    border: 1px dashed #bfbfbf;
    height: 84px;
    border-radius: .3rem;
}
.pxp-sortable-list-item a.pxp-sortable-list-item-delete,
.pxp-sortable-list-item a.pxp-sortable-list-item-edit {
    color: #333;
    display: inline-block;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-sortable-list-item a.pxp-sortable-list-item-delete:hover, 
.pxp-sortable-list-item a.pxp-sortable-list-item-delete:focus,
.pxp-sortable-list-item a.pxp-sortable-list-item-edit:hover, 
.pxp-sortable-list-item a.pxp-sortable-list-item-edit:focus {
    opacity: .7;
}
.pxp-add-floor-plan-btn,
.pxp-new-floor-plan-cancel-btn, 
.pxp-edit-floor-plan-cancel-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-new-floor-plan-cancel-btn, 
.pxp-dark-mode .pxp-edit-floor-plan-cancel-btn {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: transparent;
    color: #fff !important;
}
.pxp-add-floor-plan-btn:hover,
.pxp-new-floor-plan-cancel-btn:hover, 
.pxp-edit-floor-plan-cancel-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-dark-mode .pxp-new-floor-plan-cancel-btn:hover, 
.pxp-dark-mode .pxp-edit-floor-plan-cancel-btn:hover {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-new-floor-plan, 
.pxp-edit-floor-plan {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-new-floor-plan, 
.pxp-dark-mode .pxp-edit-floor-plan {
    background-color: #000;
}
.pxp-new-floor-plan-image-label, 
.pxp-edit-floor-plan-image-label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-new-floor-plan-image-label, 
.pxp-dark-mode .pxp-edit-floor-plan-image-label {
    color: #fff;
}
.pxp-submit-property textarea.form-control#pxp-new-floor-plan-description, 
.pxp-submit-property textarea.form-control#pxp-edit-floor-plan-description {
    height: 179px;
}
.pxp-submit-property-floor-plan .pxp-submit-property-floor-plan-image, 
.pxp-submit-property-floor-plan-edit .pxp-submit-property-floor-plan-image-edit {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
}
.pxp-dark-mode .pxp-submit-property-floor-plan .pxp-submit-property-floor-plan-image:not(.has-animation), 
.pxp-dark-mode .pxp-submit-property-floor-plan-edit .pxp-submit-property-floor-plan-image-edit:not(.has-animation) {
    filter: invert(1);
    border: 1px solid #bdbdbd;
}
.pxp-submit-property-floor-plan .pxp-submit-property-floor-plan-image.has-animation, 
.pxp-submit-property-floor-plan-edit .pxp-submit-property-floor-plan-image-edit.has-animation {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#aaiu-upload-container-floor-plan .moxie-shim, 
#aaiu-upload-container-floor-plan-edit .moxie-shim {
    top: auto !important;
    bottom: 0 !important;
}
.pxp-submit-property-upload-floor-plan-status, 
.pxp-submit-property-upload-floor-plan-status-edit {
    position: relative;
    float: left;
}
.pxp-submit-property-upload-progress.pxp-is-active {
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.pxp-submit-property-upload-progress .progress {
    background-color: #F7F7F7;
    height: 120px;
}
.pxp-submit-property-upload-progress .progress-bar {
    background-color: #333;
    font-size: .6rem;
}
.pxp-submit-property-floor-plan-delete-image, 
.pxp-submit-property-floor-plan-delete-image-edit {
    position: absolute;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    font-size: .8rem;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    top: 10px;
    right: 10px;
    opacity: 0;
    padding: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pxp-submit-property-floor-plan-delete-image:hover, 
.pxp-submit-property-floor-plan-delete-image-edit:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.pxp-submit-property-floor-plan .pxp-submit-property-floor-plan-image:hover .pxp-submit-property-floor-plan-delete-image, 
.pxp-submit-property-floor-plan-edit .pxp-submit-property-floor-plan-image-edit:hover .pxp-submit-property-floor-plan-delete-image-edit {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pxp-new-floor-plan-ok-btn, 
.pxp-edit-floor-plan-ok-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-new-floor-plan-ok-btn, 
.pxp-dark-mode .pxp-edit-floor-plan-ok-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.pxp-new-floor-plan-ok-btn:hover, 
.pxp-edit-floor-plan-ok-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-new-floor-plan-ok-btn:hover, 
.pxp-dark-mode .pxp-edit-floor-plan-ok-btn:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-new-floor-plan {
    display: none;
}

/**
 * 24.0 - Wish list
 */

.pxp-wish-list h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-wishlist-btn-delete-confirm {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-wishlist-btn-delete-confirm {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-wishlist-btn-delete-confirm:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-wishlist-btn-delete-cancel {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-wishlist-btn-delete-cancel:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-wishlist-item {
    padding: 10px;
}
.pxp-wishlist-item:nth-child(even) {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-wishlist-item:nth-child(even) {
    background-color: #ececec;
}
.pxp-wishlist-item-photo {
    width: 64px;
    height: 64px;
}
.pxp-wishlist-item-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pxp-wishlist-item-features {
    font-size: .8rem;
    opacity: .7;
}
.pxp-wishlist-item-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-wishlist-item-price {
    font-weight: 900;
}
.pxp-wishlist-item-actions {
    text-align: right;
}
.pxp-wishlist-item-actions a {
    color: #333;
    display: inline-block;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-wishlist-item-actions a:hover, 
.pxp-wishlist-item-actions a:focus {
    opacity: .7;
}

/**
 * 25.0 - Saved searches
 */

.pxp-saved-searches-btn-delete-confirm {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-saved-searches-btn-delete-confirm {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-saved-searches-btn-delete-confirm:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-saved-searches-btn-delete-cancel {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-saved-searches-btn-delete-cancel:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-saved-searches-item {
    padding: 10px 10px;
}
.pxp-saved-searches-item:nth-child(even) {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-saved-searches-item:nth-child(even) {
    background-color: #ececec;
}
.pxp-saved-searches-item-actions {
    text-align: right;
}
.pxp-saved-searches-item-actions a {
    display: inline-block;
    color: #333;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-saved-searches-item-actions a:hover, 
.pxp-saved-searches-item-actions a:focus {
    opacity: .7;
}
.pxp-saved-searches-item-date {
    font-size: .8rem;
    opacity: .7;
}

/**
 * 26.0 - My properties
 */

.pxp-my-properties h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-my-properties-btn-delete-confirm {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-my-properties-btn-delete-confirm {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-my-properties-btn-delete-confirm:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-my-properties-btn-delete-cancel {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-properties-btn-delete-cancel:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-my-properties-item {
    padding: 10px;
}
.pxp-my-properties-item:nth-child(even) {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-my-properties-item:nth-child(even) {
    background-color: #ececec;
}
.pxp-my-properties-item-photo {
    width: 64px;
    height: 64px;
}
.pxp-my-properties-item-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pxp-my-properties-item-features {
    font-size: .8rem;
    opacity: .7;
}
.pxp-my-properties-item-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-my-properties-item-price {
    font-weight: 900;
}
.pxp-my-properties-item-actions {
    text-align: right;
}
.pxp-my-properties-item-actions a {
    color: #333;
    display: inline-block;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-properties-item-actions a:hover, 
.pxp-my-properties-item-actions a:focus {
    opacity: .7;
}
.pxp-my-properties-item-featured > span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    border: 2px solid #333;
}
.pxp-my-properties-item-status {
    font-size: .8rem;
}
.pxp-my-properties-item-payment-toggle {
    background-color: transparent;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-properties-item-payment-toggle:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-my-properties-item-payment-dropdown {
    padding: 20px;
    border-radius: .3rem;
}
.pxp-my-properties-item-payment-price {
    font-size: .9rem;
    white-space: nowrap;
    margin-bottom: .2rem;
}
.pxp-my-properties-item-payment-dropdown label.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    white-space: nowrap;
}
.pxp-my-properties-item-payment-paypal-btn,
.pxp-my-properties-item-payment-upgrade-btn,
.pxp-my-properties-item-payment-featured-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-my-properties-item-payment-paypal-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-upgrade-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-featured-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-my-properties-item-payment-featured-btn {
    font-size: .6rem;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.pxp-my-properties-item-payment-paypal-btn:hover,
.pxp-my-properties-item-payment-upgrade-btn:hover,
.pxp-my-properties-item-payment-featured-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
#pxp-my-properties-alert-modal .modal-content {
    border: 2px solid #e80022;
}
#pxp-my-properties-alert-modal .modal-header {
    padding: 0px 14px 0;
}
#pxp-my-properties-alert-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
#pxp-my-properties-alert-modal .modal-body {
    padding: 20px 50px 20px 20px;
}

/**
 * 27.0 - My leads
 */

.pxp-chart-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-chart-container {
    background-color: #000;
}
.pxp-chart-container h3,
.pxp-my-leads h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-chart-container h3 {
    color: #fff;
}
.pxp-chart-legend-number-total {
    display: inline-block;
    font-size: 2rem;
}
.pxp-dark-mode .pxp-chart-legend-number-total {
    color: #fff;
}
.pxp-chart-legend-number-percent {
    display: inline-block;
    font-size: .8rem;
    margin-left: 10px;
}
.pxp-chart-legend-number-percent.pxp-is-up {
    color: #0f9d58;
}
.pxp-chart-legend-number-percent.pxp-is-down {
    color: #db4437;
}
.pxp-chart-legend-number-vs {
    display: inline-block;
    font-size: .8rem;
    margin-left: 10px;
    opacity: .7;
}
.pxp-dark-mode .pxp-chart-legend-number-vs {
    color: #fff;
}
.pxp-chart-container .custom-select {
    width: auto;
}
.pxp-dark-mode .pxp-chart-container .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-chart-container .custom-select:hover,
.pxp-dark-mode .pxp-chart-container .custom-select:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-contacts-legend-text,
.pxp-score-legend-text {
    font-size: .8rem;
    opacity: .7;
    text-align: center;
    white-space: nowrap;
}
.pxp-dark-mode .pxp-contacts-legend-text,
.pxp-dark-mode .pxp-score-legend-text {
    color: #fff;
}
.pxp-contacts-legend-text > span,
.pxp-score-legend-text > span {
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px;
    border-radius: 50%;
}
.pxp-contacts-legend-text > span.pxp-contacts-legend-color-yes,
.pxp-score-legend-text > span.pxp-score-legend-color-engaged {
    background-color: rgba(0, 112, 201, 1);
}
.pxp-score-legend-text > span.pxp-score-legend-color-ready {
    background-color: rgba(75, 154, 217, 1);
}
.pxp-contacts-legend-text > span.pxp-contacts-legend-color-no,
.pxp-score-legend-text > span.pxp-score-legend-color-fit {
    background-color: rgba(153, 198, 233, 1);
}
.pxp-score-legend-text > span.pxp-score-legend-color-none {
    background-color: rgba(200, 229, 248, 1);
}
.pxp-contacts-legend-percent,
.pxp-score-legend-percent {
    text-align: center;
    white-space: nowrap;
}
.pxp-contacts-legend-percent > span,
.pxp-score-legend-percent > span {
    font-size: 1.2rem;
    display: inline-block;
}
.pxp-dark-mode .pxp-contacts-legend-percent > span,
.pxp-dark-mode .pxp-score-legend-percent > span {
    color: #fff;
}
.pxp-contacts-legend-percent-yes-diff, 
.pxp-contacts-legend-percent-no-diff,
.pxp-score-legend-percent-engaged-diff,
.pxp-score-legend-percent-ready-diff,
.pxp-score-legend-percent-fit-diff,
.pxp-score-legend-percent-none-diff {
    display: inline-block;
    font-size: .8rem;
    margin-left: 5px;
}
.pxp-contacts-legend-percent-yes-diff.pxp-is-up, 
.pxp-contacts-legend-percent-no-diff.pxp-is-up,
.pxp-score-legend-percent-engaged-diff.pxp-is-up,
.pxp-score-legend-percent-ready-diff.pxp-is-up,
.pxp-score-legend-percent-fit-diff.pxp-is-up,
.pxp-score-legend-percent-none-diff.pxp-is-up {
    color: #0f9d58;
}
.pxp-contacts-legend-percent-yes-diff.pxp-is-down, 
.pxp-contacts-legend-percent-no-diff.pxp-is-down,
.pxp-score-legend-percent-engaged-diff.pxp-is-down,
.pxp-score-legend-percent-ready-diff.pxp-is-down,
.pxp-score-legend-percent-fit-diff.pxp-is-down,
.pxp-score-legend-percent-none-diff.pxp-is-down {
    color: #db4437;
}
.pxp-leads-chart-period-margin {
    margin-top: 19px;
}
.pxp-contacts-chart-period-margin {
    margin-top: 55px;
}
.pxp-my-leads-new-lead-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-my-leads-new-lead-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-my-leads-new-lead-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-lead-field-tabs.nav-tabs {
    border-bottom: 0 none;
}
.pxp-lead-field-tabs.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 20px;
}
.pxp-lead-field-tabs.nav-tabs .nav-link {
    border-radius: 0;
    border: 0 none;
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-weight: 700;
    font-size: .8rem;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    padding: 0 0 5px 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-lead-field-tabs.nav-tabs .nav-link.active {
    background: transparent;
    border-bottom: 2px solid #333;
    color: rgba(51, 51, 51, 1);
}
#pxpLeadFieldTabsContent .pxp-loader {
    margin-top: 0;
}
.pxp-my-leads-submit-lead-btn,
.pxp-my-leads-update-lead-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-my-leads-submit-lead-btn,
.pxp-dark-mode .pxp-my-leads-update-lead-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-my-leads-submit-lead-btn:hover, 
.pxp-my-leads-update-lead-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-my-leads-cancel-lead-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-cancel-lead-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-my-leads-delete-lead-btn {
    display: inline-block;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    margin-left: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-delete-lead-btn:hover {
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}
.pxp-my-leads-delete-lead-btn > span {
    margin-right: 4px;
    color: #333;
}
.pxp-my-leads-delete-lead-btn-confirm {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-my-leads-delete-lead-btn-confirm:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-my-leads-delete-lead-btn-cancel {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-delete-lead-btn-cancel:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-my-leads-new-lead-form {
    display: none;
}
.pxp-my-leads-item {
    padding: 10px 10px;
}
.pxp-my-leads-item:nth-child(even) {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-my-leads-item:nth-child(even) {
    background-color: #ececec;
}
.pxp-my-leads-item-actions {
    text-align: right;
}
.pxp-my-leads-item-actions a {
    display: inline-block;
    color: #333;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-item-actions a:hover, 
.pxp-my-leads-item-actions a:focus {
    opacity: .7;
}
.pxp-my-leads-item-date {
    font-size: .8rem;
    opacity: .7;
}
.pxp-my-leads-item-email,
.pxp-my-leads-item-phone {
    font-size: .8rem;
    opacity: .7;
}
.pxp-my-leads-item-email a {
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-item-email a:hover {
    text-decoration: none;
    opacity: .7;
}
.pxp-my-leads-item-contacted,
.pxp-my-leads-item-score {
    font-size: .9rem;
}
.pxp-my-leads-item-score {
    font-weight: 700;
}
.pxp-my-leads-item-actions {
    text-align: right;
}
.pxp-my-leads-item-actions a {
    display: inline-block;
    color: #333;
    padding: 2px 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-item-actions a:hover, 
.pxp-my-leads-item-actions a:focus {
    opacity: .7;
}
.pxp-my-leads-search-btn {
    background-color: #fff;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-my-leads-search-btn:hover {
    border: 1px solid #333;
}
#pxp-my-leads-search-form #sort {
    width: auto;
}
.pxp-my-leads-search-for-row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-my-leads-search-for-col {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-lead-messages-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pxp-lead-messages-list-date {
    opacity: .7;
    font-size: .8rem;
}
.pxp-lead-messages-list-message,
.pxp-lead-messages-list-property {
    font-size: .9rem;
}
.pxp-lead-messages-list-property a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-lead-messages-list-property a:hover {
    opacity: .7;
}

/**
 * 28.0 - Account settings
 */

.pxp-account-settings .alert-secondary {
    border-radius: .3rem;
    color: #333;
    background-color: transparent;
    border: 2px solid #333;
    padding: 20px;
}
.pxp-account-settings .alert-heading {
    font-size: 1.3rem;
    font-weight: 700;
}
.pxp-account-settings .alert-secondary p {
    opacity: .7;
}
.pxp-account-settings .alert-secondary .alert-link {
    color: #333;
}
.pxp-account-settings .alert-secondary .alert-link:hover,
.pxp-account-settings .alert-secondary .alert-link:focus {
    text-decoration: none;
}
.pxp-account-settings .alert-secondary .alert-link span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-account-settings .alert-secondary .alert-link:hover span,
.pxp-account-settings .alert-secondary .alert-link:focus span {
    transform: translateX(5px);
}
.pxp-account-settings-plans-item {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-dark-mode .pxp-account-settings-plans-item {
    background-color: #000;
}
.pxp-account-settings-plans-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
}
.pxp-dark-mode .pxp-account-settings-plans-item h3 {
    color: #fff;
}
.pxp-account-settings-plan-item-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    opacity: .7;
}
.pxp-account-settings-plan-item-price-sum {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2rem;
}
.pxp-dark-mode .pxp-account-settings-plan-item-price-sum {
    color: #fff;
}
.pxp-account-settings-plan-item-price-currency {
    font-size: .7rem;
    font-weight: 900;
    vertical-align: top;
    line-height: 1.2rem;
}
.pxp-account-settings-plan-item-price-period {
    opacity: .7;
    font-size: .8rem;
    font-weight: 400;
}
.pxp-account-settings-plan-item-features {
    opacity: .7;
}
.pxp-dark-mode .pxp-account-settings-plan-item-features {
    color: #fff;
}
.pxp-activate-plan-btn,
.pxp-pay-plan-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-activate-plan-btn,
.pxp-dark-mode .pxp-pay-plan-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.pxp-activate-plan-btn:hover, 
.pxp-pay-plan-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-activate-plan-btn:hover,
.pxp-dark-mode .pxp-pay-plan-btn:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-account-settings-plans-item-status {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    border: 2px solid #333;
    position: absolute;
    top: 100px;
    right: 20px;
}
.pxp-dark-mode .pxp-account-settings-plans-item-status {
    color: #fff;
    border: 2px solid #fff;
}
.pxp-account-settings-plans-item-status.pxp-is-expired,
.pxp-dark-mode .pxp-account-settings-plans-item-status.pxp-is-expired {
    border: 2px solid #e80022;
}
.pxp-account-settings-plan-item-expiration {
    font-size: .8rem;
    margin-top: 4px;
}
.pxp-dark-mode .pxp-account-settings-plan-item-expiration {
    color: #fff;
}
.pxp-account-settings-form h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-account-settings-side {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-account-settings-side {
    background-color: #000;
}
.pxp-dark-mode .pxp-account-settings-form .pxp-account-settings-side h3 {
    color: #fff;
}
.pxp-account-settings-avatar .pxp-account-settings-avatar-photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
}
.pxp-account-settings-avatar .pxp-account-settings-avatar-photo.has-animation {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#aaiu-upload-container-avatar .moxie-shim {
    top: auto !important;
    bottom: 0 !important;
}
.pxp-account-settings-upload-avatar-status {
    position: relative;
    float: left;
}
.pxp-account-settings-upload-progress.pxp-is-active {
    float: left;
    margin: 0 1rem 1rem 0;
    border-radius: .3rem;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.pxp-account-settings-upload-progress .progress {
    background-color: #F7F7F7;
    height: 120px;
}
.pxp-account-settings-upload-progress .progress-bar {
    background-color: #333;
    font-size: .6rem;
}
.pxp-account-settings-avatar-delete-photo {
    position: absolute;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    font-size: .8rem;
    box-shadow: 0px 3px 6px rgba(0, 0 , 0, 0.10);
    top: 10px;
    right: 10px;
    opacity: 0;
    padding: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pxp-account-settings-avatar-delete-photo:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.pxp-account-settings-avatar .pxp-account-settings-avatar-photo:hover .pxp-account-settings-avatar-delete-photo {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pxp-account-settings-update-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-account-settings-update-btn {
    background-color: #000;
    border: 1px solid #000;
}
.pxp-account-settings-update-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
.pxp-become-agent-btn,
.pxp-become-agent-btn-group .dropdown-toggle.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-become-agent-btn-group .dropdown-toggle.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    padding: 0 14px;
}
.pxp-become-agent-btn:hover,
.pxp-become-agent-btn-group .dropdown-toggle.btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}
.pxp-is-owner {
    display: none;
}
.pxp-become-agent-btn-group .dropdown-toggle::after {
    display: none;
}
.pxp-become-agent-btn-group .dropdown-menu {
    position: absolute;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    border-radius: .3rem;
    width: calc(100% - 10px);
}
.pxp-become-agent-btn-group .dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-become-agent-btn-group .dropdown-menu > li > a:hover {
    color: #333;
    opacity: .7;
}

/**
 * 29.0 - Gallery carousel section
 */

.pxp-gallery-carousel-item {
    height: 600px;
    margin: 0 30px;
}
.pxp-gallery-carousel-stage .owl-nav {
    height: 0;
}
.pxp-gallery-carousel-left-arrow, 
.pxp-gallery-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-gallery-carousel-left-arrow, 
.pxp-dark-mode .pxp-gallery-carousel-right-arrow {
    background-color: #000;
}
.pxp-gallery-carousel-left-arrow {
    left: 400px;
}
.pxp-gallery-carousel-right-arrow {
    right: 340px;
}
.pxp-gallery-carousel-left-arrow svg, 
.pxp-gallery-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-gallery-carousel-left-arrow svg line, 
.pxp-gallery-carousel-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-gallery-carousel-left-arrow svg line, 
.pxp-dark-mode .pxp-gallery-carousel-right-arrow svg line {
    stroke: #fff;
}
.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover, 
.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}

/**
 * 30.0 - Numbers section
 */

.pxp-numbers {
    background-color: #F7F7F7;
}
.pxp-dark-mode .pxp-numbers {
    background-color: #000000;
    color: #fff;
}
.pxp-numbers-item-number {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
}
.pxp-numbers-item-title {
    font-weight: 700;
    font-size: 1.3rem;
}
.pxp-numbers-item-text {
    margin-top: 1rem;
}
.pxp-numbers-fig-caption {
    background-color: #fff;
    padding: 40px;
}
.pxp-dark-mode .pxp-numbers-fig-caption {
    background-color: #000;
    color: #fff;
}

/**
 * 31.0 - Awards section
 */

 .pxp-awards-item {
    margin-bottom: 1rem;
}
.pxp-awards-item img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
}
.pxp-awards-item-title {
    font-size: .8rem;
    margin-top: 1rem;
}

/**
 * 32.0 - Single property section
 */

.pxp-single-property-fig {
    height: 600px;
}
.pxp-single-property-caption {
    padding-left: calc((100% - 570px) + 15px);
    padding-right: 100px;
}
.pxp-single-property-caption.pxp-is-right {
    padding-left: 100px;
    padding-right: calc((100% - 570px) + 15px);
}
.pxp-single-property-caption-features {
    opacity: .7;
}
.pxp-single-property-caption-features > span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}
.pxp-single-property-caption-price {
    font-size: 28px;
    line-height: 28px;
}

/**
 * 33.0 - Search properties section
 */

.pxp-search-properties-container {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    padding: 20px;
    background-color: #fff;
}
.pxp-dark-mode .pxp-search-properties-container {
    background-color: #000;
}
.pxp-dark-mode .pxp-search-properties-form label {
    color: #fff;
}
.pxp-search-properties-form-main {
    -ms-flex: 1;
    flex: 1;
}
.pxp-search-properties-row {
    margin-right: -5px;
    margin-left: -5px;
}
.pxp-search-properties-col {
    padding-right: 5px;
    padding-left: 5px;
}
.pxp-search-properties-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-search-properties-btn:hover {
    color: rgba(255, 255, 255, .7);
}
.pxp-search-properties-toggle {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: .7;
    line-height: 46px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-search-properties-toggle {
    color: #fff;
}
.pxp-search-properties-toggle:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
}
.pxp-dark-mode .pxp-search-properties-toggle:hover {
    color: #fff;
}
.pxp-search-properties-toggle-minus {
    display: none;
}
.pxp-search-properties-h3 {
    font-size: 1rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-search-properties-h3 {
    color: #fff;
}
.pxp-search-properties-form .input-group .input-group-text {
    height: 46px;
    font-size: .9rem;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}
.pxp-dark-mode .pxp-search-properties-form .input-group .input-group-text {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: #333;
    color: #fff;
}
.pxp-search-properties-form-adv {
    display: none;
}
.pxp-dark-mode .pxp-search-properties-form select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-search-properties-form select:hover, 
.pxp-dark-mode .pxp-search-properties-form select:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-dark-mode .pxp-search-properties-form input[type="text"], 
.pxp-dark-mode .pxp-search-properties-form input[type="number"] {
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-search-properties-form input[type="text"]:focus, 
.pxp-dark-mode .pxp-search-properties-form input[type="number"]:focus {
    border: 1px solid rgba(255, 255, 255, .6);
}
.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox span {
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #000;
}
.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox input:checked+span {
    color: #fff;
}
.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox input[disabled]:checked+span,
.pxp-dark-mode .pxp-search-properties-form fieldset[disabled] .checkbox.custom-checkbox input:checked+span {
    color: #fff;
    opacity: 0.5;
}

/**
 * 34.0 - Contact Form 7
 */

 .wpcf7-form select {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpcf7-form select:hover,
.wpcf7-form select:focus {
    border: 1px solid #333;
    box-shadow: none;
    outline: 0;
}
.wpcf7-form .wpcf7-form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}
.wpcf7-form .wpcf7-form-control:focus {
    border: 1px solid #333;
    box-shadow: none;
    outline: 0;
}
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control {
    background-color: #333;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control:focus {
    border: 1px solid rgba(255, 255, 255, .6)
}
.wpcf7-form label {
    display: block;
}
.wpcf7-form textarea.wpcf7-form-control {
    padding: 1rem;
    height: auto;
}
.wpcf7-form select[multiple="multiple"] {
    height: auto;
    background-image: none;
    padding: 1rem;
}
.wpcf7-form span.wpcf7-list-item {
    margin: 0 1rem 0 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    font-size: .9rem;
    font-weight: 400;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox, 
.wpcf7-form .wpcf7-form-control.wpcf7-radio, 
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    border: 0 none;
    border-radius: 0;
    padding: 0;
    height: auto;
    background-color: transparent;
}
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-checkbox,
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-radio,
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    background-color: transparent;
    border: 0 none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-file {
    padding: 1rem;
    height: auto;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    width: auto;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    color: rgba(255, 255, 255, .7);
}
.pxp-dark-mode .pxp-dark-mode .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    color: rgba(0, 0, 0, .7);
}
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    color: rgba(0, 0, 0, .7);
}

/**
 * 35.0 - Promo slider section
 */

.pxp-promo-slider {
    position: relative;
}
.pxp-promo-slider-carousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-promo-slider-carousel .carousel-inner {
    height: 100%;
}
.pxp-promo-slider-carousel .carousel-inner .carousel-item {
    height: 100%;
}
.pxp-promo-slider-caption {
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.pxp-promo-slider-caption-item h2, 
.pxp-promo-slider-caption-item p, 
.pxp-promo-slider-caption-item a,
.pxp-promo-slider-caption .pxp-promo-slider-caption-dots {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-promo-slider-caption-item h2, 
.pxp-dark-mode .pxp-promo-slider-caption-item p, 
.pxp-dark-mode .pxp-promo-slider-caption-item a {
    color: #fff;
}
.pxp-dark-mode .pxp-promo-slider-caption-item a:after {
    border-top: 2px solid #fff;
}
.pxp-promo-slider-caption.pxp-animate-in {
    background-color: transparent;
}
.pxp-promo-slider-caption.pxp-animate-in:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-dark-mode .pxp-promo-slider-caption.pxp-animate-in:before {
    background-color: #000;
}
.pxp-promo-slider-caption.pxp-animate-in.pxp-in:before {
    transform: translateX(0);
}
.pxp-promo-slider-caption.pxp-animate-in.pxp-in h2,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in p,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in a,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in .pxp-promo-slider-caption-dots {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-promo-slider-caption.pxp-animate-in.pxp-in p {
    opacity: .7;
}
.pxp-promo-slider-caption-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-left: 0;
    list-style: none;
}
.pxp-promo-slider-caption-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-promo-slider-caption-dots li > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-promo-slider-caption-dots li > div {
    background-color: #fff;
}
.pxp-promo-slider-caption-dots li.active {
    opacity: 1;
    cursor: default;
}
.pxp-promo-slider-caption-dots li.active > div {
    background-color: transparent;
    width: 11px;
    height: 11px;
    border: 1px solid #333;
}
.pxp-dark-mode .pxp-promo-slider-caption-dots li.active > div {
    border: 1px solid #fff;
}
.pxp-promo-slider-caption-dots li:not(.active):hover {
    opacity: .7;
}
.pxp-promo-slider-caption-item {
    display: none;
}
.pxp-promo-slider-caption-item.pxp-active {
    display: block;
}

/**
 * 36.0 - Video section
 */

.pxp-video-section-trigger {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #333;
    border-radius: 80px;
    position: relative;
    outline: 0;
}
.pxp-video-section-trigger:hover {
    color: #333;
}
.pxp-video-section-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    transition: all .2s ease-in-out;
}
.pxp-video-section-trigger:hover:before {
    opacity: 0;
    transform: scale(1.2);
}
.pxp-video-section-trigger > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 18px;
    margin-left: 2px;
    transition: opacity .2s ease-in-out;
}
.pxp-video-section-trigger:hover > span {
    opacity: .7;
}
.pxp-video-section-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
}
.pxp-video-section-modal .modal-header {
    padding: 0;
}
.pxp-video-section-modal .close {
    text-shadow: none;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}
.pxp-video-section-modal .modal-body {
    background-color: #000;
    padding: 0;
}
.pxp-video-section-modal-container {
    background-color: #000;
    display: block;
}
.pxp-video-section-modal {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.pxp-video-section-modal.show {
    opacity: 1;
}

/**
 * 37.0 - Footer
 */

.pxp-footer {
    background-color: #F7F7F7;
}
.pxp-footer > .container:empty {
    display: none;
}
.pxp-dark-mode .pxp-footer {
    background-color: #000;
}
.pxp-footer-logo {
    font-size: 28px;
    font-weight: 900;
}
.pxp-dark-mode .pxp-footer-logo {
    color: #fff;
}
.pxp-footer-header {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 42px;
}
.pxp-dark-mode .pxp-footer-header {
    color: #fff;
}
.pxp-footer-links a {
    font-size: .9rem;
    color: #333;
    text-decoration: none;
    line-height: 1.8;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-footer-links a {
    color: #fff;
}
.pxp-footer-links a:hover {
    opacity: .7;
}
.pxp-footer-bottom {
    font-size: .8rem;
    line-height: 1.8;
    color: #333;
}
.pxp-dark-mode .pxp-footer-bottom {
    color: #fff;
}
.pxp-content-side-wrapper .pxp-footer-bottom {
    margin-top: 0;
}
.pxp-footer-bottom a {
    color: #333;
    text-decoration: none;
}
.pxp-dark-mode .pxp-footer-bottom a {
    color: #fff;
}
.pxp-footer-bottom a:hover {
    opacity: .7;
}
.pxp-footer-copyright {
    opacity: .7;
}
.pxp-content.pxp-full-height {
    margin-top: 69px;
}

/**
 * 38.0 - Media queries
 */

@media (min-width: 576px) {
    .pxp-user-modal .modal-dialog,
    .pxp-properties-modal.pxp-sm .modal-dialog {
        max-width: 400px;
    }
}
@media screen and (max-width: 1799px) {
    .pxp-gallery-carousel-left-arrow,
    .pxp-single-property-gallery-d3-left-arrow {
        left: 300px;
    }
    .pxp-gallery-carousel-right-arrow,
    .pxp-single-property-gallery-d3-right-arrow {
        right: 240px;
    }
}
@media screen and (max-width: 1599px) {
    .pxp-gallery-carousel-item,
    .pxp-single-property-gallery-d3-item {
        height: 540px;
    }
    .pxp-gallery-carousel-left-arrow,
    .pxp-single-property-gallery-d3-left-arrow {
        left: 200px;
    }
    .pxp-gallery-carousel-right-arrow,
    .pxp-single-property-gallery-d3-right-arrow {
        right: 140px;
    }
}
@media screen and (max-width: 1199px) {
    .pxp-services {
        height: 718px;
    }
    .pxp-services-container {
        display: block;
        height: auto;
        transform: none;
    }
    .pxp-services-item {
        width: 50%;
        height: 300px;
        float: left;
    }
    .pxp-services-item:nth-child(1) {
        border-bottom: 1px solid #e8e8e8;
        border-radius: .3rem 0 0 0;
    }
    .pxp-dark-mode .pxp-services-item:nth-child(1) {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(2) {
        border-right: 0 none;
        border-radius: 0 .3rem 0 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .pxp-dark-mode .pxp-services-item:nth-child(2) {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(3) {
        border-radius: 0 0 0 .3rem;
    }
    .pxp-services-item:nth-child(4) {
        border-radius: 0 0 .3rem 0;
        border-right: 0 none;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-testim-2-caption {
        padding-left: calc((100% * 2 - 960px) / 2 + 15px);
        padding-right: 60px;
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
    .pxp-single-property-caption {
        padding-left: calc((100% * 2 - 960px) / 2 + 15px);
        padding-right: 60px;
    }
    .pxp-single-property-caption.pxp-is-right {
        padding-left: 60px;
        padding-right: calc((100% * 2 - 960px) / 2 + 15px);
    }
    .pxp-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }
    .pxp-sp-agent-btn {
        width: 100%;
    }
    .pxp-gallery-carousel-item,
    .pxp-single-property-gallery-d3-item {
        height: 500px;
    }
    .pxp-gallery-carousel-left-arrow,
    .pxp-single-property-gallery-d3-left-arrow {
        left: 52px;
    }
    .pxp-gallery-carousel-right-arrow,
    .pxp-single-property-gallery-d3-right-arrow {
        right: -12px;
    }
}
@media screen and (max-width: 1139px) {
    .pxp-props-carousel-left-arrow {
        left: 50px;
    }
    .pxp-props-carousel-right-arrow {
        right: 15px;
        transform: translate(0, -50%) scale(1, 1);
    }
    .pxp-similar-properties-container .pxp-props-carousel-right-arrow {
        right: 15px;
        transform: translate(0, -50%) scale(1, 1);
    }
    .pxp-services-c {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-cta-1.pxp-full-right {
        margin-left: 0;
    }
    .pxp-cta-1.pxp-full-left {
        margin-right: 0;
    }
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-top-left,
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-bottom-left,
    .pxp-cta-1-content.pxp-center-left,
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-left,
    .pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-center-left {
        left: 15px;
    }
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-top-right, 
    .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-center-right, 
    .pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-right, 
    .pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-bottom-right {
        right: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: 15px;
        right: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right, 
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
        right: 15px;
    }
    .entry-content blockquote,
    .page-content blockquote,
    .comment-content blockquote {
        margin-left: 0;
    }
    .pxp-sp-gallery-btn {
        right: 15px;
    }
    .pxp-leads-chart-period-margin {
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .admin-bar .pxp-header.pxp-mobile:after {
        top: 32px;
    }
    .pxp-header.pxp-is-sticky.pxp-mobile:after {
        height: 80px;
    }
    .pxp-header.pxp-full.pxp-is-sticky.pxp-mobile:after {
        height: 69px;
    }
    .pxp-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding-top: 120px;
        padding-bottom: 40px;
        overflow: auto;
        z-index: 1040;
    }
    .admin-bar .pxp-nav {
        top: 32px;
    }
    .pxp-dark-mode .pxp-nav {
        background-color: #000;
    }
    .pxp-header-nav-trigger {
        display: inline-block;
    }
    .pxp-logo.pxp-logo-nav {
        position: fixed;
        top: 34px;
        left: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .admin-bar .pxp-logo.pxp-logo-nav {
        top: 66px;
    }
    .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .admin-bar .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 56px;
    }
    .pxp-full .pxp-logo.pxp-logo-nav, 
    .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        left: 30px;
        top: 18px;
    }
    .admin-bar .pxp-full .pxp-logo.pxp-logo-nav, 
    .admin-bar .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 50px;
    }
    .pxp-header-nav-trigger.pxp-active {
        position: fixed;
        top: 30px;
        right: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .admin-bar .pxp-header-nav-trigger.pxp-active {
        top: 62px;
    }
    .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .admin-bar .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top:  52px;
    }
    .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        right: 30px;
        top: 14px;
    }
    .admin-bar .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        top: 46px;
    }
    .pxp-nav > div > ul > li {
        display: block;
        margin-right: auto;
        margin: 0 auto;
        cursor: pointer;
        text-align: left;
        padding-left: calc((100% - 720px) / 2 + 15px);
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .pxp-header.pxp-full .pxp-nav > div > ul > li {
        padding-left: 30px;
    }
    .pxp-mobile .pxp-nav > div > ul > li {
        opacity: 1;
        transform: translateX(0);
    }
    .pxp-nav > div > ul > li > a {
        text-transform: none;
        display: inline-block;
        font-size: 1.3rem;
    }
    .pxp-dark-mode .pxp-nav > div > ul > li > a {
        color: #fff;
    }
    .pxp-nav > div > ul > li > ul,
    .pxp-nav > div > ul > li > ul li > ul {
        position: relative;
        top: auto !important;
        left: 0 !important;
        z-index: 1;
        float: none;
        min-width: 200px;
        padding: 7px 0;
        margin: 0;
        background-color: transparent;
        text-align: left;
        box-shadow: none;
        display: none;
    }
    .pxp-header.pxp-mobile .pxp-nav > div > ul > li > ul,
    .pxp-header.pxp-mobile .pxp-nav > div > ul > li > ul li > ul {
        display: block;
    }
    .pxp-nav > div > ul > li > ul li > ul > li > a {
        padding: 7px 0;
    }
    .pxp-nav > div > ul > li > ul li > ul {
        counter-reset: submenu;
    }
    .pxp-nav > div > ul > li > ul li > ul > li > a:before {
        content: "-- " counters(submenu, "-- ", none);
        counter-increment: submenu 1;
        font-weight: normal;
        opacity: 0;
        
    }
    .pxp-nav > div > ul > li > ul > li > a {
        padding: 7px 0;
        font-size: 1rem;
    }
    .pxp-nav > div > ul > li > ul > li > a:hover {
        opacity: .7;
    }
    .pxp-nav > li.pxp-has-btns {
        display: block;
    }
    .pxp-nav > li.pxp-has-btns > .pxp-user-btns {
        padding-top: 30px;
    }
    .pxp-user-btns-signup {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #333;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #333;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #fff;
        margin-right: 4px;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-signup {
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
    }
    .pxp-user-btns-signup:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, .7);
    }
    .pxp-dark-mode .pxp-user-btns-signup:hover {
        color: rgba(51, 51, 51, .7);
    }
    .pxp-header.pxp-mobile .pxp-user-btns-signup {
        display: inline-block;
    }
    .pxp-user-btns-login {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #E2E2E2;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #333;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-login {
        background-color: #000;
        border: 1px solid #333;
        color: #fff;
    }
    .pxp-user-btns-login:hover {
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
    }
    .pxp-dark-mode .pxp-user-btns-login:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    .pxp-header.pxp-mobile .pxp-user-btns-login {
        display: inline-block;
    }
    .pxp-hero-caption form {
        width: 100%;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left form {
        width: 100%;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.8rem;
    }
    h1.pxp-page-header {
        line-height: 2rem;
    }
    .pxp-props-carousel-right.pxp-has-intro {
        display: block;
    }
    .pxp-props-carousel-right-intro {
        width: 100%;
        margin-right: 0;
    }
    .pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
        width: 100%;
    }
    .pxp-services-item {
        width: 100%;
        float: none;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }
    .pxp-dark-mode .pxp-services-item {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(1) {
        border-radius: .3rem .3rem 0 0;
    }
    .pxp-services-item:nth-child(2) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(3) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(4) {
        border-radius: 0 0 .3rem .3rem;
    }
    .pxp-services-c {
        display: block;
        background-position: left top;
    }
    .pxp-services-c-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-services-c-container {
        width: 100%;
    }
    .pxp-services-c-container .owl-nav {
        margin-left: auto;
    }
    .pxp-testim-1 {
        display: block;
        background-position: left top;
    }
    .pxp-testim-1-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-testim-1-container {
        width: 100%;
    }
    .pxp-testim-1-container .owl-nav {
        margin-left: auto;
    }
    .pxp-hero-props-carousel-1 .carousel-indicators li {
        width: 60px;
        height: 60px;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 240px);
    }
    .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
        display: none;
    }
    .pxp-header.pxp-no-bg.pxp-mobile {
        border-bottom: 1px solid transparent;
    }
    .pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .admin-bar .pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
        top: 56px;
    }
    .pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .admin-bar .pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
        top: 52px;
    }
    .pxp-blog-posts-carousel-1-caption-title {
        font-size: 1.4rem;
    }
    .pxp-blog-posts-carousel-1-caption-summary {
        width: 100%;
    }
    .entry-content.pxp-no-share,
    .entry-content.pxp-no-share.pxp-no-side,
    .entry-content,
    .pxp-agent-block,
    .pxp-blog-comments-block,
    .pxp-no-share.pxp-no-side .pxp-blog-comments-block  {
        width: 100%;
        margin: 0;
    }
    .pxp-blog-post-share {
        width: 100%;
        text-align: left;
    }
    .pxp-blog-post-share > ul > li {
        float: left;
        margin-right: 10px;
    }
    .pxp-blog-post-share-label {
        float: left;
        margin-right: 20px;
        line-height: 36px;
    }
    .pxp-content-left {
        padding-right: 0;
    }
    .pxp-content-right {
        padding-left: 0;
    }
    .pxp-map-side.pxp-half {
        width: 0;
        overflow: hidden;
    }
    .pxp-map-side.pxp-max {
        width: 100%;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item,
    .pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
    }
    .pxp-services {
        height: 1314px;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        left: 30%;
    }
    .pxp-hero-caption h1 {
        font-size: 2.5rem;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        top: 30%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        top: 70%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
        right: auto;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        top: 50%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 720px) / 2 + 15px);
        display: block;
    }
    .pxp-services-c {
        right: 0;
        background-position: center center;
    }
    .pxp-sp-top-title {
        font-size: 1.8rem;
    }
    .pxp-single-property-d4-details .pxp-sp-top-title {
        font-size: 1.4rem;
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-testim-2-caption {
        padding-left: calc((100% * 2 - 720px) / 2 + 15px);
        padding-right: 60px;
    }
    .pxp-testim-2-photos {
        height: 600px;
    }
    .pxp-single-property-caption {
        padding-left: calc((100% * 2 - 720px) / 2 + 15px);
        padding-right: 60px;
    }
    .pxp-single-property-caption.pxp-is-right {
        padding-left: 60px;
        padding-right: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-single-property-fig {
        height: 480px;
    }
    .pxp-services-h {
        background: #F7F7F7;
    }
    .pxp-dark-mode .pxp-services-h {
        background: #000;
    }
    .pxp-services-h-container {
        display: block;
    }
    .pxp-services-h-fig {
        height: 240px;
    }
    .pxp-sp-agent-btn-main {
        width: 100%;
    }
    .pxp-sp-agent-btn-main.pxp-is-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 1020;
        margin-bottom: 0;
        border: 0 none;
        border-radius: 0;
    }
    .pxp-sp-agent-btn {
        width: 49%;
    }
    .pxp-calculator-chart-container {
        width: 60%;
        margin: 0 auto;
    }
    .pxp-agent-rating {
        line-height: 2.2rem;
    }
    .pxp-blog-post-hero-fig {
        height: 50vh;
        min-height: auto;
    }
    .pxp-dark-mode .pxp-services-h-item .media-body {
        color: #8c8c8c;
    }
    .pxp-dark-mode .pxp-services-h-item h5 {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-c-content .owl-carousel .owl-nav button svg line {
        stroke: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta:after {
        border-top: 2px solid #fff;
    }
    .pxp-hero.pxp-hero-contact {
        height: auto !important;
    }
    .pxp-hero-caption {
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
        top: 0;
        transform: none;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left.pxp-no-form {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        top: auto;
    }
    .pxp-gallery-carousel-item,
    .pxp-single-property-gallery-d3-item {
        height: 400px;
    }
    .pxp-services-accordion-right-container {
        padding: 100px 60px;
    }
    .pxp-services-accordion-fig {
        height: 400px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .pxp-services-accordion h3 {
        font-size: 1.6rem;
    }
    .pxp-services-accordion-item-header button {
        font-size: 1.2rem;
    }
    .pxp-numbers-item-title {
        font-size: 1.2rem;
    }
    .pxp-numbers-item-number {
        font-size: 60px;
    }
    .pxp-single-property-gallery-caption-d5 {
        padding: 40px 0;
    }
    .pxp-single-property-gallery-d5-inner:after {
        top: 0;
        bottom: 70%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    }
    .pxp-single-property-gallery-contact-agent-d5 {
        padding: 40px 0;
    }
    .pxp-single-property-options-panel-d5 .pxp-sp-top-btns {
        float: none;
        margin-left: 0;
    }
    .pxp-single-property-options-panel-d5 .pxp-sp-top-btn {
        margin-left: 0;
        margin-right: 4px;
    }
    .pxp-single-property-options-panel-d5 .pxp-sp-top-btns > .dropdown {
        margin-left: 0;
    }
    .pxp-single-property-gallery-d7 .carousel-inner {
        height: 600px;
    }
    .pxp-single-property-gallery-d7 .carousel-item {
        height: 600px;
    }
    .pxp-services-tabs .carousel-indicators {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar .pxp-header.pxp-mobile:after {
        top: 46px;
    }
    .admin-bar .pxp-header.pxp-no-bg.pxp-mobile:after {
        top: 46px;
    }
    .admin-bar .fixed-top {
        top: 46px;
    }
    .admin-bar .pxp-is-admin.fixed-top {
        top: 0;
    }
    .admin-bar .pxp-nav {
        top: 46px;
    }
    .admin-bar .pxp-is-admin .pxp-nav {
        top: 0;
    }
    .admin-bar .pxp-logo.pxp-logo-nav {
        top: 80px;
    }
    .admin-bar .pxp-is-admin .pxp-logo.pxp-logo-nav {
        top: 34px;
    }
    .admin-bar .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 70px;
    }
    .admin-bar .pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
        top: 70px;
    }
    .admin-bar .pxp-is-admin.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .admin-bar .pxp-full .pxp-logo.pxp-logo-nav, 
    .admin-bar .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 64px;
    }
    .admin-bar .pxp-full.pxp-is-admin .pxp-logo.pxp-logo-nav, 
    .admin-bar .pxp-full.pxp-is-sticky.pxp-is-admin .pxp-logo.pxp-logo-nav {
        top: 18px;
    }
    .admin-bar .pxp-header-nav-trigger.pxp-active {
        top: 76px;
    }
    .admin-bar .pxp-is-admin .pxp-header-nav-trigger.pxp-active {
        top: 30px;
    }
    .admin-bar .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top: 66px;
    }
    .admin-bar .pxp-is-sticky.pxp-is-admin .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .admin-bar .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        top: 60px;
    }
    .admin-bar .pxp-header.pxp-full.pxp-is-admin .pxp-header-nav-trigger.pxp-active {
        top: 14px;
    }
    .admin-bar .pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
        top: 66px;
    }
    .admin-bar .pxp-header.pxp-no-bg.pxp-is-admin .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pxp-logo.pxp-logo-nav {
        left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-header-nav-trigger.pxp-active {
        right: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-nav > div > ul > li {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        left: 66.666%;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
        left: 66.666%;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        bottom: -60px;
        left: 180px;
    }
    .pxp-sp-top-btns {
        float: left;
        margin-left: 0;
    }
    .pxp-sp-top-btn {
        margin-left: 0;
        margin-right: 4px;
    }
    .pxp-sp-top-feat {
        float: left;
        margin-left: 0;
    }
    .pxp-sp-top-feat > div {
        margin-left: 0;
        margin-right: 10px;
        line-height: 1.5;
    }
    .pxp-sp-top-price {
        float: right;
        line-height: 1.5;
    }
    .pxp-single-property-gallery > figure {
        height: 225px;
        width: 50%;
    }
    .pxp-single-property-gallery > figure:nth-child(4), 
    .pxp-single-property-gallery > figure:nth-child(5) {
        display: none;
    }
    .pxp-single-property-gallery > figure.pxp-is-full,
    .pxp-single-property-gallery > figure.pxp-is-half {
        height: 450px;
    }
    .pxp-services {
        height: 1290px;
    }
    .pxp-hero-caption h1 {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 2rem;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }
    .pxp-sp-top-title {
        font-size: 1.6rem;
    }
    .pxp-single-property-d4-details .pxp-sp-top-title {
        font-size: 1.2rem;
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-200 {
        padding-top: 120px;
    }
    .pb-200 {
        padding-bottom: 120px;
    }
    .pt-300 {
        padding-top: 180px;
    }
    .pb-300 {
        padding-bottom: 180px;
    }
    .pt-400 {
        padding-top: 200px;
    }
    .pb-400 {
        padding-bottom: 200px;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .mt-200 {
        margin-top: 120px;
    }
    .mb-200 {
        margin-bottom: 120px;
    }
    .mt-300 {
        margin-top: 180px;
    }
    .mb-300 {
        margin-bottom: 180px;
    }
    .pxp-hero {
        height: 600px !important;
    }
    .pxp-hero.pxp-hero-contact {
        height: auto !important;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.7rem;
    }
    .pxp-plans-1-item {
        text-decoration: none;
        border: 2px solid #333;
    }
    .pxp-dark-mode .pxp-plans-1-item {
        border: 2px solid #000;
    }
    .pxp-plans-1-item .pxp-plans-1-item-fig {
        transform: translateY(-42px) scale(.9);
    }
    .pxp-plans-1-item .pxp-plans-1-item-title {
        transform: translateY(-42px) scale(1.3);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-features {
        transform: translateY(-42px);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-price {
        transform: translateY(-42px);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .pxp-plans-1-item .pxp-plans-1-item-label {
        transform: translateY(-42px);
        opacity: 0;
    }
    .pxp-plans-1-item .pxp-plans-1-item-cta {
        transform: translate(-50%, 0);
        opacity: 1;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left {
        bottom: 60px;
    }
    .pxp-testim-1-container .owl-nav {
        margin-top: 1.5rem;
    }
    .pxp-services-c-container .owl-nav {
        margin-top: 1.5rem;
    }
    .pxp-results-card-1 .carousel-control-prev,
    .pxp-results-card-2 .carousel-control-prev,
    .pxp-results-card-3 .carousel-control-prev,
    .pxp-results-list-item-1 .carousel-control-prev {
        transform: translateX(0);
    }
    .pxp-results-card-1 .carousel-control-next,
    .pxp-results-card-2 .carousel-control-next,
    .pxp-results-card-3 .carousel-control-next, 
    .pxp-results-list-item-1 .carousel-control-next {
        transform: translateX(0);
    }
    .pxp-results-card-1 .pxp-results-card-1-features {
        opacity: 1;
        transform: translateY(0);
    }
    .pxp-results-card-1 .pxp-results-card-1-save {
        opacity: 1;
        transform: translateY(0);
    }
    .pxp-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item, 
    .pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-calculator-data {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pxp-agents-hero-search {
        padding: 40px;
    }
    .pxp-agents-hero-search-container {
        bottom: -60px;
    }
    .pxp-contact-hero-offices {
        padding: 40px;
    }
    .pxp-contact-hero-offices-container {
        bottom: -60px;
    }
    .pxp-agent-rating {
        line-height: 2rem;
    }
    .pxp-blog-posts-carousel-1-caption-title {
        font-size: 1.3rem;
    }
    .pxp-blog-posts-carousel-1-caption-summary {
        display: none;
    }
    .pxp-blog-posts-carousel-1-img {
        height: 460px;
    }
    .pxp-blog-post-video {
        height: 400px;
    }
    .pxp-blog-posts-carousel-1-img.pxp-no-image {
        height: 460px;
    }
    .entry-content blockquote,
    .page-content blockquote,
    .comment-content blockquote {
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pxp-contact-hero-offices-info .pxp-is-address {
        display: none;
    }
    .pxp-side-section h3 {
        margin-bottom: 1rem;
    }
    .admin-bar .pxp-map-side {
        top: 115px;
    }
    .admin-bar a.pxp-list-toggle {
        top: 145px;
    }
    .pxp-contacts-chart-period-margin {
        margin-top: 0;
    }
    .pxp-hero-search .pxp-hero-search-btn {
        width: 100%;
    }
    .pxp-sp-floor-plans-item-trigger {
        padding: 10px 0;
    }
    .pxp-gallery-carousel-item,
    .pxp-single-property-gallery-d3-item {
        height: 300px;
    }
    .pxp-services-accordion-fig {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
    .pxp-services-accordion-right-container {
        padding: 60px;
    }
    .pxp-services-accordion h3 {
        font-size: 1.5rem;
    }
    .pxp-services-accordion-item-header button {
        font-size: 1.1rem;
    }
    .pxp-numbers-item-title {
        font-size: 1.1rem;
    }
    .pxp-numbers-item-number {
        font-size: 50px;
    }
    .pxp-testim-2-caption {
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }
    .pxp-single-property-caption {
        padding-left: calc((100% * 2 - 540px) / 2 + 15px);
        padding-right: 60px;
    }
    .pxp-single-property-caption.pxp-is-right {
        padding-left: 60px;
        padding-right: calc((100% * 2 - 540px) / 2 + 15px);
    }
    .pxp-single-property-fig {
        height: 400px;
    }
    .pxp-services-tabs-items {
        padding-bottom: 0;
    }
    .pxp-services-tabs-items .carousel.pxp-services-tabs-carousel {
        width: 100%;
        height: 300px;
    }
    .pxp-services-tabs-items-content {
        position: static;
    }
    .pxp-services-tabs .carousel-indicators {
        margin-top: 1.5rem;
    }
    .pxp-services-tabs-content-item-fig span {
        font-size: 64px;
        line-height: 64px;
    }
    .pxp-services-tabs-content-item-fig img,
    .elementor .pxp-services-tabs-content-item-fig img {
        height: 64px;
    }
    .pxp-services-tabs-content-item {
        padding: 20px;
    }
    .pxp-services-tabs-content-item-text {
        margin-top: 20px;
    }
    .pxp-services-tabs-content-item-cta-container {
        margin-top: 10px;
    }
    .pxp-cta-2-left {
        padding-bottom: 0;
    }
    .pxp-cta-2-left-image {
        width: 100%;
        height: 300px;
    }
    .pxp-cta-2-left-content {
        position: static;
    }
    .pxp-cta-2-left-content-item-fig span {
        font-size: 64px;
        line-height: 64px;
    }
    .pxp-cta-2-left-content-item-fig img,
    .elementor .pxp-cta-2-left-content-item-fig img {
        height: 64px;
    }
    .pxp-cta-2-left-content-item {
        padding: 20px;
    }
    .pxp-cta-2-left-content-item-title {
        margin-top: 20px;
    }
    .pxp-cta-3-image {
        height: 300px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar .pxp-header.pxp-mobile.pxp-is-admin:after {
        top: 0;
    }
}
@media screen and (max-width: 575px) {
    .pxp-header,
    .pxp-header.pxp-is-sticky {
        padding: 15px 0;
    }
    .pxp-header.pxp-mobile:after,
    .pxp-header.pxp-is-sticky.pxp-mobile:after {
        height: 71px;
    }
    .pxp-logo.pxp-logo-nav {
        left: 15px;
    }
    .pxp-header-nav-trigger.pxp-active {
        right: 15px;
    }
    .pxp-logo.pxp-logo-nav, 
    .pxp-header.pxp-is-sticky.pxp-no-bg  .pxp-logo.pxp-logo-nav,
    .pxp-header.pxp-is-sticky  .pxp-logo.pxp-logo-nav,
    .admin-bar .pxp-is-admin.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 19px;
    }
    .pxp-header-nav-trigger.pxp-active, 
    .pxp-header.pxp-no-bg.pxp-is-sticky .pxp-header-nav-trigger.pxp-active,
    .pxp-header.pxp-is-sticky .pxp-header-nav-trigger.pxp-active,
    .admin-bar .pxp-is-sticky.pxp-is-admin .pxp-header-nav-trigger.pxp-active,
    .admin-bar .pxp-header.pxp-no-bg.pxp-is-admin .pxp-header-nav-trigger.pxp-active {
        top: 15px;
    }
    .admin-bar .pxp-logo.pxp-logo-nav {
        top: 66px;
    }
    .admin-bar .pxp-header-nav-trigger.pxp-active {
        top: 62px;
    }
    .pxp-nav > div > ul > li {
        padding-left: 15px;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E2E2E2;
    }
    .pxp-cta-1-content {
        position: absolute;
        width: 90%;
        padding: 30px;
        overflow: hidden;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left {
        right: 0;
        left: 0;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 120px);
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
        width: 120px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
        width: 60px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
        right: 10px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
        left: 10px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        bottom: 60px;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        left: 80px;
        padding: 20px 20px 0 20px;
    }
    .pxp-header .pxp-container-full {
        padding: 0 15px;
    }
    .pxp-content-side-wrapper {
        padding: 30px 15px;
    }
    .pxp-no-map .pxp-content-side-wrapper {
        padding: 82px 0 0 0;
    }
    a.pxp-list-toggle {
        top: 84px;
    }
    .pxp-full .pxp-logo.pxp-logo-nav, 
    .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        left: 15px;
    }
    .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        right: 15px;
    }
    .pxp-header.pxp-full .pxp-nav > li {
        padding-left: 15px;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: 15px;
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        bottom: 183px;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        left: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: 15px;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: 15px;
    }
    .pxp-blog-post-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-props-carousel-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-testim-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-testim-2-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-services-c-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1-prices {
        height: 80px;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
        height: 80px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
        height: 80px;
    }
    .pxp-hero {
        height: 560px !important;
        min-height: 560px;
    }
    .pxp-hero.pxp-hero-contact {
        height: auto !important;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
        width: 160px;
        height: 80px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
        width: 80px;
        height: 80px;
    }
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
        bottom: 150px;
    }
    .pxp-sp-top-feat > div {
        font-size: 1.2rem;
    }
    .pxp-sp-top-price {
        font-size: 1.2rem
    }
    .pxp-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }
    .pxp-sp-agent-btn {
        width: 100%;
    }
    .pxp-blog-posts-carousel-1-img {
        height: 400px;
    }
    .pxp-blog-posts-carousel-1 .pxp-carousel-controls {
        width: 70px;
        height: 120px;
    }
    .pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
        width: 70px;
        height: 60px;
        position: relative;
    }
    .entry-content blockquote,
    .page-content blockquote,
    .comment-content blockquote {
        float: none;
        width: 100%;
        font-size: 1.1rem;
    }
    .entry-content blockquote.has-text-align-right,
    .page-content blockquote.has-text-align-right {
        margin-left: 0;
    }
    .pxp-content-side-search-form + .d-flex {
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .pxp-sort-form.float-right {
        float: none !important;
    }
    .pxp-sort-select {
        flex: 1;
    }
    .pxp-sp-floor-plans-item-info {
        text-align: left;
        margin-left: 26px;
    }
    .pxp-services-accordion h3 {
        font-size: 1.4rem;
    }
    .pxp-single-property-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-single-property-caption.pxp-is-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxp-single-property-fig {
        height: 360px;
    }
}