/*******************************************************
 *
 * Sold Properties
 *
 *******************************************************/

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

 #content-sidebar, #content-full {
     margin-top: 0;
 }

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

 #content h2 {
     margin: 0;
 }

 .ip-banner canvas {
    height: 260px;
    background: url(../../images/sold-listings/sl-banner.jpg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

 .sl-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sl-item a {
    display: block;
    position: relative;
}

.sl-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
}

.sl-main {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sl-item {
    width: calc(100% / 2);
    padding: 0 10px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.custom-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1442px;
    padding: 0 15px;
    margin: 0 auto;
}

.sl-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 59px 55px 50px;
    right: 0;
    margin: 0 auto;
}

.sl-det-col {
    width: 73.793%;
}

.sl-det-col:last-child {
    width: 26.207%;
}

.sl-banner {
    position: absolute;
    top: 18px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sl-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: rgba(39,39,39,.60);
}

.sl-loc h2 {
    font-size: 25px!important;
    font-weight: 600!important;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* -o-text-overflow: ellipsis; */
       /* text-overflow: ellipsis; */
    display: block;
    width: 100%;
    max-width: 427px;
}

.sl-loc span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: block;
    margin-top: 3px;
}

.sl-price span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.sl-price span:first-child{
    padding-left: 0;
}

.sl-price span:last-child{
    padding-right: 0;
    border: none;
}

.sl-info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0 13.5px;
    border-left: 1px solid #fff;
}

.sl-info span em {
    display: inline-block;
    font-style: normal;
}

.sl-info span:first-child {
    border: none;
    padding-left: 0;
}

.sl-info span:last-child {
    padding-right: 0;
}

.sl-img {
    position: relative;
}

.sl-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    pointer-events: none;
}

.sl-wrapper {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 77px 0 0;
    font-size: 0;
}

.sl-main-title h2 {
    font-family: 'Lora', serif;
    font-size: 48px!important;
    line-height: 1;
    color: #343333;
    text-transform: uppercase;
    font-weight: 400!important;
}

.sl-main-title {
    display: block;
    margin-bottom: 61px;
}

.sl-banner.contingent, 
.sl-banner.coming-soon,
.sl-banner.pending-sale {
    width: 171px;
    height: 40px;
    background: #000;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.sl-banner.open-house {
    width: 171px;
    height: 60px;
    background: #b20808;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sl-banner.open-house span + span {
    display: block;
    text-transform: capitalize;
    margin-top: 3px;
}

.sl-container {
    display: block;
    position: relative;
}

.welc-affliation-logos {
    padding-bottom: 65px;
}

.welc-affliation-logos ul {
    margin: 0!important;
}

.sl-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 76px;
}

.sl-page-numbers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0!important;
    padding: 0 7px;
}

.sl-pagination .page-numbers {
    list-style-type: none;
    display: block;
    padding: 0 15px;
    color: #d1d1d1;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.sl-page-prev, .sl-page-next {
    width: 29px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #cdcdcd;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.sl-page-prev:hover, .sl-page-next:hover {
    background: #717171;
}

.sl-pagination .page-numbers.current {
    color: #717171;
}

.sl-loc {
    display: block;
    margin-bottom: 25px;
}

.sl-price {
    display: block;
    margin-bottom: 4px;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
 @media only screen and (max-width: 1440px) {

    .sl-details {
        padding: 0 40px 40px;
    }
 } 


@media only screen and (max-width: 1366px) {
    .sl-loc h2 {
        font-size: 18px!important;
    }

    .sl-details {
        padding: 0 35px 40px;
    }
    
    .sl-price span {
        padding: 0 15px;
        font-size: 19px;
    }
}

@media only screen and (max-width: 1280px){
    .sl-details {
        padding: 0 30px 30px;
    }

    .sl-loc h2 {
        font-size: 18px!important;
    }

    .sl-info span {
        padding: 0 7.5px;
    }
    
    .sl-price span {
        padding: 0 10px;
        font-size: 18px;
    }
}

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .sl-wrapper {
        padding-top: 70px;
    }

    .sl-details {
        padding: 0 20px 25px;
    }

    .sl-info span {
        font-size: 13px;
    }

    .sl-price span {
        font-size: 15px;
        padding: 0 5px;
    }

    .sl-loc h2 {
        font-size: 20px!important;
    }

    .sl-btn span {
        font-size: 13px;
    }

    .sl-loc span {
        font-size: 14px;
    }

    .sl-banner.open-house {
        width: 151px;
        font-size: 13px;
        height: 55px;
    }

    .sl-banner.contingent, .sl-banner.coming-soon, .sl-banner.pending-sale {
        width: 151px;
        font-size: 13px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .sl-list {
        display: block;
        margin: 0;
    }

    .sl-item {
        width: 100%;
        padding: 0;
        max-width: 696px;
        margin: 0 auto 20px;
    }

    .sl-info span {
        font-size: 15px;
    }

    .sl-price span {
        font-size: 20px;
    }

    .sl-loc h2 {
        font-size: 28px!important;
    }

    .sl-page-numbers ul li.sl-page-item {
        padding: 0 10px;
    }
    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .sl-loc h2 {
        font-size: 25px!important;
    }
    
    .sl-details {
        display: block;
    }

    .sl-det-col {
        width: 100%;
    }

    .sl-det-col:last-child {
        width: 100%;
        max-width: 156px;
    }

    .sl-det-col:not(:last-child) {
        margin-bottom: 20px;
    }
   
}

@media only screen and (max-width: 567px){
    

     .sl-img canvas {
        height: 320px;
    }

    .sl-info span {
        padding: 0 4px;
        font-size: 13px;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .sl-details {
        padding: 0 15px 20px;
    }

    .sl-img canvas {
        height: 290px;
    }
     .sl-main-title h2 {
        font-size: 29px!important;
    }

    .sl-price span {
        font-size: 15px;
        padding: 0 5px;
    }

    .sl-price span em {
        display: block;
    }

}
 