.card-post-img img{
    float: none;
    width: auto;
    height: 280px;
}

.card-post-img{
    padding: 5px;
}

.card-post{
    border: 1px solid #eee;
}
.card-post-content{
    border: none;
}

.capitalize{
    text-transform: capitalize;
}
.opening-hours ul li, .info-split{
    border-bottom: none;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}

.form-control{
    float: left;
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 55px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
}

.text-dar{
    color: #999;
}