.discover {
  font-family: 'Oswald', sans-serif;
}
.discover .message {
  color: #333;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.discover .message-small {
  color: #333;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.discover a {
  color: #6acdf9;
  margin: 0 10px;
  text-decoration: none;
}

.message-small a {
  margin: 0 0px;
}

a.prop-link {
  cursor: pointer;
  margin: 0 10px;
}

.row-prop-links {
  text-align: left;
  padding: 20px 0px 25px 0px;
}

.prop-count {
  //font-size: 30px;
}

.square-box {
  border-radius: 8px;
  height: 325px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.square-box:before {
  content: "";
  display: block;
  padding: 70% 30px 0 30px;
}
.square-box-small {
  border-radius: 8px;
  height: 255px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.square-box-small:before {
  content: "";
  display: block;
  padding: 0 5px 0 5px;
}
.square-content {
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.square-content .square-content-wrapper {
  display: table;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.square-content .discover-status {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.square-content .discover-status-small {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.discover-info {
  padding: 0 0 20px 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.discover-info-small {
  padding: 0 0 20px 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.discover-info-location {
  bottom: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 250;
  position:absolute;
  right: 25px;
}
.discover-status {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.discover-status-small {
  color: #fff;
  font-size: 20px;
  font-weight: 250;
  line-height: 16pt;
}
.discover-link-arrows {
  color: #3a9dc9;
  font-size: 25px;
  font-weight: 300;
}
.square-content-logo {
  opacity: 0.14;
  background-image: url('/img/login_logo.png');
  background-size: 50%;
  background-position: center;
}

.more-discover-statuses .discover-text {
  font-size: 18px;
}

/* mobile specific styles */
@media (max-width: 762px) {
  .more-discover-statuses .discover-text {
    font-size: 14px;
  }
}

/* Styling overrides when there is a photo */
.square-box-photo {
  background-color: transparent !important;
}
.square-box-photo .discover-text {
  background-color: rgba(0, 0, 0, .5);
  font-size: 14px;
}
.square-box-photo .square-content-photo {
  background-size: 110%;
  background-position: top;
  z-index: -1;
}
