/* .ip-banner {
    display: none;
} */

#inner-page-wrapper {
    margin: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}


/*breadcrumbs*/

p#breadcrumbs {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #797979;
    text-transform: uppercase;
    background: #002349;
    width: 904px;
    width: 61.4%;
    padding: 13.5px 0 13.5px 7.7%;
    z-index: 2;
}

p#breadcrumbs span.breadcrumb_last {
    color: #fffefe;
}

p#breadcrumbs span span {
    margin: 0 4px;
}

p#breadcrumbs span span:first-of-type {
    margin-left: 0;
}

p#breadcrumbs span span:last-of-type {
    margin-right: 0;
}


/*breadcrumbs end*/

#custom-listing-details {
    position: relative;
}

.cld-gallery {
    position: relative;
}

.cld-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height: 250px;*/
    height: 30.120%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    z-index: 2;
    opacity: 0.5;
}

.cld-gallery-slick {
    z-index: 1;
    position: relative;
    font-size: 0;
}

.cld-gallery-item {
    position: relative;
}

.cld-gallery-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
}

.cld-gallery-item canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.cld-gallery-controls {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 5.5%;
    right: 5%;
    z-index: 2;
    right: 82px;
    width: 235px;
}

button.cld-prev,
button.cld-next {
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #fff;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
}

button.cld-prev {
    left: 0px;
}

button.cld-next {
    right: 0px;
}

button.cld-prev em,
button.cld-next em {
    color: #fff;
    font-size: 19px;
}

button.cld-prev em {
    margin-right: 18px;
}

button.cld-next em {
    margin-left: 18px;
}

.cld-gallery-controls span {
    position: relative;
    margin: 0 30px;
}

.cld-gallery-controls span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 49px;
    top: -24px;
    bottom: 0;
    /*background: #27a4e6;*/
    background: #fff;
    opacity: 0.5;
}

.cld-details {
    position: relative;
    padding: 80px 0 0;
}

.cld-container {
    padding: 0 80px;
}

.cld-details .cld-container {
    display: flex;
    flex-flow: row wrap;
}

.cld-desc {
    padding: 0 6.95% 0 3.2%;
    /*width: 900px;*/
    width: 62.5%;
}

.cld-title {}

.cld-title .title-widget {
    margin: -2px 0 0;
    line-height: 0.93;
}

.cld-title .title-widget span {
    line-height: 1;
    letter-spacing: 0.2em;
    color: #666666;
}

.cld-title .title-widget span:first-of-type {
    margin-bottom: 10px;
}

.cld-title .title-widget span:last-of-type {
    margin-top: 8px;
}

.cld-status {
    margin: 17px 0 40px;
}

.cld-status span {
    display: inline-block;
    background: #002349;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px 8px;
    min-width: 100px;
    text-align: center;
    margin: 0 10px 10p 0px;
}

#custom-listing-details p:not(p#breadcrumbs) {
    font-size: 14px;
    letter-spacing: 0.057em;
    line-height: 30px;
    color: #666666;
    margin: 30px 0;
}

.cld-desc a.cld-btn-a {
    margin-top: 10px;
}

a.cld-btn-a {
    display: inline-block;
    font-family: var(--font-family-title);
    font-size: 28px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    /*background: #1ca0e5;*/
    background: #002349;
    border: none;
    text-align: center;
    padding: 16px 32px;
    transition: background .3s ease;
}

a.cld-btn-a:hover {
    background: var(--secondary);
}
#idx-contact-submit .idx-btn{
    background: #002349;
    border: 0 solid #278ab8;
}
#idx-contact-submit .idx-btn:hover{
     background: var(--secondary);
}
.cld-info {
    width: 37.5%;
}

.cld-info-box {
    background: #002349;
    padding: 53px 13.705% 78px;
}

.cld-info ul {}

.cld-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 19px;
}

.cld-info li:last-child {
    border-bottom: 0;
}

.cld-info-box span {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #cccccc;
    text-transform: uppercase;
}

.cld-info-box strong {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
}

.cld-info-box a.hp-link {
    margin: 25px 0 0;
    align-items: center;
    max-width: 170px;
    height: 40px;
}

.cld-info-box a.hp-link span.link-title,
.cld-info-box a.hp-link span.link-s {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: color .3s ease;
}

.cld-info-box a.hp-link:not(:hover) {
    background: #fff;
}

.cld-info-box a.hp-link:not(:hover) span.link-title,
.cld-info-box a.hp-link:not(:hover) span.link-s {
    color: #002349;
}

.cld-info-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 90px 0 0;
}

.cld-info-link-btn {}

.cld-info-link-btn a.hp-link {
    align-items: center;
    max-width: 100%;
    width: 170px;
    height: 40px;
}

.cld-info-link-btn a.hp-link span.link-title,
.cld-info-link-btn a.hp-link span.link-s {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.cld-info-smi {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.cld-info-smi span {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #002349;
    text-transform: uppercase;
}

.share-to-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 194px;
    margin-left: 20px;
}

.share-to-links a {
    display: inline-block;
    font-size: 20px;
    color: #002349;
    transition: all .3s ease;
}

.share-to-links a:hover {
    color: #1ca0e5;
}

.share-to-links a.share-to-envelope {
    font-size: 15px;
}

.cld-features {
    width: 100%;
    padding: 0 3.2% 0 46px;
    margin: 112px 0 44px;
}

.cld-sub-title {
    font-size: 35px;
    line-height: 1.2;
    color: #002349;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    overflow: hidden;
}

.cld-sub-title span {
    display: inline-block;
    position: relative;
}

.cld-sub-title span:before {
    content: '';
    height: 1px;
    width: 100vw;
    background: #1ca0e5;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 20px;
    left: 100%;
    position: absolute;
}

#custom-listing-details .cld-features p:not(p#breadcrumbs) {
    margin-top: 20px;
    display: flex;
}

.cld-map {
    text-align: center;
    width: 100%;
    padding: 0 3.4725% 0;
}

.cld-map .cld-sub-title {
    margin-bottom: 20px;
}

.cld-map-embed {
    border: 10px solid #fff;
}

.cld-map-embed canvas,
.cld-map-embed iframe {
    display: block;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}

.cld-bottom {
    position: relative;
    text-align: center;
    padding: 115px 0 120px;
}

.cld-bg {
    position: absolute;
    top: -252px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002349;
    z-index: -1;
}

.cld-bottom .cld-sub-title {
    color: #fff;
    margin: 0 0 31px;
}

.cld-bottom a.hp-link {
    margin: 0 auto 0;
    align-items: center;
    max-width: 170px;
    height: 40px;
}

.cld-bottom a.hp-link span.link-title,
.cld-bottom a.hp-link span.link-s {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: color .3s ease;
}

.cld-bottom a.hp-link:not(:hover) {
    background: #fff;
}

.cld-bottom a.hp-link:not(:hover) span.link-title,
.cld-bottom a.hp-link:not(:hover) span.link-s {
    color: #002349;
}


/*POP Up Form Custom CSS*/

/*.page-template-listing-details .idx-dialog__dismiss .idx-btn {
     right: 330px; 
}*/
.page-template-listing-details .idx-dialog__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.page-template-listing-details .idx-dialog__header{
    padding: 0;
}

.idx-dialog__dismiss .idx-btn {
    top: 50px !important;
}


@media only screen and (max-width: 1366px) {
    .cld-container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .cld-desc {
        padding-left: 0;
    }
    .cld-info-box strong {
        font-size: 15px;
    }
    .share-to-links {
        width: 120px;
        margin-left: 10px;
    }
    .cld-features,
    .cld-map {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    /*breadcrumbs*/
    p#breadcrumbs {
        width: 100%;
        position: relative;
        padding: 13px 15px;
    }
    /*breadcrumbs end*/
    .cld-gallery-controls {
        bottom: 60px;
        right: 15px;
        width: 90px;
        letter-spacing: 0;
        flex-flow: row wrap;
    }
    button.cld-prev,
    button.cld-next {
        font-size: 0;
        width: 25px;
    }
    .cld-gallery-controls span {
        width: 2px;
        margin: 0;
    }
    button.cld-prev em,
    button.cld-next em {
        margin: 0;
    }
    .cld-desc {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    a.cld-btn-a {
        font-size: 20px;
    }
    .cld-info {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .cld-info-box {
        padding: 10%;
    }
    .cld-info-box span,
    .cld-info-box strong {
        font-size: 12px;
    }
    .cld-info-links {
        flex-direction: column;
        margin-top: 30px;
    }
    .cld-info-smi {
        margin-top: 20px;
    }
    .cld-bg {
        top: 0;
    }
    .page-template-listing-details .idx-dialog__header{
        padding-top: 3.5rem;
    }
    .cld-title .title-widget{
        margin: 0 auto;
        display: block;
    }
    .cld-status{
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .cld-sub-title {
        font-size: 25px;
    }
    .page-template-listing-details .idx-dialog__header .idx-dialog__title {
        font-size: 50px;
    }
}

.idx-dialog__mask {
    background: rgba(0, 0, 0, .5);
}

.idx-dialog__header .idx-dialog__title {
    text-transform: uppercase;
    color: #002349;
    position: relative;
    font-weight: 400;
    display: block;
    font-size: 60px;
    line-height: 1;
    font-family: var(--font-family-title);
    text-align: center;
    margin-bottom: 30px;
}

.idx-btn {
    display: inline-block;
    font-family: var(--font-family-title);
    font-size: 28px;
    line-height: 1;
    color: #fff !important;
    text-transform: uppercase;
    background: #1ca0e5;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 10px 32px;
    transition: background .3s ease;
}

.idx-btn:hover {
    background: #002349;
}

.idx-dialog__dismiss .idx-btn {
    font-size: 18px;
}

.idx-form-group label {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}