/*
Description: Additional style
@author: Loris
*/

/* General */
.bagels-custom-add-to-any .addtoany_shortcode .a2a_kit {
    line-height: normal !important;
}

.bagels-custom-add-to-any .addtoany_shortcode .a2a_dd,
.bagels-custom-add-to-any .addtoany_shortcode .a2a_svg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bagels-custom-add-to-any .addtoany_shortcode .a2a_dd {
    font-size: 24px;
}

.bagels-custom-add-to-any .addtoany_shortcode .a2a_svg {
    /* background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important; */
}

a.action-links-open-addtoany {
    font-size: 22px;
}

div#action-links-open-popup-content {
    display: none;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}

.addtoany_list.a2a_kit_size_32 a {
    padding: 10px;
}

div#action-links-open-popup-content {
    border-radius: 11px;
    padding: 20px 130px 20px;
}

.action-links-open-title {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.addtoany_shortcode {
    display: flex;
    justify-content: center;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

a.a2a_dd.addtoany_share_save.addtoany_share:after {
    content: "\f064";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

a.a2a_dd.addtoany_share_save.addtoany_share svg {
    display: none;
}

a.a2a_dd.addtoany_share_save.addtoany_share span.a2a_svg.a2a_s__default.a2a_s_a2a {
    display: none;
}

.bagels-custom-add-to-any .addtoany_shortcode .a2a_svg>svg {
    /* display: none; */
}

.bagels-ls-spinner {
    position: absolute;
    right: 14px;
    top: 33%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ls-ajax-btn-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ls-ajax-btn-spinner:after,
.bagels-ls-spinner:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    border-color: #3e3e3e #3e3e3e #3e3e3e transparent;
    animation: pgl-dual-ring 1.2s linear infinite;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.ls-ajax-btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
}

.ls-ajax-btn-text,
.ls-ajax-btn-icon {
    font-weight: 600;
}

.ls-ajax-btn-icon {
    right: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.ls-ajax-parent.sending-ajax-req .ls-ajax-btn {
    opacity: 0.3;
    pointer-events: none;
}

.ls-ajax-parent.sending-ajax-req .ls-ajax-btn-icon {
    opacity: 0;
}

.ls-ajax-parent.sending-ajax-req .ls-ajax-btn-spinner {
    opacity: 1;
}


@media (max-width: 767px) {

    .bagels-ls-spinner,
    .ls-ajax-btn-spinner {
        right: 50px;
    }
}

/* General */

/* Footer Bottom */
.footer-btm img.bottom-bar-logo {
    width: 24px;
    height: auto;
}

/* Footer Bottom */

/* CTA */
.talk-to-realtor-section .avatar-img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.talk-to-realtor-section .talk-to-realtor-cta-subtitle {
    margin-top: 0;
}

.talk-to-realtor-section .talk-to-realtor-cta-title {
    margin-bottom: 10px;
}

/* CTA */

/* Property single */
.properties-sigle-info-gallery-wrapper .swiper-slide-alt {
    pointer-events: none;
}

.properties-single-info-section .main-content-wrapper .properties-sigle-info-gallery-slider .swiper-slide:hover::after {
    background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    div#action-links-open-popup-content {
        padding: 15px 74px 15px;
    }

    .action-links-open-title {
        margin-bottom: 10px;
    }


}

/* Property single */

/* Locations archive */
.locations-list-section .ll-query-message {
    text-align: center;
    margin: auto;
    background-color: #6dab3c;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #fff;
    display: table;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 15px;
}

.locations-list-section .ll-query-message.error {
    background-color: #f4524d;
}

.locations-list-section .rmb-ml-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.locations-list-row.sending-ajax-req .bagels-ls-spinner {
    opacity: 1;
}

.locations-list-section .ls-ajax-btn-spinner {
    top: 0;
    transform: none;
    right: 14px;
}

@media (min-width: 481px) {
    .locations-list-section .read-more-link-btn .rmb-alt-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .locations-list-section .ll-query-message .ll-qm-line {
        display: block;
    }

    .locations-list-section .ll-query-message {
        font-size: 13px;
        width: 100%;
        margin-top: 35px;
    }

    div#action-links-open-popup-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .locations-list-section .read-more-link-btn {
        display: inline-flex;
        margin-top: 30px;
        margin-bottom: 0;
        border-radius: 7px;
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
        padding: 0 25px 0 0;
        min-width: auto;
        background-color: transparent;
    }

    .locations-list-section .read-more-link-btn .rmb-ml-text {
        font-weight: 500;
    }

    .locations-list-section .read-more-link-btn .rmb-alt-icon {
        display: inline-block;
        font-weight: 400;
        line-height: 1.4;
        font-size: 14px;
    }
}

/* Locations archive */

/* Locations single */
.location-single-page-info .content-row .row-3 .loadmore-btn-wrapper .loadmore-properties {
    padding: 0;
    box-shadow: none;
    display: inline-flex;
    padding-right: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.location-single-page-info .content-row .row-3 .loadmore-btn-wrapper .loadmore-properties:hover {
    box-shadow: none;
}

.location-single-page-info .loadmore-properties>i {
    font-weight: 600;
}

.pg-temp-contact .prefered-service-wrapper p {
    margin-bottom: 10px;
}

.location-single-page-info .loadmore-properties .ls-ajax-btn-spinner {
    top: 14%;
    right: 14px;
}

/* Locations single */

/* Default template cf7 form */
.def-temp-page-cf7:not(:first-child) {
    margin-top: 50px;
}

.def-temp-page-cf7 .submit-wrapper>p,
.def-temp-page-cf7 .wpcf7 form div.wpcf7-response-output,
.def-temp-page-cf7 .wpcf7 form div.wpcf7-validation-errors {
    margin-bottom: 0;
}

.def-temp-page-cf7 .input-wrapper-tenure {
    /* margin-top: 15px; */
}

/*  [file image-gallery filetypes:jpg|jpeg|png limit:3mb limit:3 multiple] */
.def-temp-page-cf7 .input-wrapper-tenure>p {
    margin-bottom: 3px;
}

.def-temp-page-cf7 .input-wrapper-tenure .service-choice-wrapper>p {
    margin-bottom: -5px;
}

.def-temp-page-cf7 .prefered-prop-type-wrapper {
    margin: 10px 0;

}

.def-temp-page-cf7 .prefered-prop-type-wrapper>p {
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .def-temp-page-cf7 {
        max-width: 450px;
        margin: auto;
        padding: 40px;
        box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.16);
        border-radius: 11px;
    }
}

@media (max-width: 767px) {
    .def-temp-page-cf7:not(:first-child) {
        margin-top: 40px;
    }
}

/* Default template cf7 form */

/* FAQs archive */
.pg-temp-faqs .page-container {
    display: flex;
    justify-content: center;
}

.pg-temp-faqs .ptf-f-w-s-question {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    line-height: 1.4;
}

.pg-temp-faqs .ptf-f-w-s-descr {
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 40px;
}

.pg-temp-faqs .ptf-f-w-single {
    position: relative;
}

.pg-temp-faqs .ptf-f-w-single:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.pg-temp-faqs .ptf-f-w-single:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    bottom: 0;
}

.pg-temp-faqs .ptf-f-w-s-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 25px;
}

.slid-nav-cont-wrap .talk-to-realtor-cta-btn-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 10px 14px;
}

.slid-nav-cont-wrap .talk-to-realtor-cta-btn-wrapper .rlp-btn-primary {
    padding: 8px 15px;
}

.slid-nav-cont-wrap {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .pg-temp-faqs .ptf-faq-wrapper {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .pg-temp-faqs .ptf-f-w-s-question {
        font-size: 20px;
        font-weight: 600;
        font-size: 17px;
    }

    .pg-temp-faqs .ptf-f-w-s-descr,
    .pg-temp-faqs .ptf-f-w-s-question {
        padding-left: 0;
    }

    .pg-temp-faqs .ptf-f-w-s-icon {
        display: none;
    }

    .pg-temp-faqs .ptf-f-w-s-descr {
        font-size: 13px;
    }

    a.prod-fillterprice-type {
        font-size: 13px;
    }
}

/* FAQs archive */

/* Projects single */
.available-properties-section .ls-ajax-btn-spinner {
    top: 10%;
    transform: none;
    right: 15px;
}

/* Projects single */

/* Default Template page */
@media (max-width: 991px) {
    .def-page-template .row {
        margin-right: 0;
        margin-left: 0;
    }
}