/*******************************************************
 *
 * Listings Result
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
    z-index: auto;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-full {
    margin-top: 0;
}
    .ip-container #breadcrumbs {
        display: none;
    }

.ip-banner {

}


.ip-banner canvas {
    height: 522px;
    min-height: 0;
}


/*Current Listings*/
.ip-cl-container {
    padding: 115px 0 140px;
    background-color: #f4f3ef;
    font-size: 0;
    display: block;
    position: relative;
}

.ip-cl-container .global-accent-bg.bottom-right {
    width: 653px;
    height: 203px;
    /*bottom: 4%;*/
    bottom:130px;
}

#load-more-sold {
  margin: auto;
}
.ip-cl-container .global-accent-bg.top-left {
    width: 639px;
    height: 688px;
}


.ip-cl-main {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-cl-list {
    display: block;
    position: relative;
    margin: 0 -11px;
}

.ip-cl-item {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 3);
    position: relative;
    padding: 11px;
}

.ip-cl-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-cl-img {
    overflow: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
 

.ip-cl-main .global-title {
    text-align: center;
    margin-bottom: 80px;
}

.ip-cl-container .custom-container {
    max-width: 1510px;
}

.ip-cl-container .global-accent-bg.top-right {
    /*top: -9%;*/
	top: -293px;
    right: -1%;
    width: 868px;
    height: 839px;
}

.ip-cl-container .global-accent-bg.top-right canvas,
.ip-cl-container .global-accent-bg.bottom-right canvas {
    background-size: contain;
}

.ip-cl-img img, .ip-cl-img canvas, .ip-cl-img img, .ip-cl-img {
    border-radius: 30px;
}

.ip-cl-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.ip-cl-open-house {
    padding: 0 0 10px;
    font-size: 18px;
    color: #000000;
    line-height: 1.1;
}
    .ip-cl-open-house span {
        color: var(--secondary-color);
    }
.ip-cl-img-holder {
    display: block;
    position: relative;
}

.ip-cl-img-hover canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-cl-img-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-cl-img-hover, .ip-cl-img-hover img, .ip-cl-img-hover canvas {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ip-cl-item a:hover .ip-cl-img-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ip-cl-item a:hover .ip-cl-img {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.ip-cl-info-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 40px;
    text-align: center;
    z-index: 10;
}

.ip-cl-details, .ip-cl-price, .ip-cl-info {
    display: block;
    position: relative;
}

.ip-cl-details h2 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-cl-details span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.060em;
    color: #cfc9b4;
    text-transform: uppercase;
    display: block;
    margin-top: 11px;
    font-weight: 600;
}

.ip-cl-details {
    margin-bottom: 15px;
}

.ip-cl-price span {
    font-size: 26px;
    letter-spacing: 0.010em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.ip-cl-info span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.100em;
    color: #f4f3ef;
    padding: 4px 22px 1px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

.ip-cl-info span:first-child {
    padding-left: 0;
}

.ip-cl-info span:last-child {
    padding-right: 0;
    border: none;
}

.ip-cl-price {
    margin-bottom: 15px;
}

.ip-cl-img:before, .ip-cl-img-hover:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    z-index: 2;
    pointer-events: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ip-cl-more-btn a {
    margin: 0 auto;
}

.ip-cl-more-btn {
    margin: 37px auto 0;
}

.footer-container {
    padding-top: 0;
}


.pagination {
  display: flex;
  justify-content: center;
}

.pagination a,
.pagination span{
  width: 30px;
  height: 30px;
  
  font-size: 15px;
}

.pagination a.prev,
.pagination a.next {
    width: 70px;
}

/*search*/

.ip-cl-search {
    border: 1px solid var(--secondary-color);
    padding: 9px;
    border-radius: 150px;
    margin-bottom: 80px;
}

.ip-cl-search-inner {
    position: relative;
    border-radius: 150px;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 15%);
}

.ip-cl-search-inner::before {
    content: '';
    display: block;
    position: absolute;
    width: calc( 100% - 14.50% );
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(141,118,49,0.88);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    z-index: 0;
}

.ip-cl-search-inner form {
    position: relative;
}

.ip-cl-search-field {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.5%;
}

.ip-cl-search-field::before {
    content: '\b0207';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: 'agentimage';
    font-size: 8px;
    color: #cfc9b4;
}

.ip-cl-search-field-lg {
    width: 17.69%;
    margin-left: 4.5%;
}

.no-caret::before {
    display: none;
}

.ip-cl-search-field-md {
    width: 8.29%;
}

.ip-cl-search-field-sm {
    width: 6.10%;
}

.ip-cl-search-field input,
.ip-cl-search-field select {
    appearance: none;
    background: none;
    padding: 0;
    border: 0;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.ip-cl-search-field select {
    padding-right: 10px;
}

.ip-cl-search-field option {
    color: #000000;
}

.with-border input {
    padding: 0 8px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.ip-cl-search-button {
    display: inline-block;
    vertical-align: middle;
    width: 14.40%;
}

.ip-cl-search-button button {
    appearance: none;
    border: 0;
    padding: 0;
    width: 100%;
    height: 120px;
    background: rgba(21,62,53,0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #ffffff;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

.ip-cl-search-button button:hover {
    background: rgba(21,62,53,1);
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .ip-banner canvas {
        height: 32.625vw;
    }


    /*Current Listings*/
    .ip-cl-container {
       padding: 7.143vw 0 8.750vw;
    }

   .ip-cl-container .global-accent-bg.bottom-right {
       width: 40.559vw;
       height: 12.609vw;
   }

   .ip-cl-container .global-accent-bg.top-left {
       width: 39.689vw;
       height: 42.733vw;
   }

   .ip-cl-list {
       margin: 0 -0.683vw;
   }

   .ip-cl-item {
       padding: 0.683vw;
   }


   .ip-cl-main .global-title {
       margin-bottom: 4.969vw;
   }

   .ip-cl-container .custom-container {
       max-width: 93.789vw;
   }

   .ip-cl-container .global-accent-bg.top-right {
       width: 53.913vw;
       height: 52.112vw;
   }


   .ip-cl-img img, .ip-cl-img canvas, .ip-cl-img img, .ip-cl-img {
       border-radius: 1.875vw;
   }

   .ip-cl-img-hover, .ip-cl-img-hover img, .ip-cl-img-hover canvas {
       border-top-left-radius: 15.625vw;
       border-top-right-radius: 15.625vw;
       border-bottom-left-radius: 1.875vw;
       border-bottom-right-radius: 1.875vw;
   }

   .ip-cl-info-holder {
       padding: 0 0.932vw 2.484vw;
   }


   .ip-cl-details h2 {
       font-size: 2.236vw;
   }

   .ip-cl-details span {
       font-size: 1.242vw;
       margin-top: 0.683vw;
   }

   .ip-cl-details {
       margin-bottom: 0.932vw;
   }

   .ip-cl-price span {
       font-size: 1.615vw;
   }

   .ip-cl-info span {
       font-size: 0.994vw;
       padding: 0.248vw 1.366vw 0.062vw;
   }


   .ip-cl-price {
       margin-bottom: 0.932vw;
   }

   .ip-cl-img:before, .ip-cl-img-hover:before {
       border-bottom-left-radius: 1.875vw;
       border-bottom-right-radius: 1.875vw;
   }

   .ip-cl-more-btn {
       margin: 2.298vw auto 0;
   }

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    /*search*/

    .ip-cl-search {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
    }

    .ip-cl-search-inner {
        border-radius: 50px;
    }

    .ip-cl-search-inner::before {
        width: 100%;
        height: calc( 100% - 90px );
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ip-cl-search-field {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .ip-cl-search-field::before {
        right: 15px;
    }

    .ip-cl-search-field input,
    .ip-cl-search-field select {
        height: 90px;
        padding: 0 15px;
    }

    .ip-cl-search-field-lg {
        width: 100%;
        margin-left: 0;
    }

    .ip-cl-search-field-md {
        width: 100%;
    }

    .ip-cl-search-field-sm {
        width: 50%;
    }

    .ip-cl-search-button {
        width: 100%;
    }

    .ip-cl-search-button button {
        height: 90px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    /*end*/
    .ip-banner canvas {
        height: auto;
        min-height: 350px;
    }


    .ip-cl-item {
        width: 100%;
        display: block;
        padding: 0;
        max-width: 420px;
        margin: 0 auto;
    }
    
    .ip-cl-list {
        margin: 0;
    }
    
    .ip-cl-item:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .ip-cl-details h2 {
        font-size: 32px;
    }
    
    .ip-cl-details span {
        font-size: 18px;
    }
    
    .ip-cl-price span {
        font-size: 22px;
    }
    
    .ip-cl-info span {
        font-size: 14px;
        padding: 4px 15px 1px;
    }
    
    .ip-cl-img-hover canvas, .ip-cl-img canvas {
        min-height: 370px;
    }
    
    .ip-cl-container {
        padding: 70px 0;
    }
    
    .ip-cl-main .global-title {
        margin-bottom: 40px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-cl-details h2 {
        font-size: 30px;
    }
    
    .ip-cl-details span {
        font-size: 16px;
    }
    
    .ip-cl-info span {
        padding: 4px 11px 1px;
        font-size: 13px;
    }
    
    .ip-cl-info-holder {
        padding: 0 15px 30px;
    }
    
    .ip-cl-img-hover, .ip-cl-img-hover img, .ip-cl-img-hover canvas {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }

    .ip-cl-img img, .ip-cl-img canvas, .ip-cl-img img, .ip-cl-img {
        border-radius: 20px;
    }
    
    .ip-cl-img:before, .ip-cl-img-hover:before {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
    
    .ip-cl-item {
        max-width: 345px;
    }
    
    .ip-cl-img-hover canvas, .ip-cl-img canvas {
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 360px) {
    .ip-cl-img:before, .ip-cl-img-hover:before {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    .ip-cl-item {
        max-width: 290px;
    }
    
    .ip-cl-details h2 {
        font-size: 27px;
    }
}