/* Common elements of Views rows */
.views-row .field--name-field-image {
  float: left;
  margin-right: 20px;
}

.field__label {
  text-transform: uppercase;
  color: #c01700;
  font-weight: bold;
}

.path-taxonomy .view-header {
    border-bottom: 2px #c01700 solid;
    margin-bottom: 20px;
}

.path-taxonomy .field--name-field-location-text {
  margin-top: 10px;
}

 .view-footer {
    border: 2px solid #c01700;
    padding: 20px;
    border-radius: 6px;
    background: #eee;
    margin-bottom: 20px;
}