/***
Template Style: Listing Details
***/
.ip-banner,
#main-wrapper > #breadcrumbs,
.entry-title {
    display: none;
}
#main-wrapper-full{
    margin-top: unset;
} 
#inner-page-wrapper > .container{
    padding-right: unset; 
    padding-left: unset;
    width: unset;
}

.custom-ip-banner {
    margin-bottom: 6px;
    background-size: cover !important;
    position: relative;
}

.custom-ip-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.custom-ip-banner canvas {
    width: 100%;
}

.custom-breadcrumbs p {
    font-size: 14px;
    color: #515151;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 31px 0 42px auto !important;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
    color: var(--accent-color);
}

.ld-gallery {
    position: relative;
    font-size: 0;
}

.ls-main-slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ld-thumb-slider-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 2;
}

.ld-thumb-slider-wrap button {
    font-size: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
}

.ld-thumb-slider-wrap button:hover {
    opacity: 0.6;
}

.ld-thumb-slider-wrap button:before {
    content: '';
    width: 11px;
    height: 17px;
    background: url(../../images/listing-details/slider-arrow.png) center center no-repeat;
}

.ld-thumb-next.slick-arrow::before {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ld-thumb-slider {
    width: calc(100% - 194px);
}

.ld-thumb-item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scaleY(0.85);
    transform: scaleY(0.85);
    transform-origin: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.ld-thumb-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.49);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ld-thumb-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ld-thumb-item:hover:before {
    opacity: 0;
}

.ld-thumb-slider .slick-active.slick-center .ld-thumb-item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ld-thumb-slider .slick-active.slick-center .ld-thumb-item:before,
.ld-thumb-slider .slick-active.slick-center .ld-thumb-item:hover:before {
    opacity: 0;
}

.ld-price {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

.ld-content {
    position: relative;
}

.ld-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 723px;
    background: url(../../images/listing-details/content-bg1.jpg) center center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.2;
}

.ld-bg1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 17%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 17%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 17%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.ld-bg1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 17%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 17%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 17%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ld-bg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 723px;
    background: #000;
}

.ld-bg2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../../images/listing-details/content-bg2.jpg) center center;
    opacity: 0.25;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 1;
}

.ld-bg2:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color);
    opacity: 0.6;
}

.ld-content .container {
    position: relative;
    z-index: 3;
}

#main-wrapper h1.ld-add {
    padding-left: 0;
    padding-top: 0;
    font-size: 65px;
    margin: 0;
    font-weight: 400;
}

#main-wrapper h1.ld-add:before, #main-wrapper h1.ld-add:after {
    display: none;
}

#main-wrapper h1.ld-add span {
    font-family: var(--font-family-default);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5em;
    padding-left: 0;
    margin-top: 20px;
}

.ld-details {
    font-size: 18px;
    color: #939393;
    text-transform: uppercase;
    margin-top: 31px;
}

.ld-details span {
    display: inline-block;
}

.ld-details span:not(:last-of-type) {
    margin-right: 50px;
}

.ld-idx-logo {
    margin-bottom: 28px;
}

#main-wrapper .ld-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #000;
}

#main-wrapper .ld-smi {
    margin-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 0;
    margin-top: 21px;
}

#main-wrapper .ld-smi a {
    color: #000;
}

.ld-smi li:not(:last-of-type) {
    margin-right: 36px;
}

#main-wrapper .ld-smi a:hover, #main-wrapper .ld-smi a:focus {
    color: var(--accent-color);
}

#main-wrapper .ld-smi i {
    font-size: 23px;
    font-style: normal;
}

#main-wrapper ul.ld-cta {
    margin-left: 90px;
    list-style: none;
    margin-top: 230px;
    position: relative;
}

#main-wrapper ul.ld-cta:before {
    content: '';
    position: absolute;
    top: -40px;
    right: -50px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.ld-cta li {
    position: relative;
}

.ld-cta a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 23px 10px;
    margin: 14px 0;
    font-weight: 500;
    letter-spacing: 0.5em;
    font-size: 13px;
}

.ld-cta a:hover, .ld-cta a:focus {
    background: var(--accent-color);
}

.ld-map {
    margin-top: 80px;
}

.ld-map iframe {
    width: 100%;
    max-height: 489px;
}

/*** Similar Properties ***/
.similar-properties {
    margin-top: 95px;
    margin-bottom: 40px;
    overflow: hidden;
}

#main-wrapper .similar-properties h2 {
    text-align: left;
    font-size: 65px;
    margin-bottom: 53px;
    padding-left: 0;
}

#main-wrapper .similar-properties .sp-lists #no-prop{
    margin: auto;
} 

.similar-properties h2:after {
    left: 0;
}

.sp-lists {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

.sp-item {
    padding: 12px;
}

.sp-item a {
    display: block;
    position: relative;
    overflow: hidden;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}

.aiosp-bg {
    background: #000 !important;
}

.sp-item a:hover .ls-icon, .sp-item a:focus .ls-icon {
    opacity: 0;
}

.sp-item a:hover .ls-btn, .sp-item a:focus .ls-btn {
    opacity: 1;
}

.sp-item a:hover .ls-img, .sp-item a:focus .ls-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ls-img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ls-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 35px 125px 26px 30px;
}

.ls-price {
    font-family: var(--font-family-title);
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1;
}

.ls-add {
    font-family: var(--font-family-title);
    font-size: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.2;
}

.ls-add span {
    display: block;
    font-family: var(--font-family-default);
    font-size: 14px;
    letter-spacing: 0.3em;
}

.ls-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin-top: 5px;
}

.ls-icon {
    position: absolute;
    right: 31px;
    bottom: 28px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ls-btn {
    position: absolute;
    right: 15px;
    bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--accent-color);
    padding: 16px 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    font-size: 10px;
    text-shadow: none;
}

/*** Popup ***/
.aiosp-content.aios-popup-body {
    max-width: 693px;
}

.popup-logo img {
    filter: invert(1);
}

.ld-popup h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.145em;
    color: #000;
    margin-top: 28px;
}

.pu-add {
    font-size: 21px;
    color: #000;
    letter-spacing: 0.05em;
    margin-top: 19px;
}

.ld-popup form {
    max-width: 448px;
    margin: 45px auto 0;
}

.ld-popup form input {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.145em;
    text-transform: uppercase;
    text-align: center;
    margin: 7px 0;
    border: 1px solid #000;
    height: 49px;
}

.ld-popup form input[type="submit"] {
    background: #000;
    color: #fff;
}

.ld-popup form .wpcf7-response-output {
    color: #000;
}

.ld-popup form input[type="submit"]:hover, .ld-popup form input[type="submit"]:focus {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.aiosp-content.aios-popup-body {
    max-width: 693px;
    padding: 63px 16px 76px !important;
}

.ld-popup form .wpcf7-spinner {
    bottom: -22px !important;
    margin: 0;
}

/*** Popup Share ***/
.pp-ld-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin-top: 60px;
}

.pp-ld-smi i {
    font-size: 35px;
    color: var(--accent-color);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.pp-ld-smi a:hover i, .pp-ld-smi a:focus i {
    color: #151515;
}

.pp-ld-smi li:not(:last-of-type) {
    margin-right: 75px;
}

.pp-ld-smi i.ai-font-youtube {
    font-size: 40px;
}

.aiosp-container {
    position: relative;
    height: auto;
    min-height: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 887px;
    width: 80%;
    min-height: auto;
    padding: 55px 20px 60px;
    margin: 100px auto;
}

.aiosp-content .listings-popup {
    position: relative;
}

.aiosp-content .listings-popup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup + .aiosp-close {
    font-size: 40px;
    color: var(--aios-listing-primary-color);
    top: 7px;
    right: 7px;
}

.aiosp-content .listings-popup form {
    width: 90%;
    max-width: 735px;
    margin: 32px auto 0;
}

.aiosp-content .listings-popup > h2 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    text-align: center;
}

.aiosp-content .listings-popup > h2 span {
    font-size: 25px;
}

.aiosp-content .listings-popup > p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533;
    letter-spacing: 0.025em;
    color: #7e7e7e;
    text-align: center;
    margin-top: 20px;
}

.aiosp-content .listings-popup-row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-field {
    padding: 8px;
}

.aiosp-content .listings-popup-field.submit {
    padding-top: 42px;
    padding-bottom: 0;
}

.aiosp-content .listings-popup input[type=email],
.aiosp-content .listings-popup input[type=tel],
.aiosp-content .listings-popup input[type=text],
.aiosp-content .listings-popup select,
.aiosp-content .listings-popup textarea,
.aiosp-content .listings-popup .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 0 !important;
    color: #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
}

.aiosp-content .listings-popup textarea {
    height: 65px;
    resize: none;
    margin-top: 15px;
}

.aiosp-content .listings-popup input[type="submit"],
.aiosp-content .listings-popup button[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 283px;
    height: 68px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: var(--aios-listing-primary-color);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-content .listings-popup input[type="submit"]:hover,
.aiosp-content .listings-popup button[type="submit"]:hover {
    background: #515050;
    color: #fff;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button{
    font-size: 18px;
    width: 100%;
    border-radius: 0 !important;
    padding: 0px;
}
.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button{
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    font-size: 18px !important;
}
.aiosp-content .listings-popup .wpcf7-form-control-wrap {
    display: block;
}

.aiosp-content .listings-popup .ajax-loader {
    position: absolute;
    left: calc(50% - 8px);
    margin: 0;
}

.aiosp-content .listings-popup .wpcf7-response-output {
    text-align: center;
    font-size: 16px;
    width: 90%;
    max-width: 735px;
    margin: 15px auto 0;
}

.aiosp-content .listings-popup h3 {
    display: block;
    width: 90%;
    max-width: 735px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.listings-popup .row {
    padding: 10px 0 20px;
}
.listings-save-sign-in,
.listings-save-sign-up {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form .form-group {
    display: block;
}

.aiosp-content .listings-popup-form label {
    display: none;
}

.aiosp-content .listings-popup-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-form .row [class*=col-] {
    padding: 8px;
}

.aiosp-content .listings-popup-form button[type=submit] {
    margin-top: 42px;
}

.aiosp-content .listings-popup-form .ihf-modal-form-captcha .form-group {
    margin-bottom: 0;
}

.aiosp-content .listings-popup-form .ihf-captcha {
    margin-top: 30px;
}

.aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
    margin: 0 auto !important;
}

.aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
    width: 450px;
    max-width: 100%;
    margin: 30px auto 0;
    float: none;
    text-align: center;
}

.aiosp-content .listings-popup-form #ihf-save-listing-form [class*=col-] {
    width: 100%;
}

.aiosp-content .listings-popup-form-response-output {
    display: none;
}

.footer-smi {
    margin-top: 0;
}

.footer-gt-holder {
    display: none;
}

p.modal-listings-paragraph, .aios-mortgage-calculator-standalone p {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    line-height: 1.9;
} 

/*** Media Queries ***/
@media only screen and (max-width: 1400px) {
    #main-wrapper ul.ld-cta::before {
        right: -15px;
    }

    .ls-info {
        padding: 35px 110px 26px 10px;
    }

    .ls-price {
        font-size: 20px;
    }

    .ls-add {
        font-size: 25px;
    }

    .ls-icon {
        right: 15px;
    }

    .ls-btn {
        padding: 13px 18px;
        font-size: 8px;
        right: 10px;
    }

    .ls-text {
        font-size: 10px;
    }

    .ls-add span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .ls-add {
        font-size: 20px;
        letter-spacing: 0.13em;
    }
}

@media only screen and (max-width: 991px) {
    .ld-bg2 {
        display: none;
    }


    #main-wrapper ul.ld-cta {
        margin-top: 60px;
        max-width: 500px;
        margin: 60px auto 0;
    }

    .sp-lists {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }

    .ls-icon {
        right: 0;
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }

    .ls-btn {
        padding: 13px 18px;
        font-size: 8px;
        right: 0;
        position: relative;
        opacity: 1;
        text-align: center;
        bottom: 0;
        margin-top: 10px;
    }

    .ls-info {
        padding: 35px 10px;
        align-items: center;
        text-align: center;
    }

    .ld-bg1 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ld-thumb-slider-wrap {
        display: none;
    }

    #main-wrapper h1.ld-add {
        font-size: 45px;
    }

    ul.pp-ld-smi li:not(:last-of-type) {
        margin-right: 35px;
    }    
}

@media only screen and (max-width: 480px) {
    .custom-breadcrumbs p {
        margin: 10px 0;
    }

    #main-wrapper h1.ld-add {
        font-size: 35px;
    }

    #main-wrapper h1.ld-add span {
        font-size: 15px;
        margin-top: 10px;
    }

    .ld-details span:not(:last-of-type) {
        margin-right: 20px;
    }

    .ld-details span {
        font-size: 14px;
    }

    .ld-cta a {
        padding: 23px 10px;
        margin: 14px 0;
        font-size: 12px;
        letter-spacing: 0.3em;
    }

    .similar-properties h2 {
        font-size: 45px;
    }

    .ld-popup h4 {
        font-size: 15px;
    }

    .pu-add {
        font-size: 13px;
    }

    .aiosp-wrap .aiosp-container .aios-popup-body {
        width: 95% !important;
    }

    .ld-popup form input {
        font-size: 12px;
    }

    .ld-popup form input[type="submit"] {
        font-size: 11px;
    }
}
@media print{
    header.header.show,
    footer.footer,
    .git-wrap.theme-container,
    .similar-properties,
    .fixedheader.fixed,
    ul.ld-cta {
        display: none !important;
    }
    
}