/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2019 | 13:19:25 */
.row.development {
  margin-bottom: 2em;
}

.row.development .image {
  background-size: cover;
  padding: 0;
}
.row.development .details {
  background-color: #55616d;
  color: #fff;
  padding: 1.5em;
  font-size: 14px;
}
.row.development .details h3,
.row.development .details h4 {
  color: #fff;
}

.row.development .details h4 {
  line-height: 1.5em;
}
.row.development .logo {
  background-color: #fff;
  padding: 21px;
}
.row.development .logo img {
  width: 100%;
}
.row.development .price {
  background-color: #00AF9E;
  padding: 0;
}

.row.development .price img {
  width: 100%;
}

.row.development .price h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 31px;
  margin-top: 20px;
}

.row.development .price a.viewButton {
  display: block;
  background-color: #71BF45;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.row.development .price a.viewButton:hover {
  text-decoration: none;
  background-color: #69b240;
}

.row.development .special_message {
  background-color: #00af9b;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 0.8em !important;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
}