.hp-ss-inner {
    position: relative;
}

.building-blocks__featured-properties--a2-ta {
    position: relative;
    /* padding: 92px 46px 95px; */
    line-height: 1;
}

.building-blocks__featured-properties--a2-ta * {
    box-sizing: border-box;
}

.building-blocks__featured-properties--a2-ta .block-properties__slider {
    position: relative;
}

.block-properties__list {
    padding: 4px;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a {
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

.building-blocks__featured-properties--a2-ta .block-properties__photo {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__featured-properties--a2-ta .block-properties__photo canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.building-blocks__featured-properties--a2-ta .block-properties__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}

.block-properties__details-area {
    height: 140px;
    position: relative;
    background: #000;
}

.block-properties__details-area::after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 23px;
    z-index: 5;
    width: 1px;
    height: 158px;
    background: #888888;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details-area::after {
    background: #fff;
}

.building-blocks__featured-properties--a2-ta .block-properties__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px 34px 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
}

.block-properties__details>div {
    position: relative;
    z-index: 5;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details {
    background: #fff;
}

.building-blocks__featured-properties--a2-ta .block-properties__details span.ai-font-magnifying-glass-h {
    font-size: 50px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover span.ai-font-magnifying-glass-h {
    color: #fff;
}

.building-blocks__featured-properties--a2-ta .block-properties__details-address {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
    color: #cbcbcb;
    margin: 0 0 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details-address,
.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details-price {
    color: #fff;
}

.building-blocks__featured-properties--a2-ta .block-properties__details-address strong {
    display: block;
    font-size: clamp(12px, 1.1875vw, 19px);
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.building-blocks__featured-properties--a2-ta .block-properties__details-price {
    font-size: clamp(14px, 1.125vw, 18px);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.08em;
}

.block-properties__details-specs {
    display: flex;
    position: relative;
    margin: 0 0 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details-specs {
    opacity: 1;
    margin: 15px 0 0;
    height: 15px;
    display: none;
}

.building-blocks__featured-properties--a2-ta .block-properties__details-specs span {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.building-blocks__featured-properties--a2-ta .block-properties__details-specs span em {
    font-style: normal !important;
    font-weight: 700;
    color: #fff;
}

.block-properties__details-specs span.border {
    width: 1px;
    height: 11px;
    background: #fff;
    margin: 0 15px;
    opacity: .2;
}

/*btn*/
.building-blocks__featured-properties--a2-ta .block-properties__view-more {
    margin: 46px 0 0;
}

.building-blocks__featured-properties--a2-ta .block-properties__view-more a:hover {
    background: #fff;
    color: #fff;
}

.building-blocks__featured-properties--a2-ta .block-properties__view-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
    max-width: 296px;
    height: 59px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 1px #fff;
    text-decoration: none;
    outline: none;
}

.building-blocks__featured-properties--a2-ta .block-properties__view-more a span {
    position: relative;
    z-index: 5;
}

.building-blocks__featured-properties--a2-ta .block-properties__view-more a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(184, 157, 107);
    background: linear-gradient(332deg, rgba(184, 157, 107, 1) 0%, rgba(168, 141, 91, 1) 49%, rgba(133, 103, 47, 1) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__featured-properties--a2-ta .block-properties__view-more a:hover::after {
    opacity: 1;
}

.building-blocks__featured-properties--a2-ta {
    width: clamp(100px, 93.875vw, 1502px);
    margin-left: auto;
    margin-right: auto;
}

.fp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-left: clamp(10px, 12vw, 192px);
    padding-right: clamp(10px, 12vw, 192px);
}

.building-blocks__featured-properties--a2-ta .block-properties__details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/allisonambrose/assets/images/fp-hover-info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: var(--default-transition);
    opacity: 0;
    z-index: 1;
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__details:before {
    opacity: 1;
}

.building-blocks__featured-properties--a2-ta .block-properties__photo img {
    transition: var(--default-transition);
}

.building-blocks__featured-properties--a2-ta .block-properties__list a:hover .block-properties__photo img {
    mix-blend-mode: luminosity;
}

.building-blocks__welcome--5 {
    position: relative;
    padding: 171px 15px;
    background: #fff;
    padding-bottom: 124px;
}

.building-blocks__welcome--5 .block-welcome__holder {
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.building-blocks__welcome--5 .block-welcome__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.building-blocks__welcome--5 .block-welcome__content {
    width: 60%;
    padding-right: 30px;
    padding-top: 6px;
    position: relative;
}

.building-blocks__welcome--5 .block-welcome__monogram {
    position: absolute;
    /*top: -130px;*/
    right: 30px;
    left: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: fit-content;
    bottom: 0;
}

.block-welcome__monogram img {
    max-width: 180px;
    height: auto;
    width: 100%;
}

.building-blocks__welcome--5 .block-welcome__content-inner {
    max-width: 713px;
    position: relative;
    z-index: 5;
}

.building-blocks__welcome--5 .block-welcome__title {
    font-size: 76px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 30px;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0 0 18px;
}

.building-blocks__welcome--5 .block-welcome__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 100vw;
    height: 1px;
    background: #000;
}

.building-blocks__welcome--5 .block-welcome__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 65px;
    height: 4px;
    background: #009bbb;
    z-index: 2;
}

.building-blocks__welcome--5 .block-welcome__title span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 12px;
    letter-spacing: 5px;
}

.building-blocks__welcome--5 .block-welcome__text {
    margin: 44px 0 0;
}

.building-blocks__welcome--5 .block-welcome__text p {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 2.2;
    letter-spacing: .7px;
    padding: 0 0 32px;
}

.building-blocks__welcome--5 .block-welcome__bottom {
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0 0 0;
}

.building-blocks__welcome--5 .block-welcome__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 261px;
    width: 100%;
    height: 55px;
    border: solid 2px #000;
    font-size: 14px;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 0;
}

.building-blocks__welcome--5 .block-welcome__btn a:hover {
    background: #009bbb;
    color: #fff;
    border: solid 2px #009bbb;
}

.building-blocks__welcome--5 .block-welcome__btn {
    position: relative;
    max-width: 261px;
    width: 100%;
}

.building-blocks__welcome--5 .block-welcome__contact {
    font-size: 0;
}

.building-blocks__welcome--5 .block-welcome__contact span {
    display: block;
    margin: 10px 0;
}

.building-blocks__welcome--5 .block-welcome__contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1.362px;
    outline: none !important;
    text-decoration: none !important;
}

.building-blocks__welcome--5 .block-welcome__contact em.ai-font-phone {
    font-size: 16px;
}

.building-blocks__welcome--5 .block-welcome__contact em.ai-font-envelope-f {
    font-size: 14px;
}

.building-blocks__welcome--5 .block-welcome__photo {
    width: 40%;
    padding: 32px 68px 0 0;
    position: relative;
}

.building-blocks__welcome--5 .block-welcome__photo::after {
    content: '';
    position: absolute;
    top: -48px;
    right: 0;
    width: 81%;
    height: 91%;
    border: solid 7px #f25c05;
}

.building-blocks__welcome--5 .block-welcome__photo-inner {
    position: relative;
    z-index: 2;
}

.building-blocks__welcome--5 .block-welcome__photo-inner canvas {
    display: block;
    width: 100%;
}

.building-blocks__welcome--5 .block-welcome__photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-welcome__monogram span {
    font-family: var(--font-family-title);
    font-size: clamp(34px, 5.3125vw, 85px);
    font-weight: 500;
    color: #000;
    letter-spacing: 0.04em;
}

.block-welcome__bottom .site-btn {
    width: clamp(120px, 13.5625vw, 217px);
}

.building-blocks__welcome--5 .block-welcome__contact em.ai-font-phone {
    color: #f25c05;
}

.building-blocks__welcome--5 .block-welcome__contact em.ai-font-envelope-f {
    color: #f25c05;
}

.building-blocks__social-media--1-cheryl-windom {
    position: relative;
    padding: 90px 15px;
    background: #fff;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__holder {
    position: relative;
    z-index: 5;
    max-width: 1362px;
    margin: 0 auto;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px -15px 0;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 35px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__title {
    font-size: 65px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-style: normal;
    position: relative;
    letter-spacing: 2px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__title span {
    display: block;
    font-size: 18px;
    color: #b89d6b;
    font-weight: 400;
    margin: 0 0 18px;
    letter-spacing: 6px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__text {
    width: 50%;
    max-width: 560px;
    margin: 0 0 6px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__text p {
    margin: 0 !important;
    line-height: 1.5 !important;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__col {
    width: 50%;
    max-width: 650px;
    padding: 0 15px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__feed {
    display: flex;
    flex-wrap: wrap;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account {
    width: 35px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account em {
    font-size: 26px;
    color: #b89d6b;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 18px;
    text-align: center;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account>div {
    position: absolute;
    top: 10px;
    left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account>div span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-top: auto;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account>div span:before {
    position: absolute;
    content: "";
    bottom: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 204px;
    height: 10.75vw;
    background-color: #b89d6b;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__feed-holder {
    width: calc(100% - 35px);
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__feed-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list {
    width: calc(100% / 3);
    padding: 10px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a {
    display: block;
    position: relative;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a:hover canvas {
    opacity: 0.75;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: #b89d6b;
    font-size: 110px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0.5);
    opacity: 0;
    background: linear-gradient(45deg, #f25c05, #f28705);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__list a:hover span {
    transform: scale(1);
    opacity: 1;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link {
    padding: 0 35px;
    margin: 30px 0 0;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 306px;
    height: 59px;
    border: solid 1px #b89d6b;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    outline: none !important;
    text-decoration: none !important;
    letter-spacing: 2.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link a span {
    position: relative;
    z-index: 5;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link a:hover {
    color: #fff;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b89d6b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__link a:hover::after {
    height: 100%;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account>div span {
    font-size: 14px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account em {
    color: #f25c05;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__account>div span:before {
    background: #f25c05;
    height: 6.25vw;
    max-height: 100px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__col:nth-child(2) .block-social-media__account>div span:before {
    height: 13.25vw;
    max-height: 212px;
}

.building-blocks__social-media--1-cheryl-windom .block-social-media__col .site-btn {
    margin-left: 35px;
    margin-top: 34px;
}

.section.hp-cta {
    padding: 0;
    padding-top: clamp(80px, 7.5vw, 120px);
}

.hp-cta-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.cta-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(24px, 3vw, 48px);
    font-family: var(--font-family-title);
    color: #fff;
    font-weight: 500;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.cta-item {
    position: relative;
    width: 50%;
    height: auto;
    display: block;
}

.cta-item .image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 20%;
    transition: var(--default-transition);
}

.cta-item .image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    background-image: url(/wp-content/themes/allisonambrose/assets/images/cta-hover-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 2;
}

.cta-item:hover .image-holder:after {
    opacity: 50%;
}

.cta-item:hover .image-holder:before {
    background: #f25c05;
    opacity: 80%;
}

.testimonials-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.hp-testimonials {
    padding: 0;
    padding-top: clamp(60px, 7.5625vw, 120px);
    padding-bottom: clamp(60px, 7.5625vw, 120px);
}

.hp-testimonials-inner {
    width: clamp(100px, 83.75vw, 1340px);
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.testimonials-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(35px, 4.375vw, 70px);
    gap: 5px;
}

.testimonials-arrow .site-btn {
    width: clamp(240px, 17.375vw, 278px);
}

a.testi-arrow {
    width: 71px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a34915;
    color: #a34915;
    font-size: 18px;
    text-decoration: none;
}

.testimonials-arrow .site-btn a {
    border-color: #a34915;
}

.testimonials-accent-1 {
    position: absolute;
    width: 100%;
    height: 56%;
    top: 0;
    left: 0;
}

.testimonials-accent-2 {
    position: absolute;
    width: 100%;
    height: 44%;
    bottom: 0;
    left: 0;
}

.testimonials-title .section-title span {
    color: #fff;
}

.testimonials-title .section-title h2 {
    color: #fff;
}

.testimonials-title .section-title span:before {
    background: #fff;
}

.testimonials-title {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.testi-item {
    padding: 0px 25px;
}

.testi-ratings i {
    color: #f25c05;
    font-size: 18px;
}

.testi-ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}

.testi-item p {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 2.11;
}

.testi-author-date {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.05em;
}

.testi-item a,
.testi-item>div {
    background: #fff;
    padding: 70px 50px;
    display: block;
    text-decoration: none;
}

.testimonials-slider>.slick-list {
    margin-left: -25px;
    margin-right: -25px;
}

.testimonials-arrow .site-btn a span {
    color: #fff;
}

.hp-ss-inner .slider-sd {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    bottom: 50px;
    left: 0;
    right: 0;
    width: fit-content;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    transition: var(--default-transition);
    line-height: 2.5;
}

.hp-ss-inner .slider-sd:hover,
.hp-ss-inner .slider-sd:focus {
    color: #fff;
    opacity: .7;
    transform: translateY(5px);
    text-decoration: none;
}

.hp-ss-inner .slider-sd i {
    line-height: .5;
    font-size: 24px;
}

.hp-ss-inner .splide__arrows {
    position: absolute;
    right: 80px;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#hp-ss .hp-ss-inner .splide__arrows button {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: clamp(70px, 6.937500000000001vw, 111px) !important;
    height: clamp(70px, 6.937500000000001vw, 111px) !important;
    border: 1px solid #984013;
    border-radius: 0;
    transform: none;
}

#hp-ss .hp-ss-inner .splide__arrows button i {
    font-size: 16px;
    color: #fff;
}

#hp-ss .aios-slider-splide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1;
    opacity: 30%;
}

#hp-ss .aios-slider-splide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 50%;
}

.building-blocks__featured-properties--a2-ta {
    padding-top: clamp(60px, 7.5vw, 120px);
}

#hp-ss .hp-ss-inner .splide__arrows button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f25c05 0%, #f28705 72%, #f28705 100%);
    transition: var(--default-transition);
    opacity: 0;
}

#hp-ss .hp-ss-inner .splide__arrows button:hover:before {
    opacity: 1;
}

.building-blocks__welcome--5 .block-welcome__contact a:hover {
    color: #f25c05;
}

.testi-item a {
    transition: var(--default-transition);
}

.testi-item a:hover {
    opacity: 90%;
}

.building-blocks__social-media--1-cheryl-windom {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta-item:hover .image-holder img {
    transform: scale(1.1);
}

.cta-item .image-holder {
    overflow: hidden;
}

.cta-item .image-holder img {
    transition: var(--default-transition);
}

@media only screen and (max-width: 1440px) {
    .building-blocks__featured-properties--a2-ta .block-properties__details-address {
        letter-spacing: 0;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details-address strong {
        letter-spacing: 1px;
    }

    .block-properties__details-specs span.border {
        margin: 0 10px;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details-specs span {
        letter-spacing: 0;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details span.ai-font-magnifying-glass-h {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .building-blocks__featured-properties--a2-ta {
        padding: 92px 30px 95px;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details {
        padding: 36px 25px 37px;
    }

    .block-properties__details-area::after {
        left: 12px;
    }

    .building-blocks__welcome--5 .block-welcome__text p {
        line-height: 2;
        padding: 0 0 28px;
    }

    .block-welcome__monogram img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .building-blocks__welcome--5 .block-welcome__title {
        font-size: 60px;
        letter-spacing: 20px;
    }

    .building-blocks__welcome--5 .block-welcome__text p {
        line-height: 1.7;
        padding: 0 0 20px;
    }

    .building-blocks__featured-properties--a2-ta {
        padding: 50px 15px;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details span.ai-font-magnifying-glass-h {
        font-size: 35px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__title {
        font-size: 50px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__title span {
        letter-spacing: 2px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__text p {
        margin: 0 !important;
        line-height: 1.5 !important;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        letter-spacing: 0.05em;
    }

    .building-blocks__welcome--5 .block-welcome__bottom {
        gap: 10px;
    }

    .building-blocks__welcome--5 .block-welcome__contact a {
        font-size: 12px;
    }

    .block-welcome__monogram img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .building-blocks__featured-properties--a2-ta {
        padding-bottom: 0;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__col .site-btn {
        width: clamp(300px, 18.9375vw, 303px);
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__slider {
        max-width: 500px;
        margin: 0 auto;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__list a .block-properties__details-specs {
        margin: 15px 0 !important;
    }

    .building-blocks__welcome--5 {
        padding: 50px 15px;
    }

    .building-blocks__welcome--5 .block-welcome__content {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 30px;
    }

    .building-blocks__welcome--5 .block-welcome__inner {
        flex-direction: column-reverse;
    }

    .building-blocks__welcome--5 .block-welcome__content-inner {
        max-width: 100%;
    }

    .building-blocks__welcome--5 .block-welcome__bottom {
        flex-direction: column;
    }

    .building-blocks__welcome--5 .block-welcome__contact a {
        justify-content: center;
    }

    .building-blocks__welcome--5 .block-welcome__photo {
        padding: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .building-blocks__welcome--5 .block-welcome__text p {
        line-height: 2;
        padding: 0 0 28px;
    }

    .building-blocks__welcome--5 .block-welcome__photo::after {
        display: none;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0;
        flex-direction: column;
        text-align: center;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__text {
        width: 100%;
        margin: 30px auto 6px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__col {
        width: 100%;
        margin: 0 auto 50px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__link a {
        margin: 0 auto;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__account {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__feed-holder {
        width: 100%;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__account>div {
        position: relative;
        top: 0;
        left: 0;
        writing-mode: unset;
        transform: none;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__account>div span:before {
        display: none;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__account em {
        position: relative;
        bottom: 0;
        width: auto;
        margin: 15px 0 0;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__col .site-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details span.ai-font-magnifying-glass-h {
        font-size: 26px;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__list a .block-properties__details-specs {
        margin: 8px 0 !important;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details {
        padding: 16px 25px 16px;
    }

    .block-properties__details-area::after {
        height: 130px;
        bottom: 12px;
    }

    .fp-title {
        gap: 20px;
        justify-content: center;
        flex-flow: row wrap;
    }

    .building-blocks__welcome--5 .block-welcome__monogram {
        display: none;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__list a .block-properties__details-specs {
        display: none !important;
    }

    .building-blocks__featured-properties--a2-ta .block-properties__details-price {
        margin-bottom: 16px;
    }

    .hp-ss-inner .splide__arrows {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }

    .building-blocks__welcome--5 .block-welcome__bottom {
        gap: 38px;
    }

    .building-blocks__welcome--5 .block-welcome__contact a {
        font-size: 16px;
    }

    .block-welcome__bottom .site-btn {
        width: clamp(180px, 13.5625vw, 217px);
    }

    .hp-ss-inner .splide__arrows {
        width: 100%;
        padding: 0 15px;
        justify-content: space-between;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .fp-title {
        text-align: center;
    }

    .building-blocks__welcome--5 .block-welcome__title {
        font-size: 50px;
        letter-spacing: 10px;
    }

    .building-blocks__welcome--5 .block-welcome__title::before,
    .building-blocks__welcome--5 .block-welcome__title::after {
        right: 8px;
    }

    .cta-item {
        width: 100%;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__col .site-btn {
        width: clamp(300px, 18.9375vw, 303px);
    }

    .testi-item a,
    .testi-item>div {
        padding: 28px 20px;
    }

    .testi-item p {
        font-size: 14px;
        line-height: 1.61;
    }

    .testimonials-title {
        text-align: center;
    }

    .testi-ratings {
        justify-content: center;
    }

    .testi-author-date {
        gap: 20px;
        justify-content: center;
        flex-flow: row wrap;
    }

    .testi-item p {
        text-align: center;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__col .site-btn {
        width: clamp(250px, 18.9375vw, 303px);
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .building-blocks__welcome--5 .block-welcome__title {
        font-size: 40px;
        letter-spacing: 5px;
    }

    .building-blocks__welcome--5 .block-welcome__contact a {
        letter-spacing: 0;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__list {
        width: 50%;
        padding: 10px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__link a {
        letter-spacing: 1px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__list a span {
        font-size: 70px;
    }

    .building-blocks__social-media--1-cheryl-windom .block-social-media__title {
        font-size: 35px;
    }
}