@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Numans&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: "Stolzl Medium";
    font-weight: bold;
    src: url("../fonts/stolzl_medium.otf") format("opentype");
}

:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-work-sans: "Work Sans", sans-serif;
    --font-manrope: "Manrope", sans-serif;
    --font-stolzl: "Stolzl Medium", sans-serif;

    /* Need to replace */
    --color-white: #FFF;
    --color-black: #000;
    --color-spring-wood: #F7F7F0;
    --color-log-cabin: #181E15;
    --color-cabbage-pont: #384232;
}

.ast-flex {
    display: flex;
    flex-wrap: wrap;
}

.ast-container {
    max-width: 1312px;
    margin: auto;
}

.ast-desktop {
    display: block;
}

.ast-mobile {
    display: none;
}

.ast-mobile-nav {
    display: none;
}

.ast-image {
    object-fit: cover;
    object-position: center;
}

.site-inner {
    max-width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.single-property.epl-single-listing .site-inner,
.single-land.epl-single-listing .site-inner {
    max-width: 1312px;
}

.dr-testimonials .dr-t-testi-desktop {
    display: block;
}

.dr-testimonials .dr-t-testi-mobile {
    display: none;
}

.content {
    width: 100%;
}

a {
    color: var(--color-cabbage-pont);
}

body {
    font-family: var(--font-montserrat);
    color: var(--color-cabbage-pont);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-stolzl);
}

/* Mobile Nav Burger */
.ast-mobile-nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 5;
    top: 0px;
    left: 0px;
    background: var(--color-white);
    padding: 128px 20px 20px;
}

.ast-mobile-nav .ast-close-btn {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
}

.ast-mobile-nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.10);
}

.ast-mobile-nav ul li {
    padding: 12px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
}

.ast-mobile-nav ul li a {
    font-family: var(--font-work-sans);
    color: var(--color-log-cabin);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px 10px
}


/* Header */
header {
    width: 100%;
    position: relative;
    z-index: 2;
}

header .ast-wrap {
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #F5F5DC;
    padding: 0px 20px;
}

header .h-logo {
    width: 25%;
    text-align: center;
    padding: 32px 0px;
}

header .h-logo img.ast-desktop {
    height: 40px;
    width: auto;
    margin: 0px !important;
}

header .h-nav {
    width: 75%;
    padding: 32px 0px;
    position: relative;
}

header .h-nav .ast-header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

header .h-nav .menu-main-navigation-container {
    width: 80%;
}

header .h-nav .ast-mm-button-desk {
    position: absolute;
    right: 10px;
    top: 35px;
    cursor: pointer;
}

@media screen and (max-width: 890px) {
    header .h-nav .ast-mm-button-desk {
        display: none;
    }
}

@media screen and (max-width: 940px) and (min-width: 640px) {
    header .h-nav .menu-main-navigation-container {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    header .h-nav .ast-mm-button-desk {
        display: block;
        z-index: 9;
    }
    header .h-nav .menu-main-navigation-container {
        width: 80% !important;
    }
}

header .h-nav .ast-header-nav li a {
    font-family: var(--font-work-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    /* color: var(--color-spring-wood); */
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
}

header .h-nav .ast-header-nav li a:hover {
    opacity: .7;
}

header .ast-hamburger-nav {
    position: fixed;
    width: 30%;
    height: 100vh;
    z-index: 5;
    top: 0px;
    right: 0px;
    background: var(--color-white);
    /*     padding: 150px 20px 20px; */
    padding: 150px 0px 20px;
    border-left: solid 1px #F5F5DC;
    display: none;
}

header .ast-hamburger-nav .ast-close-btn-hamb {
    position: absolute;
    top: 72px;
    right: 30px;
    width: 24px;
    height: 24px;
}

header .ast-hamburger-nav ul li {
    /*     padding: 12px 0px; */
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
}

header .ast-hamburger-nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.10);
}

header .ast-hamburger-nav ul li a {
    font-family: var(--font-work-sans);
    color: var(--color-log-cabin);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    /* 	 padding: 12px 0px; */
    padding: 12px 20px;
}

header .ast-hamburger-nav ul li>a:hover,
header .ast-mobile-nav ul li>a:hover {
    background: #f7f7f0;
}

/* Footer */
.dr-footer {
    padding: 80px 0px;
    background-color: var(--color-spring-wood);
}

.dr-footer .f-nav .f-nav-cp {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.dr-footer .f-nav .footer-logo {
    margin-bottom: 25px;
}

.dr-footer .ast-wrap {
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0px;
}

.dr-footer .ast-wrap-line {
    height: 1px;
    width: 100%;
    background-color: var(--color-log-cabin);
    width: calc(100% - 58px);
    margin: auto;
}

.dr-footer .ast-wrap-bot {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 29px 80px;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 215.385% */

}

.dr-footer .ast-wrap>div:first-child {
    width: 54%;
}

.dr-footer .ast-wrap>div:nth-child(2) {
    width: 34%;
}

.dr-footer .ast-wrap .ast-header-nav {
    margin-bottom: 64px;
}

.dr-footer .ast-wrap .ast-header-nav li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(24, 30, 21, 0.10);
    text-transform: uppercase;
    line-height: 0px;
}

.dr-footer .ast-wrap .ast-header-nav li a {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.dr-footer .ast-wrap .ast-header-nav li a:hover {
    color: #C2BDAB;
}

.dr-footer .ast-wrap .f-subscribe {
    flex-direction: column;
    justify-content: space-between;
}

.dr-footer .ast-wrap .f-subscribe,
.dr-footer .ast-wrap .f-subscribe a {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-decoration: none;
    /* 221.429% */
}


.dr-footer .ast-wrap .f-subscribe>div:first-child {
    flex-direction: column;
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    /* 187.5% */
}

.dr-footer .ast-wrap .f-subscribe .f-s-h {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.dr-footer .ast-wrap .f-subscribe .f-s-c {
    margin-bottom: 40px;
}

.dr-footer .ast-wrap .f-subscribe .f-s-i {
    margin-top: 229px;
    margin-bottom: -24px;
    flex-direction: column;
}

.dr-footer .ast-wrap .f-subscribe .f-s-i img {
    object-fit: contain;
    object-position: center;
}

.dr-footer .ast-wrap .f-subscribe .f-s-i>div {
    gap: 8px;
}

.dr-footer .ast-wrap .f-subscribe .f-s-pd {
    gap: 16px;
    margin-top: 24px;
    text-decoration: underline;
}

.dr-footer .gform_wrapper.gravity-theme .gfield .ginput_container_email input {
    height: 31px;
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    background: transparent;
    padding: 15px 0px;
}

.dr-footer .gform_wrapper.gravity-theme .gfield .ginput_container_email input::after {
    content: "";
}

.dr-footer .ast-wrap .f-subscribe .f-s-l {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-color: var(--color-log-cabin);
}

.dr-footer .gform_wrapper.gravity-theme .gfield .ginput_container_email {
    position: relative;
}

.dr-footer .gform_wrapper.gravity-theme .gfield .ginput_container_email::after {
    content: "";
    display: block;
    width: 31px;
    position: absolute;
    height: 100%;
    background: #000;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-image: url("../../images/icon-arrow-right-2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.dr-footer .gform_wrapper .gform_title,
.dr-footer .gform_wrapper .gform_description,
.dr-footer .gform_wrapper .gform_footer {
    display: none !important;
}



/* Home Page */
.home-page .hp-banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-video-overlay {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.banner-video-temp-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* transform: scale(1.5); */
    object-fit: cover;
    object-position: center;
}

.home-page .hp-banner .banner-video {
    width: 100%;
    z-index: 1;
    height: calc(100vh - 104px);
    overflow: hidden;
    max-height: 1040px;
}

/* .home-page .hp-banner .banner-video video {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
} */

.home-page .hp-banner .banner-video video {
	object-fit: cover;
	width: 100%;
	display: block;
	margin: 0;
	height: 100%;
	object-position: center center;
}

.home-page .hp-banner .banner-video .banner-video-image {
    width: 100%;
    height: 100%;
}

.home-page .hp-banner .banner-video>iframe {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    width: 140%;
    min-width: 100%;
    max-width: 140%;
    height: 140%;
    min-height: 56.25vw;
    max-height: none;
    margin: auto;
}

/* Properties Widget */
.dr-properties {
    padding: 112px 0px 56px;
}

.dr-properties .ast-wrap {
    gap: 65px 24px;
}

.dr-properties .ast-wrap>div {
    width: calc(33.3% - 16px);

}

.dr-properties .dr-prop-item {
    /*     gap: 24px; */
    gap: 10px;
    flex-direction: column;
}

.dr-properties .dr-prop-item .dr-p-address a {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.dr-properties .dr-prop-item .dr-p-address a:hover {
    opacity: .7;
}

.dr-properties .dr-prop-item .dr-p-price {
    color: var(--color-log-cabin);
    font-family: var(--font-montserrat);
    /* font-size: 24px; */
    font-style: normal;
    /* font-weight: 400; */
    line-height: 34px;
    /* min-height: 68px; */
    /* 141.667% */
    font-size: 16px;
    font-weight: 500;
}

.dr-properties .dr-prop-item .dr-p-price>div:nth-child(2) {
    min-height: 35px;
}

.dr-properties .dr-prop-item .dr-p-address {
    /*     margin-top: 8.6px; */
    margin-top: 18px;
}

.dr-properties .dr-prop-item .dr-p-line {
    width: 100%;
    height: 1px;
    background-color: rgba(24, 30, 21, 0.10);
}

.dr-properties .dr-prop-item .dr-p-features,
.epl-property-single .dr-p-features {
    gap: 18px;
    color: var(--color-black);
    font-family: var(--font-manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.dr-properties .dr-prop-item .dr-p-features {
    margin-bottom: 18px;
}

.single-property .dr-teams .dr-team-item {
    justify-content: center;
    text-align: center;
}

.single-property .dr-teams .ast-wrap>div img {
    height: 320px;
    /*     height: 200px; */
    object-fit: contain;
}

.dr-properties .dr-view-more-listings {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.dr-properties .dr-view-more-listings a.dr-t-link {
    max-width: 420px;
    width: 100%;
    padding: 19.5px 0px;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
}

.dr-properties .dr-view-more-listings a.dr-t-link:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    transition: 400ms linear 50ms;
}

/* .single-property .dr-teams .dr-team-item .dr-t-position {
    margin-bottom: 24px;
} */

.epl-property-single .dr-p-features {
    justify-content: flex-end;
}

.dr-properties .dr-prop-item .dr-p-features img,
.epl-property-single .dr-p-features img {
    margin-right: 5px;
}

.epl-property-single.view-expanded .entry-header .property-details {
    width: 50%;
}

.epl-property-single.view-expanded .entry-header .property-pricing-details {
    width: 50%;
}

.dr-properties .dr-prop-item .ast-image {
    width: 100%;
    height: 316px;
}

.dr-properties .dr-prop-item a {
    overflow: hidden;
    position: relative;
}

.dr-properties .dr-prop-item .ast-image:hover {
    transform: scale(1.1);
    transition: 2000ms linear 50ms;
}

.epl-property-single .property-meta.pricing .page-price {
    font-size: 24px;
    color: var(--color-black);
    font-family: var(--font-manrope);
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150%;
}

/* .epl-single-listing .site-inner {
    margin-top: 0px !important;
    padding: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
}

.epl-single-listing .slick-slide img {
    height: calc(100vh - 228px);
    object-fit: cover;
    object-position: center;
} */

/* About us Widget */
.dr-aboutus {
    padding: 112px 0px;
    border-top: solid 0.6px rgba(0, 0, 0, 0.10);
}

.dr-aboutus .ast-wrap {
    gap: 64px;
}

.dr-aboutus h2 {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.dr-aboutus .dr-a-desc {
    color: var(--color-cabbage-pont);
    /* Text-body-small */
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.dr-aboutus .slick-dots>li:only-child {
    display: none !important;
}

.dr-aboutus .ast-wrap>div {
    width: calc(50% - 32px);
}

.dr-aboutus .dr-a-images .slick-dots {
    text-align: center;
    margin-top: 32px;
    padding: 0px;
}

.dr-aboutus .dr-a-images .slick-dots li {
    display: inline-block;
    padding: 0px;
    margin: 0px 4px;
    width: 10px;
    height: 10px;
}

.dr-aboutus .dr-a-images .slick-dots li button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    padding: 0px;
    background-color: transparent;
    border: solid 1px #4A5940;
    outline: none;
    display: block;
}

.dr-aboutus .dr-a-images .slick-dots li.slick-active button {
    background-color: #4A5940;
}

/* Testimonial Widget */
.dr-testimonials {
    padding: 112px 0px;
    background-color: var(--color-spring-wood);
}

.dr-testimonials h2 {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.dr-testimonials .ast-wrap {
    position: relative;
}

.dr-testimonials .dr-t-testi {
    width: 100%;
    font-family: var(--font-stolzl);
    color: var(--color-log-cabin);
}

.dr-testimonials .dr-t-testi .slick-slide {
    margin: 0px 16px;
}

.dr-testimonials .dr-t-testi .dr-t-item {
    border: 1px solid var(--color-log-cabin);
    padding: 32px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-stars {
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-stars .dr-t-ratings {
    display: flex;
    gap: 4px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-stars .dr-t-ratings>img {
    margin-right: 4px;
}

.dr-testimonials .dr-t-testi .dr-t-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 44px;
}

.dr-testimonials .dr-t-testi .dr-t-title .dr-t-date {
    display: block;
    font-size: 14px;
    margin-top: 12px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-status {
    margin-bottom: 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 17px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-status>img {
    margin-right: 4px;
}

.dr-testimonials .dr-t-testi .dr-t-item .dr-t-content {
    font-family: var(--font-montserrat);
    color: var(--color-cabbage-pont);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    min-height: 250px;
}

.dr-testimonials .dr-t-testi .slick-dots {
    text-align: center;
    margin-top: 32px;
    padding: 0px;
}

.dr-testimonials .dr-t-testi .slick-dots li {
    display: inline-block;
    padding: 0px;
    margin: 0px 4px;
    width: 10px;
    height: 10px;
}

.dr-testimonials .dr-t-testi .slick-dots li button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    padding: 0px;
    background-color: transparent;
    border: solid 1px #4A5940;
    outline: none;
    display: block;
}

.dr-testimonials .dr-t-testi .slick-dots li.slick-active button {
    background-color: #4A5940;
}

.dr-testimonials .dr-t-nav {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--color-cabbage-pont);
    background: var(--color-spring-wood);
    position: absolute;
    top: calc(50% - 72px - 59px);
    cursor: pointer;
}

.dr-testimonials .dr-t-left {
    left: -15px;
}

.dr-testimonials .dr-t-right {
    right: -15px;
}

.dr-testimonials .dr-t-verified {
    width: 100%;
    margin-top: 60px;
    gap: 24px;
    flex-direction: column;
    align-items: center;
}

.dr-testimonials .dr-t-verified>div:first-child {
    gap: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: var(--font-stolzl);
    color: var(--color-log-cabin);
}

.dr-testimonials .dr-t-verified>div:nth-child(2) img {
    width: 348px;
}

/* teams */
.dr-teams {
    padding: 112px 0px;
}

.dr-teams h2 {
    font-family: var(--font-stolzl);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-log-cabin);
    margin-bottom: 80px;
}

.dr-teams .ast-wrap {
    /*     gap: 24px; */
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-between;
}

.dr-teams .ast-wrap>div {
    /*     max-width: 377px; */
    max-width: 100%;
    margin-bottom: 50px;
}

.dr-teams .ast-wrap a {
    text-decoration: none;
    width: 100%;
}

.dr-teams .ast-wrap>div img {
    width: 100%;
    height: 520px;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .dr-teams .ast-wrap>div img {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .dr-teams .ast-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .dr-teams .ast-wrap>div {
        max-width: 100%;
    }

    .dr-testimonials .dr-t-nav {
        bottom: 115px !important;
    }

    .dr-testimonials .dr-t-left {
        left: calc(47% - 60px);
    }

    .dr-testimonials .dr-t-right {
        right: calc(47% - 60px);
    }

    .dr-testimonials .dr-t-testi {
        margin-bottom: 40px;
    }

}

.dr-teams .ast-wrap .dr-t-name a {
    font-family: var(--font-stolzl);
    color: var(--color-log-cabin);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
    min-height: 32px;
}

.dr-teams .ast-wrap .dr-t-position,
.dr-teams .ast-wrap .dr-t-phone {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 141.667% */
    /*     margin-bottom: 48px; */
    min-height: 34px;
    width: 100%;
}

.dr-teams .ast-wrap .dr-t-email {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 100%;
    font-weight: 400;
}

.dr-teams .ast-wrap .dr-t-link {
    width: 100%;
    padding: 19.5px 0px;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
    margin-top: 40px;
}

.dr-teams .ast-wrap .dr-t-link:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    transition: 400ms linear 50ms;
}

/* Default Page */
.default-page .dr-page-content {
    padding: 64px 0px;
}

.default-page .dr-page-content h1 {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    /* margin-left: 12px; */
}

.default-page.page-id-161 .dr-page-content h1,
.default-page.page-id-162 .dr-page-content h1,
.default-page.page-id-163 .dr-page-content h1,
.default-page.page-id-799 .dr-page-content h1 {
    font-size: 48px;
}

.page-rent-listing .dr-get-notif {
    width: 100%;
    padding: 112px 0px;
}

.page-rent-listing h3.epl-shortcode-results-message-default {
    display: none;
}

.page-rent-listing .dr-get-notif .ast-wrap {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.page-rent-listing .dr-get-notif h2 {
    font-size: 18px;
    color: #000;
    font-family: var(--font-stolzl);
}

.page-rent-listing .dr-get-notif .dr-t-link {
    width: 100%;
    padding: 19.5px 0px;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--color-black);
    text-transform: uppercase;
    background-color: var(--color-black);
    color: var(--color-white);
    max-width: 380px;
}

.page-rent-listing .dr-get-notif .dr-t-link:hover {
    border: 1px solid #C2BDAB;
    color: var(--color-cabbage-pont);
    background-color: transparent;
    transition: 400ms linear 50ms;
}

.default-page.page-404 input.search-form-submit {
    background-color: transparent;
    width: 100%;
    padding: 19.5px 0px !important;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
    max-width: 160px;
    border-radius: 0px !important;
    margin-bottom: 30px !important;
    margin-top: 32px !important;
    display: inline-block;
}

.default-page.page-404 input.search-form-submit:hover {
    background: var(--color-cabbage-pont);
    color: var(--color-white);
}

.default-page.dr-rent-content .dr-page-content h1 {
    margin-left: 0px;
}

.default-page .dr-page-content .ast-wrap {
    flex-direction: column;
}

/* Listing Shortcode tweaks */
.epl-shortcode .epl-sort-listings,
.epl-shortcode .entry-content,
.epl-loop-tools-wrap,
.epl-shortcode .property-address {
    display: none;
}

.epl-shortcode .epl-property-blog .entry-title a {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.epl-shortcode .epl-property-blog .price {
    color: var(--color-log-cabin);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 34px;
    margin-top: 14px;
}

.epl-shortcode .epl-property-blog .property-address .entry-title-sub,
.epl-shortcode .epl-property-blog .property-address a {
    color: var(--color-cabbage-pont);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.epl-shortcode .epl-property-blog .epl-property-blog-entry-wrapper {
    box-shadow: none;
}

.epl-shortcode .epl-property-blog {
    margin-bottom: 60px;
}

.epl-shortcode .epl-property-blog.epl-listing-grid-view .entry-title {
    min-height: 58px;
}

.epl-shortcode .epl-property-blog.epl-listing-grid-view {
    margin-right: 12px;
    width: calc(33.3% - 16px);
}

.epl-shortcode .epl-property-blog .status-sticker:first-child {
    margin-left: 8px;
}

.epl-shortcode .epl-property-blog .status-sticker {
    margin: 0px 4px;
    color: var(--color-black);
    font-family: var(--font-manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 10px;
    color: var(--color-white);
}

.epl-shortcode .epl-property-blog .property-box img:hover {
    transform: scale(1.1);
    transition: 2000ms linear 50ms;
}


.epl-shortcode .epl-property-blog.epl-listing-grid-view .property-box img {
    width: 100%;
    min-height: 275px;
    object-fit: cover;
    object-position: center;
}

.epl-shortcode .epl-property-blog .property-box img {
    width: 90%;
}

.epl-property-blog .property-box-right {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 24px;
    padding-bottom: 22px;
    border-bottom: solid 1px rgba(24, 30, 21, 0.10);
}

.epl-property-blog .property-box-right .entry-title {
    order: 1;
    width: 100%;
}

.epl-property-blog .property-box-right .price {
    order: 2;
    width: 100%;
    /*     padding-bottom: 24px; */
    padding-bottom: 0px;
    margin-top: 12px;
    margin-bottom: 16px;
    /*     border-bottom: solid 1px rgba(24, 30, 21, 0.10); */
    /*     min-height: 93px; */
    line-height: normal;
}

.epl-property-blog .property-box-right .price .page-price {
    color: var(--color-log-cabin);
}

.epl-property-blog .property-box-right .property-feature-icons {
    order: 3;
    width: 100%;
}

.epl-property-blog .epl-blog-image {
    overflow: hidden;
    max-height: 285px;
}

.default-page .epl-stickers-wrapper {
    display: none;
}

/* Single Listing Tweaks */
.epl-property-single .entry-title,
.epl-property-single.view-expanded .item-street,
.epl-property-single .entry-title-sub {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.epl-property-single .secondary-heading {
    display: none;
}

.dr-image-gallery-wrap {
    position: relative;
    margin-bottom: 32px;
}

.dr-image-gallery-wrap .dr-image-gallery .slick-track>a>img {
    max-height: 875px;
    object-fit: contain;
    object-position: center;
}

.dr-image-gallery-wrap .dr-i-arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #000;
    border-radius: 25px;
    padding: 10px;
    cursor: pointer;
}

.dr-image-gallery-wrap .dr-i-arrow:hover {
    opacity: .8;
}

.dr-image-gallery-wrap .dr-i-arrow.dr-i-left {
    left: 25px;
}

.dr-image-gallery-wrap .dr-i-arrow.dr-i-right {
    right: 25px;
}

.dr-image-gallery-wrap .slick-arrow {
    display: none !important;
}

.epl-property-single .dr-teams {
    padding: 80px 0px 118px;
}

.epl-property-single .dr-preview-content .dr-t-link {
    margin-top: 24px;
    width: 160px;
    padding: 19.5px 0px;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
    cursor: pointer;
}

a.dr-app-lnk {
	display: block;
    margin-top: 55px;
    width: 160px;
    padding: 19.5px 0px;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
    cursor: pointer;
}

a.dr-app-lnk:hover {
	background: #000;
	color: #fff;
}

.epl-property-single .dr-preview-content .dr-t-link:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    transition: 400ms linear 50ms;
}

.epl-property-single .dr-preview-content {
    display: none;
}

.epl-property-single .dr-full-content {
    display: block;
}

/* .epl-property-single .property-meta.pricing {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    font-weight: bold;
} */

/* .epl-property-single .property-details .entry-title,
.epl-property-single.view-expanded .property-details .item-street,
.epl-property-single .property-details .entry-title-sub {
    font-weight: 400;
    display: inline;
    font-size: 20px !important;
    font-family: var(--font-montserrat) !important;
} */

.epl-property-single.view-expanded .property-pricing-details .property-feature-icons {
    color: var(--color-black);
    font-family: var(--font-manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.epl-property-single .epl-tab-title {
    border-bottom: none;
    width: 100%;
    padding: 0px;
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 45px;
}

.epl-property-single .epl-gallery-entry .gallery .gallery-item {
    width: 180px;
    clear: none !important;
}

.epl-property-single .epl-button,
.default-page .gform_wrapper.gravity-theme .gform_footer .gform_button {
    background-color: transparent;
    width: 100%;
    padding: 19.5px 0px !important;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-cabbage-pont);
    border: 1px solid #C2BDAB;
    text-transform: uppercase;
    max-width: 160px;
    border-radius: 0px !important;
    margin-bottom: 30px !important;
}

.epl-property-single .epl-button:hover,
.default-page .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    transition: 400ms linear 50ms;
}

.epl-property-single .epl-property-features a {
    text-decoration: none;
}

.epl-property-single .epl-author-box-outer-wrapper,
.epl-property-single .author-box {
    background-color: transparent;
}

.epl-property-single .epl-author-box .epl-author-title {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.epl-property-single .epl-author-box .epl-author-contact {
    color: var(--color-log-cabin);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.epl-property-single ul.epl-author-tabs li.epl-author-current {
    padding: 6px 13px;
    color: var(--color-white);
    text-transform: uppercase;
    background: var(--color-cabbage-pont);
    border: none;
}

.epl-property-single .epl-author-box-outer-wrapper {
    border: none;
}



.dr-custom-single-property .entry-image {
    margin-bottom: 28px;
}

.dr-custom-single-property .gform_wrapper.gravity-theme .gform_footer .gform_button {
    border-radius: 0px;
    margin: auto 0px;
    display: block;
    padding: 20px 115px;
}

.dr-custom-single-property .dr-form-title {
    color: var(--color-log-cabin);
    font-family: var(--font-stolzl);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.epl-icon-container-bed svg,
.epl-icon-container-bath svg,
.epl-icon-container-car svg,
.epl-icon-container-area svg,
.epl-icon-container-air {
    display: none;
}

.epl-icon-svg-container {
    margin-right: 18px;
}

.epl-icon-container-bed>.bed {
    background-image: url(../../images/icon-bed.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 28px;
}

.epl-icon-container-bath>.bath {
    background-image: url(../../images/icon-bath.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 28px;
}

.epl-icon-container-car>.car {
    background-image: url(../../images/icon-garage.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 28px;
}

.epl-icon-container-area>.area {
    background-image: url(../../images/icon-unit.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 28px;
    background-size: contain;
}


/* .epl-property-single .epl-section-property-details h5,
.epl-property-single .epl-section-description h5,
.epl-property-single .property-gallery,
.epl-property-single .site-footer,
.single-property .site-footer,
.epl-property-single .epl-author-box-container ul.epl-author-tabs {
    display: none;
} */

/* Rent Template */
.rent-page .dr-rent-content .dr-pc-content {
    gap: 32px;
}

.rent-page .dr-rent-content .dr-pc-content>div {
    width: calc(50% - 16px);
}

/* Contact Forms */
.default-page .gform_heading {
    display: none !important;
}

.default-page .dr-page-content ul,
.default-page .dr-page-content ol {
    margin: auto;
    box-sizing: auto;
    padding-inline-start: 40px;
    margin-block-end: 1em;
}

.default-page .dr-page-content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
}

.default-page .dr-page-content ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.default-page .dr-page-content ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.default-page .dr-page-content li ol>li {
    margin: 0;
}

.default-page .dr-page-content li ol>li:before {
    content: counters(item, ".") " ";
}

.page-id-209 .dr-page-content li ul {
    margin-top: 20px;
}

.page-id-209 .dr-page-content li ul li p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.default-page .dr-page-content ul>li {
    list-style-type: disc;
}

/* .default-page .dr-page-content ol>li {
    list-style-type: decimal;
} */


.default-page .gform_wrapper.gravity-theme .gfield input {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 10px;
}

.default-page .gform_wrapper.gravity-theme .gfield textarea {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 10px;
    height: 200px !important;
}

.default-page .gform_wrapper.gravity-theme .gform_footer .gform_button {
    border-radius: 0px;
}

.default-page .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
    background: var(--color-cabbage-pont);
}

/* Single Team */
.single-team .dr-team-content .ast-wrap {
    gap: 64px;
    flex-direction: row;
}

.single-team .dr-page-content h1 {
    margin-bottom: 0px;
    margin-left: 0px;
}

.single-team .dr-team-content .ast-wrap>div {
    width: calc(50% - 32px);
}

.single-team .dr-team-content .dr-pc-t-pos,
.single-team .dr-team-content .dr-pc-t-pn a,
.single-team .dr-team-content .dr-pc-t-email a {
    font-family: var(--font-montserrat);
    color: var(--color-log-cabin);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    min-height: 34px;
    text-decoration: none;
}

@media only screen and (max-width:572px) {
    .single-team .dr-team-content .dr-pc-t-email a {
        font-size: 100%;
    }
}

.single-team .dr-team-content .dr-pc-t-email {
    margin-bottom: 48px;
}

.single-team .dr-team-content .dr-pc-photo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.ast-mm-button {
    position: absolute;
    right: 20px;
    z-index: 1;
    pointer-events: all;
}


@media only screen and (min-width: 1312px) {

    .single-property.epl-single-listing .site-inner,
    .single-land.epl-single-listing .site-inner {
        padding: 0px;
    }
}

@media only screen and (min-width: 1140px) {
    header .h-nav .ast-header-nav {
        gap: 45px;
    }
}


@media only screen and (max-width: 1024px) {
    .ast-container {
        margin: 0px 20px;
    }

    .dr-teams .ast-wrap .dr-t-position {
        min-height: 68px;
    }

    .home-page .hp-banner .banner-video {
        max-height: 760px;
    }

    .dr-image-gallery-wrap .dr-i-arrow.dr-i-left {
        left: 20px;
    }

    .dr-image-gallery-wrap .dr-i-arrow.dr-i-right {
        right: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .home-page .hp-banner .banner-video>iframe {
/*         transform: scale(2.5); */
    }

    .dr-teams .ast-wrap .dr-t-name a,
    .dr-teams .ast-wrap .dr-t-position {
        font-size: 20px;
    }

    .dr-aboutus h2,
    .dr-testimonials h2,
    .dr-teams h2 {
        font-size: 56px;
    }

    .dr-image-gallery-wrap .dr-image-gallery .slick-track>a>img {
        max-height: 640px;
    }
}

@media only screen and (max-width: 768px) {
    .ast-desktop {
        display: none;
    }

    .ast-mobile {
        display: block;
    }

    .dr-properties .ast-wrap {
        justify-content: center;
    }

    .rent-page .dr-rent-content .dr-pc-content>div {
        width: 100%;
    }

    .single-team .dr-team-content .ast-wrap>div {
        width: 100%;
    }

    header .ast-wrap {
        padding: 0px;
    }

    header .h-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 48px 20px;
        background-color: transparent;
    }


    header .h-nav {
        padding: 18px 0px;
    }

    .ast-mobile-ver {
        width: 380px;
        margin: auto;
    }

    .dr-properties .ast-wrap>div {
        width: calc(50% - 24px);
    }

    .dr-image-gallery-wrap .dr-image-gallery .slick-track>a>img {
        max-height: 490px;
    }

}

@media only screen and (max-width: 480px) {

    .dr-image-gallery-wrap .dr-i-arrow {
        top: calc(50% - 16px);
        width: 32px;
        height: 32px;
        padding: 5px;
    }

    .page-rent-listing .dr-get-notif {
        padding: 64px 0px;
    }

    .page-rent-listing .dr-get-notif h2 {
        font-size: 18px;
    }

    header .h-nav .ast-header-nav {
        gap: 16px;
    }

    header .h-nav {
        /*         background: var(--color-cabbage-pont); */
        background: #181e15;
        width: 100%;
    }

    header .h-nav .ast-header-nav li a {
        /*         color: var(--color-spring-wood); */
        color: #fff;
    }

    header .h-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    header .h-logo>a {
        width: 255px;
        line-height: 0px;
    }

    header .h-logo>img {
        width: 24px;
        height: 24px;
    }

    .ast-mobile-ver {
        width: 380px;
        margin: auto;
    }

    .home-page .hp-banner .banner-video {
        height: calc(100vh - 188px);
    }

    .home-page .hp-banner .banner-video>iframe {
        transform: scale(2.2);
    }

    .dr-properties {
        padding: 64px 0px 32px;
    }

    .epl-property-single .dr-p-features {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .single-property .dr-teams .dr-team-item {
        justify-content: flex-start;
        text-align: left;
    }

    .single-property .dr-teams .ast-wrap>div img {
        object-position: left;
        width: 100%;
        height: 100%;
    }

    .dr-properties .ast-wrap>div {
        width: calc(100%);
    }

    .dr-properties .dr-view-more-listings {
        margin-top: 32px;
    }

    .dr-aboutus {
        padding: 64px 0px;
    }

    .dr-aboutus .ast-wrap>div {
        width: calc(100%);
    }

    .dr-teams .ast-wrap>div {
        width: 100%;
    }

    .dr-footer .ast-wrap>div:first-child {
        width: 100%;
        order: 2;
    }

    .dr-footer .ast-wrap>div:nth-child(2) {
        width: 100%;
        order: 1;
    }

    .dr-teams {
        padding: 60px 0px;
    }

    .dr-teams .ast-wrap .dr-t-name a,
    .dr-teams .ast-wrap .dr-t-position {
        font-size: 24px;
    }

    .dr-aboutus h2,
    .dr-testimonials h2,
    .dr-teams h2 {
        font-size: 36px;
    }

    .dr-teams h2 {
        margin-bottom: 60px;
    }

    .dr-teams .ast-wrap .dr-t-position {
        min-height: auto;
    }


    .dr-testimonials {
        padding: 60px 0px;
    }

    /* .dr-testimonials .dr-t-testi-desktop {
        display: none;
    } */

    .dr-testimonials .dr-t-testi-mobile {
        display: block;
    }

    .dr-testimonials .dr-t-testi-mobile .slick-slide>div {
        margin-bottom: 32px;
    }

    .dr-testimonials .dr-t-testi-mobile .slick-slide {
        margin: 0px;
    }


    .dr-testimonials .dr-t-nav {
        top: auto;
        bottom: 132px;
    }

    .dr-footer {
        padding: 48px 0px;
    }

    .dr-footer .ast-wrap {
        padding: 0px;
        margin-bottom: 25px;
    }

    .dr-footer .ast-wrap .f-subscribe .f-s-c {
        margin-bottom: 24px;
    }

    .dr-footer .ast-wrap .f-subscribe .f-s-i {
        margin-top: 39px;
        margin-bottom: auto;
    }

    .dr-footer .ast-wrap .f-subscribe .f-s-pd {
        padding-bottom: 48px;
        margin-bottom: 48px;
        border-bottom: 1px solid var(--color-black);
    }

    .dr-footer .ast-wrap .ast-header-nav {
        margin-bottom: 48PX;
    }

    .dr-footer .ast-wrap-line {
        width: 100%;
    }

    .dr-footer .ast-wrap-bot {
        padding: 25px 0px 48px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 200% */
    }

    .epl-shortcode .epl-property-blog.epl-listing-grid-view {
        width: 100%;
        max-width: 100%;
        margin: 0px 0px 12px;
    }

    .epl-property-single .tab-content ul {
        padding: 0px 10px;
    }

    .epl-property-single .epl-gallery-entry .gallery .gallery-item {
        width: 50%;
    }

    .default-page .dr-page-content h1 {
        font-size: 48px;
        margin-left: 0px;
    }

    .epl-property-single.view-expanded .entry-header .property-details {
        width: 100%;
    }

    .epl-property-single.view-expanded .entry-header .property-pricing-details {
        width: 100%;
    }

    .dr-image-gallery-wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -32px;
    }

    .epl-property-single .entry-header .title-meta-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: -10px;
    }

    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(1) {
        order: 1;
    }

    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(1) .entry-title,
    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(1) .item-street,
    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(1) .entry-title-sub {
        font-family: var(--font-montserrat) !important;
        font-size: 20px !important;
        /*         font-weight: 400px !important; */
        font-weight: bold !important;
    }


    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(2) {
        order: 2;
        font-size: 24px;
    }

    .epl-property-single .entry-header .title-meta-wrapper>div:nth-child(2) .page-price {
        font-weight: bold;
    }

    .epl-property-single .dr-preview-content {
        display: block;
    }

    .epl-property-single .dr-full-content {
        display: none;
    }

    .epl-property-single .epl-tab-wrapper {
        display: flex;
        flex-direction: column;
    }

    .epl-property-single .epl-tab-wrapper>* {
        order: 2;
    }

    /*     .epl-property-single .epl-tab-wrapper .epl-section-map {
        order: 1;
    } */

    .dr-image-gallery-wrap .dr-image-gallery .slick-track>a>img {
        max-height: 280px;
    }
}

.property-sold-date.hidden {
    display: none;
    margin: 0;
}

.property-sold-date {
    font-size: 14px;
    width: 100%;
    margin: 8px 0 0;
    color: var(--color-log-cabin);
    line-height: normal;
    font-weight: 500;
    font-family: var(--font-montserrat);
}

.property-sold-date.align-right {
    text-align: right;
    margin: 4px 0 0;
}

@media screen and (max-width: 500px) {
    .property-sold-date.align-right {
        text-align: left;
        margin-top: 16px;
    }
}

.attachment-full.size-full {
    width: 100%;
}