@media only screen and (min-width: 769px) {
    #rooms .item {
        background: #fafafa;
        border: 1px solid #f0f2f6;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


    #rooms .item h5 small {
        text-align: center;
        display: block;
        font-size: .7em;
        padding-top: 10px;
    } 

    #rooms .item {
        margin-bottom: 30px;
    }

    #rooms .item p {
        text-align: start;  
    }

    #rooms .item img {
        width: 100%;
        height: 240px;
    }

    #rooms .item .social-media {
        text-align: center;
        margin-top: 15px;
    }

    #rooms .item .social-media a i {
        margin: 5px;
        background: #eeeeee;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        border: 1px solid #e9e8e7;
        color: #a1b1c1;
    }

    #rooms.room_grid_item .room_info {
        padding: 10px;
    
    }
    
    #rooms.room_grid_item .room_info .room_services {
        text-align: center;    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #rooms.room_grid_item .room_info .room_services img {
        width: 25px;
        height: 25px;
        margin: 10px;
        background-position: center;
    }
    #rooms.room_grid_item .room_info .room_services div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    
    #rooms.room_grid_item .room_info h3 {
        line-height: 2em;
        float: left;
    }
    
    #rooms.room_grid_item .room_info h3 a {
        font-family: 'Raleway', sans-serif;
        color: #a1b1c1;
        font-weight: 400;
        font-size: 0.9em;
    
    }
    
    #rooms.room_grid_item .room_info span {
        float: right;
        margin-top: 8px; 
        background: #ffb600;
        font-size: .9em;
        padding: 4px 8px;
        border-radius: 20px;
        border: 1px solid #e9e8e7;
        color: white;
    }
    
    #rooms.room_grid_item .room_info p {
        clear: both;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .apartment_grid_filters {
        margin-bottom: 40px;
        width: 50%;
    }

    .apartment_grid_filters .button {
        cursor: pointer;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .apartment_grid_filters .button.active {
        background: #2c88c0;
        border: 1px solid #2c88c0;
    }
    .last{
        margin-right: 0px!important;
    }
    .l{
        float: left;
    }
    .r{
        float: right;
    }
}

@media only screen and (max-width: 1024px){
    #rooms.room_grid_item .room_info h3 a {
        font-family: 'Raleway', sans-serif;
        color: #a1b1c1;
        font-weight: 400;
        font-size: 0.65em;
    
    }
    .first{
        margin-right: 0px!important;
    }
    
    #rooms.room_grid_item .room_info .room_services img {
        width: 25px;
        height: 25px;
        margin: 10px;
        background-position: center;
    }
}
@media only screen and (max-width: 769px) {
    #rooms .item {
        background: #fafafa;
        border: 1px solid #f0f2f6;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #rooms.room_grid_item .room_info .room_services img {
        width: 25px;
        height: 25px;
        margin: 10px;
        background-position: center;
    }


    #rooms .item h5 small {
        text-align: center;
        display: block;
        font-size: .7em;
        padding-top: 10px;
    } 

    #rooms .item {
        margin-bottom: 30px;
    }

    #rooms .item p {
        text-align: start;  
    }

    #rooms .item img {
        width: 100%;
        height: 240px;
    }

    #rooms .item .social-media {
        text-align: center;
        margin-top: 15px;
    }

    #rooms .item .social-media a i {
        margin: 5px;
        background: #eeeeee;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        border: 1px solid #e9e8e7;
        color: #a1b1c1;
    }

    #rooms.room_grid_item .room_info {
        padding: 10px;
    
    }
    
    #rooms.room_grid_item .room_info .room_services {
        text-align: center;    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #rooms.room_grid_item .room_info .room_services i {
        padding: 5px 14px;
        font-size: 1.2em;
        color: #ffb600;
        margin: 5px;
        border-radius: 2px;
        cursor: pointer;
    }
    #rooms.room_grid_item .room_info .room_services div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    
    #rooms.room_grid_item .room_info h3 {
        line-height: 2em;
        float: left;
    }
    
    #rooms.room_grid_item .room_info h3 a {
        font-family: 'Raleway', sans-serif;
        color: #a1b1c1;
        font-weight: 400;
        font-size: 0.8em;
    
    }
    
    #rooms.room_grid_item .room_info span {
        float: right;
        margin-top: 8px; 
        background: #ffb600;
        font-size: .7em;
        padding: 4px 8px;
        border-radius: 20px;
        border: 1px solid #e9e8e7;
        color: white;
    }
    
    #rooms.room_grid_item .room_info p {
        clear: both;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .apartment_grid_filters {
        margin-bottom: 10px;
    }

    .apartment_grid_filters .button {
        cursor: pointer;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .apartment_grid_filters .button.active {
        background: #2c88c0;
        border: 1px solid #2c88c0;
    }
    .last{
        margin-right: 0px!important;
    }
}
@media only screen and (max-width: 425px){
    #rooms.room_grid_item .room_info h3 a {
        font-family: 'Raleway', sans-serif;
        color: #a1b1c1;
        font-weight: 400;
        font-size: 0.7em;
    
    }
    
    #rooms.room_grid_item .room_info .room_services img {
        width: 25px;
        height: 25px;
        margin: 10px;
        background-position: center;
    }
}
