/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* Font icons */

@font-face {
    font-family: "icomoon";
    src: url("./assets/fonts/icomoon.eot");
    src: url("./assets/fonts/icomoon.eot") format("embedded-opentype"),
    url("./assets/fonts/icomoon.ttf") format("truetype"),
    url("./assets/fonts/icomoon.woff") format("woff"),
    url("./assets/fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-next:before {
    content: "\e904";
}

.icon-arrow-previous:before {
    content: "\e907";
}

/* Common */

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

p {
    margin-top: 0;
}

button,
a {
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

a,
.color-accent {
    color: #c21b20;
}

.bg-accent {
    background-color: #c21b20;
}

.color-accent-hover a {
    color: #8f1c20 !important;
}

a:hover,
.color-accent-hover {
    color: #8f1c20;
}

*:focus,
*:active {
    outline: none;
}

a.arrow-link,
.arrow-link a,
.project-list .project-content .find-out-more,
.elementor-post__read-more {
    padding: 1px 32px 1px 0;
    color: #c21b20;
    font-family: Gordita, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

a.arrow-link:after,
.arrow-link a:after,
.project-list .project-content .find-out-more:after,
.elementor-post__read-more:after {
    font-family: "icomoon" !important;
    content: "\e900";
    width: 22px;
    height: 16px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transition: right 0.15s ease;
    -moz-transition: right 0.15s ease;
    transition: right 0.15s ease;
}

a.arrow-link:hover:after,
.arrow-link a:hover:after,
.project-list .project-content:hover .find-out-more:after,
.elementor-post__read-more:hover:after {
    right: -4px;
}

a.share-button {
    position: relative;
    padding-right: 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    color: rgba(20, 20, 20, 0.6);
}

a.share-button:after {
    font-family: "icomoon" !important;
    position: absolute;
    content: '\e903';
    top: 0;
    right: 0;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    padding: 14px 15px;
    /*border: 1px solid #141414;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #8f7e7e;
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

button.disabled {
    background-color: #999;
    border-color: #999;
    color: white !important;
    pointer-events: none !important;
}

input[type="submit"][disabled],
button[disabled] {
    background-color: #999 !important;
    border-color: #999 !important;
    color: white !important;
    pointer-events: none !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

.full-width,
.full-width img {
    width: 100%;
}

.hidden,
[hidden] {
    display: none !important;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* Decoration */

.white-arrow-style-1,
.red-arrow-style-1,
.red-arrow-style-2,
.red-arrow-style-3 {
    position: relative;
}

.white-arrow-style-1::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    top: -119px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.red-arrow-style-1 .elementor-shape-bottom::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: -1px;
    background-color: #8f1c20;
    clip-path: polygon(35% 59%, 0% 0%, 0% 100%);
    z-index: 10;
}

.red-arrow-style-2::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    top: -119px;
    background-color: #c21b20;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.red-arrow-style-3 .elementor-shape-bottom::after {
    display: block;
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    bottom: -1px;
    background-color: #8f1c20;
    clip-path: polygon(100% 20%, 0 62%, 100% 100%);
    z-index: 10;
}

.selectbox {
    position: relative;
}

.selectbox > select {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    padding: 0.5rem 1.7rem 0.5rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #141414;
    background-color: #fff;
    position: relative;
    min-width: 120px;
}

.selectbox::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #C21B20;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.styled-selectbox {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #707070;
}

.styled-selectbox > label {
    padding: 0.5rem 1rem 0.5rem 0;
    font-weight: 400;
    min-width: 120px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.styled-selectbox > input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: #C21B20;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    margin-top: -10px;
}

.styled-selectbox .list-items {
    display: none;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 41px;
    padding: 0;
    margin: 0;
    border: 1px solid #ACACAC;
    box-shadow: 0 4px 10px 0 #0000001A;
    z-index: 5;
    background-color: #fff;
    list-style: none;
    min-width: 100%;
}

.styled-selectbox > input[type="checkbox"]:checked + .list-items {
    display: block;
}

.styled-selectbox .list-items .item {
    position: relative;
}

.styled-selectbox .list-items .item:hover {
    background-color: #dfdfdf;
}

.styled-selectbox .list-items .item label {
    display: block;
    font-weight: 400;
    padding: 0.4rem 2rem 0.4rem 0.8rem;
    user-select: none;
}

.styled-selectbox .list-items .item > input[type="radio"],
.styled-selectbox .list-items .item > input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 12px;
    background-color: transparent;
    height: 17px;
    width: 17px;
}

.styled-selectbox .list-items .item > input[type="radio"]:checked::before,
.styled-selectbox .list-items .item > input[type="checkbox"]:checked::before {
    position: absolute;
    content: "\00A0\2713\00A0" !important;
    font-size: 17px;
    color: #C21B20;
}

.styled-slider-range.ui-widget.ui-widget-content {
    border: 1px solid #ACACAC;
    border-radius: 10px;
}

.styled-slider-range.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.styled-slider-range.ui-slider-horizontal .ui-slider-handle {
    width: 16px;
    height: 16px;
    top: -5px;
    border: 1px solid #ACACAC;
    border-radius: 50%;
    background-color: #770004;
}

.styled-slider-range.ui-slider-horizontal .ui-slider-handle::before {
    font-family: "Gordita", sans-serif;
    content: attr(data-before);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
}

.styled-slider-range.ui-slider-horizontal .ui-slider-handle:last-of-type {
    margin-left: -15px;
}

.styled-slider-range.ui-slider-horizontal .ui-slider-handle:after {
    display: none;
}

.image-aspect-ratio-16-9 {
    display: block;
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%; // 9 / 16 * 100% = 56.25% */
    padding-bottom: 75%;
    overflow: hidden;
}

.image-aspect-ratio-16-9 > img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Header */

.top-header {
    padding: 13px 0 12px;
    background-color: #fff;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #c21b20;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    z-index: 20;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header,
.site-header ul,
[class^="wpforms-field"] ul,
[class^="wpforms-field"] ol {
    padding: 0;
    margin: 0;
}

.dropdown-states {
    text-align: left;
    list-style-type: none;
    background-color: #8f1c20;
    width: 100% !important;
}

.dropdown-states li a {
    padding: 9px 24px;
    text-decoration: none;
    color: #fff;
    display: block;
}

.dropdown-states li a:hover,
.dropdown-states li a:active {
    background: #821518;
}

.header-inner {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.site-branding {
    display: inline-block;
    vertical-align: middle;
}

.site-logo .custom-logo-link {
    display: flex;
    transform: translateY(-2px);
}

.site-logo img {
    width: 160px;
    height: auto;
}

.site-navigation {
    display: flex;
    vertical-align: middle;
}

.site-navigation .menu-main-menu-right-container {
    padding-right: 15px;
}

.site-navigation .menu-item {
    display: inline-block;
}

.site-navigation .menu-item a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.site-navigation .menu-item a:hover {
    color: #fff !important;
}

.site-navigation-dropdown {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    position: absolute;
    z-index: 999;
    display: none;
}

.site-navigation-dropdown .menu-item a {
    padding: 15px;
    color: #c21b20;
    text-decoration: none;
    display: block;
}

.site-navigation-dropdown[aria-hidden="false"] {
    display: block;
}

.logo-25-years {
    margin-right: 10px;
    display: block;
}

.btn-menu-search {
    font-family: "Gordita", sans-serif;
    background-color: #fff;
    width: 150px;
    height: 80px;
    user-select: none;
}

.hotline {
    padding: 9px 15px 8px;
    background: #c21b20;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    right: 58px;
    bottom: 0;
    position: fixed;
    z-index: 99;
}

.hotline a {
    color: white;
    text-decoration: none;
}

.hotline a:focus,
.hotline a:hover,
.hotline a:active,
.hotline a:visited {
    color: white;
    text-decoration: none;
}

@media (min-width: 992px) {
    .site-navigation-toggle-holder,
    .site-navigation-dropdown {
        display: none;
    }
}

@media (min-width: 1024px) {
    .property-carousel .slick-dots li {
        width: 50px !important;
        height: 6px !important;
    }

    .property-carousel .slick-dots li button {
        width: 100% !important;
        height: 6px !important;
    }

    .three-quarters-map-right-wrap {
        min-height: calc(100vh - 130px);
    }
}

@media (min-width: 1430px) {
    body {
        padding-top: 129px;
    }

    .mobile-header {
        display: none;
    }

    .menu > .menu-item.menu-item-has-children {
        padding-right: 30px;
    }

    .site-navigation .menu-item a {
        display: block;
    }
}

@media (min-width: 1536px) {
    .top-header > .container {
        max-width: 1500px;
    }
}

@media (min-width: 1680px) {
    .top-header > .container {
        max-width: 1652px;
    }

    .site-navigation .menu-item a {
        font-size: 17px;
    }
}

@media (max-width: 1430px) {
    .site-header {
        display: none;
    }
}

@media (max-width: 767px) {
    .hotline {
        right: 15px;
        font-size: 16px;
    }
}

/* Menus */

.menu-item .sub-menu {
    display: none;
    background-color: #fff;
    width: 120%;
    padding: 20px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mobile-header .state-menu-panel {
    position: absolute;
    top: -200vh;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    transition: top 1s ease-in-out;
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    z-index: 20;
}

.mobile-header .state-menu-panel.show {
    top: -51px;
}

.mobile-header .state-menu-panel ul li {
    font-size: 22px;
    margin-bottom: 3rem;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul > li > a {
    display: block;
    padding: 15px 21px;
}

.mobile-header .social-menu {
    list-style-type: none;
    padding: 15px 21px;
    margin-bottom: 0;
}

.mobile-header .social-menu a {
    padding: 5px 16px 5px 0;
    margin-right: 10px;
}

.agent {
    padding: 15px 21px;
}

.mobile-menu a {
    color: #fff;
}

.mobile-header .mobile-menu-panel {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: calc(100vh - 51px);
    transition: left 0.75s ease-in-out;
    -webkit-transition: left 0.75s ease-in-out;
    -o-transition: left 0.75s ease-in-out;
}

.mobile-header .mobile-menu-panel.show {
    left: 0;
}

.menu > .menu-item {
    font-weight: 400;
    padding: 5px;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
}

.menu > .menu-item > a {
    padding: 22px 16px;
}

.menu > .menu-item.current-menu-item,
.menu > .menu-item:hover {
    background-color: #8f1c20;
}

.menu > .menu-item.menu-item-has-children {
    position: relative;
}

.menu > .menu-item.menu-item-has-children::after {
    font-family: "icomoon" !important;
    content: "\e902";
    position: absolute;
    color: #fff;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 6px;
    transition: transform 0.35s ease-in-out;
    -webkit-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
}

.mobile-menu .menu > .menu-item.menu-item-has-children.show::after,
.site-header .menu > .menu-item.menu-item-has-children:hover::after {
    transform: translateY(-50%) rotate(180deg);
}

.mobile-menu .menu > .menu-item a:hover,
.mobile-menu .menu > .menu-item a:focus {
    color: #fff;
}

.mobile-menu .menu > .menu-item.menu-item-has-children .sub-menu {
    width: 100%;
}

.mobile-menu .menu > .menu-item.menu-item-has-children.show .sub-menu,
.site-header .menu > .menu-item.menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
}

.sub-menu .menu-item {
    padding: 10px;
    width: 100%;
    text-align: left;
}

.sub-menu .menu-item:hover {
    background-color: #8F1C20;
}

.sub-menu .menu-item:hover a {
    color: #fff;
}

.menu-item .sub-menu a {
    color: #8F1C20;
}

.mobile-menu .menu > .menu-item {
    padding: 5px 12px;
}

.mobile-menu .menu > .menu-item > a {
    padding: 12px 10px;
}

.mobile-menu .menu > .menu-item.menu-item-has-children {
    padding: 5px 0;
}

.mobile-menu .menu > .menu-item.menu-item-has-children > a {
    display: inline-block;
    margin-left: 12px;
}

.mobile-menu .sub-menu .menu-item {
    padding: 0;
    width: 100%;
}

.mobile-menu .sub-menu a {
    padding: 10px 21px;
}

/* Dots navigation */

nav.dots {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 58px;
    top: calc(130px + 10vh);
    z-index: 15;
    /*mix-blend-mode: difference;*/
}

nav.dots span {
    font-size: 16px;
    color: #ddd;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    user-select: none;
    opacity: 0.7;
}

nav.dots span:hover,
nav.dots span:active {
    opacity: 1;
}

nav.dots span.active {
    color: #8f1c20;
    opacity: 1;
}

nav.dots span b {
    width: 30px;
    margin-right: 15px;
    line-height: 1;
    display: inline-block;
}

nav.dots span:after {
    content: "";
    width: 5px;
    height: 55px;
    background: currentColor;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1535px) {
    .menu > .menu-item > a {
        padding: 22px 6px;
    }
}

@media (max-width: 1399px) {
    nav.dots {
        display: none !important;
    }
}

@media (max-height: 512px) {
    nav.dots {
        display: none !important;
    }
}

/* Services */

@media (min-width: 1025px) {
    .service-blocks .has-arrow:after {
        content: "";
        width: 45%;
        height: 18px;
        background: url(./assets/images/workflow-arrow.svg) center center no-repeat;
        background-size: contain;
        left: 77.5%;
        top: 126px;
        position: absolute;
        display: block;
    }
}

/* Properties accordion */

.btn-accordion::after {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: auto;
    content: "";
    background-image: url("./assets/icons/plus.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.2s ease-in-out;
}

.btn-accordion:not(.collapsed)::after {
    transform: rotate(-135deg);
}

.accordion .collapse.show {
    visibility: visible;
}

.accordion .properties::-webkit-scrollbar {
    width: 11px;
}

.accordion .properties::-webkit-scrollbar-track {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.36);
}

.accordion .properties::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #fff;
}

.accordion .properties {
    padding: 5px 20px 5px 0;
    max-height: 257px;
    overflow-y: auto;
}

.accordion .properties li {
    margin-bottom: 16px;
}

.accordion .properties li:last-child {
    margin-bottom: 0;
}

.accordion-content {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.block-description-half-map-meta {
    letter-spacing: 1px;
}

.three-quarters-map-right-wrap {
    padding: 62px 35px 52px 35px;
}

.block-description-half-map-title {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 30px;
}

/* Search bar in header */

.search-bar-header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search-bar-header button[type="submit"] {
    width: 150px;
    height: 60px;
    background-color: #8f1c20;
    border: none !important;
    padding: 22px 20px;
    white-space: nowrap;
    font-weight: bold;
}

.search-bar-header input[name="keyword"] {
    border: none;
    border-left: 1px solid rgba(112, 112, 112, 0.4);
    margin-left: 15px;
    padding: 10px 15px;
    min-width: 390px;
}

.dropdown-interested {
    list-style-type: none;
    padding: 5px 17px !important;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 42px;
    right: -16px;
    width: 225px;
    color: #141414;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dropdown-interested li {
    margin-bottom: 5px;
}

/* Project list */

.project-list .project-content {
    height: 360px;
    overflow: hidden;
}

.project-list .project-content::after {
    content: "";
    position: absolute;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(255, 255, 255, 0) 90%
    );
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.project-list .project-content .find-out-more {
    color: #fff;
    font-weight: bold;
}

/* News articles */

.single-post .post-header-wrap {
    padding: 50px 0 0;
    position: relative;
}

.single-post .post-title-wrap h1 {
    line-height: 1.1;
}

.single-post .post-header-wrap.has-post-thumbnail {
    height: calc(100vh - 130px);
}

.single-post .post-header-wrap.has-post-thumbnail .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.single-post .post-header-wrap.has-post-thumbnail .post-title-wrap {
    max-width: 512px;
    left: 10%;
    top: 50%;
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
}

.post-content-wrap {
    padding: 50px 0;
}

@media (min-width: 1025px) {
    .news-posts .elementor-post__excerpt {
        width: 50%;
        display: inline-block;
    }

    .news-posts .post {
        position: relative;
        overflow: visible !important;
    }

    .news-posts .elementor-post__read-more {
        right: 0;
        bottom: 6px;
        position: absolute;
    }
}

/* Testimonial carousel */

.about-us-page.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    height: 365px !important;
    width: 120px !important;
    border-radius: 0 !important;
    object-fit: fill !important;
}

.about-us-page.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-style: normal;
}

.about-us-page i.eicon-chevron-right::before {
    font-family: 'icomoon' !important;
    content: "\e906" !important;
}

.about-us-page i.eicon-chevron-left::before {
    font-family: 'icomoon' !important;
    content: "\e905" !important;
}

@media (min-width: 1024px) {
    .milestones .swiper-slide {
        margin-right: 0 !important;
    }

    .milestones .elementor-testimonial__image {
        position: relative;
    }

    .milestones .elementor-testimonial__image::before {
        content: "";
        width: 80%;
        position: absolute;
        top: 78%;
        right: 108%;
        border-top: 2px solid #fff;
    }

    .milestones .elementor-testimonial__image::after {
        content: "";
        width: 80%;
        position: absolute;
        top: 78%;
        left: 108%;
        border-top: 2px solid #fff;
    }

    .milestones .elementor-widget-reviews .elementor-main-swiper, .elementor-widget-testimonial-carousel .elementor-main-swiper {
        width: 90% !important;
    }

    .milestones .swiper-slide:first-child .elementor-testimonial__image::before,
    .milestones .swiper-slide:last-child .elementor-testimonial__image::after {
        content: none;
    }

    .milestones .elementor-swiper-button {
        top: 49.25%;
    }
}

/* Search results */

.search-result-banner {
    position: relative;
    min-height: calc(100vh - 30px);
    background: url('./assets/images/search-result-banner.jpg') no-repeat center center;
    background-size: cover;
}

.search-result-banner::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 15%;
    bottom: 99px;
    background-color: #C21B20;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.search-result-banner::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    background-color: #C21B20;
}

.search-result .container {
    max-width: 1170px;
}

.property > .w-full > .relative {
    background: #f2f2f2;
}

.property .wp-post-image {
    height: 100%;
}

.other-properties-title,
.property .property-title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.other-properties-title::after,
.property .property-title::after {
    position: absolute;
    content: '';
    width: 258px;
    height: 5px;
    background-color: #8F1C20;
    left: 0;
    bottom: 0;
}

.search-result .properties .property:last-child {
    margin-bottom: 0 !important;
}

.property-carousel {
    margin-bottom: 0 !important;
}

.property-carousel .slick-dots {
    padding: 0 20px;
    bottom: 30px;
}

.property .property-carousel:not(.slick-initialized) {
    max-height: 621px;
    overflow: hidden;
}

.property .property-carousel .slick-dots {
    max-width: 80%;
    text-align: left;
}

.property-carousel .slick-dots li {
    width: 20px;
    height: 3px;
    margin: 0 2px;
}

.property-carousel .slick-dots li.slick-active button {
    background-color: #C21B20;
}

.property-carousel .slick-dots li button {
    width: 20px;
    height: 3px;
    padding: 0;
    background-color: rgba(248, 233, 233, 0.6);
}

.property-carousel .slick-dots li button:hover,
.property-carousel .slick-dots li button:focus {
    background-color: #C21B20;
    border: none;
}

.property-carousel .slick-dots li button::before {
    display: none;
}

.share-property:hover,
.share-property:active {
    filter: brightness(0);
}

.advanced-search-box {
    position: absolute;
    max-width: 1150px;
    margin: 0 auto;
    background-color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.advanced-search-box a img,
#searchBar a img {
    transition: all 0.2s ease;
}

.advanced-search-box a:hover img,
.advanced-search-box a:active img,
#searchBar a:hover img,
#searchBar a:active img {
    filter: brightness(1.125);
}

.advanced-search-box .criteria {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 20px;
    color: #141414;
}

.advanced-search-box .criteria:last-child {
    margin-right: 20px;
}

.advanced-search-box .criteria .close-criteria {
    padding: 15px 20px;
    transform: rotate(0);
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
}

.advanced-search-box .criteria .close-criteria:hover,
.advanced-search-box .criteria .close-criteria:focus {
    transform: rotate(-90deg);
}

.advanced-search-box .clear-filter {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}

.advanced-search-box .clear-filter:hover {
    color: #c21b20;
}

.advanced-search-box .criteria-list {
    max-height: 290px;
    overflow-y: auto;
}

.map-view-search-result {
    font-size: 1rem;
}

.map-view-search-result .property {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.map-view-search-result .property:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

@media (min-width: 1024px) {
    .property.lg\:mb-24 {
        margin-bottom: 10rem;
    }

    .property .wp-post-image {
        max-height: 480px;
    }
}

@media (max-width: 1023px) {
    .property.mb-20 {
        margin-bottom: 6.2rem;
    }

    .property > .w-full > .relative {
        height: calc((100vw - 40px) * 0.666);
    }

    .property .property-carousel:not(.slick-initialized) {
        max-height: 728px;
    }
}

/* Property details */

.property-details .property-data .data-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.property-details .property:last-child .property-image {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.property-details .property .nearby {
    border-bottom: 1px solid #999999;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

.property-details .property-image {
    border-bottom: 1px solid #999999;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.property-details .property-list {
    padding-right: 10px;
    height: min(75vh, 746px);
    overflow-y: auto;
}

#data-property-detail-popup {
    min-height: calc(min(75vh, 746px) + 72px);
}

.property-details .property-list::-webkit-scrollbar {
    width: 7px;
}

.property-details .property-list::-webkit-scrollbar-track {
    border-radius: 30px;
    background: rgba(165, 165, 165, 0.27);
}

.property-details .property-list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #C21B20;
}

.property-details .box-shadow {
    box-shadow: 0 4px 15px 0 #0000001F;
}

.property-details .social-share {
    border-bottom: 1px solid #DDDDDD;
}

.property-details .social-share a {
    font-size: 1.875rem;
}

.social-share .wp-block-cgb-block-ea-better-sharing .compact-view a.btn-primary {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.875rem;
    padding: 0;
    background-color: transparent;
    color: #c21b20;
    line-height: 1;
    width: auto;
    height: auto;
}

.social-share .wp-block-cgb-block-ea-better-sharing .compact-view .email {
    padding-left: 0;
    line-height: 1;
}

.social-share .bswp-email-btn::before {
    content: "\f0e0";
}

.social-share .bswp-email-btn svg {
    display: none;
}

.property-details .similar-offerings {
    padding: 3rem 0 0;
    margin-top: 3rem;
    border-top: 1px solid #DDDDDD;
}

.property-details .similar-property-carousel .slick-list,
.property-gallery-carousel .slick-list {
    margin: 0 -0.5rem;
}

.property-details .similar-property-carousel .slick-track {
    margin: 0;
}

.property-details .nav-pills .nav-link {
    color: #141414;
    border: 1px solid #C21B20;
    border-right: none;
    margin: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: center;
}

.property-details .nav-pills .nav-item:last-child .nav-link {
    border-right: 1px solid #C21B20;
}

.property-details .nav-pills .nav-link.active {
    color: #fff;
    background-color: #C21B20;
}

/* Overwritings */

a.btn-outline,
button.btn-outline,
.btn-outline .elementor-button {
    background-color: transparent !important;
    color: #141414 !important;
}

a.btn-outline:hover,
a.btn-outline:active,
button.btn-outline:hover,
button.btn-outline:active,
.btn-outline .elementor-button:hover,
.btn-outline .elementor-button:active {
    background-color: #c21b20 !important;
    border-color: #c21b20;
    color: #fff !important;
}

button.btn-outline-white,
.btn-outline-white .elementor-button {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff;
}

button.btn-outline-white:hover,
button.btn-outline-white:active,
.btn-outline-white .elementor-button:hover,
.btn-outline-white .elementor-button:active {
    background-color: #c21b20 !important;
    border-color: #c21b20 !important;
}

.elementor-widget-image.zoom-effect .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.elementor-widget-image.zoom-effect img,
.project-list .wp-post-image {
    display: inline-block;
    -webkit-transition: all 0.85s ease;
    transition: all 0.85s ease;
}

.elementor-widget-image.zoom-effect img:hover,
.project-list .project-content:hover .wp-post-image {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

.elementor-post.job .elementor-post__title a {
    pointer-events: none;
}

.elementor-post-navigation .elementor-post-navigation__link {
    width: auto !important;
}

.elementor-post-navigation .elementor-post-navigation__prev a {
    min-width: 240px;
}

.wpforms-form .choices__inner {
    min-height: 48px !important;
    border-color: #141414 !important;
}

.wpforms-form .choices__list--single {
    padding: 0 48px 0 10px !important;
    font-size: 16px !important;
}

.elementor-popup-modal .dialog-close-button {
    font-size: 22px;
    color: #C21B20;
}

.h-properties-map-for-elementor .cluster {
    background: #C21B20;
    border-radius: 50%;
}

.h-properties-map-for-elementor div {
    font: 600 22px/48px Arial !important;
}

.h-properties-map-for-elementor .cluster img {
    display: none;
}

.bathla-slick-arrow.slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 34px;
    border-radius: 50%;
    text-align: center;
    background: rgba(150, 150, 150, 0.35);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.bathla-slick-arrow.slick-arrow .icon {
    line-height: 45px;
}

.bathla-slick-arrow.arrow-previous {
    left: 5%;
}

.bathla-slick-arrow.arrow-next {
    right: 5%;
}

.property-carousel.small .bathla-slick-arrow.slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 28px;
}

.property-carousel.small .bathla-slick-arrow.slick-arrow .icon {
    line-height: 30px;
}

.property-carousel.small .bathla-slick-arrow.arrow-previous {
    top: 35px;
    left: 20px;
}

.property-carousel.small .bathla-slick-arrow.arrow-next {
    top: 35px;
    left: 62px;
}

.bathla-slick-arrow-1.slick-arrow {
    position: absolute;
    color: rgba(0, 0, 0, 0.33);
    font-size: 30px;
    text-align: center;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.bathla-slick-arrow-1.slick-arrow:hover {
    background: transparent;
}

.bathla-slick-arrow-1.arrow-previous {
    left: 2%;
}

.bathla-slick-arrow-1.arrow-next {
    right: 2%;
}

@media (min-width: 768px) {
    .bathla-slick-arrow-1.arrow-previous {
        left: -3%;
    }

    .bathla-slick-arrow-1.arrow-next {
        right: -3%;
    }
}

@media (min-width: 1024px) {
    .bathla-slick-arrow-1.arrow-previous {
        left: -2%;
    }

    .bathla-slick-arrow-1.arrow-next {
        right: -2%;
    }
}

.search-no-results-found {
    margin-bottom: 50px;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
}

.btn-social-share {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    background-color: #C21B20;
}

.btn-social-share:hover {
    background-color: #8E1C20;
}

.btn-social-share > img {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

.pagination-wrap {
    margin-top: 5rem;
}

.ajax-load-more .alm-btn-wrap {
    text-align: center;
    margin-top: 5rem;
}

.ajax-load-more .alm-btn-wrap button:disabled, .ajax-load-more .alm-btn-wrap button[disabled] {
    background-color: #A81216;
}

.enquire-form .styled-checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 20px 22px;
    border: 1px solid #C21B20;
    border-bottom-width: 0;
}

.enquire-form .styled-checkbox label {
    color: #707070;
    font-weight: 400;
    padding-bottom: 0;
    flex: 1;
}

.enquire-form .styled-input input {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 1.5rem;
}

.enquire-form .styled-textarea textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
}

.enquire-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    background-color: #fff;
    margin: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #141414;
    border-radius: 50%;
}

.enquire-form input[type="checkbox"]:checked + label {
    color: #000;
}

.enquire-form input[type="checkbox"]:checked::before {
    position: absolute;
    top: 50%;
    content: "\00A0\2713\00A0" !important;
    font-weight: 400;
    font-size: 40px;
    left: 50%;
    transform: translate(-40%, -60%);
    color: #C21B20 !important;
}

/* Overrides */

.email-a-friend .wp-block-cgb-block-ea-better-sharing .h4 {
    font-size: 32px;
}