.filter .title,
.sort .title {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}

.filter ul li{
    position: relative;
    font-size: 21px;
    margin: 10px 0 12px 0;
    color: #707070;
    cursor: pointer;
    transition: all 0.3s;
}

.filter ul li:hover{
    color: #F15B27;
}

.filter ul li.active{
    color: #F15B27;
}

.filter ul li span{
    font-size: 12px;
    vertical-align: super;
    margin-left: 3px;
}

.ui.radio.checkbox label{
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
}

.items{
    display: flex;
    flex-wrap: wrap;
}

.items .item{
    width: 33.33%;
    padding:0 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.items .item .wrapper{
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 13px 10px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 13px 10px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 13px 10px -6px rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px #0A1D35 solid;
}

.items .item .content{
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 15px;
    padding-top: 30px;
    background: rgb(10,29,53);
    background: linear-gradient(0deg, rgba(10,29,53,0.7035189075630253) 0%, rgba(10,29,53,0) 100%);
}

.items .item .content h5{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 12px;
}

.items .item .content h3{
    font-size: 15px;
    margin: 0;
}


.items .item .wrapper .notification{
    background: #EB2027;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
}

.property-wrapper img{
    margin-bottom: 8px;
    border-right: 3px;
}

.property-wrapper h4{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}

.property-wrapper .type{
    font-style: italic;
    font-size: 15px;
}

.property-wrapper .property-details-wrapper{
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
}

.property-wrapper .property-details-wrapper .property-details {
    margin-bottom: 5px;
}

.property-wrapper .property-details-wrapper .property-details .label,
.property-wrapper .property-details-wrapper .property-details .value{
    display: inline-block;
}

.property-wrapper .property-details-wrapper .property-details .label{
    min-width: 80px;
}


.featured-image img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-right: 5px;
}

.business-title{
    margin-bottom: 0;

}

.write-up{
    font-size: 14px;
    margin-bottom: 50px;
}

.categories{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 30px 0;
}

.overview-title{
    margin-bottom: 30px;
}

.overview-details{
    margin-bottom: 15px;
}

.overview-details .label{
    font-size: 12px;
    margin-bottom: 20px;
}

.overview-details .value{
    color: #394F7A;
    font-weight: 700;
    font-size: 21px;
}

.sections{
    margin-bottom: 80px;
}


.overview-details .value .small{
    font-size: 70%;
}

.overview-details .value p{
    margin: 0;
    margin-bottom: 5px;
}

.advantage-list{
    padding-left: 18px;
}

.advantage-list li{
    margin-bottom: 15px;
    font-size: 14px;
}

.building-spec .flex{
    align-items: flex-start;
    color: #707070;
}

.building-spec .flex .label{
    font-weight: bold;
}

.building-spec .flex .value strong:first-child,
.building-spec .flex .value p:first-child{
    margin-top: 0;
}

.building-spec .flex .value strong{
    display: block;
    margin-top: 30px;
}

.business-disclaimer{
    font-size: 13px;
    line-height: 18px;
    border: 1px #808080 solid;
    padding: 20px;
}

.business-container {
    display: flex; padding-top: 100px;
}

.business-title {
    font-family: Poppins; font-size: 36px; font-weight: 800; padding-bottom: 30px; color: #4D4E4E;
}

.business-description {
    font-family: Poppins; font-size: 16px; font-weight: 400; padding-bottom: 20px; color: #4D4E4E; padding-left: 60px;
}

.project-details-wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}


.project-details-wrapper > .item{
    width: 50%;
    padding:0 15px;
    margin-bottom:25px;
    box-sizing: border-box;
}



.project-details-wrapper > .item .project-details-img{
    height: auto !important;
}

.project-details-wrapper > .item .project-details-img > a > img:first-child{
    width: 100%;
    height: auto !important;
}


@media (max-width: 1024px) {


    .project-details-wrapper > .item{
        width: 100%;
    }



    .business-container {
        display: flex; padding-top: 0; flex-direction: column-reverse;
    }

    .business-title {
        padding-top: 20px;
    }

    .circle {
        display: none;
    }

    .business-description {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .business-button {
        float: right;
        padding-bottom: 40px;
    }
}
